diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 000000000..9fc9f1940 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +18fef8dfe5d926ec0bc979562553adf4db8db2e9 +874a0c1f38b0da4e5bc83083b13a63b1c7eed935 diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 0a68dd58f..ae2670f2f 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -10,14 +10,14 @@ jobs: steps: - name: "notify: new" if: github.event.issue.state == 'open' - uses: calamares/actions/matrix-notify@v3 + uses: calamares/actions/matrix-notify@v4 with: token: ${{ secrets.MATRIX_TOKEN }} room: ${{ secrets.MATRIX_ROOM }} message: "OPENED ${{ github.event.issue.html_url }} by ${{ github.actor }} ${{ github.event.issue.title }}" - name: "notify: closed" if: github.event.issue.state != 'open' - uses: calamares/actions/matrix-notify@v3 + uses: calamares/actions/matrix-notify@v4 with: token: ${{ secrets.MATRIX_TOKEN }} room: ${{ secrets.MATRIX_ROOM }} diff --git a/.github/workflows/nightly-debian.yml b/.github/workflows/nightly-debian.yml index d4dfe1621..9d3fc4d4d 100644 --- a/.github/workflows/nightly-debian.yml +++ b/.github/workflows/nightly-debian.yml @@ -22,23 +22,25 @@ jobs: options: --tmpfs /build:rw --user 0:0 steps: - name: "prepare env" - uses: calamares/actions/prepare-debian@v3 + uses: calamares/actions/prepare-debian@v4 - name: "prepare source" - uses: actions/checkout@v2 + uses: calamares/actions/generic-checkout@v4 - name: "build" id: build - uses: calamares/actions/generic-build@v3 + uses: calamares/actions/generic-build@v4 - name: "notify: ok" if: ${{ success() && github.repository == 'calamares/calamares' }} - uses: calamares/actions/matrix-notify@v3 + uses: calamares/actions/matrix-notify@v4 with: token: ${{ secrets.MATRIX_TOKEN }} room: ${{ secrets.MATRIX_ROOM }} - message: "OK ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}" + message: | + OK ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }} - name: "notify: fail" if: ${{ failure() && github.repository == 'calamares/calamares' }} - uses: calamares/actions/matrix-notify@v3 + uses: calamares/actions/matrix-notify@v4 with: token: ${{ secrets.MATRIX_TOKEN }} room: ${{ secrets.MATRIX_ROOM }} - message: "FAIL ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}" + message: | + FAIL ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }} diff --git a/.github/workflows/nightly-neon.yml b/.github/workflows/nightly-neon.yml index 64b745e45..b0c576721 100644 --- a/.github/workflows/nightly-neon.yml +++ b/.github/workflows/nightly-neon.yml @@ -22,12 +22,28 @@ jobs: options: --tmpfs /build:rw --user 0:0 steps: - name: "prepare env" - uses: calamares/actions/prepare-neon@v3 + uses: calamares/actions/prepare-neon@v4 - name: "prepare source" - uses: actions/checkout@v2 + uses: calamares/actions/generic-checkout@v4 - name: "build" id: build - uses: calamares/actions/generic-build@v3 + uses: calamares/actions/generic-build@v4 + - name: "notify: ok" + if: ${{ success() && github.repository == 'calamares/calamares' }} + uses: calamares/actions/matrix-notify@v4 + with: + token: ${{ secrets.MATRIX_TOKEN }} + room: ${{ secrets.MATRIX_ROOM }} + message: | + OK ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }} + - name: "notify: fail" + if: ${{ failure() && github.repository == 'calamares/calamares' }} + uses: calamares/actions/matrix-notify@v4 + with: + token: ${{ secrets.MATRIX_TOKEN }} + room: ${{ secrets.MATRIX_ROOM }} + message: | + FAIL ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }} - name: "Calamares: archive" working-directory: ${{ env.BUILDDIR }} run: | @@ -39,18 +55,4 @@ jobs: name: calamares-tarball path: ${{ env.BUILDDIR }}/calamares.tar.gz if-no-files-found: error - retention-days: 3 - - name: "notify: ok" - if: ${{ success() && github.repository == 'calamares/calamares' }} - uses: calamares/actions/matrix-notify@v3 - with: - token: ${{ secrets.MATRIX_TOKEN }} - room: ${{ secrets.MATRIX_ROOM }} - message: "OK ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}" - - name: "notify: fail" - if: ${{ failure() && github.repository == 'calamares/calamares' }} - uses: calamares/actions/matrix-notify@v3 - with: - token: ${{ secrets.MATRIX_TOKEN }} - room: ${{ secrets.MATRIX_ROOM }} - message: "FAIL ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}" + retention-days: 7 diff --git a/.github/workflows/nightly-opensuse.yml b/.github/workflows/nightly-opensuse.yml index 0eab97bc4..717cabe66 100644 --- a/.github/workflows/nightly-opensuse.yml +++ b/.github/workflows/nightly-opensuse.yml @@ -22,24 +22,25 @@ jobs: options: --tmpfs /build:rw --user 0:0 steps: - name: "prepare env" - uses: calamares/actions/prepare-opensuse@v3 + uses: calamares/actions/prepare-opensuse@v4 - name: "prepare source" - uses: actions/checkout@v2 + uses: calamares/actions/generic-checkout@v4 - name: "build" id: build - uses: calamares/actions/generic-build@v3 + uses: calamares/actions/generic-build@v4 - name: "notify: ok" if: ${{ success() && github.repository == 'calamares/calamares' }} - uses: calamares/actions/matrix-notify@v3 + uses: calamares/actions/matrix-notify@v4 with: token: ${{ secrets.MATRIX_TOKEN }} room: ${{ secrets.MATRIX_ROOM }} message: | - OK ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}" + OK ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }} - name: "notify: fail" if: ${{ failure() && github.repository == 'calamares/calamares' }} - uses: calamares/actions/matrix-notify@v3 + uses: calamares/actions/matrix-notify@v4 with: token: ${{ secrets.MATRIX_TOKEN }} room: ${{ secrets.MATRIX_ROOM }} - message: "FAIL ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}" + message: | + FAIL ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index cc7bb7223..cf1505f17 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -4,6 +4,7 @@ on: push: branches: - calamares + - work-3.3 pull_request: types: - opened @@ -28,15 +29,15 @@ jobs: options: --tmpfs /build:rw --user 0:0 steps: - name: "prepare env" - uses: calamares/actions/prepare-neon@v3 + uses: calamares/actions/prepare-neon@v4 - name: "prepare source" - uses: actions/checkout@v2 + uses: calamares/actions/generic-checkout@v4 - name: "build" id: build - uses: calamares/actions/generic-build@v3 + uses: calamares/actions/generic-build@v4 - name: "notify: ok" if: ${{ success() && github.repository == 'calamares/calamares' }} - uses: calamares/actions/matrix-notify@v3 + uses: calamares/actions/matrix-notify@v4 with: token: ${{ secrets.MATRIX_TOKEN }} room: ${{ secrets.MATRIX_ROOM }} @@ -45,7 +46,7 @@ jobs: .. ${{ steps.build.outputs.git-summary }} - name: "notify: fail" if: ${{ failure() && github.repository == 'calamares/calamares' }} - uses: calamares/actions/matrix-notify@v3 + uses: calamares/actions/matrix-notify@v4 with: token: ${{ secrets.MATRIX_TOKEN }} room: ${{ secrets.MATRIX_ROOM }} diff --git a/AUTHORS b/AUTHORS index 1c4d7aa24..4a66ebe0b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -20,30 +20,58 @@ and moral support from (alphabetically by first name or nickname): - Allen Welkie - AlmAck - Andrius Štikonas + - Anke Boersma + - Anubhav Choudhary + - Arjen Balfoort - Arnaud Ferraris + - Artem Grinev - artoo@cromnix.org + - benne-dee - Bernhard Landauer - Bezzy1999 - Bill Auger + - Bob van der Linden - Caio Jordão Carvalho + - Camilo Higuita - Collabora LTD + - Corey Lang - crispg72 - Dan Simmons - demmm + - Emmanuel Arias + - Enrique Medina Gremaldos + - Erik Dubois - Dominic Hayes + - El-Wumbus + - Evan James - Frede H - Gabriel Craciunescu - Harald Sitter + - Huang Jia Wen + - Jerrod Frost + - Jia Chao + - Joe Kamprad + - Jonas Strassel - Kai Dohmen - Kevin Kofler - Kyle Robertze - Lisa Vitolo - - Neal Gompa + - Matti Hyttinen - n3rdopolis + - Neal Gompa + - Nico 'dr460nf1r3' + - Omer I.S. - Philip Müller - Ramon Buldó - Raul Rodrigo Segura - Rohan Garg + - Santosh Mahto - Scott Harvey - Simon Quigley + - Taejun Park + - Victor Fuentes + - vtriolet - Walter Lapchynski + - Waneon Kim + + > This list was updated to revision 6e8d820737dea0f3e08f12b10768facef19be684 on May 28th 2022. diff --git a/CHANGES-3.2 b/CHANGES-3.2 index ea8beb764..13b806b26 100644 --- a/CHANGES-3.2 +++ b/CHANGES-3.2 @@ -1,4 +1,3 @@ - @@ -8,16 +7,146 @@ contributors are listed. Note that Calamares does not have a historical changelog -- this log starts with version 3.2.0. The release notes on the website will have to do for older versions. -# 3.2.55 (unreleased) # +# 3.2.59 (2022-05-29) # This release contains contributions from (alphabetically by first name): - - No external contributors yet + - Arjen Balfoort + +This is the final release of Calamares 3.2 where the release is from +the *calamares* branch -- that is, where the primary development +branch is also the branch being released regularly. Future releases +of the 3.2 series are bugfix-only, and no new feature development +or translations are expected. This is also the final release done +*as work-work* by the current maintainer. ## Core ## - - No core changes yet + - Prep-work for moving the *About Calamares* button to the panels, + rather than keeping it in the Welcome module. The about information + is somewhat more flexible now, so that a new maintainer can be added + easily without frustrating translators. + - The progress panels (both Widgets and QML) now have an About button + on them, showing the traditional *About Calamares* dialog. + - Translations for the (QML) slideshow were not being loaded correctly. + The log is now somewhat more informative when that fails. ## Modules ## - - No module changes yet + - *fstab* can now be configured to put `/tmp` on a *tmpfs*, and this can + depend on it being on an SSD or not. Options applicable to `/tmp` can + be configured separately as well. #1818 (Thanks Arjen) + - *partition* now has some support for re-using LUKS partitions. + (Thanks Arjen) + - *partition* will cycle out a LUKS key if all the key slots are in use + and a new key is added, rather than crashing the installer. (Thanks Arjen) + - *welcome* and *welcomeq* have no *About* button anymore; this is now + available from the progress panel, since it's also not-really about the + distro itself. + + +# 3.2.58.2 (2022-05-24) + +This is a extra-quick release for an issue that shows up when using a +swap **file** on a btrfs filesystem; the installation would fail with +a Python error, raised from btrfs-progs. Reported by Evan James, Erik +Dubois, TechXero. + + +# 3.2.58.1 (2022-05-20) + +This is a hot-fix release for a regression in the *partition* module where +it was impossible to proceed unless *Encrypt system* was checked. + + +# 3.2.58 (2022-05-18) # + +This release contains contributions from (alphabetically by first name): + - Anke Boersma + - Arjen Balfoort + - Enrique Medina Gremaldos + - Evan James + +## Core ## + - Internal improvements to translations-setup means that Catalan (in the + Valencian dialect), Occitan (Lenga d'Oc) and Serbian (in Latin script) + are all better supported. Thanks Enrique. + +## Modules ## + - *netinstall* Now displays entries with an empty name slightly differently. + An empty name is not generally useful, but in combination with + *immutable:true* and *selected:false* can be used to introduce separators + or descriptive comments into the list of packages. + - *partition* does not offer full-disk encryption when using ZFS. ZFS and the + way Calamares sets up FDE don't mix well. (Thanks Evan) + - *partition* Various bugs related to LUKS have been fixed. (Thanks Arjen) + - *users* module now has a structured *user* key with settings specific + to the user (shell, in particular). This maintains backwards compatibility + with the *userShell* key. + - *users* module now has lists of forbidden login- and host-names, to + avoid settings that will mess up the install (e.g. using a login-name + that is one of the system's reserved names). #1944 + + +# 3.2.57 (2022-05-04) # + +This release contains contributions from (alphabetically by first name): + - Arjen Balfoort (new contributor! Welcome!) + - Victor Fuentes + +## Core ## + - Calamares can now be started in Serbian (Latin Script) and Catalan + (Valencia) when the LANG environment variable is set to values + that indicate those languages. + +## Modules ## + - *fstab* and *luksbootkeyfile* have better support for an **un**encrypted + `/boot` partition. #1931 (thanks Arjen) + - *packagechooser* and *packagechooserq* can now be given a custom name + in the side-panel. #1932 (thanks Victor) + + +# 3.2.56 (2022-04-22) # + +As of this release, Calamares 3.2 development is winding down. The +reason is simple: systems where the backwards-compatibility of Calamares +3.2 is important are becoming increasingly difficult to work with +for **other** reasons. Foremost among these are deprecated versions +of dependencies and tools. Calamares 3.2 branch remains open for +bugfixes and will see a few more releases, but development is now +shifting wholesale to the newer generation. + +This release contains contributions from (alphabetically by first name): + - Victor Fuentes (new contributor! Welcome!) + +## Core ## + - Changes in git forced some changes on the CI tooling. + +## Modules ## + - *locale* showed the wrong timezone for Dhaka, although it configured + the correct one. #1929 + - *users* module sets global storage key *fullname* to the full name + of the user (e.g. what is entered in the "your full name" box on the + users page). #1923 (Thanks Victor) + + +# 3.2.55 (2022-04-11) # + +This release contains contributions from (alphabetically by first name): + - vtriolet (new contributor! Welcome!) + +## Core ## + - `readTargetFile()` did not properly return all the lines of the target + file. #1918 (thanks vtriolet) + +## Modules ## + - *users* module has rearranged configuration for setting the hostname. + Legacy settings are preserved, but produce a warning. Please see + `users.conf` for details. + - *users* module has a new hostname.location setting, *Transient*, which + will force the installed system to transient-hostname-setting by removing + the file `/etc/hostname`. + - *users* module has a new hostname.template setting, which allows some + tweaking of how the hostname suggestion is constructed. In particular, + it can be configured to use the current hostname (whatever that may be). + See the example `users.conf` for details on available keys. # 3.2.54 (2022-03-21) # diff --git a/CMakeLists.txt b/CMakeLists.txt index 4caf51ca5..b38e35314 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,11 @@ # TODO:3.3: Require CMake 3.12 cmake_minimum_required( VERSION 3.3 FATAL_ERROR ) project( CALAMARES +<<<<<<< HEAD VERSION 3.2.54 +======= + VERSION 3.2.59 +>>>>>>> 26cac052f58a1c38e723827d1773f0e805f4ee0d LANGUAGES C CXX ) @@ -125,9 +129,8 @@ set( CALAMARES_DESCRIPTION_SUMMARY # # When adding a new language, take care that it is properly loaded # by the translation framework. Languages with alternate scripts -# (sr@latin in particular) may need special handling in CalamaresUtils.cpp. -# -# TODO: drop the es_ES translation from Transifex +# (sr@latin in particular) or location (ca@valencia) need special +# handling in libcalamares/locale/Translation.h . # # NOTE: move eo (Esperanto) to _ok once Qt can actually create a # locale for it. (Qt 5.12.2 can, see Translation Status section). @@ -136,14 +139,14 @@ set( CALAMARES_DESCRIPTION_SUMMARY # `txstats.py -e`. See also # # Total 74 languages -set( _tx_complete az az_AZ ca de fa fi_FI he hi hr ja ko lt pt_BR - pt_PT si sq sv tr_TR uk zh_TW ) -set( _tx_good as be ca@valencia cs_CZ da fr fur it_IT ml nl ru sk - tg vi zh_CN ) -set( _tx_ok ar ast bg bn el en_GB es es_MX et eu gl hu id is mr nb +set( _tx_complete az az_AZ ca es fi_FI he hi hr ja lt pt_BR pt_PT + sq sv uk zh_TW ) +set( _tx_good as be ca@valencia cs_CZ da de fa fr fur it_IT ko ml + nl ru si sk tg tr_TR vi zh_CN ) +set( _tx_ok ar ast bg bn el en_GB es_MX et eu gl hu id is mr nb oc pl ro sl sr sr@latin th ) -set( _tx_incomplete eo es_PR gu ie kk kn lo lv mk ne ne_NP ta_IN te - ur zh zh_HK ) +set( _tx_incomplete eo es_PR gu ie ja-Hira kk kn lo lv mk ne_NP + ta_IN te ur zh zh_HK ) ### Required versions # diff --git a/README.md b/README.md index 3e79d9a72..570adf575 100644 --- a/README.md +++ b/README.md @@ -65,5 +65,5 @@ that chat window open because it can easily take a few hours for someone to notice a message. Matrix is persistent, and we'll see your message eventually. -* [![Join us on Matrix](https://img.shields.io/badge/Matrix-%23calamares:kde.org-blue)](https://webchat.kde.org/#/room/%23calamares:kde.org) -* [![Chat on IRC](https://img.shields.io/badge/IRC-Libera.Chat%20%23calamares-green)](https://kiwiirc.com/client/irc.libera.chat/#calamares) +* [![Join us on Matrix](https://img.shields.io/badge/Matrix-%23calamares:kde.org-blue)](https://webchat.kde.org/#/room/%23calamares:kde.org) (needs a Matrix account) +* [![Chat on IRC](https://img.shields.io/badge/IRC-Libera.Chat%20%23calamares-green)](https://kiwiirc.com/client/irc.libera.chat/#calamares) (IRC supports guest accounts) diff --git a/calamares.desktop b/calamares.desktop index 264a2dc3e..9a1416e16 100644 --- a/calamares.desktop +++ b/calamares.desktop @@ -73,10 +73,10 @@ Name[eo]=Instali Sistemo Icon[eo]=calamares GenericName[eo]=Sistema Instalilo Comment[eo]=Calamares — Sistema Instalilo -Name[es]=Instalar Sistema +Name[es]=Instalar el sistema Icon[es]=calamares -GenericName[es]=Instalador del Sistema -Comment[es]=Calamares — Instalador del Sistema +GenericName[es]=Instalador del sistema +Comment[es]=Calamares — Instalador del sistema Name[es_MX]=Instalar el Sistema Icon[es_MX]=calamares GenericName[es_MX]=Instalador del sistema diff --git a/ci/RELEASE.sh b/ci/RELEASE.sh index e46ca2cc2..38e108d72 100755 --- a/ci/RELEASE.sh +++ b/ci/RELEASE.sh @@ -7,8 +7,6 @@ # # Release script for Calamares # -# NOTE: this script contains Linuxisms (in particular, expects GNU mktemp(1)) -# # This attempts to perform the different steps of the RELEASE.md # document automatically. It's not tested on other machines or # setups other than [ade]'s development VM. @@ -29,11 +27,13 @@ # * `-B` do not build (before tagging) # * `-P` do not package (tag, sign, tarball) # * `-T` do not respect string freeze +# * '-b' do not build-and-test tarball # # The build / package settings can be influenced via environment variables: # * BUILD_DEFAULT set to `false` to avoid first build with gcc # * BUILD_CLANG set to `false` to avoid second build with clang # * BUILD_ONLY set to `true` to break after building +# * TEST_TARBALL set to 'false' to skip build-and-test phase after tarring # ### END USAGE @@ -45,9 +45,10 @@ which cmake > /dev/null 2>&1 || { echo "No cmake(1) available." ; exit 1 ; } test -z "$BUILD_DEFAULT" && BUILD_DEFAULT=true test -z "$BUILD_CLANG" && BUILD_CLANG=true test -z "$BUILD_ONLY" && BUILD_ONLY=false +test -z "$TEST_TARBALL" && TEST_TARBALL=true STRING_FREEZE=true -while getopts "hBPT" opt ; do +while getopts "hBbPT" opt ; do case "$opt" in h|\?) sed -e '1,/USAGE/d' -e '/END.USAGE/,$d' < "$0" @@ -57,6 +58,9 @@ while getopts "hBPT" opt ; do BUILD_DEFAULT=false BUILD_CLANG=false ;; + b) + TEST_TARBALL=false + ;; P) BUILD_ONLY=true ;; @@ -74,7 +78,7 @@ fi ### Setup # # -BUILDDIR=$(mktemp -d --suffix=-build --tmpdir=.) +BUILDDIR=$(mktemp -d ./cala-tmp-XXXXXX) KEY_ID="328D742D8807A435" # Try to make gpg cache the signing key, so we can leave the process @@ -144,12 +148,14 @@ SHA256=$(sha256sum "$TAR_FILE" | cut -d" " -f1) ### Build the tarball # # -D=$(date +%Y%m%d-%H%M%S) -TMPDIR=$(mktemp -d --suffix="-calamares-$D") -test -d "$TMPDIR" || { echo "Could not create tarball-build directory." ; exit 1 ; } -tar xzf "$TAR_FILE" -C "$TMPDIR" || { echo "Could not unpack tarball." ; exit 1 ; } -test -d "$TMPDIR/$TAR_V" || { echo "Tarball did not contain source directory." ; exit 1 ; } -( cd "$TMPDIR/$TAR_V" && cmake . && make -j4 && make test ) || { echo "Tarball build failed in $TMPDIR ." ; exit 1 ; } +if test "x$TEST_TARBALL" = "xtrue" ; then + D=$(date +%Y%m%d-%H%M%S) + TMPDIR=$(mktemp -d ./cala-tar-XXXXXX) + test -d "$TMPDIR" || { echo "Could not create tarball-build directory." ; exit 1 ; } + tar xzf "$TAR_FILE" -C "$TMPDIR" || { echo "Could not unpack tarball." ; exit 1 ; } + test -d "$TMPDIR/$TAR_V" || { echo "Tarball did not contain source directory." ; exit 1 ; } + ( cd "$TMPDIR/$TAR_V" && cmake . && make -j4 && make test ) || { echo "Tarball build failed in $TMPDIR ." ; exit 1 ; } +fi gpg -s -u $KEY_ID --detach --armor $TAR_FILE # Sign the tarball ### Cleanup diff --git a/ci/calamaresstyle b/ci/calamaresstyle index 52fe30737..058468b91 100755 --- a/ci/calamaresstyle +++ b/ci/calamaresstyle @@ -24,7 +24,7 @@ test -f "$TOPDIR/.clang-format" || { echo "! No .clang-format support files in $ AS=$( which astyle ) # Allow specifying CF_VERSIONS outside already -CF_VERSIONS="$CF_VERSIONS clang-format13 clang-format-13 clang-format12 clang-format-12 clang-format" +CF_VERSIONS="$CF_VERSIONS clang-format13 clang-format-13 clang-format-13.0.1 clang-format12 clang-format-12 clang-format" for _cf in $CF_VERSIONS do # Not an error if this particular clang-format isn't found @@ -42,6 +42,9 @@ test -x "$CF" || { echo "! $CF is not executable."; exit 1 ; } # Version 7 and earlier doesn't understand all the options we would like # Version 12 handles lambdas nicely, so use that. # Version 13 is also ok. +# Version 14 behaves differently with short-functions-in-class, +# spreading functions out that 13 keeps on one line. To avoid +# ping-pong commits, forbid 14. format_version=`"$CF" --version | tr -dc '[^.0-9]' | cut -d . -f 1` case "$format_version" in @@ -49,7 +52,7 @@ case "$format_version" in : ;; * ) - echo "! Clang-format version '$format_version' unsupported, version 12 required." + echo "! Clang-format version '$format_version' unsupported, versions 12 or 13 are ok." exit 1 ;; esac diff --git a/ci/txpull.sh b/ci/txpull.sh index a6e4127af..0f4a2aa47 100755 --- a/ci/txpull.sh +++ b/ci/txpull.sh @@ -69,9 +69,6 @@ drop_language() { mv calamares.desktop.new calamares.desktop } -drop_language es_ES -drop_language pl_PL - # Also fix the .desktop file, which has some fields removed by Transifex. # { cat calamares.desktop.in ; grep "\\[[a-zA-Z_@]*]=" calamares.desktop ; } > calamares.desktop.new diff --git a/ci/txstats.py b/ci/txstats.py index d7997701a..69a34f89e 100755 --- a/ci/txstats.py +++ b/ci/txstats.py @@ -11,6 +11,7 @@ # Run it with a -v command-line option to get extra output on # actual translation percentages. import sys +import os import argparse class TXError(Exception): @@ -172,7 +173,6 @@ def get_tx_stats(languages, outputter, verbose): If @p verbose is True, prints out language stats as well. """ - suppressed_languages = ( "es_ES", ) # In Transifex, but not used # Some languages go into the "incomplete" list by definition, # regardless of their completion status: this can have various reasons. # @@ -187,8 +187,6 @@ def get_tx_stats(languages, outputter, verbose): all_langs = [] outputter.print("# Total %d languages" % len(languages)) for lang_name in languages: - if lang_name in suppressed_languages: - continue stats = languages[lang_name]["translated"]["percentage"] # Make the by-definition-incomplete languages have a percentage # lower than zero; this way they end up sorted (in -v output) @@ -205,6 +203,38 @@ def get_tx_stats(languages, outputter, verbose): output_langs(all_langs, outputter, "ok", lambda s : 0.75 > s >= 0.05) output_langs(all_langs, outputter, "incomplete", lambda s : 0.05 > s) + # Audit the languages that are in TX, mapped to git + for lang_name in languages: + if not os.path.exists("lang/calamares_{}.ts".format(lang_name)): + print("# !! Missing translation file for {}".format(lang_name)) + if not os.path.isdir("lang/python/{}/LC_MESSAGES".format(lang_name)): + print("# !! Missing Python translation file for {}".format(lang_name)) + + # Audit the files that are in git, mapped to TX + special_cases = ("python.pot", "python", "CMakeLists.txt", "txload.cpp", "calamares_i18n.qrc.in") + for file_name in os.listdir("lang"): + if file_name in special_cases: + continue + elif file_name.startswith("calamares_") and file_name.endswith(".ts"): + key = file_name[10:-3] + if not key in languages and not key == "en": + print("# !! Translation file for {} not in TX".format(key)) + elif file_name.startswith("tz_") and file_name.endswith(".ts"): + key = file_name[3:-3] + if not key in languages and not key == "en": + print("# !! Translation file for TZ {} not in TX".format(key)) + elif file_name.startswith("kb_") and file_name.endswith(".ts"): + key = file_name[3:-3] + if not key in languages and not key == "en": + print("# !! Translation file for KB {} not in TX".format(key)) + else: + print("# !! Weird translation file {} not in TX".format(file_name)) + + # Audit the python translation files that are in git, mapped to TX + for file_name in os.listdir("lang/python"): + if file_name not in languages: + print("# !! Translation file for Python {} not in TX".format(file_name)) + return 0 diff --git a/lang/calamares_ar.ts b/lang/calamares_ar.ts index 2aba1134d..7d12a26b4 100644 --- a/lang/calamares_ar.ts +++ b/lang/calamares_ar.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information معلومات التّنقيح @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install ثبت @@ -171,7 +190,7 @@ Calamares::JobThread - + Done انتهى @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -273,7 +292,7 @@ - + (%n second(s)) @@ -285,7 +304,7 @@ - + System-requirements checking is complete. @@ -492,12 +511,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer %1 المثبت @@ -536,149 +555,149 @@ The installer will quit and all changes will be lost. نموذج - + Select storage de&vice: اختر &جهاز التّخزين: - - - - + + + + Current: الحاليّ: - + After: بعد: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>تقسيم يدويّ</strong><br/>يمكنك إنشاء أو تغيير حجم الأقسام بنفسك. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>اختر قسمًا لتقليصه، ثمّ اسحب الشّريط السّفليّ لتغيير حجمه </strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: مكان محمّل الإقلاع: - + <strong>Select a partition to install on</strong> <strong>اختر القسم حيث سيكون التّثبيت عليه</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. تعذّر إيجاد قسم النّظام EFI في أيّ مكان. فضلًا ارجع واستخدم التّقسيم اليدويّ لإعداد %1. - + The EFI system partition at %1 will be used for starting %2. قسم النّظام EFI على %1 سيُستخدم لبدء %2. - + EFI system partition: قسم نظام EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. لا يبدو أن في جهاز التّخزين أيّ نظام تشغيل. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>مسح القرص</strong><br/>هذا س<font color="red">يمسح</font> كلّ البيانات الموجودة في جهاز التّخزين المحدّد. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>ثبّت جنبًا إلى جنب</strong><br/>سيقلّص المثبّت قسمًا لتفريغ مساحة لِ‍ %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>استبدل قسمًا</strong><br/>يستبدل قسمًا مع %1 . - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. على جهاز التّخزين %1. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. على جهاز التّخزين هذا نظام تشغيل ذأصلًا. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. على جهاز التّخزين هذا عدّة أنظمة تشغيل. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -766,27 +785,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> اضبط طراز لوحة المفتاتيح ليكون %1.<br/> - + Set keyboard layout to %1/%2. اضبط تخطيط لوحة المفاتيح إلى %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -821,97 +840,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> لا يستوفِ هذا الحاسوب أدنى متطلّبات تثبيت %1.<br/>لا يمكن متابعة التّثبيت. <a href="#details">التّفاصيل...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. لا يستوفِ هذا الحاسوب بعض المتطلّبات المستحسنة لتثبيت %1.<br/>يمكن للمثبّت المتابعة، ولكن قد تكون بعض الميزات معطّلة. - + This program will ask you some questions and set up %2 on your computer. سيطرح البرنامج بعض الأسئلة عليك ويعدّ %2 على حاسوبك. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. اسم المستخدم طويل جدًّا. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. اسم المضيف قصير جدًّا. - + Your hostname is too long. اسم المضيف طويل جدًّا. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! لا يوجد تطابق في كلمات السر! - + OK! @@ -967,11 +986,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1430,6 +1454,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1459,8 +1493,8 @@ The installer will quit and all changes will be lost. أكّد عبارة المرور - - + + Please enter the same passphrase in both boxes. @@ -1468,12 +1502,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1549,32 +1583,32 @@ The installer will quit and all changes will be lost. أ&عد التّشغيل الآن - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>انتهينا.</h1><br/>لقد ثُبّت %1 على حاسوبك.<br/>يمكنك إعادة التّشغيل وفتح النّظام الجديد، أو متابعة استخدام بيئة %2 الحيّة. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1608,12 +1642,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. يهيّء القسم %1 بنظام الملفّات %2. - + The installer failed to format partition %1 on disk '%2'. فشل المثبّت في تهيئة القسم %1 على القرص '%2'. @@ -1621,12 +1661,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1666,27 +1706,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. المثبّت لا يعمل بصلاحيّات المدير. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1986,35 +2026,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2040,12 +2080,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2055,98 +2095,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2197,24 +2249,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2525,7 +2577,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2563,22 +2615,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2882,82 +2918,97 @@ The installer will quit and all changes will be lost. الأقسام - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: الحاليّ: - + After: بعد: - + No EFI system partition configured لم يُضبط أيّ قسم نظام EFI - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3089,7 +3140,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3412,12 +3463,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: لأفضل النّتائج، تحقّق من أن الحاسوب: - + System requirements متطلّبات النّظام @@ -3438,29 +3489,29 @@ Output: SetHostNameJob - + Set hostname %1 اضبط اسم المضيف %1 - + Set hostname <strong>%1</strong>. اضبط اسم المضيف <strong>%1</strong> . - + Setting hostname %1. يضبط اسم المضيف 1%. - - + + Internal Error خطأ داخلي - - + + Cannot write hostname to target system تعذّرت كتابة اسم المضيف إلى النّظام الهدف @@ -3662,18 +3713,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3681,17 +3732,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. تعذّر تغيير صلاحيّات ملفّ sudores. - + Cannot create sudoers file for writing. تعذّر إنشاء ملفّ sudoers للكتابة. @@ -3845,22 +3896,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3881,12 +3932,12 @@ Output: الغاء تحميل ملف النظام - + No target system available. - + No rootMountPoint is set. @@ -3894,12 +3945,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4048,44 +4099,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - <h1>مرحبًا بك في مثبّت %1.</h1> - - - %1 support %1 الدعم - + About %1 setup - + About %1 installer حول 1% المثبت - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4150,23 +4176,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4266,17 +4276,17 @@ Output: طراز لوحة المفاتيح: - + Layouts - + Type here to test your keyboard اكتب هنا لتجرّب لوحة المفاتيح - + Variants @@ -4403,102 +4413,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? ما اسم هذا الحاسوب؟ - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. اختر كلمة مرور لإبقاء حسابك آمنًا. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. استخدم نفس كلمة المرور لحساب المدير. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_as.ts b/lang/calamares_as.ts index 29e73da51..da7b42ec0 100644 --- a/lang/calamares_as.ts +++ b/lang/calamares_as.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ ৱিজেত্ ত্ৰি - + Debug information ডিবাগ তথ্য @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up চেত্ আপ - + Install ইনস্তল @@ -171,7 +190,7 @@ Calamares::JobThread - + Done হৈ গ'ল @@ -261,7 +280,7 @@ <i>%1</i> মডিউল পৰীক্ষণৰ বাবে আৱশ্যকতাবোৰ সম্পূৰ্ণ হ'ল। - + Waiting for %n module(s). Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. চিছ্তেমৰ বাবে প্রয়োজনীয় পৰীক্ষণ সম্পূর্ণ হ'ল। @@ -484,12 +503,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program %1 চেত্ আপ প্ৰোগ্ৰেম - + %1 Installer %1 ইনস্তলাৰ @@ -528,149 +547,149 @@ The installer will quit and all changes will be lost. ৰূপ - + Select storage de&vice: স্তোৰেজ ডিভাইচ চয়ণ কৰক (&v): - - - - + + + + Current: বর্তমান: - + After: পিছত: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>মেনুৱেল বিভাজন</strong><br/>আপুনি নিজে বিভাজন বনাব বা বিভজনৰ আয়তন সলনি কৰিব পাৰে। - + Reuse %1 as home partition for %2. %1ক %2ৰ গৃহ বিভাজন হিচাপে পুনৰ ব্যৱহাৰ কৰক। - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>আয়তন সলনি কৰিবলৈ বিভাজন বাচনি কৰক, তাৰ পিছত তলৰ "বাৰ্" ডালৰ সহায়ত আয়তন চেত্ কৰক</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 বিভজনক সৰু কৰি %2MiB কৰা হ'ব আৰু %4ৰ বাবে %3MiBৰ নতুন বিভজন বনোৱা হ'ব। - + Boot loader location: বুত্ লোডাৰৰ অৱস্থান: - + <strong>Select a partition to install on</strong> <strong>ইনস্তল​ কৰিবলৈ এখন বিভাজন চয়ন কৰক</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. এই চিছটেমত এখনো EFI চিছটেম বিভাজন কতো পোৱা নগ'ল। অনুগ্ৰহ কৰি উভতি যাওক আৰু মেনুৱেল বিভাজন প্ৰক্ৰিয়া দ্বাৰা %1 চেত্ আপ কৰক। - + The EFI system partition at %1 will be used for starting %2. %1ত থকা EFI চিছটেম বিভাজনটো %2ক আৰম্ভ কৰাৰ বাবে ব্যৱহাৰ কৰা হ'ব। - + EFI system partition: EFI চিছটেম বিভাজন: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. এইটো ষ্টোৰেজ ডিভাইচত কোনো অপাৰেটিং চিছটেম নাই যেন লাগে। আপুনি কি কৰিব বিচাৰে?<br/>আপুনি ষ্টোৰেজ ডিভাইচটোত কিবা সলনি কৰাৰ আগতে পুনৰীক্ষণ আৰু চয়ন নিশ্চিত কৰিব পাৰিব। - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>ডিস্কত থকা গোটেই ডাটা আতৰাওক।</strong><br/> ইয়াৰ দ্ৱাৰা ষ্টোৰেজ ডিভাইছত বৰ্তমান থকা সকলো ডাটা <font color="red">বিলোপ</font> কৰা হ'ব। - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>সমান্তৰালভাৱে ইনস্তল কৰক</strong><br/> ইনস্তলাৰটোৱে %1ক ইনস্তল​ কৰাৰ বাবে এখন বিভাজন সৰু কৰি দিব। - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>বিভাজন সলনি কৰক</strong> <br/>এখন বিভাজনক % ৰ্ সৈতে সলনি কৰক। - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. এইটো ষ্টোৰেজ ডিভাইচত %1 আছে। <br/> আপুনি কি কৰিব বিচাৰে? ষ্টোৰেজ ডিভাইচটোত যিকোনো সলনি কৰাৰ আগত আপুনি পুনৰীক্ষণ আৰু সলনি কৰিব পাৰিব। - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. এইটো ষ্টোৰেজ ডিভাইচত ইতিমধ্যে এটা অপাৰেটিং চিছটেম আছে। আপুনি কি কৰিব বিচাৰে? <br/>ষ্টোৰেজ ডিভাইচটোত যিকোনো সলনি কৰাৰ আগত আপুনি পুনৰীক্ষণ আৰু সলনি কৰিব পাৰিব। - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. এইটো ষ্টোৰেজ ডিভাইচত একাধিক এটা অপাৰেটিং চিছটেম আছে। আপুনি কি কৰিব বিচাৰে? 1ষ্টোৰেজ ডিভাইচটোত যিকোনো সলনি কৰাৰ আগত আপুনি পুনৰীক্ষণ আৰু সলনি কৰিব পাৰিব। - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap কোনো স্ৱেপ নাই - + Reuse Swap স্ৱেপ পুনৰ ব্যৱহাৰ কৰক - + Swap (no Hibernate) স্ৱেপ (হাইবাৰনেট নোহোৱাকৈ) - + Swap (with Hibernate) স্ৱোআপ (হাইবাৰনেটৰ সৈতে) - + Swap to file ফাইললৈ স্ৱোআপ কৰক। @@ -758,27 +777,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> কিবোৰ্ডৰ মডেল %1ত চেট্ কৰক।<br/> - + Set keyboard layout to %1/%2. কিবোৰ্ডৰ লেআউট %1/%2 চেট্ কৰক। - + Set timezone to %1/%2. সময় অঞ্চলৰ সিদ্ধান্ত কৰক %`1%2 - + The system language will be set to %1. চিছটেমৰ ভাষা %1লৈ সলনি কৰা হ'ব। - + The numbers and dates locale will be set to %1. সংখ্যা আৰু তাৰিখ স্থানীয় %1লৈ সলনি কৰা হ'ব। @@ -813,97 +832,97 @@ The installer will quit and all changes will be lost. নেটৱৰ্ক্ ইনস্তলেচন। (নিস্ক্ৰিয়: পেকেজ সুচী বিচাৰি পোৱা নগ'ল, আপোনাৰ নেটৱৰ্ক্ সংযোগ পৰীক্ষা কৰক) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> %1 চেত্ আপৰ বাবে নিম্নতম আৱশ্যকতা এই কম্পিউটাৰটোৱে পূৰ্ণ নকৰে। <br/>স্থাপন প্ৰক্ৰিয়া অবিৰত ৰাখিব নোৱাৰিব। <a href="#details">বিৱৰণ...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> %1 ইনস্তলচেন​ৰ বাবে নিম্নতম আৱশ্যকতা এই কম্পিউটাৰটোৱে পূৰ্ণ নকৰে। <br/>ইনস্তলচেন​ প্ৰক্ৰিয়া অবিৰত ৰাখিব নোৱাৰিব। <a href="#details">বিৱৰণ...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. %1 চেত্ আপৰ বাবে পৰামৰ্শ দিয়া আৱশ্যকতা এই কম্পিউটাৰটোৱে পূৰ্ণ নকৰে। <br/>স্থাপন প্ৰক্ৰিয়া অবিৰত ৰাখিব পাৰিব, কিন্তু কিছুমান সুবিধা নিষ্ক্রিয় হৈ থাকিব। - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. %1 ইনস্তলচেন​ৰ বাবে পৰামৰ্শ দিয়া আৱশ্যকতা এই কম্পিউটাৰটোৱে পূৰ্ণ নকৰে। ইনস্তলচেন​ অবিৰত ৰাখিব পাৰিব, কিন্তু কিছুমান সুবিধা নিষ্ক্রিয় হৈ থাকিব। - + This program will ask you some questions and set up %2 on your computer. এইটো প্ৰগ্ৰেমে অপোনাক কিছুমান প্ৰশ্ন সুধিব আৰু অপোনাৰ কম্পিউটাৰত %2 স্থাপন কৰিব। - + <h1>Welcome to the Calamares setup program for %1</h1> %1ৰ Calamares চেত্ আপ প্ৰগ্ৰামলৈ আদৰণি জনাইছো। - + <h1>Welcome to %1 setup</h1> <h1> %1 চেত্ আপলৈ আদৰণি জনাইছো।</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>%1ৰ কেলামাৰেচ ইনস্তলাৰলৈ আদৰণি জনাইছো।</h1> - + <h1>Welcome to the %1 installer</h1> <h1>%1 ইনস্তলাৰলৈ আদৰণি জনাইছো।</h1> - + Your username is too long. আপোনাৰ ইউজাৰ নাম বহুত দীঘল। - + '%1' is not allowed as username. '%1'ক ব্যৱহাৰকাৰীৰ নাম হিচাপে ব্যৱহাৰ কৰা অবধ্য | - + Your username must start with a lowercase letter or underscore. আপোনাৰ ব্যৱহাৰকাৰী নাম lowercase বৰ্ণ বা underscoreৰে আৰম্ভ হ'ব লাগিব। - + Only lowercase letters, numbers, underscore and hyphen are allowed. কেৱল lowercase বৰ্ণ, সংখ্যা, underscore আৰু hyphenৰ হে মাত্ৰ অনুমতি আছে। - + Your hostname is too short. আপোনাৰ হ'স্ট্ নাম বহুত ছুটি। - + Your hostname is too long. আপোনাৰ হ'স্ট্ নাম বহুত দীঘল। - + '%1' is not allowed as hostname. '%1'ক আয়োজকৰ নাম হিচাপে ব্যৱহাৰ কৰা অবধ্য | - + Only letters, numbers, underscore and hyphen are allowed. কেৱল বৰ্ণ, সংখ্যা, underscore আৰু hyphenৰ হে মাত্ৰ অনুমতি আছে। - + Your passwords do not match! আপোনাৰ পাছৱৰ্ডকেইটাৰ মিল নাই! - + OK! @@ -959,11 +978,16 @@ The installer will quit and all changes will be lost. + Packages + পেকেজ + + + Install option: <strong>%1</strong> - + None @@ -1422,6 +1446,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1451,8 +1485,8 @@ The installer will quit and all changes will be lost. পাছফ্ৰেছ নিশ্ৱিত কৰক - - + + Please enter the same passphrase in both boxes. অনুগ্ৰহ কৰি দুয়োটা বাকচত একে পাছফ্ৰেছ প্রবিষ্ট কৰক। @@ -1460,12 +1494,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? আপুনি ৱেবত ইণ্স্টল ল'গ পেস্ট কৰিব বিচাৰে নেকি? @@ -1541,32 +1575,32 @@ The installer will quit and all changes will be lost. পুনৰাৰম্ভ কৰক (&R) - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>সকলো কৰা হ'ল।</h1> <br/>আপোনাৰ কম্পিউটাৰত %1 স্থাপন কৰা হ'ল। <br/>আপুনি এতিয়া নতুন চিছটেম ব্যৱহাৰ কৰা আৰম্ভ কৰিব পাৰিব। - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>এইটো বিকল্পত ক্লিক কৰাৰ লগে লগে আপোনাৰ চিছটেম পুনৰাৰম্ভ হ'ব যেতিয়া আপুনি <span style="font-style:italic;">হৈ গ'ল</span>ত ক্লিক কৰে বা চেত্ আপ প্ৰগ্ৰেম বন্ধ কৰে।</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>সকলো কৰা হ'ল।</h1> আপোনাৰ কম্পিউটাৰত %1 ইনস্তল কৰা হ'ল। <br/>আপুনি এতিয়া নতুন চিছটেম পুনৰাৰম্ভ কৰিব পাৰিব অথবা %2 লাইভ বাতাৱৰণ ব্যৱহাৰ কৰা অবিৰত ৰাখিব পাৰে। - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>এইটো বিকল্পত ক্লিক কৰাৰ লগে লগে আপোনাৰ চিছটেম পুনৰাৰম্ভ হ'ব যেতিয়া আপুনি <span style="font-style:italic;">হৈ গ'ল</span>ত ক্লিক কৰে বা ইনস্তলাৰ বন্ধ কৰে।</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>স্থাপন প্ৰক্ৰিয়া বিফল হ'ল।</h1> <br/>আপোনাৰ কম্পিউটাৰত %1 স্থাপন নহ'ল্। <br/>ক্ৰুটি বাৰ্তা আছিল: %2। - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>ইনস্তলচেন প্ৰক্ৰিয়া বিফল হ'ল।</h1> <br/>আপোনাৰ কম্পিউটাৰত %1 ইনস্তল নহ'ল্। <br/>ক্ৰুটি বাৰ্তা আছিল: %2। @@ -1600,12 +1634,18 @@ The installer will quit and all changes will be lost. <strong>%3MiB</strong> ৰ <strong>%1 %</strong> বিভাজন <strong>%2</strong> ফাইল চিছটেমৰ সৈতে ফৰ্মেট কৰক। - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. %1 ফৰ্মেট বিভাজনৰ সৈতে %2 ফাইল চিছটেম। - + The installer failed to format partition %1 on disk '%2'. ইনস্তলাৰটো '%2' ডিস্কত %1 বিভাজন​ ফৰ্মেট কৰাত বিফল হ'ল। @@ -1613,12 +1653,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space অতি কমেও %1 GiB খালী ঠাই ড্ৰাইভত উপলব্ধ আছে - + There is not enough drive space. At least %1 GiB is required. ড্ৰাইভত পৰ্য্যাপ্ত খালী ঠাই নাই। অতি কমেও %1 GiB আৱশ্যক। @@ -1658,27 +1698,27 @@ The installer will quit and all changes will be lost. ইনস্তলাৰটো প্ৰসাশনক (ৰুট) হিছাবে চলি আছে নেকি - + The setup program is not running with administrator rights. চেত্ আপ প্ৰগ্ৰেমটো প্ৰসাশনীয় অধিকাৰৰ সৈতে চলি থকা নাই। - + The installer is not running with administrator rights. ইনস্তলাৰটো প্ৰসাশনীয় অধিকাৰৰ সৈতে চলি থকা নাই। - + has a screen large enough to show the whole installer সম্পূৰ্ণ ইনস্তলাৰটো দেখাবলৈ প্ৰয়োজনীয় ডাঙৰ স্ক্ৰীণ আছে নেকি? - + The screen is too small to display the setup program. চেত্ আপ প্ৰগ্ৰেমটো প্ৰদৰ্শন কৰিবলৈ স্ক্ৰিনখনৰ আয়তন যথেস্ট সৰু। - + The screen is too small to display the installer. ইনস্তলাৰটো প্ৰদৰ্শন কৰিবলৈ স্ক্ৰিনখনৰ আয়তন যথেস্ট সৰু। @@ -1978,35 +2018,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. LUKS কি ফাইল কনফিগাৰ কৰক। - - + + No partitions are defined. কোনো বিভাজনৰ বৰ্ণনা দিয়া নাই। - - - + + + Encrypted rootfs setup error এনক্ৰিপছন থকা rootfs চেত্ আপত ত্ৰুটি - + Root partition %1 is LUKS but no passphrase has been set. ৰুট বিভাজন %1 LUKS, কিন্তু পাসফ্রেজ ছেট কৰা হোৱা নাই। - + Could not create LUKS key file for root partition %1. %1 ৰুট বিভাজনৰ বাবে LUKS কি বনাৱ পৰা নগ'ল। - + Could not configure LUKS key file on partition %1. %1 বিভাজনত LUKS কি ফাইল কনফিগাৰ কৰিব পৰা নগ'ল। @@ -2032,12 +2072,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 সময় অঞ্চল: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2049,100 +2089,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection পেকেজ বাচনি - + Office software কাৰ্যালয়ৰ ছফটৱেৰ - + Office package কাৰ্যালয়ৰ পেকেজ - + Browser software ব্ৰাউজাৰৰ ছফটৱেৰ - + Browser package ব্ৰাউজাৰৰ পেকেজ - + Web browser ৱেব ব্ৰাউজাৰ - + Kernel + label for netinstall module, Linux kernel কাৰ্ণেল - + Services + label for netinstall module, system services সেৰ্ৱিচেস - + Login + label for netinstall module, choose login manager পৰীক্ষণ কৰক - + Desktop + label for netinstall module, choose desktop environment দেস্কেতোপ - - Applications - এপ্লীকেছ্নচ - - - + Communication + label for netinstall module যোগাযোগ - + Development + label for netinstall module প্রবৃদ্ধি - + Office + label for netinstall module কাৰ্যালয় - + Multimedia + label for netinstall module মাল্টিমিডিয়া - + Internet + label for netinstall module ইণ্টাৰনেট - + Theming + label for netinstall module থিমীং - + Gaming + label for netinstall module খেলা - + Utilities + label for netinstall module সঁজুলি + + + Applications + এপ্লীকেছ্নচ + NotesQmlViewStep @@ -2191,24 +2243,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 সময় অঞ্চল: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2483,7 +2535,7 @@ The installer will quit and all changes will be lost. অজ্ঞাত ক্ৰুটি - + Password is empty খালী পাছৱৰ্ড @@ -2521,22 +2573,6 @@ The installer will quit and all changes will be lost. সুচীৰ পৰা পণ্য এটা বাচনি কৰক। বাচনি কৰা পণ্যটো ইনস্তল হ'ব। - - PackageChooserQmlViewStep - - - Packages - পেকেজ - - - - PackageChooserViewStep - - - Packages - পেকেজ - - PackageModel @@ -2840,82 +2876,97 @@ The installer will quit and all changes will be lost. বিভাজনসমুহ - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: বর্তমান: - + After: পিছত: - + No EFI system partition configured কোনো EFI চিছটেম বিভাজন কনফিগাৰ কৰা হোৱা নাই - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS GPTৰ BIOSত ব্যৱহাৰৰ বাবে বিকল্প - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - এটা GPT পৰ্তিসোন টেবুল সকলো স্যস্তেমৰ বাবে উত্তম বিকল্প হয় | এই ইন্সালাৰতোৱে তেনে স্থাপনকৰণ BIOS স্যস্তেমতো কৰে |<br/><br/>এটা GPT পৰ্তিসোন টেবুল কনফিগাৰ কৰিবলৈ ( যদি আগতে কৰা নাই ) পাছলৈ গৈ পৰ্তিসোন টেবুলখনক GPTলৈ পৰিৱৰ্তন কৰক, তাৰপাচত 8 MBৰ উনফোৰমেতেট পৰ্তিতিওন এটা বনাব | <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. + - + Boot partition not encrypted বুত্ বিভাজন এনক্ৰিপ্ত্ নহয় - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. এনক্ৰিপ্তেড ৰুট বিভাজনৰ সৈতে এটা বেলেগ বুট বিভাজন চেত্ আপ কৰা হৈছিল, কিন্তু বুট বিভাজন এনক্ৰিপ্তেড কৰা হোৱা নাই। <br/><br/>এইধৰণৰ চেত্ আপ সুৰক্ষিত নহয় কাৰণ গুৰুত্ব্পুৰ্ণ চিছটেম ফাইল আন্এনক্ৰিপ্তেড বিভাজনত ৰখা হয়। <br/>আপুনি বিচাৰিলে চলাই থাকিব পাৰে কিন্তু পিছ্ত চিছটেম আৰম্ভৰ সময়ত ফাইল চিছটেম খোলা যাব। <br/>বুট বিভাজন এনক্ৰিপ্ত্ কৰিবলৈ উভতি যাওক আৰু বিভাজন বনোৱা windowত <strong>Encrypt</strong> বাচনি কৰি আকৌ বনাওক। - + has at least one disk device available. অতি কমেও এখন ডিস্ক্ উপলব্ধ আছে। - + There are no partitions to install on. ইনস্তল কৰিবলৈ কোনো বিভাজন নাই। @@ -3050,7 +3101,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3374,12 +3425,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: উত্কৃষ্ট ফলাফলৰ বাবে অনুগ্ৰহ কৰি নিশ্চিত কৰক যে এইটো কম্পিউটাৰ হয়: - + System requirements চিছটেমৰ আৱশ্যকতাবোৰ @@ -3400,29 +3451,29 @@ Output: SetHostNameJob - + Set hostname %1 %1 হোস্ট্ নাম চেত্ কৰক - + Set hostname <strong>%1</strong>. <strong>%1</strong> হোস্ট্ নাম চেত্ কৰক। - + Setting hostname %1. %1 হোস্ট্ নাম চেত্ কৰি আছে। - - + + Internal Error আভ্যন্তৰিণ ক্ৰুটি - - + + Cannot write hostname to target system গন্তব্য চিছটেমত হোষ্ট নাম লিখিব নোৱাৰিলে @@ -3624,18 +3675,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3643,17 +3694,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. sudoers ফাইলত chmod কৰিব পৰা নগ'ল। - + Cannot create sudoers file for writing. লিখাৰ বাবে sudoers ফাইল বনাব পৰা নগ'ল। @@ -3807,22 +3858,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">ব্যৱহাৰকাৰীৰ অধিক তথ্য পাবলৈ ইয়াত ক্লিক কৰক</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. এইটো বাচনি কৰি আপুনি ইনস্তলচেন​ আৰু হাৰ্ডৱেৰৰ বিষয়ে তথ্য পঠাব। ইনস্তলচেন​ৰ পিছত <b>এই তথ্য এবাৰ পঠোৱা হ'ব</b>। - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. এইটো বাচনি কৰি আপুনি ইনস্তলচেন​, হাৰ্ডৱেৰ আৰু এপ্লিকেচনৰ বিষয়ে <b>মেচিন</b> %1লৈ তথ্য পঠাব। - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. এইটো বাচনি কৰি আপুনি ইনস্তলচেন​, হাৰ্ডৱেৰ আৰু এপ্লিকেচনৰ বিষয়ে <b>ব্যৱহাৰকৰ্তা</b> %1লৈ তথ্য পঠাব। @@ -3843,12 +3894,12 @@ Output: ফাইল চিছটেম​বোৰ মাউণ্টৰ পৰা আতৰাওক। - + No target system available. - + No rootMountPoint is set. @@ -3856,12 +3907,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>যদি এটাতকৈ বেছি ব্যক্তিয়ে এইটো কম্পিউটাৰ ব্যৱহাৰ কৰে, আপুনি চেত্ আপৰ পিছত বহুতো একাউন্ট বনাব পাৰে।</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>যদি এটাতকৈ বেছি ব্যক্তিয়ে এইটো কম্পিউটাৰ ব্যৱহাৰ কৰে, আপুনি ইনস্তলচেন​ৰ পিছত বহুতো একাউন্ট বনাব পাৰে।</small> @@ -4010,44 +4061,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>%1ৰ কেলামাৰেচ চেত্ আপ প্ৰগ্ৰামলৈ আদৰণি জনাইছো।</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1> %1 চেত্ আপলৈ আদৰণি জনাইছো।</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>%1ৰ কেলামাৰেচ ইনস্তলাৰলৈ আদৰণি জনাইছো।</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>%1 ইনস্তলাৰলৈ আদৰণি জনাইছো।</h1> - - - %1 support %1 সহায় - + About %1 setup %1 চেত্ আপ প্ৰগ্ৰামৰ বিষয়ে - + About %1 installer %1 ইনস্তলাৰৰ বিষয়ে - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>ৰ বাবে %3</strong><br/><br/> মালিকিস্বত্ত 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>মালিকিস্বত্ত 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/><a href="https://calamares.io/team/">Calamares দল</a> আৰু <a href="https://www.transifex.com/calamares/calamares/">কেলামাৰেচ অনুবাদক দল</a>ক ধন্যবাদ জনাইছো।<br/><br/><a href="https://calamares.io/">Calamares</a>ৰ বিকাশ<br/><a href="http://www.blue-systems.com/">Blue Systems</a>- Liberating Softwareৰ দ্বাৰা প্ৰযোজিত। - WelcomeQmlViewStep @@ -4112,23 +4138,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back পাছলৈ @@ -4230,17 +4240,17 @@ Output: কিবোৰ্ড মডেল: - + Layouts লেআউট - + Type here to test your keyboard আপোনাৰ কিবোৰ্ড পৰীক্ষা কৰিবলৈ ইয়াত টাইপ কৰক - + Variants ভিন্ন ৰুপ @@ -4368,102 +4378,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. কেৱল lowercase বৰ্ণ, সংখ্যা, underscore আৰু hyphenৰ হে মাত্ৰ অনুমতি আছে। - + root is not allowed as username. - + What is the name of this computer? এইটো কম্পিউটাৰৰ নাম কি? - + Computer Name কম্পিউটাৰৰ নাম - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. আপোনাৰ একাউণ্ট সুৰক্ষিত ৰাখিবলৈ পাছৱৰ্ড এটা বাছনি কৰক। - + Password পাছৱৰ্ড - + Repeat Password পাছৱৰ্ড পুনৰ লিখক। - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. এই বাকচটো চিহ্নিত কৰিলে পাছ্ৱৰ্ডৰ প্ৰৱলতা কৰা হ'ব আৰু আপুনি দুৰ্বল পাছৱৰ্ড ব্যৱহাৰ কৰিব নোৱাৰিব। - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. প্ৰশাসনীয় একাউন্টৰ বাবে একে পাছৱৰ্ড্ ব্যৱহাৰ কৰক। - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_ast.ts b/lang/calamares_ast.ts index 526c34e48..1a510b3f5 100644 --- a/lang/calamares_ast.ts +++ b/lang/calamares_ast.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information Información de la depuración @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Configuración - + Install Instalación @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Fecho @@ -261,7 +280,7 @@ Completóse la comprobación de requirimientos del módulu <i>%1</i> - + Waiting for %n module(s). Esperando por %n módulu @@ -269,7 +288,7 @@ - + (%n second(s)) (%n segundu) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Completóse la comprobación de los requirimientos del sistema. @@ -484,12 +503,12 @@ L'instalador va colar y van perdese tolos cambeos. CalamaresWindow - + %1 Setup Program Programa de configuración de %1 - + %1 Installer Instalador de %1 @@ -528,149 +547,149 @@ L'instalador va colar y van perdese tolos cambeos. Formulariu - + Select storage de&vice: Esbilla un preséu d'al&macenamientu: - - - - + + + + Current: Anguaño: - + After: Dempués: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Particionáu manual</strong><br/>Vas poder crear o redimensionar particiones. - + Reuse %1 as home partition for %2. Reusu de %s como partición d'aniciu pa %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Esbilla una partición a redimensionar, dempués arrastra la barra baxera pa facelo</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 va redimensionase a %2MB y va crease una partición de %3MB pa %4. - + Boot loader location: Allugamientu del xestor d'arrinque: - + <strong>Select a partition to install on</strong> <strong>Esbilla una partición na qu'instalar</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Nun pudo alcontrase per nenyures una partición del sistema EFI. Volvi p'atrás y usa'l particionáu manual pa configurar %1, por favor. - + The EFI system partition at %1 will be used for starting %2. La partición del sistema EFI en %1 va usase p'aniciar %2. - + EFI system partition: Partición del sistema EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Esti preséu d'almacenamientu nun paez que tenga un sistema operativu nelli. ¿Qué te prestaría facer?<br/>Vas ser a revisar y confirmar lo qu'escueyas enantes de que se faiga cualesquier cambéu nel preséu d'almacenamientu. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Desaniciu d'un discu</strong><br/>Esto va <font color="red">desaniciar</font> tolos datos presentes nel preséu d'almacenamientu esbilláu. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Instalación anexa</strong><br/>L'instalador va redimensionar una partición pa dexar sitiu a %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Troquéu d'una partición</strong><br/>Troca una parción con %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Esti preséu d'almacenamientu tien %1 nelli. ¿Qué te prestaría facer?<br/>Vas ser a revisar y confirmar lo qu'escueyas enantes de que se faiga cualesquier cambéu nel preséu d'almacenamientu. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Esti preséu d'almacenamientu yá tien un sistema operativu nelli. ¿Qué te prestaría facer?<br/>Vas ser a revisar y confirmar lo qu'escueyas enantes de que se faiga cualesquier cambéu nel preséu d'almacenamientu. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Esti preséu d'almacenamientu tien varios sistemes operativos nelli. ¿Qué te prestaría facer?<br/>Vas ser a revisar y confirmar lo qu'escueyas enantes de que se faiga cualesquier cambéu nel preséu d'almacenamientu. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap Ensin intercambéu - + Reuse Swap Reusar un intercambéu - + Swap (no Hibernate) Intercambéu (ensin ivernación) - + Swap (with Hibernate) Intercambéu (con ivernación) - + Swap to file Intercambéu nun ficheru @@ -758,27 +777,27 @@ L'instalador va colar y van perdese tolos cambeos. Config - + Set keyboard model to %1.<br/> Va afitase'l modelu del tecláu a %1.<br/> - + Set keyboard layout to %1/%2. Va afitase la distrubución del tecláu a %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. La llingua del sistema va afitase a %1. - + The numbers and dates locale will be set to %1. La númberación y data van afitase en %1. @@ -813,97 +832,97 @@ L'instalador va colar y van perdese tolos cambeos. Instalación per rede. (Desactivada: Nun pue dise en cata de les llistes de paquetes, comprueba la conexón a internet) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Esti ordenador nun satisfaz dalgún de los requirimientos mínimos pa configurar %1.<br/>La configuración nun pue siguir. <a href="#details">Detalles...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Esti ordenador nun satisfaz los requirimientos mínimos pa instalar %1.<br/>La instalación nun pue siguir. <a href="#details">Detalles...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Esti ordenador nun satisfaz dalgún de los requirimientos aconseyaos pa configurar %1.<br/>La configuración pue siguir pero dalgunes carauterístiques podríen desactivase. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Esti ordenador nun satisfaz dalgún requirimientu aconseyáu pa instalar %1.<br/>La instalación pue siguir pero podríen desactivase dalgunes carauterístiques. - + This program will ask you some questions and set up %2 on your computer. Esti programa va facete dalgunes entrugues y va configurar %2 nel ordenador. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Afáyate nel programa de configuración de Calamares pa %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Afáyate na configuración de %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Afáyate nel instalador Calamares pa %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Afáyate nel instalador de %1</h1> - + Your username is too long. El nome d'usuariu ye perllargu. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. El nome d'agospiu ye percurtiu. - + Your hostname is too long. El nome d'agospiu ye perllargu. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! ¡Les contraseñes nun concasen! - + OK! @@ -959,11 +978,16 @@ L'instalador va colar y van perdese tolos cambeos. + Packages + Paquetes + + + Install option: <strong>%1</strong> - + None @@ -1422,6 +1446,16 @@ L'instalador va colar y van perdese tolos cambeos. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1451,8 +1485,8 @@ L'instalador va colar y van perdese tolos cambeos. Confirmación de la fras de pasu - - + + Please enter the same passphrase in both boxes. Introduz la mesma fras de pasu en dambes caxes, por favor. @@ -1460,12 +1494,12 @@ L'instalador va colar y van perdese tolos cambeos. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1541,32 +1575,32 @@ L'instalador va colar y van perdese tolos cambeos. &Reaniciar agora - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Too fecho.</h1><br/>%1 configuróse nel ordenador.<br/>Agora pues usar el sistema nuevu. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Cuando se conseña esti caxellu, el sistema va reaniciase nel intre cuando calques en <span style="font-style:italic;">Fecho</span> o zarres el programa de configuración.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Too fecho.</h1><br/>%1 instalóse nel ordenador.<br/>Agora pues renaiciar nel sistema nuevu o siguir usando l'entornu live de %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Cuando se conseña esti caxellu, el sistema va reaniciase nel intre cuando calques en <span style="font-style:italic;">Fecho</span> o zarres l'instalador.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Falló la configuración</h1><br/>%1 nun se configuró nel ordenador.<br/>El mensaxe de fallu foi: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Falló la instalación</h1><br/>%1 nun s'instaló nel ordenador.<br/>El mensaxe de fallu foi: %2. @@ -1600,12 +1634,18 @@ L'instalador va colar y van perdese tolos cambeos. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formatiando la partición %1 col sistema de ficheros %2. - + The installer failed to format partition %1 on disk '%2'. L'instalador falló al formatiar la partición %1 nel discu «%2». @@ -1613,12 +1653,12 @@ L'instalador va colar y van perdese tolos cambeos. GeneralRequirements - + has at least %1 GiB available drive space tien polo menos %1 GiB d'espaciu disponible nel discu - + There is not enough drive space. At least %1 GiB is required. Nun hai espaciu abondu nel discu. Ríquense polo menos %1 GiB. @@ -1658,27 +1698,27 @@ L'instalador va colar y van perdese tolos cambeos. ta executando l'instalador como alministrador (root) - + The setup program is not running with administrator rights. El programa de configuración nun ta executándose con drechos alministrativos. - + The installer is not running with administrator rights. L'instalador nun ta executándose con drechos alministrativos. - + has a screen large enough to show the whole installer tien una pantalla abondo grande como p'amosar tol instalador - + The screen is too small to display the setup program. La pantalla ye mui pequeña como p'amosar el programa de configuración. - + The screen is too small to display the installer. La pantalla ye mui pequeña como p'amosar l'instalador. @@ -1978,35 +2018,35 @@ L'instalador va colar y van perdese tolos cambeos. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2032,12 +2072,12 @@ L'instalador va colar y van perdese tolos cambeos. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2047,100 +2087,112 @@ L'instalador va colar y van perdese tolos cambeos. NetInstallViewStep - + Package selection Esbilla de paquetes - + Office software Software ofimáticu - + Office package Paquete ofimáticu - + Browser software - + Browser package - + Web browser Restolador web - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Servicios - - - Login - - - Desktop - Escritoriu + Login + label for netinstall module, choose login manager + - Applications - Aplicaciones - - - - Communication - Comunicación + Desktop + label for netinstall module, choose desktop environment + Escritoriu - Development - Desendolcu + Communication + label for netinstall module + Comunicación - Office - Oficina + Development + label for netinstall module + Desendolcu - Multimedia - Multimedia + Office + label for netinstall module + Oficina - Internet - Internet + Multimedia + label for netinstall module + Multimedia - Theming - Estilu + Internet + label for netinstall module + Internet - Gaming - + Theming + label for netinstall module + Estilu + Gaming + label for netinstall module + + + + Utilities + label for netinstall module Utilidaes + + + Applications + Aplicaciones + NotesQmlViewStep @@ -2189,24 +2241,24 @@ L'instalador va colar y van perdese tolos cambeos. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2481,7 +2533,7 @@ L'instalador va colar y van perdese tolos cambeos. Desconozse'l fallu - + Password is empty La contraseña ta balera @@ -2519,22 +2571,6 @@ L'instalador va colar y van perdese tolos cambeos. - - PackageChooserQmlViewStep - - - Packages - Paquetes - - - - PackageChooserViewStep - - - Packages - Paquetes - - PackageModel @@ -2838,82 +2874,97 @@ L'instalador va colar y van perdese tolos cambeos. Particiones - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Anguaño: - + After: Dempués: - + No EFI system partition configured Nun se configuró nenguna partición del sistema EFI - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted La partición d'arrinque nun ta cifrada - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Configuróse una partición d'arrinque xunto con una partición raigañu cifrada pero la partición d'arrinque nun ta cifrada.<br/><br/>Hai problemes de seguranza con esta triba de configuración porque los ficheros importantes del sistema caltiénense nuna partición ensin cifrar.<br/>Podríes siguir si quixeres pero'l desbloquéu del sistema de ficheros va asoceder más sero nel aniciu del sistema.<br/>Pa cifrar la partición raigañu, volvi p'atrás y recreala esbillando <strong>Cifrar</strong> na ventana de creación de particiones. - + has at least one disk device available. tien polo menos un preséu disponible d'almacenamientu - + There are no partitions to install on. Nun hai particiones nes qu'instalar. @@ -3048,7 +3099,7 @@ Salida: QObject - + %1 (%2) %1 (%2) @@ -3374,12 +3425,12 @@ Salida: ResultsListDialog - + For best results, please ensure that this computer: Pa los meyores resultaos, asegúrate qu'esti ordenador: - + System requirements Requirimientos del sistema @@ -3400,29 +3451,29 @@ Salida: SetHostNameJob - + Set hostname %1 Afitamientu del nome d'agospiu a %1 - + Set hostname <strong>%1</strong>. Va afitase'l nome d'agospiu <strong>%1</strong>. - + Setting hostname %1. Afitando'l nome d'agospiu %1. - - + + Internal Error Fallu internu - - + + Cannot write hostname to target system Nun pue escribise'l nome d'agospiu nel sistema de destín @@ -3624,18 +3675,18 @@ Salida: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3643,17 +3694,17 @@ Salida: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Nun pue facese chmod al ficheru sudoers. - + Cannot create sudoers file for writing. Nun pue crease'l ficheru sudoers pa la escritura. @@ -3807,22 +3858,22 @@ Salida: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Calca equí pa más información tocante al siguimientu d'usuarios</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Al esbillar esto vas unviar información tocante a la instalación y el hardware. Esta información va unviase namás <b>una vegada</b> dempués de finar la instalación. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3843,12 +3894,12 @@ Salida: Desmontaxe de sistemes de ficheros. - + No target system available. - + No rootMountPoint is set. @@ -3856,12 +3907,12 @@ Salida: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Si va usar l'ordenador más d'una persona, pues crear más cuentes tres la configuración.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Si va usar l'ordenador más d'una persona, pues crear más cuentes tres la instalación.</small> @@ -4010,44 +4061,19 @@ Salida: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Afáyate nel programa de configuración de Calamares pa %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Afáyate na configuración de %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Afáyate nel instalador Calamares de %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Afáyate nel instalador de %1.</h1> - - - %1 support Sofitu de %1 - + About %1 setup Tocante a la configuración de %1 - + About %1 installer Tocante al instalador de %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4112,23 +4138,7 @@ Salida: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4228,17 +4238,17 @@ Salida: Modelu del tecláu: - + Layouts - + Type here to test your keyboard Teclexa equí pa probar el tecláu - + Variants Variantes @@ -4365,102 +4375,102 @@ Salida: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? ¿Cómo va llamase esti ordenador? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Escueyi una contraseña pa caltener segura la cuenta. - + Password Contraseña - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. Usar la mesma contraseña pa la cuenta d'alministrador. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_az.ts b/lang/calamares_az.ts index 9f610dbe7..3954fdcef 100644 --- a/lang/calamares_az.ts +++ b/lang/calamares_az.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Vidjetlər ağacı - + Debug information Sazlama məlumatları @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Ayarlamaq - + Install Quraşdırmaq @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Quraşdırılma başa çatdı @@ -261,7 +280,7 @@ <i>%1</i>üçün tələblərin yoxlanılması başa çatdı. - + Waiting for %n module(s). %n modul üçün gözləmə. @@ -269,7 +288,7 @@ - + (%n second(s)) (%n saniyə(lər)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Sistem uyğunluqları yoxlaması başa çatdı. @@ -488,12 +507,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. CalamaresWindow - + %1 Setup Program %1 Quraşdırıcı proqram - + %1 Installer %1 Quraşdırıcı @@ -532,149 +551,149 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Format - + Select storage de&vice: Yaddaş ci&hazını seçmək: - - - - + + + + Current: Cari: - + After: Sonra: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Əl ilə bölmək</strong><br/>Siz bölməni özünüz yarada və ölçüsünü dəyişə bilərsiniz. - + Reuse %1 as home partition for %2. %1 Ev bölməsi olaraq %2 üçün istifadə edilsin. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Kiçiltmək üçün bir bölmə seçərək altdakı çübüğü sürüşdürərək ölçüsünü verin</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 %2MB-a qədər azalacaq və %4 üçün yeni bölmə %3MB disk bölməsi yaradılacaq. - + Boot loader location: Ön yükləyici (boot) yeri: - + <strong>Select a partition to install on</strong> <strong>Quraşdırılacaq disk bölməsini seçin</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. EFI sistem bölməsi tapılmadı. Geriyə qayıdın və %1 bölməsini əllə yaradın. - + The EFI system partition at %1 will be used for starting %2. %1 EFI sistemi %2 başlatmaq üçün istifadə olunacaqdır. - + EFI system partition: EFI sistem bölməsi: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Bu cihazıda əməliyyat sistemi görünmür. Nə etmək istəyərdiniz?<br/>Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Diski təmizləmək</strong><br/> <font color="red">Silmək</font>seçimi hal-hazırda, seçilmiş diskdəki bütün verilənləri siləcəkdir. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Yanına quraşdırın</strong><br/>Quraşdırıcı, bölməni kiçildərək %1 üçün boş disk sahəsi yaradacaqdır. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Bölməni başqası ilə əvəzləmək</strong><br/>Bölməni %1 ilə əvəzləyir. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Bu cihazda %1 var. Nə etmək istəyirsiniz?<br/>Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Bu cihazda artıq bir əməliyyat sistemi var. Nə etmək istərdiniz?.<br/>Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Bu cihazda bir neçə əməliyyat sistemi mövcuddur. Nə etmək istərdiniz? Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Bu yaddaş qurğusunda artıq əməliyyat sistemi var, lakin, bölmə cədvəli <strong>%1</strong>, lazım olan <strong>%2</strong> ilə fərqlidir.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Bu yaddaş qurğusunda bölmələrdən biri <strong>quraşdırılmışdır</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Bu yaddaş qurğusu <strong>qeyri-aktiv RAİD</strong> qurğusunun bir hissəsidir. - + No Swap Mübadilə bölməsi olmadan - + Reuse Swap Mövcud mübadilə bölməsini istifadə etmək - + Swap (no Hibernate) Mübadilə bölməsi (yuxu rejimi olmadan) - + Swap (with Hibernate) Mübadilə bölməsi (yuxu rejimi ilə) - + Swap to file Mübadilə faylı @@ -762,27 +781,27 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. Config - + Set keyboard model to %1.<br/> Klaviatura modelini %1 olaraq təyin etmək.<br/> - + Set keyboard layout to %1/%2. Klaviatura qatını %1/%2 olaraq təyin etmək. - + Set timezone to %1/%2. Saat quraşağını təyin etmək %1/%2 - + The system language will be set to %1. Sistem dili %1 təyin ediləcək. - + The numbers and dates locale will be set to %1. Yerli say və tarix formatı %1 təyin olunacaq. @@ -817,97 +836,97 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Şəbəkə üzərindən quraşdırmaq (Söndürüldü: paket siyahıları qəbul edilmir, şəbəkə bağlantınızı yoxlayın) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Bu kompüter, %1 quraşdırılması üçün minimum tələblərə cavab vermir. <br/>Quraşdırılma davam etdirilə bilməz. <a href="#details">Ətraflı məlumatlar...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Bu kompüter, %1 quraşdırılması üçün minimum tələblərə cavab vermir. <br/>Quraşdırılma davam etdirilə bilməz. <a href="#details">Ətraflı məlumatlar...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Bu kompüter, %1 quraşdırılması üçün minimum tələblərə cavab vermir. <br/>Quraşdırılma davam etdirilə bilər, lakin bəzi imkanları əlçatmaz ola bilər. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Bu kompüter, %1 quraşdırılması üçün minimum tələblərə cavab vermir. <br/>Quraşdırılma davam etdirilə bilər, lakin bəzi imkanları əlçatmaz ola bilər. - + This program will ask you some questions and set up %2 on your computer. Bu proqram sizə bəzi suallar verəcək və %2 əməliyyat sistemini sizin komputerinizə qurmağa kömək edəcək. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>%1 üçün Calamares quraşdırma proqramına xoş gəldiniz!</h1> - + <h1>Welcome to %1 setup</h1> <h1>%1 quraşdırmaq üçün xoş gəldiniz</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>%1 üçün Calamares quraşdırıcısına xoş gəldiniz!</h1> - + <h1>Welcome to the %1 installer</h1> <h1>%1 quraşdırıcısına xoş gəldiniz</h1> - + Your username is too long. İstifadəçi adınız çox uzundur. - + '%1' is not allowed as username. İstifadəçi adı '%1' ola bilməz - + Your username must start with a lowercase letter or underscore. İstifadəçi adınız yalnız kiçik və ya alt cizgili hərflərdən ibarət olmalıdır. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Yalnız kiçik hərflərdən, simvollardan, alt cizgidən və defisdən istifadə oluna bilər. - + Your hostname is too short. Host adınız çox qısadır. - + Your hostname is too long. Host adınız çox uzundur. - + '%1' is not allowed as hostname. Host_adı '%1' ola bilməz - + Only letters, numbers, underscore and hyphen are allowed. Yalnız kiçik hərflərdən, saylardan, alt cizgidən və defisdən istifadə oluna bilər. - + Your passwords do not match! Şifrənizin təkrarı eyni deyil! - + OK! OLDU! @@ -963,11 +982,16 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. + Packages + Paketlər + + + Install option: <strong>%1</strong> Quraşdırma seçimi: <strong>%1</strong> - + None Heç biri @@ -1426,6 +1450,16 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.FS Label: FS yarlığı: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1455,8 +1489,8 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Şifrəni təsdiq edin - - + + Please enter the same passphrase in both boxes. Lütfən, hər iki sahəyə eyni şifrəni daxil edin. @@ -1464,12 +1498,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. ErrorDialog - + Details: Təfərrüatlar: - + Would you like to paste the install log to the web? Quraşdırma jurnalını vebdə yerləşdirmək istəyirsinizmi? @@ -1545,32 +1579,32 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.&Yenidən başlatmaq - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Hər şey hazırdır.</h1><br/>%1 kompyuterinizə qurulub.<br/>Siz indi yeni sisteminizi başlada bilərsiniz. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Bu çərçivə işarələnərsə siz <span style="font-style:italic;">Hazır</span> düyməsinə vurduğunuz və ya quraşdırıcı proqramı bağlatdığınız zaman sisteminiz dərhal yenidən başladılacaqdır.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Hər şey hazırdır.</h1><br/>%1 kompyuterinizə quraşdırıldı.<br/>Siz yenidən başladaraq yeni sisteminizə daxil ola və ya %2 Canlı mühitini istifadə etməyə davam edə bilərsiniz. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Bu çərçivə işarələnərsə siz <span style="font-style:italic;">Hazır</span> düyməsinə vurduğunuz və ya quraşdırıcınıı bağladığınız zaman sisteminiz dərhal yenidən başladılacaqdır.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Quraşdırılma alınmadı</h1><br/>%1 kompyuterinizə quraşdırıla bilmədi.<br/>Baş vermiş xəta: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Quraşdırılma alınmadı</h1><br/>%1 kompyuterinizə quraşdırıla bilmədi.<br/>Baş vermiş xəta: %2. @@ -1604,12 +1638,18 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.<strong>%3MB</strong> bölməsini <strong>%2</strong> fayl sistemi ilə <strong>%1</strong> formatlamaq. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. %1 bölməsini %2 fayl sistemi ilə formatlamaq. - + The installer failed to format partition %1 on disk '%2'. Quraşdırıcı '%2' diskində %1 bölməsini formatlaya bilmədi. @@ -1617,12 +1657,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. GeneralRequirements - + has at least %1 GiB available drive space ən az %1 QB disk boş sahəsi var - + There is not enough drive space. At least %1 GiB is required. Kifayət qədər disk sahəsi yoxdur. Ən azı %1 QB tələb olunur. @@ -1662,27 +1702,27 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.quraşdırıcını adminstrator (root) imtiyazları ilə başladılması - + The setup program is not running with administrator rights. Quraşdırıcı adminstrator imtiyazları ilə başladılmayıb. - + The installer is not running with administrator rights. Quraşdırıcı adminstrator imtiyazları ilə başladılmayıb. - + has a screen large enough to show the whole installer quraşdırıcını tam göstərmək üçün ekran kifayət qədər genişdir - + The screen is too small to display the setup program. Quraşdırıcı proqramı göstərmək üçün ekran çox kiçikdir. - + The screen is too small to display the installer. Bu quarşdırıcını göstərmək üçün ekran çox kiçikdir. @@ -1982,35 +2022,35 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. LuksBootKeyFileJob - + Configuring LUKS key file. LUKS düymə faylını ayarlamaq. - - + + No partitions are defined. Heç bir bölmə müəyyən edilməyib. - - - + + + Encrypted rootfs setup error Kök fayl sisteminin şifrələnməsi xətası - + Root partition %1 is LUKS but no passphrase has been set. %1 Kök bölməsi LUKS-dur lakin, şifrə təyin olunmayıb. - + Could not create LUKS key file for root partition %1. %1 kök bölməsi üçün LUKS düymə faylı yaradılmadı. - + Could not configure LUKS key file on partition %1. %1 bölməsində LUKS düymə faylı tənzimlənə bilmədi. @@ -2036,12 +2076,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. Map - + Timezone: %1 Saat qurşağı: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2053,100 +2093,112 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. NetInstallViewStep - + Package selection Paket seçimi - + Office software Ofis proqramı - + Office package Ofis paketi - + Browser software Veb bələdçi proqramı - + Browser package Veb bələdçi paketi - + Web browser Veb bələdçi - + Kernel + label for netinstall module, Linux kernel Nüvə - + Services + label for netinstall module, system services Xidmətlər - + Login + label for netinstall module, choose login manager Giriş - + Desktop + label for netinstall module, choose desktop environment İş Masası - - Applications - Tətbiqlər - - - + Communication + label for netinstall module Rabitə - + Development + label for netinstall module Tərtibat - + Office + label for netinstall module Ofis - + Multimedia + label for netinstall module Multimediya - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Mövzular, Temalar - + Gaming + label for netinstall module Oyun - + Utilities + label for netinstall module Vasitələr, Alətlər + + + Applications + Tətbiqlər + NotesQmlViewStep @@ -2195,24 +2247,24 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Üstünlük verdiyiniz Bölgənizi seçin və ilkin ayarlardan istifadə edin. - - - + + + Timezone: %1 Saat qurşağı: %1 - + Select your preferred Zone within your Region. Bölgənizlə birlikdə üstünlük verdiyiniz zonanı seçin. - + Zones Zonalar - + You can fine-tune Language and Locale settings below. Dil və Yer ayarlarını aşağıda dəqiq tənzimləyə bilərsiniz. @@ -2487,7 +2539,7 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Naməlum xəta - + Password is empty Şifrə böşdur @@ -2525,22 +2577,6 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Lütfən məhsulu siyahıdan seçin. Seçilmiş məhsul quraşdırılacaqdır. - - PackageChooserQmlViewStep - - - Packages - Paketlər - - - - PackageChooserViewStep - - - Packages - Paketlər - - PackageModel @@ -2845,82 +2881,97 @@ Lütfən bir birinci disk bölümünü çıxarın və əvəzinə genişləndiril Bölmələr - + + Unsafe partition actions are enabled. + Bölmələrlə qeyri-təhlükəsiz əməllər ativ edilib. + + + + Partitioning is configured to <b>always</b> fail. + Bölmələrə bölünmə elə ayarlanıb ki, <b>həmişə</b> xəta ilə başa çatır. + + + + No partitions will be changed. + Dəyişiklik ediləcək heç bir bölmə yoxdur. + + + Current: Cari: - + After: Sonra: - + No EFI system partition configured EFI sistemi bölməsi tənzimlənməyib - + EFI system partition configured incorrectly EFİ sistem bölməsi səhv yaradıldı - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. EFİ fayl sistemi %1 başladılması üçün lazımdır.<br/> <br/> EFİ fayl sistemini quraşdırmaq üçün geri qayıdın və uyğun fayl sistemini seçin və ya yaradın. - + The filesystem must be mounted on <strong>%1</strong>. Fayl sistemi burada qoşulmalıdır: <strong>%1</strong>. - + The filesystem must have type FAT32. Fayl sistemi FAT32 olmalıdır. - + The filesystem must be at least %1 MiB in size. Fayl sisteminin ölçüsü ən az %1 MiB olmalıdır. - + The filesystem must have flag <strong>%1</strong> set. Fayl sisteminə <strong>%1</strong> bayrağı təyin olunmalıdır. - + You can continue without setting up an EFI system partition but your system may fail to start. Siz, EFİ sistem bölməsini ayarlamadan davam edə bilərsiniz, lakin bu sisteminizin işə düşə bilməməsinə səbəb ola bilər. - + Option to use GPT on BIOS BIOS-da GPT istifadəsi seçimi - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. GPT bölmə cədvəli bütün sistemlər üçün yaxşıdır. Bu quraşdırıcı BIOS sistemləri üçün də belə bir quruluşu dəstəkləyir.<br/><br/>BİOS-da GPT bölmələr cədvəlini ayarlamaq üçün (əgər bu edilməyibsə) geriyə qayıdın və bölmələr cədvəlini GPT-yə qurun, sonra isə <strong>%2</strong> bayrağı seçilmiş 8 MB-lıq formatlanmamış bölmə yaradın.<br/><br/>8 MB-lıq formatlanmamış bölmə GPT ilə BİOS sistemində %1 başlatmaq üçün lazımdır. - + Boot partition not encrypted Ön yükləyici bölməsi çifrələnməyib - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Şifrəli bir kök bölməsi ilə birlikdə ayrı bir ön yükləyici bölməsi qurulub, ancaq ön yükləyici bölməsi şifrələnməyib.<br/><br/>Bu cür quraşdırma ilə bağlı təhlükəsizlik problemləri olur, çünki vacib sistem sənədləri şifrəsiz bölmədə saxlanılır.<br/>İstəyirsinizsə davam edə bilərsiniz, lakin, fayl sisteminin kilidi, sistem başladıldıqdan daha sonra açılacaqdır.<br/>Yükləmə hissəsini şifrələmək üçün geri qayıdın və bölmə yaratma pəncərəsində <strong>Şifrələmə</strong> menyusunu seçərək onu yenidən yaradın. - + has at least one disk device available. ən az bir disk qurğusu mövcuddur. - + There are no partitions to install on. Quraşdırmaq üçün bölmə yoxdur. @@ -3055,7 +3106,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3381,12 +3432,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: Ən yaşxı nəticə üçün lütfən, əmin olun ki, bu kompyuter: - + System requirements Sistem tələbləri @@ -3407,29 +3458,29 @@ Output: SetHostNameJob - + Set hostname %1 %1 host adı təyin etmək - + Set hostname <strong>%1</strong>. <strong>%1</strong> host adı təyin etmək. - + Setting hostname %1. %1 host adının ayarlanması. - - + + Internal Error Daxili Xəta - - + + Cannot write hostname to target system Host adı hədəf sistemə yazıla bilmədi @@ -3631,18 +3682,18 @@ Output: SetupGroupsJob - + Preparing groups. Qruplar hazırlanır. - - + + Could not create groups in target system Hədəf sistemdə qruplar yaratmaq mümkün olmadı - + These groups are missing in the target system: %1 Hədəf sistemdə çatışmayan qruplar: %1 @@ -3650,17 +3701,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. <pre>sudo</pre> istifadəçilərinin tənzimlənməsi. - + Cannot chmod sudoers file. Sudoers faylına chmod tətbiq etmək mümkün olmadı. - + Cannot create sudoers file for writing. Sudoers faylını yazmaq mümkün olmadı. @@ -3814,22 +3865,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">İstifadəçi hesabatı haqqında daha çox məlumat üçün buraya klikləyin</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. İzləmə %1ə, cihazın neçə dəfə quraşdırıldığını, hansı cihazda quraşdırıldığını və hansı tətbiqlərdən istifadə olunduğunu görməyə kömək edir. Göndərilənləri görmək üçün hər sahənin yanındakı yardım işarəsini vurun. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Bunu seçərək quraşdırma və kompyuteriniz haqqında məlumat göndərəcəksiniz. Quraşdırma başa çatdıqdan sonra, bu məlumat yalnız <b>bir dəfə</b> göndəriləcəkdir. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Bu seçimdə siz vaxtaşırı <b>kompyuter</b> qurğularınız, avadanlıq və tətbiqləriniz haqqında %1-ə məlumat göndərəcəksiniz. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Bu seçimdə siz vaxtaşırı <b>istifadəçi</b> qurğularınız, avadanlıq və tətbiqləriniz haqqında %1-ə məlumat göndərəcəksiniz. @@ -3850,12 +3901,12 @@ Output: Fayl sistemini ayırmaq. - + No target system available. Hədəf sistemi əlçatan deyil. - + No rootMountPoint is set. Kök qoşulma nöztəsi (rootMountPoint) təyin olunmayıb. @@ -3863,12 +3914,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Əgər bu kompyuteri sizdən başqa şəxs istifadə edəcəkdirsə o zaman ayarlandıqdan sonra bir neçə istifadəçi hesabı yarada bilərsiniz.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Əgər bu kompyuteri sizdən başqa şəxs istifadə edəcəkdirsə o zaman quraşdırıldıqdan sonra bir neçə istifadəçi hesabı yarada bilərsiniz.</small> @@ -4017,44 +4068,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>%1 üçün Calamares quraşdırma proqramına Xoş Gəldiniz.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>%1 quraşdırmaq üçün Xoş Gəldiniz.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1> %1 üçün Calamares quraşdırıcısına Xoş Gəldiniz.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>%1 quraşdırıcısına Xoş Gəldiniz.</h1> - - - %1 support %1 dəstəyi - + About %1 setup %1 quraşdırması haqqında - + About %1 installer %1 quraşdırıcısı haqqında - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>%3 üçün</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Təşəkkür edirik, <a href="https://calamares.io/team/">Calamares komandasına</a> və <a href="https://www.transifex.com/calamares/calamares/">Calamares tərcüməçilər komandasına</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> tərtibatçılarının sponsoru: <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4119,32 +4145,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - %3 üçün</strong><br/><br/> - Müəliff hüquqları 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt; - Müəliff hüquqları 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;8<br/> - <a href='https://calamares.io/team/'>Calamares komandasına</a> və - <a href='https://www.transifex.com/calamares/calamares/'>Calamares tərcümə komandasına</a> təşəkkürlər.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> tərtibatı <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - Liberating Software - tərəfindən dəstəklənir. - - - + Back Geriyə @@ -4249,17 +4250,17 @@ Output: Klaviatura modeli: - + Layouts Qatlar - + Type here to test your keyboard Buraya yazaraq klaviaturanı yoxlayın - + Variants Variantlar @@ -4408,102 +4409,102 @@ Output: Əgər bu komputeri bir neçə şəxs istifadə ediləcəksə o zaman quraşdırmadan sonra birdən çox hesab yarada bilərsiniz. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Yalnız kiçik hərflərdən, simvollardan, alt cizgidən və defisdən istifadə oluna bilər. - + root is not allowed as username. kökə istifadəçi_adı kimi icazə verilmir. - + What is the name of this computer? Bu kompyuterin adı nədir? - + Computer Name Kompyuterin adı - + This name will be used if you make the computer visible to others on a network. Əgər gizlədilməzsə komputer şəbəkədə bu adla görünəcək. - + localhost is not allowed as hostname. yerli hosta host_adı kimi icazə verilmir. - + Choose a password to keep your account safe. Hesabınızın təhlükəsizliyi üçün şifrə seçin. - + Password Şifrə - + Repeat Password Şifrənin təkararı - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Düzgün yazılmasını yoxlamaq üçün eyni şifrəni iki dəfə daxil edin. Güclü şifrə üçün rəqəm, hərf və durğu işarələrinin qarışıöğından istifadə edin. Şifrə ən azı səkkiz simvoldan uzun olmalı və müntəzəm olaraq dəyişdirilməlidir. - + Validate passwords quality Şifrənin keyfiyyətini yoxlamaq - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Bu qutu işarələndikdə, şifrənin etibarlıq səviyyəsi yoxlanılır və siz zəif şifrədən istifadə edə bilməyəcəksiniz. - + Log in automatically without asking for the password Şifrə soruşmadan sistemə daxil olmaq - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Yalnız hərflərə, saylara, alt cizgisinə və tire işarəsinə icazə verilir, ən az iki simvol. - + Reuse user password as root password İstifadəçi şifrəsini kök şifrəsi kimi istifadə etmək - + Use the same password for the administrator account. İdarəçi hesabı üçün eyni şifrədən istifadə etmək. - + Choose a root password to keep your account safe. Hesabınızı qorumaq üçün kök şifrəsini seçin. - + Root Password Kök Şifrəsi - + Repeat Root Password Kök Şifrəsini təkrar yazın - + Enter the same password twice, so that it can be checked for typing errors. Düzgün yazılmasını yoxlamaq üçün eyni şifrəni iki dəfə daxil edin. diff --git a/lang/calamares_az_AZ.ts b/lang/calamares_az_AZ.ts index 813a2f4f7..98b3dbb2c 100644 --- a/lang/calamares_az_AZ.ts +++ b/lang/calamares_az_AZ.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Vidjetlər ağacı - + Debug information Sazlama məlumatları @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Ayarlamaq - + Install Quraşdırmaq @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Quraşdırılma başa çatdı @@ -261,7 +280,7 @@ <i>%1</i>üçün tələblərin yoxlanılması başa çatdı. - + Waiting for %n module(s). %n modul üçün gözləmə. @@ -269,7 +288,7 @@ - + (%n second(s)) (%n saniyə(lər)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Sistem uyğunluqları yoxlaması başa çatdı. @@ -488,12 +507,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. CalamaresWindow - + %1 Setup Program %1 Quraşdırıcı proqram - + %1 Installer %1 Quraşdırıcı @@ -532,149 +551,149 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Format - + Select storage de&vice: Yaddaş ci&hazını seçmək: - - - - + + + + Current: Cari: - + After: Sonra: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Əl ilə bölmək</strong><br/>Siz bölməni özünüz yarada və ölçüsünü dəyişə bilərsiniz. - + Reuse %1 as home partition for %2. %1 Ev bölməsi olaraq %2 üçün istifadə edilsin. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Kiçiltmək üçün bir bölmə seçərək altdakı çübüğü sürüşdürərək ölçüsünü verin</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 %2MB-a qədər azalacaq və %4 üçün yeni bölmə %3MB disk bölməsi yaradılacaq. - + Boot loader location: Ön yükləyici (boot) yeri: - + <strong>Select a partition to install on</strong> <strong>Quraşdırılacaq disk bölməsini seçin</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. EFI sistem bölməsi tapılmadı. Geriyə qayıdın və %1 bölməsini əllə yaradın. - + The EFI system partition at %1 will be used for starting %2. %1 EFI sistemi %2 başlatmaq üçün istifadə olunacaqdır. - + EFI system partition: EFI sistem bölməsi: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Bu cihazıda əməliyyat sistemi görünmür. Nə etmək istəyərdiniz?<br/>Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Diski təmizləmək</strong><br/> <font color="red">Silmək</font>seçimi hal-hazırda, seçilmiş diskdəki bütün verilənləri siləcəkdir. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Yanına quraşdırın</strong><br/>Quraşdırıcı, bölməni kiçildərək %1 üçün boş disk sahəsi yaradacaqdır. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Bölməni başqası ilə əvəzləmək</strong><br/>Bölməni %1 ilə əvəzləyir. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Bu cihazda %1 var. Nə etmək istəyirsiniz?<br/>Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Bu cihazda artıq bir əməliyyat sistemi var. Nə etmək istərdiniz?.<br/>Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Bu cihazda bir neçə əməliyyat sistemi mövcuddur. Nə etmək istərdiniz? Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Bu yaddaş qurğusunda artıq əməliyyat sistemi var, lakin, bölmə cədvəli <strong>%1</strong>, lazım olan <strong>%2</strong> ilə fərqlidir.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Bu yaddaş qurğusunda bölmələrdən biri <strong>quraşdırılmışdır</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Bu yaddaş qurğusu <strong>qeyri-aktiv RAİD</strong> qurğusunun bir hissəsidir. - + No Swap Mübadilə bölməsi olmadan - + Reuse Swap Mövcud mübadilə bölməsini istifadə etmək - + Swap (no Hibernate) Mübadilə bölməsi (yuxu rejimi olmadan) - + Swap (with Hibernate) Mübadilə bölməsi (yuxu rejimi ilə) - + Swap to file Mübadilə faylı @@ -762,27 +781,27 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. Config - + Set keyboard model to %1.<br/> Klaviatura modelini %1 olaraq təyin etmək.<br/> - + Set keyboard layout to %1/%2. Klaviatura qatını %1/%2 olaraq təyin etmək. - + Set timezone to %1/%2. Saat quraşağını təyin etmək %1/%2 - + The system language will be set to %1. Sistem dili %1 təyin ediləcək. - + The numbers and dates locale will be set to %1. Yerli say və tarix formatı %1 təyin olunacaq. @@ -817,97 +836,97 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Şəbəkə üzərindən quraşdırmaq (Söndürüldü: paket siyahıları qəbul edilmir, şəbəkə bağlantınızı yoxlayın) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Bu kompüter, %1 quraşdırılması üçün minimum tələblərə cavab vermir. <br/>Quraşdırılma davam etdirilə bilməz. <a href="#details">Ətraflı məlumatlar...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Bu kompüter, %1 quraşdırılması üçün minimum tələblərə cavab vermir. <br/>Quraşdırılma davam etdirilə bilməz. <a href="#details">Ətraflı məlumatlar...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Bu kompüter, %1 quraşdırılması üçün minimum tələblərə cavab vermir. <br/>Quraşdırılma davam etdirilə bilər, lakin bəzi imkanları əlçatmaz ola bilər. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Bu kompüter, %1 quraşdırılması üçün minimum tələblərə cavab vermir. <br/>Quraşdırılma davam etdirilə bilər, lakin bəzi imkanları əlçatmaz ola bilər. - + This program will ask you some questions and set up %2 on your computer. Bu proqram sizə bəzi suallar verəcək və %2 əməliyyat sistemini sizin komputerinizə qurmağa kömək edəcək. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>%1 üçün Calamares quraşdırma proqramına xoş gəldiniz!</h1> - + <h1>Welcome to %1 setup</h1> <h1>%1 quraşdırmaq üçün xoş gəldiniz</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>%1 üçün Calamares quraşdırıcısına xoş gəldiniz!</h1> - + <h1>Welcome to the %1 installer</h1> <h1>%1 quraşdırıcısına xoş gəldiniz</h1> - + Your username is too long. İstifadəçi adınız çox uzundur. - + '%1' is not allowed as username. İstifadəçi adı '%1' ola bilməz - + Your username must start with a lowercase letter or underscore. İstifadəçi adınız yalnız kiçik və ya alt cizgili hərflərdən ibarət olmalıdır. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Yalnız kiçik hərflərdən, simvollardan, alt cizgidən və defisdən istifadə oluna bilər. - + Your hostname is too short. Host adınız çox qısadır. - + Your hostname is too long. Host adınız çox uzundur. - + '%1' is not allowed as hostname. Host_adı '%1' ola bilməz - + Only letters, numbers, underscore and hyphen are allowed. Yalnız kiçik hərflərdən, saylardan, alt cizgidən və defisdən istifadə oluna bilər. - + Your passwords do not match! Şifrənizin təkrarı eyni deyil! - + OK! OLDU! @@ -963,11 +982,16 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. + Packages + Paketlər + + + Install option: <strong>%1</strong> Quraşdırma seçimi: <strong>%1</strong> - + None Heç biri @@ -1426,6 +1450,16 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.FS Label: FS yarlığı: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1455,8 +1489,8 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Şifrəni təsdiq edin - - + + Please enter the same passphrase in both boxes. Lütfən, hər iki sahəyə eyni şifrəni daxil edin. @@ -1464,12 +1498,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. ErrorDialog - + Details: Təfərrüatlar: - + Would you like to paste the install log to the web? Quraşdırma jurnalını vebdə yerləşdirmək istəyirsinizmi? @@ -1545,32 +1579,32 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.&Yenidən başlatmaq - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Hər şey hazırdır.</h1><br/>%1 kompyuterinizə qurulub.<br/>Siz indi yeni sisteminizi başlada bilərsiniz. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Bu çərçivə işarələnərsə siz <span style="font-style:italic;">Hazır</span> düyməsinə vurduğunuz və ya quraşdırıcı proqramı bağlatdığınız zaman sisteminiz dərhal yenidən başladılacaqdır.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Hər şey hazırdır.</h1><br/>%1 kompyuterinizə quraşdırıldı.<br/>Siz yenidən başladaraq yeni sisteminizə daxil ola və ya %2 Canlı mühitini istifadə etməyə davam edə bilərsiniz. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Bu çərçivə işarələnərsə siz <span style="font-style:italic;">Hazır</span> düyməsinə vurduğunuz və ya quraşdırıcınıı bağladığınız zaman sisteminiz dərhal yenidən başladılacaqdır.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Quraşdırılma alınmadı</h1><br/>%1 kompyuterinizə quraşdırıla bilmədi.<br/>Baş vermiş xəta: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Quraşdırılma alınmadı</h1><br/>%1 kompyuterinizə quraşdırıla bilmədi.<br/>Baş vermiş xəta: %2. @@ -1604,12 +1638,18 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.<strong>%3MB</strong> bölməsini <strong>%2</strong> fayl sistemi ilə <strong>%1</strong> formatlamaq. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. %1 bölməsini %2 fayl sistemi ilə formatlamaq. - + The installer failed to format partition %1 on disk '%2'. Quraşdırıcı '%2' diskində %1 bölməsini formatlaya bilmədi. @@ -1617,12 +1657,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. GeneralRequirements - + has at least %1 GiB available drive space ən az %1 QB disk boş sahəsi var - + There is not enough drive space. At least %1 GiB is required. Kifayət qədər disk sahəsi yoxdur. Ən azı %1 QB tələb olunur. @@ -1662,27 +1702,27 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.quraşdırıcını adminstrator (root) imtiyazları ilə başladılması - + The setup program is not running with administrator rights. Quraşdırıcı adminstrator imtiyazları ilə başladılmayıb. - + The installer is not running with administrator rights. Quraşdırıcı adminstrator imtiyazları ilə başladılmayıb. - + has a screen large enough to show the whole installer quraşdırıcını tam göstərmək üçün ekran kifayət qədər genişdir - + The screen is too small to display the setup program. Quraşdırıcı proqramı göstərmək üçün ekran çox kiçikdir. - + The screen is too small to display the installer. Bu quarşdırıcını göstərmək üçün ekran çox kiçikdir. @@ -1982,35 +2022,35 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. LuksBootKeyFileJob - + Configuring LUKS key file. LUKS düymə faylını ayarlamaq. - - + + No partitions are defined. Heç bir bölmə müəyyən edilməyib. - - - + + + Encrypted rootfs setup error Kök fayl sisteminin şifrələnməsi xətası - + Root partition %1 is LUKS but no passphrase has been set. %1 Kök bölməsi LUKS-dur lakin, şifrə təyin olunmayıb. - + Could not create LUKS key file for root partition %1. %1 kök bölməsi üçün LUKS düymə faylı yaradılmadı. - + Could not configure LUKS key file on partition %1. %1 bölməsində LUKS düymə faylı tənzimlənə bilmədi. @@ -2036,12 +2076,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. Map - + Timezone: %1 Saat qurşağı: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2053,100 +2093,112 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir. NetInstallViewStep - + Package selection Paket seçimi - + Office software Ofis proqramı - + Office package Ofis paketi - + Browser software Veb bələdçi proqramı - + Browser package Veb bələdçi paketi - + Web browser Veb bələdçi - + Kernel + label for netinstall module, Linux kernel Nüvə - + Services + label for netinstall module, system services Xidmətlər - + Login + label for netinstall module, choose login manager Giriş - + Desktop + label for netinstall module, choose desktop environment İş Masası - - Applications - Tətbiqlər - - - + Communication + label for netinstall module Rabitə - + Development + label for netinstall module Tərtibat - + Office + label for netinstall module Ofis - + Multimedia + label for netinstall module Multimediya - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Mövzular, Temalar - + Gaming + label for netinstall module Oyun - + Utilities + label for netinstall module Vasitələr, Alətlər + + + Applications + Tətbiqlər + NotesQmlViewStep @@ -2195,24 +2247,24 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Üstünlük verdiyiniz Bölgənizi seçin və ilkin ayarlardan istifadə edin. - - - + + + Timezone: %1 Saat qurşağı: %1 - + Select your preferred Zone within your Region. Bölgənizlə birlikdə üstünlük verdiyiniz zonanı seçin. - + Zones Zonalar - + You can fine-tune Language and Locale settings below. Dil və Yer ayarlarını aşağıda dəqiq tənzimləyə bilərsiniz. @@ -2487,7 +2539,7 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Naməlum xəta - + Password is empty Şifrə böşdur @@ -2525,22 +2577,6 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Lütfən məhsulu siyahıdan seçin. Seçilmiş məhsul quraşdırılacaqdır. - - PackageChooserQmlViewStep - - - Packages - Paketlər - - - - PackageChooserViewStep - - - Packages - Paketlər - - PackageModel @@ -2845,82 +2881,97 @@ Lütfən bir birinci disk bölümünü çıxarın və əvəzinə genişləndiril Bölmələr - + + Unsafe partition actions are enabled. + Bölmələrlə qeyri-təhlükəsiz əməllər ativ edilib. + + + + Partitioning is configured to <b>always</b> fail. + Bölmələrə bölünmə elə ayarlanıb ki, <b>həmişə</b> xəta ilə başa çatır. + + + + No partitions will be changed. + Dəyişiklik ediləcək heç bir bölmə yoxdur. + + + Current: Cari: - + After: Sonra: - + No EFI system partition configured EFI sistemi bölməsi tənzimlənməyib - + EFI system partition configured incorrectly EFİ sistem bölməsi səhv yaradıldı - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. EFİ fayl sistemi %1 başladılması üçün lazımdır.<br/> <br/> EFİ fayl sistemini quraşdırmaq üçün geri qayıdın və uyğun fayl sistemini seçin və ya yaradın. - + The filesystem must be mounted on <strong>%1</strong>. Fayl sistemi burada qoşulmalıdır: <strong>%1</strong>. - + The filesystem must have type FAT32. Fayl sistemi FAT32 olmalıdır. - + The filesystem must be at least %1 MiB in size. Fayl sisteminin ölçüsü ən az %1 MiB olmalıdır. - + The filesystem must have flag <strong>%1</strong> set. Fayl sisteminə <strong>%1</strong> bayrağı təyin olunmalıdır. - + You can continue without setting up an EFI system partition but your system may fail to start. Siz, EFİ sistem bölməsini ayarlamadan davam edə bilərsiniz, lakin bu sisteminizin işə düşə bilməməsinə səbəb ola bilər. - + Option to use GPT on BIOS BIOS-da GPT istifadəsi seçimi - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. GPT bölmə cədvəli bütün sistemlər üçün yaxşıdır. Bu quraşdırıcı BIOS sistemləri üçün də belə bir quruluşu dəstəkləyir.<br/><br/>BİOS-da GPT bölmələr cədvəlini ayarlamaq üçün (əgər bu edilməyibsə) geriyə qayıdın və bölmələr cədvəlini GPT-yə qurun, sonra isə <strong>%2</strong> bayrağı seçilmiş 8 MB-lıq formatlanmamış bölmə yaradın.<br/><br/>8 MB-lıq formatlanmamış bölmə GPT ilə BİOS sistemində %1 başlatmaq üçün lazımdır. - + Boot partition not encrypted Ön yükləyici bölməsi çifrələnməyib - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Şifrəli bir kök bölməsi ilə birlikdə ayrı bir ön yükləyici bölməsi qurulub, ancaq ön yükləyici bölməsi şifrələnməyib.<br/><br/>Bu cür quraşdırma ilə bağlı təhlükəsizlik problemləri olur, çünki vacib sistem sənədləri şifrəsiz bölmədə saxlanılır.<br/>İstəyirsinizsə davam edə bilərsiniz, lakin, fayl sisteminin kilidi, sistem başladıldıqdan daha sonra açılacaqdır.<br/>Yükləmə hissəsini şifrələmək üçün geri qayıdın və bölmə yaratma pəncərəsində <strong>Şifrələmə</strong> menyusunu seçərək onu yenidən yaradın. - + has at least one disk device available. ən az bir disk qurğusu mövcuddur. - + There are no partitions to install on. Quraşdırmaq üçün bölmə yoxdur. @@ -3055,7 +3106,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3381,12 +3432,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: Ən yaşxı nəticə üçün lütfən, əmin olun ki, bu kompyuter: - + System requirements Sistem tələbləri @@ -3407,29 +3458,29 @@ Output: SetHostNameJob - + Set hostname %1 %1 host adı təyin etmək - + Set hostname <strong>%1</strong>. <strong>%1</strong> host adı təyin etmək. - + Setting hostname %1. %1 host adının ayarlanması. - - + + Internal Error Daxili Xəta - - + + Cannot write hostname to target system Host adı hədəf sistemə yazıla bilmədi @@ -3631,18 +3682,18 @@ Output: SetupGroupsJob - + Preparing groups. Qruplar hazırlanır. - - + + Could not create groups in target system Hədəf sistemdə qruplar yaratmaq mümkün olmadı - + These groups are missing in the target system: %1 Hədəf sistemdə çatışmayan qruplar: %1 @@ -3650,17 +3701,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. <pre>sudo</pre> istifadəçilərinin tənzimlənməsi. - + Cannot chmod sudoers file. Sudoers faylına chmod tətbiq etmək mümkün olmadı. - + Cannot create sudoers file for writing. Sudoers faylını yazmaq mümkün olmadı. @@ -3814,22 +3865,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">İstifadəçi hesabatı haqqında daha çox məlumat üçün buraya klikləyin</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. İzləmə %1ə, cihazın neçə dəfə quraşdırıldığını, hansı cihazda quraşdırıldığını və hansı tətbiqlərdən istifadə olunduğunu görməyə kömək edir. Göndərilənləri görmək üçün hər sahənin yanındakı yardım işarəsini vurun. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Bunu seçərək quraşdırma və kompyuteriniz haqqında məlumat göndərəcəksiniz. Quraşdırma başa çatdıqdan sonra, bu məlumat yalnız <b>bir dəfə</b> göndəriləcəkdir. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Bu seçimdə siz vaxtaşırı <b>kompyuter</b> qurğularınız, avadanlıq və tətbiqləriniz haqqında %1-ə məlumat göndərəcəksiniz. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Bu seçimdə siz vaxtaşırı <b>istifadəçi</b> qurğularınız, avadanlıq və tətbiqləriniz haqqında %1-ə məlumat göndərəcəksiniz. @@ -3850,12 +3901,12 @@ Output: Fayl sistemini ayırmaq. - + No target system available. Hədəf sistemi əlçatan deyil. - + No rootMountPoint is set. Kök qoşulma nöztəsi (rootMountPoint) təyin olunmayıb. @@ -3863,12 +3914,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Əgər bu kompyuteri sizdən başqa şəxs istifadə edəcəkdirsə o zaman ayarlandıqdan sonra bir neçə istifadəçi hesabı yarada bilərsiniz.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Əgər bu kompyuteri sizdən başqa şəxs istifadə edəcəkdirsə o zaman quraşdırıldıqdan sonra bir neçə istifadəçi hesabı yarada bilərsiniz.</small> @@ -4017,44 +4068,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>%1 üçün Calamares quraşdırma proqramına Xoş Gəldiniz.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>%1 quraşdırmaq üçün Xoş Gəldiniz.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1> %1 üçün Calamares quraşdırıcısına Xoş Gəldiniz.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>%1 quraşdırıcısına Xoş Gəldiniz.</h1> - - - %1 support %1 dəstəyi - + About %1 setup %1 quraşdırması haqqında - + About %1 installer %1 quraşdırıcısı haqqında - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>%3 üçün</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Təşəkkür edirik, <a href="https://calamares.io/team/">Calamares komandasına</a> və <a href="https://www.transifex.com/calamares/calamares/">Calamares tərcüməçilər komandasına</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> tərtibatçılarının sponsoru: <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4119,32 +4145,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - %3 üçün</strong><br/><br/> - Müəliff hüquqları 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt; - Müəliff hüquqları 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;8<br/> - <a href='https://calamares.io/team/'>Calamares komandasına</a> və - <a href='https://www.transifex.com/calamares/calamares/'>Calamares tərcümə komandasına</a> təşəkkürlər.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> tərtibatı <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - Liberating Software - tərəfindən dəstəklənir. - - - + Back Geriyə @@ -4249,17 +4250,17 @@ Output: Klaviatura modeli: - + Layouts Qatlar - + Type here to test your keyboard Buraya yazaraq klaviaturanı yoxlayın - + Variants Variantlar @@ -4408,102 +4409,102 @@ Output: Əgər bu komputeri bir neçə şəxs istifadə ediləcəksə o zaman quraşdırmadan sonra birdən çox hesab yarada bilərsiniz. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Yalnız kiçik hərflərdən, simvollardan, alt cizgidən və defisdən istifadə oluna bilər. - + root is not allowed as username. kökə istifadəçi_adı kimi icazə verilmir. - + What is the name of this computer? Bu kompyuterin adı nədir? - + Computer Name Kompyuterin adı - + This name will be used if you make the computer visible to others on a network. Əgər gizlədilməzsə komputer şəbəkədə bu adla görünəcək. - + localhost is not allowed as hostname. yerli hosta host_adı kimi icazə verilmir. - + Choose a password to keep your account safe. Hesabınızın təhlükəsizliyi üçün şifrə seçin. - + Password Şifrə - + Repeat Password Şifrənin təkararı - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Düzgün yazılmasını yoxlamaq üçün eyni şifrəni iki dəfə daxil edin. Güclü şifrə üçün rəqəm, hərf və durğu işarələrinin qarışıöğından istifadə edin. Şifrə ən azı səkkiz simvoldan uzun olmalı və müntəzəm olaraq dəyişdirilməlidir. - + Validate passwords quality Şifrənin keyfiyyətini yoxlamaq - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Bu qutu işarələndikdə, şifrənin etibarlıq səviyyəsi yoxlanılır və siz zəif şifrədən istifadə edə bilməyəcəksiniz. - + Log in automatically without asking for the password Şifrə soruşmadan sistemə daxil olmaq - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Yalnız hərflərə, saylara, alt cizgisinə və tire işarəsinə icazə verilir, ən az iki simvol. - + Reuse user password as root password İstifadəçi şifrəsini kök şifrəsi kimi istifadə etmək - + Use the same password for the administrator account. İdarəçi hesabı üçün eyni şifrədən istifadə etmək. - + Choose a root password to keep your account safe. Hesabınızı qorumaq üçün kök şifrəsini seçin. - + Root Password Kök Şifrəsi - + Repeat Root Password Kök Şifrəsini təkrar yazın - + Enter the same password twice, so that it can be checked for typing errors. Düzgün yazılmasını yoxlamaq üçün eyni şifrəni iki dəfə daxil edin. diff --git a/lang/calamares_be.ts b/lang/calamares_be.ts index e158c6665..ceade48f3 100644 --- a/lang/calamares_be.ts +++ b/lang/calamares_be.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Дрэва віджэтаў - + Debug information Адладачная інфармацыя @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Наладзіць - + Install Усталяваць @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Завершана @@ -261,7 +280,7 @@ Праверка патрабаванняў да модуля <i>%1</i> выкананая. - + Waiting for %n module(s). Чакаецца %n модуль. @@ -271,7 +290,7 @@ - + (%n second(s)) (%n секунда) @@ -281,7 +300,7 @@ - + System-requirements checking is complete. Праверка адпаведнасці сістэмным патрабаванням завершаная. @@ -486,12 +505,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program Праграма ўсталёўкі %1 - + %1 Installer Праграма ўсталёўкі %1 @@ -530,149 +549,149 @@ The installer will quit and all changes will be lost. Форма - + Select storage de&vice: Абраць &прыладу захоўвання: - - - - + + + + Current: Бягучы: - + After: Пасля: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Уласнаручная разметка</strong><br/>Вы можаце самастойна ствараць раздзелы або змяняць іх памеры. - + Reuse %1 as home partition for %2. Выкарыстаць %1 як хатні раздзел для %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Абярыце раздзел для памяншэння і цягніце паўзунок, каб змяніць памер</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 будзе паменшаны да %2MiB і новы раздзел %3MiB будзе створаны для %4. - + Boot loader location: Размяшчэнне загрузчыка: - + <strong>Select a partition to install on</strong> <strong>Абярыце раздзел для ўсталёўкі </strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Не выяўлена сістэмнага раздзела EFI. Калі ласка, вярніцеся назад і зрабіце разметку %1. - + The EFI system partition at %1 will be used for starting %2. Сістэмны раздзел EFI на %1 будзе выкарыстаны для запуску %2. - + EFI system partition: Сістэмны раздзел EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Здаецца, на гэтай прыладзе няма аперацыйнай сістэмы. Што будзеце рабіць?<br/>Вы зможаце змяніць альбо пацвердзіць свой выбар да таго як на прыладзе ўжывуцца змены. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Сцерці дыск</strong><br/>Гэта <font color="red">выдаліць</font> усе даныя на абранай прыладзе. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Усталяваць побач</strong><br/>Праграма ўсталёўкі паменшыць раздзел, каб вызваліць месца для %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Замяніць раздзел </strong><br/>Заменіць раздзел на %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. На гэтай прыладзе ёсць %1. Што будзеце рабіць?<br/>Вы зможаце змяніць альбо пацвердзіць свой выбар да таго як на прыладзе ўжывуцца змены. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. На гэтай прыладзе ўжо ёсць аперацыйная сістэма. Што будзеце рабіць?<br/>Вы зможаце змяніць альбо пацвердзіць свой выбар да таго як на прыладзе ўжывуцца змены. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. На гэтай прыладзе ўжо ёсць некалькі аперацыйных сістэм. Што будзеце рабіць?<br/>Вы зможаце змяніць альбо пацвердзіць свой выбар да таго як на прыладзе ўжывуцца змены. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> На гэтай прыладзе ўжо ўсталяваная аперацыйная сістэма, але табліца раздзелаў <strong>%1</strong> не такая, як патрэбна <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Адзін з раздзелаў гэтай назапашвальнай прылады<strong>прымантаваны</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Гэтая назапашвальная прылада ёсць часткай<strong>неактыўнага RAID</strong>. - + No Swap Без раздзела падпампоўкі - + Reuse Swap Выкарыстаць існы раздзел падпампоўкі - + Swap (no Hibernate) Раздзел падпампоўкі (без усыплення) - + Swap (with Hibernate) Раздзел падпампоўкі (з усыпленнем) - + Swap to file Раздзел падпампоўкі ў файле @@ -760,27 +779,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> Вызначыць мадэль клавіятуры %1.<br/> - + Set keyboard layout to %1/%2. Вызначыць раскладку клавіятуры %1/%2. - + Set timezone to %1/%2. Вызначыць часавы пояс %1/%2. - + The system language will be set to %1. Сістэмнай мовай будзе зроблена %1. - + The numbers and dates locale will be set to %1. Рэгіянальным фарматам лічбаў і датаў будзе %1. @@ -815,97 +834,97 @@ The installer will quit and all changes will be lost. Сеткавая ўсталёўка. (Адключана: немагчыма атрымаць спіс пакункаў, праверце ваша сеткавае злучэнне) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Гэты камп’ютар не адпавядае мінімальным патрэбам для ўсталёўкі %1.<br/>Немагчыма працягнуць. <a href="#details">Падрабязней...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Гэты камп’ютар не адпавядае мінімальным патрэбам для ўсталёўкі %1.<br/>Немагчыма працягнуць. <a href="#details">Падрабязней...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Гэты камп’ютар адпавядае не ўсім патрэбам для ўсталёўкі %1.<br/>Можна працягнуць усталёўку, але некаторыя магчымасці могуць быць недаступнымі. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Гэты камп’ютар адпавядае не ўсім патрэбам для ўсталёўкі %1.<br/>Можна працягнуць усталёўку, але некаторыя магчымасці могуць быць недаступнымі. - + This program will ask you some questions and set up %2 on your computer. Гэтая праграма задасць вам некалькі пытанняў і дапаможа ўсталяваць %2 на ваш камп’ютар. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Вітаем у праграме ўсталёўкі Calamares для %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Вітаем у праграме ўсталёўкі %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Вітаем у праграме ўсталёўкі Calamares для %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Вітаем у праграме ўсталёўкі %1</h1> - + Your username is too long. Імя карыстальніка занадта доўгае. - + '%1' is not allowed as username. '%1' немагчыма выкарыстаць як імя карыстальніка. - + Your username must start with a lowercase letter or underscore. Імя карыстальніка павінна пачынацца з малой літары альбо сімвала падкрэслівання. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Дазваляюцца толькі літары, лічбы, знакі падкрэслівання, працяжнікі. - + Your hostname is too short. Назва вашага камп’ютара занадта кароткая. - + Your hostname is too long. Назва вашага камп’ютара занадта доўгая. - + '%1' is not allowed as hostname. '%1' немагчыма выкарыстаць як назву хоста. - + Only letters, numbers, underscore and hyphen are allowed. Толькі літары, лічбы, знакі падкрэслівання, працяжнікі. - + Your passwords do not match! Вашыя паролі не супадаюць! - + OK! @@ -961,11 +980,16 @@ The installer will quit and all changes will be lost. + Packages + Пакункі + + + Install option: <strong>%1</strong> - + None @@ -1424,6 +1448,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1453,8 +1487,8 @@ The installer will quit and all changes will be lost. Пацвердзіце парольную фразу - - + + Please enter the same passphrase in both boxes. Калі ласка, увядзіце адную і тую парольную фразу ў абодва радкі. @@ -1462,12 +1496,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? Сапраўды хочаце ўставіць журнал усталёўкі па сеціўным адрасе? @@ -1543,32 +1577,32 @@ The installer will quit and all changes will be lost. &Перазапусціць - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Гатова.</h1><br/>Сістэма %1 усталяваная на ваш камп’ютар.<br/> Вы ўжо можаце пачаць выкарыстоўваць вашу новую сістэму. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Калі адзначана, то сістэма перазапусціцца адразу пасля націскання кнопкі <span style="font-style:italic;">Завершана</span> альбо закрыцця праграмы ўсталёўкі.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Завершана.</h1><br/>Сістэма %1 усталяваная на ваш камп’ютар.<br/>Вы можаце перазапусціць камп’ютар і ўвайсці ў яе, альбо працягнуць працу ў Live-асяроддзі %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Калі адзначана, то сістэма перазапусціцца адразу пасля націскання кнопкі <span style="font-style:italic;">Завершана</span> альбо закрыцця праграмы ўсталёўкі.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Адбыўся збой</h1><br/>Сістэму %1 не атрымалася ўсталяваць на ваш камп’ютар.<br/>Паведамленне памылкі: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Адбыўся збой</h1><br/>Сістэму %1 не атрымалася ўсталяваць на ваш камп’ютар.<br/>Паведамленне памылкі: %2. @@ -1602,12 +1636,18 @@ The installer will quit and all changes will be lost. Фарматаваць раздзел <strong>%3MiB</strong> <strong>%1</strong> у файлавую сістэму <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Фарматаванне раздзела %1 ў файлавую сістэму %2. - + The installer failed to format partition %1 on disk '%2'. У праграмы ўсталёўкі не атрымалася адфарматаваць раздзел %1 на дыску '%2'. @@ -1615,12 +1655,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space даступна прынамсі %1 Гб вольнага месца - + There is not enough drive space. At least %1 GiB is required. Недастаткова месца. Неабходна прынамсі %1 Гб. @@ -1660,27 +1700,27 @@ The installer will quit and all changes will be lost. праграма ўсталёўкі запушчаная ад імя адміністратара (root) - + The setup program is not running with administrator rights. Праграма ўсталёўкі запушчаная без правоў адміністратара. - + The installer is not running with administrator rights. Праграма ўсталёўкі запушчаная без правоў адміністратара. - + has a screen large enough to show the whole installer ёсць экран, памераў якога дастаткова, каб адлюстраваць акно праграмы ўсталёўкі - + The screen is too small to display the setup program. Экран занадта малы для таго, каб адлюстраваць акно праграмы ўсталёўкі. - + The screen is too small to display the installer. Экран занадта малы для таго, каб адлюстраваць акно праграмы ўсталёўкі. @@ -1980,35 +2020,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. Наладка файла ключа LUKS. - - + + No partitions are defined. Раздзелаў не вызначана. - - - + + + Encrypted rootfs setup error Не атрымалася зашыфраваць rootfs - + Root partition %1 is LUKS but no passphrase has been set. Каранёвы раздзел %1 зашыфраваны як LUKS, але парольная фраза не была вызначаная. - + Could not create LUKS key file for root partition %1. Не атрымалася стварыць файл ключа LUKS для каранёвага раздзела %1. - + Could not configure LUKS key file on partition %1. Не атрымалася наладзіць файл ключа LUKS на каранёвым раздзеле %1. @@ -2034,12 +2074,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 Часавы пояс: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2051,100 +2091,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection Выбар пакункаў - + Office software Офіс - + Office package Офісны пакунак - + Browser software Браўзер - + Browser package Пакунак браўзера - + Web browser Вэб-браўзер - + Kernel + label for netinstall module, Linux kernel Ядро - + Services + label for netinstall module, system services Службы - + Login + label for netinstall module, choose login manager Лагін - + Desktop + label for netinstall module, choose desktop environment Працоўнае асяроддзе - - Applications - Праграмы - - - + Communication + label for netinstall module Стасункі - + Development + label for netinstall module Распрацоўка - + Office + label for netinstall module Офіс - + Multimedia + label for netinstall module Медыя - + Internet + label for netinstall module Інтэрнэт - + Theming + label for netinstall module Афармленне - + Gaming + label for netinstall module Гульні - + Utilities + label for netinstall module Утыліты + + + Applications + Праграмы + NotesQmlViewStep @@ -2193,24 +2245,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 Часавы пояс: %1 - + Select your preferred Zone within your Region. Абярыце часавы пояс для вашага рэгіёна. - + Zones Часавыя паясы - + You can fine-tune Language and Locale settings below. Ніжэй вы можаце наладзіць мову і мясцовасць. @@ -2503,7 +2555,7 @@ The installer will quit and all changes will be lost. Невядомая памылка - + Password is empty Пароль пусты @@ -2541,22 +2593,6 @@ The installer will quit and all changes will be lost. Калі ласка, абярыце прадукт са спіса. Абраны прадукт будзе ўсталяваны. - - PackageChooserQmlViewStep - - - Packages - Пакункі - - - - PackageChooserViewStep - - - Packages - Пакункі - - PackageModel @@ -2860,82 +2896,97 @@ The installer will quit and all changes will be lost. Раздзелы - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Бягучы: - + After: Пасля: - + No EFI system partition configured Няма наладжанага сістэмнага раздзела EFI - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS Параметр для выкарыстання GPT у BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - Табліца раздзелаў GPT - найлепшы варыянт для ўсіх сістэм. Гэтая праграма ўсталёўкі таксама падтрымлівае гэты варыянт і для BIOS.<br/><br/>Каб наладзіць GPT для BIOS (калі гэта яшчэ не зроблена), вярніцеся назад і абярыце табліцу раздзелаў GPT, пасля стварыце нефарматаваны раздзел памерам 8 МБ са сцягам <strong>%2</strong>.<br/><br/>Гэты раздзел патрэбны для запуску %1 у BIOS з GPT. + - + Boot partition not encrypted Загрузачны раздзел не зашыфраваны - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Уключана шыфраванне каранёвага раздзела, але выкарыстаны асобны загрузачны раздзел без шыфравання.<br/><br/>Пры такой канфігурацыі могуць узнікнуць праблемы з бяспекай, бо важныя сістэмныя даныя будуць захоўвацца на раздзеле без шыфравання.<br/>Вы можаце працягнуць, але файлавая сістэма разблакуецца падчас запуску сістэмы.<br/>Каб уключыць шыфраванне загрузачнага раздзела, вярніцеся назад і стварыце яго нанова, адзначыўшы <strong>Шыфраваць</strong> у акне стварэння раздзела. - + has at least one disk device available. ёсць прынамсі адна даступная дыскавая прылада. - + There are no partitions to install on. Няма раздзелаў для ўсталёўкі. @@ -3070,7 +3121,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3396,12 +3447,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: Для дасягнення найлепшых вынікаў пераканайцеся, што гэты камп’ютар: - + System requirements Сістэмныя патрабаванні @@ -3422,29 +3473,29 @@ Output: SetHostNameJob - + Set hostname %1 Вызначыць назву камп’ютара ў сетцы %1 - + Set hostname <strong>%1</strong>. Вызначыць назву камп’ютара ў сетцы <strong>%1</strong>. - + Setting hostname %1. Вызначэнне назвы камп’ютара ў сетцы %1. - - + + Internal Error Унутраная памылка - - + + Cannot write hostname to target system Немагчыма запісаць назву камп’ютара ў мэтавую сістэму @@ -3646,18 +3697,18 @@ Output: SetupGroupsJob - + Preparing groups. Падрыхтоўка групаў. - - + + Could not create groups in target system Не атрымалася стварыць групы ў мэтавай сістэме - + These groups are missing in the target system: %1 Наступныя групы адсутнічаюць у мэтавай сістэме: %1 @@ -3665,17 +3716,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. Наладка <pre>суперкарыстальнікаў</pre>. - + Cannot chmod sudoers file. Не атрымалася ўжыць chmod да файла sudoers. - + Cannot create sudoers file for writing. Не атрымалася запісаць файл sudoers. @@ -3829,22 +3880,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Пстрыкніце сюды, каб праглядзець больш звестак зваротнай сувязі ад карыстальнікаў</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Адсочванне дапамагае праекту %1 бачыць, як часта ён усталёўваецца, на якім абсталяванні ён усталёўваецца, якія праграмы выкарыстоўваюцца. Каб убачыць, што будзе адпраўлена, пстрыкніце па значку ля кожнай вобласці. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Абраўшы гэты пункт вы адправіце звесткі пра сваю канфігурацыю ўсталёўкі і ваша абсталяванне. Звесткі адправяцца <b>адзін раз</b> пасля завяршэння ўсталёўкі. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Абраўшы гэты пункт вы будзеце перыядычна адпраўляць звесткі пра усталёўку, абсталяванне і праграмы вашага <b>камп'ютара</b> на %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Абраўшы гэты пункт вы будзеце перыядычна адпраўляць звесткі пра усталёўку, абсталяванне, праграмы <b>карыстальніка</b> і вобласці іх выкарыстання на %1. @@ -3865,12 +3916,12 @@ Output: Адмантаваць файлавыя сістэмы. - + No target system available. - + No rootMountPoint is set. @@ -3878,12 +3929,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Калі камп’ютарам карыстаецца некалькі чалавек, то вы можаце стварыць для іх акаўнты пасля завяршэння ўсталёўкі.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Калі камп’ютарам карыстаецца некалькі чалавек, то вы можаце стварыць для іх акаўнты пасля завяршэння ўсталёўкі.</small> @@ -4032,44 +4083,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Вітаем у праграме ўсталёўкі Calamares для %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Вітаем у праграме ўсталёўкі %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Вітаем у Calamares для %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Вітаем у праграме ўсталёўкі %1.</h1> - - - %1 support падтрымка %1 - + About %1 setup Пра ўсталёўку %1 - + About %1 installer Пра %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Аўтарскія правы 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Аўтарскія правы 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Шчырыя падзякі <a href="https://calamares.io/team/">камандзе распрацоўкі Calamares</a> і <a href="https://www.transifex.com/calamares/calamares/">камандзе перакладчыкаў Calamares</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> распрацоўваецца пры падтрымцы<br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4134,33 +4160,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Аўтарскія правы 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Аўтарскія правы 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Шчырыя падзякі <a href='https://calamares.io/team/'>камандзе распрацоўкі Calamares </a> - і <a href='https://www.transifex.com/calamares/calamares/'> перакладчыкам Calamares</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - распрацоўваецца пры падтрымцы <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Назад @@ -4262,17 +4262,17 @@ Output: Мадэль клавіятуры: - + Layouts Раскладкі - + Type here to test your keyboard Радок уводу для праверкі вашай клавіятуры - + Variants Варыянты @@ -4421,102 +4421,102 @@ Output: Калі камп’ютарам карыстаецца некалькі чалавек, то вы можаце стварыць для іх акаўнты пасля завяршэння ўсталёўкі. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Дазваляюцца толькі літары, лічбы, знакі падкрэслівання, працяжнікі. - + root is not allowed as username. - + What is the name of this computer? Якая назва гэтага камп’ютара? - + Computer Name Назва камп’ютара - + This name will be used if you make the computer visible to others on a network. Назва будзе выкарыстоўвацца для пазначэння камп’ютара ў сетцы. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Абярыце пароль для абароны вашага акаўнта. - + Password Пароль - + Repeat Password Паўтарыце пароль - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Увядзіце двойчы аднолькавы пароль. Гэта неабходна для таго, каб пазбегнуць памылак. Надзейны пароль павінен складацца з літар, лічбаў, знакаў пунктуацыі. Ён павінен змяшчаць прынамсі 8 знакаў, яго перыядычна трэба змяняць. - + Validate passwords quality Праверка якасці пароляў - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Калі адзначана, будзе выконвацца праверка надзейнасці пароля, таму вы не зможаце выкарыстаць слабы пароль. - + Log in automatically without asking for the password Аўтаматычна ўваходзіць без уводу пароля - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password Выкарыстоўваць пароль карыстальніка як пароль адміністратара - + Use the same password for the administrator account. Выкарыстоўваць той жа пароль для акаўнта адміністратара. - + Choose a root password to keep your account safe. Абярыце пароль адміністратара для абароны вашага акаўнта. - + Root Password Пароль адміністратара - + Repeat Root Password Паўтарыце пароль адміністратара - + Enter the same password twice, so that it can be checked for typing errors. Увядзіце пароль двойчы, каб пазбегнуць памылак уводу. diff --git a/lang/calamares_bg.ts b/lang/calamares_bg.ts index 97574f078..56dd18d6e 100644 --- a/lang/calamares_bg.ts +++ b/lang/calamares_bg.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information Информация за отстраняване на грешки @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Инсталирай @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Готово @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -483,12 +502,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer %1 Инсталатор @@ -527,149 +546,149 @@ The installer will quit and all changes will be lost. Форма - + Select storage de&vice: Изберете ус&тройство за съхранение: - - - - + + + + Current: Сегашен: - + After: След: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Самостоятелно поделяне</strong><br/>Можете да създадете или преоразмерите дяловете сами. - + Reuse %1 as home partition for %2. Използване на %1 като домашен дял за %2 - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Изберете дял за смаляване, после влачете долната лента за преоразмеряване</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Локация на програмата за начално зареждане: - + <strong>Select a partition to install on</strong> <strong>Изберете дял за инсталацията</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. EFI системен дял не е намерен. Моля, опитайте пак като използвате ръчно поделяне за %1. - + The EFI system partition at %1 will be used for starting %2. EFI системен дял в %1 ще бъде използван за стартиране на %2. - + EFI system partition: EFI системен дял: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Това устройство за съхранение няма инсталирана операционна система. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Изтриване на диска</strong><br/>Това ще <font color="red">изтрие</font> всички данни върху устройството за съхранение. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Инсталирайте покрай</strong><br/>Инсталатора ще раздроби дяла за да направи място за %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Замени дял</strong><br/>Заменя този дял с %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Това устройство за съхранение има инсталиран %1. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Това устройство за съхранение има инсталирана операционна система. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Това устройство за съхранение има инсталирани операционни системи. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -757,27 +776,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> Постави модел на клавиатурата на %1.<br/> - + Set keyboard layout to %1/%2. Постави оформлението на клавиатурата на %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. Системният език ще бъде %1. - + The numbers and dates locale will be set to %1. Форматът на цифрите и датата ще бъде %1. @@ -812,98 +831,98 @@ The installer will quit and all changes will be lost. Мрежова инсталация. (Изключена: Списъкът с пакети не може да бъде извлечен, проверете Вашата Интернет връзка) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Този компютър не отговаря на минималните изисквания за инсталиране %1.<br/>Инсталацията не може да продължи. <a href="#details">Детайли...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Този компютър не отговаря на някои от препоръчителните изисквания за инсталиране %1.<br/>Инсталацията може да продължи, но някои свойства могат да бъдат недостъпни. - + This program will ask you some questions and set up %2 on your computer. Тази програма ще ви зададе няколко въпроса и ще конфигурира %2 на вашия компютър. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. Вашето потребителско име е твърде дълго. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. Вашето име на хоста е твърде кратко. - + Your hostname is too long. Вашето име на хоста е твърде дълго. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! Паролите Ви не съвпадат! - + OK! @@ -959,11 +978,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1422,6 +1446,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1451,8 +1485,8 @@ The installer will quit and all changes will be lost. Потвърди паролата - - + + Please enter the same passphrase in both boxes. Моля, въведете еднаква парола в двете полета. @@ -1460,12 +1494,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1541,32 +1575,32 @@ The installer will quit and all changes will be lost. &Рестартирай сега - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Завършено.</h1><br/>%1 беше инсталирана на вашият компютър.<br/>Вече можете да рестартирате в новата си система или да продължите да използвате %2 Живата среда. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Инсталацията е неуспешна</h1><br/>%1 не е инсталиран на Вашия компютър.<br/>Съобщението с грешката е: %2. @@ -1600,12 +1634,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Форматирай дял %1 с файлова система %2. - + The installer failed to format partition %1 on disk '%2'. Инсталатора не успя да форматира дял %1 на диск '%2'. @@ -1613,12 +1653,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1658,27 +1698,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. Инсталаторът не е стартиран с права на администратор. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. Екранът е твърде малък за инсталатора. @@ -1978,35 +2018,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2032,12 +2072,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2047,98 +2087,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection Избор на пакети - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2189,24 +2241,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2481,7 +2533,7 @@ The installer will quit and all changes will be lost. Неизвестна грешка - + Password is empty @@ -2519,22 +2571,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2838,82 +2874,97 @@ The installer will quit and all changes will be lost. Дялове - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Сегашен: - + After: След: - + No EFI system partition configured Няма конфигуриран EFI системен дял - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted Липсва криптиране на дял за начално зареждане - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3047,7 +3098,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3370,12 +3421,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: За най-добри резултати, моля бъдете сигурни че този компютър: - + System requirements Системни изисквания @@ -3396,29 +3447,29 @@ Output: SetHostNameJob - + Set hostname %1 Поставете име на хоста %1 - + Set hostname <strong>%1</strong>. Поставете име на хост <strong>%1</strong>. - + Setting hostname %1. Задаване името на хоста %1 - - + + Internal Error Вътрешна грешка - - + + Cannot write hostname to target system Не може да се запише името на хоста на целевата система @@ -3620,18 +3671,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3639,17 +3690,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Не може да се изпълни chmod върху sudoers файла. - + Cannot create sudoers file for writing. Не може да се създаде sudoers файл за записване. @@ -3803,22 +3854,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3839,12 +3890,12 @@ Output: Демонтирай файловите системи. - + No target system available. - + No rootMountPoint is set. @@ -3852,12 +3903,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4006,44 +4057,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Добре дошли в инсталатора Calamares за %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Добре дошли в инсталатора на %1.</h1> - - - %1 support %1 поддръжка - + About %1 setup - + About %1 installer Относно инсталатор %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4108,23 +4134,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4224,17 +4234,17 @@ Output: Модел на клавиатура: - + Layouts - + Type here to test your keyboard Пишете тук за да тествате вашата клавиатура - + Variants @@ -4361,102 +4371,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? Какво е името на този компютър? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Изберете парола за да държите вашият акаунт в безопасност. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. Използвайте същата парола за администраторския акаунт. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_bn.ts b/lang/calamares_bn.ts index 3600b6cca..0e4db5869 100644 --- a/lang/calamares_bn.ts +++ b/lang/calamares_bn.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information তথ্য ডিবাগ করুন @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install ইনস্টল করুন @@ -171,7 +190,7 @@ Calamares::JobThread - + Done সম্পন্ন @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -483,12 +502,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer %1 ইনস্টল @@ -527,149 +546,149 @@ The installer will quit and all changes will be lost. ফর্ম - + Select storage de&vice: স্টোরেজ ডিএবংভাইস নির্বাচন করুন: - - - - + + + + Current: বর্তমান: - + After: পরে: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>সংকুচিত করার জন্য একটি পার্টিশন নির্বাচন করুন, তারপর নিচের বারটি পুনঃআকারের জন্য টেনে আনুন</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: বুট লোডার অবস্থান: - + <strong>Select a partition to install on</strong> <strong>ইনস্টল করতে একটি পার্টিশন নির্বাচন করুন</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. %1 এ EFI সিস্টেম পার্টিশন %2 শুরু করার জন্য ব্যবহার করা হবে। - + EFI system partition: EFI সিস্টেম পার্টিশন: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. এই স্টোরেজ ডিভাইসে কোন অপারেটিং সিস্টেম আছে বলে মনে হয় না। তুমি কি করতে চাও? <br/>স্টোরেজ ডিভাইসে কোন পরিবর্তন করার আগে আপনি আপনার পছন্দপর্যালোচনা এবং নিশ্চিত করতে সক্ষম হবেন। - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>ডিস্ক মুছে ফেলুন</strong> <br/>এটি বর্তমানে নির্বাচিত স্টোরেজ ডিভাইসে উপস্থিত সকল উপাত্ত <font color="red">মুছে ফেলবে</font>। - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>ইনস্টল করুন পাশাপাশি</strong> <br/>ইনস্টলার %1 এর জন্য জায়গা তৈরি করতে একটি পার্টিশন সংকুচিত করবে। - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>একটি পার্টিশন প্রতিস্থাপন করুন</strong><br/>%1-এর সাথে একটি পার্টিশন প্রতিস্থাপন করে। - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. এই সঞ্চয় যন্ত্রটিতে %1 আছে। তুমি কি করতে চাও? <br/>স্টোরেজ ডিভাইসে কোন পরিবর্তন করার আগে আপনি আপনার পছন্দপর্যালোচনা এবং নিশ্চিত করতে সক্ষম হবেন। - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. এই স্টোরেজ ডিভাইসে ইতোমধ্যে একটি অপারেটিং সিস্টেম আছে। তুমি কি করতে চাও? <br/>স্টোরেজ ডিভাইসে কোন পরিবর্তন করার আগে আপনি আপনার পছন্দপর্যালোচনা এবং নিশ্চিত করতে সক্ষম হবেন. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. এই স্টোরেজ ডিভাইসে একাধিক অপারেটিং সিস্টেম আছে। তুমি কি করতে চাও? <br/>স্টোরেজ ডিভাইসে কোন পরিবর্তন করার আগে আপনি আপনার পছন্দপর্যালোচনা এবং নিশ্চিত করতে সক্ষম হবেন. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -757,27 +776,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> %1-এ কীবোর্ড নকশা নির্ধারণ করুন। - + Set keyboard layout to %1/%2. %1/%2 এ কীবোর্ড বিন্যাস নির্ধারণ করুন। - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -812,97 +831,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! আপনার পাসওয়ার্ড মেলে না! - + OK! @@ -958,11 +977,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1421,6 +1445,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1450,8 +1484,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1459,12 +1493,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1540,32 +1574,32 @@ The installer will quit and all changes will be lost. এবংএখন আবার চালু করুন - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>সব শেষ।</h1><br/>%1 আপনার কম্পিউটারে সংস্থাপন করা হয়েছে।<br/>আপনি এখন আপনার নতুন সিস্টেমে পুনর্সূচনা করতে পারেন, অথবা %2 লাইভ পরিবেশ ব্যবহার চালিয়ে যেতে পারেন। - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1599,12 +1633,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. ফাইল সিস্টেম %2 দিয়ে পার্টিশন %1 বিন্যাস করা হচ্ছে। - + The installer failed to format partition %1 on disk '%2'. ইনস্টলার '%2' ডিস্কে %1 পার্টিশন বিন্যাস করতে ব্যর্থ হয়েছে। @@ -1612,12 +1652,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1657,27 +1697,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1977,35 +2017,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2031,12 +2071,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2046,98 +2086,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2188,24 +2240,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2480,7 +2532,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2518,22 +2570,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2837,82 +2873,97 @@ The installer will quit and all changes will be lost. পার্টিশনগুলো - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: বর্তমান: - + After: পরে: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3044,7 +3095,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3367,12 +3418,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3393,29 +3444,29 @@ Output: SetHostNameJob - + Set hostname %1 হোস্টের নাম %1 নির্ধারণ করুন - + Set hostname <strong>%1</strong>. হোস্টনাম <strong>%1</strong> নির্ধারণ করুন। - + Setting hostname %1. হোস্টনাম %1 নির্ধারণ করা হচ্ছে। - - + + Internal Error অভ্যন্তরীণ ত্রুটি - - + + Cannot write hostname to target system লক্ষ্য ব্যবস্থায় হোস্টের নাম লেখা যাচ্ছে না @@ -3617,18 +3668,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3636,17 +3687,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Sudoers ফাইল chmod করা যাবে না। - + Cannot create sudoers file for writing. লেখার জন্য sudoers ফাইল তৈরি করা যাবে না। @@ -3800,22 +3851,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3836,12 +3887,12 @@ Output: আনমাউন্ট ফাইল সিস্টেমগুলি করুন। - + No target system available. - + No rootMountPoint is set. @@ -3849,12 +3900,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4003,44 +4054,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - <h1>%1 ইনস্টলারে স্বাগতম।</h1> - - - %1 support %1 সহায়তা - + About %1 setup - + About %1 installer %1 ইনস্টলার সম্পর্কে - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4105,23 +4131,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4221,17 +4231,17 @@ Output: কীবোর্ড নকশা: - + Layouts - + Type here to test your keyboard আপনার কীবোর্ড পরীক্ষা করতে এখানে টাইপ করুন - + Variants @@ -4358,102 +4368,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? এই কম্পিউটারের নাম কি? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. আপনার অ্যাকাউন্ট সুরক্ষিত রাখতে একটি পাসওয়ার্ড নির্বাচন করুন। - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. প্রশাসক হিসাবের জন্য একই গুপ্ত-সংকেত ব্যবহার করুন। - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_ca.ts b/lang/calamares_ca.ts index fff0b029d..a6597868a 100644 --- a/lang/calamares_ca.ts +++ b/lang/calamares_ca.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + <h1>%1</h1><br/><strong>%2<br/> per a %3</strong><br/><br/> + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + Gràcies a <a href="https://calamares.io/team/">l'equip del Calamares</a> i <a href="https://www.transifex.com/calamares/calamares/">l'equip de traductors del Calamares</a>.<br/><br/>El desenvolupament del <a href="https://calamares.io/">Calamares</a> està patrocinat per<br/> <a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + Drets d'autor %1-%2 %3 &lt;%4&gt;<br/> + + AutoMountManagementJob @@ -137,7 +156,7 @@ Arbre de ginys - + Debug information Informació de depuració @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Configuració - + Install Instal·la @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Fet @@ -261,7 +280,7 @@ S'ha completat la comprovació dels requeriments per al mòdul <i>%1</i>. - + Waiting for %n module(s). S'espera %n mòdul. @@ -269,7 +288,7 @@ - + (%n second(s)) (%n segon) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. S'ha completat la comprovació dels requeriments del sistema. @@ -488,12 +507,12 @@ L'instal·lador es tancarà i tots els canvis es perdran. CalamaresWindow - + %1 Setup Program Programa de configuració %1 - + %1 Installer Instal·lador de %1 @@ -532,149 +551,149 @@ L'instal·lador es tancarà i tots els canvis es perdran. Formulari - + Select storage de&vice: Seleccioneu un dispositiu d'e&mmagatzematge: - - - - + + + + Current: Actual: - + After: Després: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Particions manuals</strong><br/>Podeu crear o canviar la mida de les particions vosaltres mateixos. - + Reuse %1 as home partition for %2. Reutilitza %1 com a partició de l'usuari per a %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Seleccioneu una partició per encongir i arrossegueu-la per redimensinar-la</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 s'encongirà a %2 MiB i es crearà una partició nova de %3 MB per a %4. - + Boot loader location: Ubicació del gestor d'arrencada: - + <strong>Select a partition to install on</strong> <strong>Seleccioneu una partició per fer-hi la instal·lació.</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. No s'ha pogut trobar enlloc una partició EFI en aquest sistema. Si us plau, torneu enrere i use les particions manuals per configurar %1. - + The EFI system partition at %1 will be used for starting %2. La partició EFI de sistema a %1 s'usarà per iniciar %2. - + EFI system partition: Partició EFI del sistema: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Aquest dispositiu d'emmagatzematge no sembla que tingui un sistema operatiu. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Esborra el disc</strong><br/>Això <font color="red">suprimirà</font> totes les dades del dispositiu seleccionat. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Instal·la'l al costat</strong><br/>L'instal·lador reduirà una partició per fer espai per a %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Reemplaça una partició</strong><br/>Reemplaça una partició per %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Aquest dispositiu d'emmagatzematge té %1. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Aquest dispositiu d'emmagatzematge ja té un sistema operatiu. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Aquest dispositiu d'emmagatzematge ja múltiples sistemes operatius. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Aquest dispositiu d'emmagatzematge ja té un sistema operatiu, però la taula de particions <strong>%1</strong> és diferent de la necessària: <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Aquest dispositiu d'emmagatzematge té una de les particions <strong>muntada</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Aquest sistema d'emmagatzematge forma part d'un dispositiu de <strong>RAID inactiu</strong>. - + No Swap Sense intercanvi - + Reuse Swap Reutilitza l'intercanvi - + Swap (no Hibernate) Intercanvi (sense hibernació) - + Swap (with Hibernate) Intercanvi (amb hibernació) - + Swap to file Intercanvi en fitxer @@ -762,27 +781,27 @@ L'instal·lador es tancarà i tots els canvis es perdran. Config - + Set keyboard model to %1.<br/> Establirà el model del teclat a %1.<br/> - + Set keyboard layout to %1/%2. Establirà la distribució del teclat a %1/%2. - + Set timezone to %1/%2. Estableix la zona horària a %1/%2. - + The system language will be set to %1. La llengua del sistema s'establirà a %1. - + The numbers and dates locale will be set to %1. Els números i les dates de la configuració local s'establiran a %1. @@ -817,97 +836,97 @@ L'instal·lador es tancarà i tots els canvis es perdran. Instal·lació per xarxa. (Inhabilitada: no es poden obtenir les llistes de paquets, comproveu la connexió.) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Aquest ordinador no satisfà els requisits mínims per configurar-hi %1.<br/> La configuració no pot continuar. <a href="#details">Detalls...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Aquest ordinador no satisfà els requisits mínims per instal·lar-hi %1.<br/> La instal·lació no pot continuar. <a href="#details">Detalls...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Aquest ordinador no satisfà alguns dels requisits recomanats per configurar-hi %1.<br/>La configuració pot continuar, però algunes característiques podrien estar inhabilitades. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Aquest ordinador no satisfà alguns dels requisits recomanats per instal·lar-hi %1.<br/>La instal·lació pot continuar, però algunes característiques podrien estar inhabilitades. - + This program will ask you some questions and set up %2 on your computer. Aquest programa us farà unes preguntes i instal·larà %2 a l'ordinador. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Benvingut/da al programa de configuració del Calamares per a %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Benvingut/da a la configuració per a %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Benvingut/da a l'instal·lador Calamares per a %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Benvingut/da a l'instal·lador per a %1</h1> - + Your username is too long. El nom d'usuari és massa llarg. - + '%1' is not allowed as username. No es permet %1 com a nom d'usuari. - + Your username must start with a lowercase letter or underscore. El nom d'usuari ha de començar amb una lletra en minúscula o una ratlla baixa. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Només es permeten lletres en minúscula, números, ratlles baixes i guions. - + Your hostname is too short. El nom d'amfitrió és massa curt. - + Your hostname is too long. El nom d'amfitrió és massa llarg. - + '%1' is not allowed as hostname. No es permet %1 com a nom d'amfitrió. - + Only letters, numbers, underscore and hyphen are allowed. Només es permeten lletres, números, ratlles baixes i guions. - + Your passwords do not match! Les contrasenyes no coincideixen! - + OK! D'acord! @@ -963,11 +982,16 @@ L'instal·lador es tancarà i tots els canvis es perdran. + Packages + Paquets + + + Install option: <strong>%1</strong> Opció d'instal·lació: <strong>%1</strong> - + None Cap @@ -1426,6 +1450,16 @@ L'instal·lador es tancarà i tots els canvis es perdran. FS Label: Etiqueta del sistema de fitxers: + + + Passphrase for existing partition + Contrasenya per a la partició existent + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + La partició %1 no s'ha pogut desencriptar amb la frase de contrasenya proporcionada. <br/><br/> Torneu a editar la partició i proporcioneu la contrasenya correcta o suprimiu-la i creeu una partició encriptada nova. + EncryptWidget @@ -1455,8 +1489,8 @@ L'instal·lador es tancarà i tots els canvis es perdran. Confirmeu la contrasenya - - + + Please enter the same passphrase in both boxes. Si us plau, escriviu la mateixa contrasenya a les dues caselles. @@ -1464,12 +1498,12 @@ L'instal·lador es tancarà i tots els canvis es perdran. ErrorDialog - + Details: Detalls: - + Would you like to paste the install log to the web? Voleu enganxar el registre d'instal·lació a la xarxa? @@ -1545,32 +1579,32 @@ L'instal·lador es tancarà i tots els canvis es perdran. &Reinicia ara - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Tot fet.</h1><br/>%1 s'ha configurat a l'ordinador.<br/>Ara podeu començar a usar el nou sistema. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Quan aquesta casella està marcada, el sistema es reiniciarà immediatament quan cliqueu a <span style="font-style:italic;">Fet</span> o tanqueu el programa de configuració.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Tot fet.</h1><br/>%1 s'ha instal·lat a l'ordinador.<br/>Ara podeu reiniciar-lo per tal d'accedir al sistema operatiu nou o bé continuar usant l'entorn autònom per a %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Quan aquesta casella està marcada, el sistema es reiniciarà immediatament quan cliqueu a <span style=" font-style:italic;">Fet</span> o tanqueu l'instal·lador.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>La configuració ha fallat.</h1><br/>No s'ha configurat %1 a l'ordinador.<br/>El missatge d'error ha estat el següent: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>La instal·lació ha fallat</h1><br/>No s'ha instal·lat %1 a l'ordinador.<br/>El missatge d'error ha estat el següent: %2. @@ -1604,12 +1638,18 @@ L'instal·lador es tancarà i tots els canvis es perdran. Formata la partició de <strong>%3 MiB</strong> <strong>%1</strong> amb el sistema de fitxers <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Es formata la partició %1 amb el sistema de fitxers %2. - + The installer failed to format partition %1 on disk '%2'. L'instal·lador no ha pogut formatar la partició %1 del disc '%2'. @@ -1617,12 +1657,12 @@ L'instal·lador es tancarà i tots els canvis es perdran. GeneralRequirements - + has at least %1 GiB available drive space tingui com a mínim %1 GiB d'espai de disc disponible. - + There is not enough drive space. At least %1 GiB is required. No hi ha prou espai de disc disponible. Com a mínim hi ha d'haver %1 GiB. @@ -1662,27 +1702,27 @@ L'instal·lador es tancarà i tots els canvis es perdran. executi l'instal·lador com a administrador (arrel). - + The setup program is not running with administrator rights. El programa de configuració no s'executa amb privilegis d'administrador. - + The installer is not running with administrator rights. L'instal·lador no s'executa amb privilegis d'administrador. - + has a screen large enough to show the whole installer tingui una pantalla prou grossa per mostrar completament l'instal·lador. - + The screen is too small to display the setup program. La pantalla és massa petita per mostrar el programa de configuració. - + The screen is too small to display the installer. La pantalla és massa petita per mostrar l'instal·lador. @@ -1982,35 +2022,35 @@ L'instal·lador es tancarà i tots els canvis es perdran. LuksBootKeyFileJob - + Configuring LUKS key file. Es configura el fitxer de clau LUKS. - - + + No partitions are defined. No s'ha definit cap partició. - - - + + + Encrypted rootfs setup error Error de configuració de rootfs encriptat. - + Root partition %1 is LUKS but no passphrase has been set. La partició d'arrel %1 és LUKS però no se n'ha establert cap contrasenya. - + Could not create LUKS key file for root partition %1. No s'ha pogut crear el fitxer de clau de LUKS per a la partició d'arrel %1. - + Could not configure LUKS key file on partition %1. No s'ha pogut configurar el fitxer de clau de LUKS a la partició %1. @@ -2036,12 +2076,12 @@ L'instal·lador es tancarà i tots els canvis es perdran. Map - + Timezone: %1 Zona horària: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2053,100 +2093,112 @@ per desplaçar-s'hi i useu els botons +/- per fer ampliar-lo o reduir-lo, o bé NetInstallViewStep - + Package selection Selecció de paquets - + Office software Programari d'oficina - + Office package Paquet d'oficina - + Browser software Programari de navegador - + Browser package Paquet de navegador - + Web browser Navegador web - + Kernel + label for netinstall module, Linux kernel Nucli - + Services + label for netinstall module, system services Serveis - + Login + label for netinstall module, choose login manager Entrada - + Desktop + label for netinstall module, choose desktop environment Escriptori - - Applications - Aplicacions - - - + Communication + label for netinstall module Comunicació - + Development + label for netinstall module Desenvolupament - + Office + label for netinstall module Oficina - + Multimedia + label for netinstall module Multimèdia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Tema - + Gaming + label for netinstall module Jocs - + Utilities + label for netinstall module Utilitats + + + Applications + Aplicacions + NotesQmlViewStep @@ -2195,24 +2247,24 @@ per desplaçar-s'hi i useu els botons +/- per fer ampliar-lo o reduir-lo, o bé Seleccioneu la regió preferida o useu els paràmetres per defecte. - - - + + + Timezone: %1 Zona horària: %1 - + Select your preferred Zone within your Region. Trieu la zona preferida dins de la regió. - + Zones Zones - + You can fine-tune Language and Locale settings below. Podeu acabar d'ajustar els paràmetres locals i de llengua a continuació. @@ -2487,7 +2539,7 @@ per desplaçar-s'hi i useu els botons +/- per fer ampliar-lo o reduir-lo, o bé Error desconegut - + Password is empty La contrasenya és buida. @@ -2525,22 +2577,6 @@ per desplaçar-s'hi i useu els botons +/- per fer ampliar-lo o reduir-lo, o bé Si us plau, trieu un producte de la llista. S'instal·larà el producte seleccionat. - - PackageChooserQmlViewStep - - - Packages - Paquets - - - - PackageChooserViewStep - - - Packages - Paquets - - PackageModel @@ -2844,82 +2880,97 @@ per desplaçar-s'hi i useu els botons +/- per fer ampliar-lo o reduir-lo, o bé Particions - + + Unsafe partition actions are enabled. + Les accions de partició no segures estan habilitades. + + + + Partitioning is configured to <b>always</b> fail. + Les particions estan configurades per fallar <b>sempre</b>. + + + + No partitions will be changed. + No es canviarà cap partició. + + + Current: Actual: - + After: Després: - + No EFI system partition configured No hi ha cap partició EFI de sistema configurada - + EFI system partition configured incorrectly Partició de sistema EFI configurada incorrectament - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. Cal una partició de sistema EFI per iniciar %1. <br/><br/>Per configurar-ne una, torneu enrere i seleccioneu o creeu un sistema de fitxers adequat. - + The filesystem must be mounted on <strong>%1</strong>. El sistema de fitxers ha d'estar muntat a <strong>%1</strong>. - + The filesystem must have type FAT32. El sistema de fitxers ha de ser del tipus FAT32. - + The filesystem must be at least %1 MiB in size. El sistema de fitxers ha de tenir un mínim de %1 MiB. - + The filesystem must have flag <strong>%1</strong> set. El sistema de fitxers ha de tenir la bandera <strong>%1</strong> establerta. - + You can continue without setting up an EFI system partition but your system may fail to start. Podeu continuar sense configurar una partició del sistema EFI, però és possible que el sistema no s'iniciï. - + Option to use GPT on BIOS Opció per usar GPT amb BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. La millor opció per a tots els sistemes és una taula de particions GPT. Aquest instal·lador també admet aquesta configuració per a sistemes BIOS.<br/><br/>Per configurar una taula de particions GPT en un sistema BIOS, (si no s'ha fet ja) torneu enrere i establiu la taula de particions a GPT, després creeu una partició sense formatar de 8 MB amb la bandera <strong>%2</strong> habilitada.<br/><br/>Cal una partició sense format de 8 MB per iniciar %1 en un sistema BIOS amb GPT. - + Boot partition not encrypted Partició d'arrencada sense encriptar - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. S'ha establert una partició d'arrencada separada conjuntament amb una partició d'arrel encriptada, però la partició d'arrencada no està encriptada.<br/><br/>Hi ha assumptes de seguretat amb aquest tipus de configuració, perquè hi ha fitxers del sistema importants en una partició no encriptada.<br/>Podeu continuar, si així ho desitgeu, però el desbloqueig del sistema de fitxers succeirà després, durant l'inici del sistema.<br/>Per encriptar la partició d'arrencada, torneu enrere i torneu-la a crear seleccionant <strong>Encripta</strong> a la finestra de creació de la partició. - + has at least one disk device available. tingui com a mínim un dispositiu de disc disponible. - + There are no partitions to install on. No hi ha particions per fer-hi una instal·lació. @@ -3054,7 +3105,7 @@ Sortida: QObject - + %1 (%2) %1 (%2) @@ -3380,12 +3431,12 @@ La configuració pot continuar, però algunes característiques podrien estar in ResultsListDialog - + For best results, please ensure that this computer: Per obtenir els millors resultats, assegureu-vos, si us plau, que aquest ordinador... - + System requirements Requisits del sistema @@ -3406,29 +3457,29 @@ La configuració pot continuar, però algunes característiques podrien estar in SetHostNameJob - + Set hostname %1 Estableix el nom d'amfitrió %1 - + Set hostname <strong>%1</strong>. Estableix el nom d'amfitrió <strong>%1</strong>. - + Setting hostname %1. S'estableix el nom d'amfitrió %1. - - + + Internal Error Error intern - - + + Cannot write hostname to target system No es pot escriure el nom d'amfitrió al sistema de destinació @@ -3630,18 +3681,18 @@ La configuració pot continuar, però algunes característiques podrien estar in SetupGroupsJob - + Preparing groups. Es preparen els grups. - - + + Could not create groups in target system No s'han pogut crear grups al sistema de destinació. - + These groups are missing in the target system: %1 Aquests grups falten al sistema de destinació: %1 @@ -3649,17 +3700,17 @@ La configuració pot continuar, però algunes característiques podrien estar in SetupSudoJob - + Configure <pre>sudo</pre> users. Configuració d'usuaris de <pre>sudo</pre> - + Cannot chmod sudoers file. No es pot fer chmod al fitxer d'usuaris de sudo. - + Cannot create sudoers file for writing. No es pot crear el fitxer d'usuaris de sudo per escriure-hi. @@ -3813,22 +3864,22 @@ La configuració pot continuar, però algunes característiques podrien estar in <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Cliqueu aquí per a més informació sobre la informació de retorn dels usuaris.</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. El seguiment ajuda els desenvolupadors de %1 a veure amb quina freqüència, en quin maquinari s’instal·la i quines aplicacions s’usen. Per veure què s’enviarà, cliqueu a la icona d’ajuda que hi ha al costat de cada àrea. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Si seleccioneu això, enviareu informació de la vostra instal·lació i el vostre maquinari. Aquesta informació només s'enviarà <b>un cop</b> després d'acabar la instal·lació. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Si seleccioneu això, enviareu informació periòdicament de la instal·lació a la vostra <b>màquina</b>, el maquinari i les aplicacions a %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Si seleccioneu això, enviareu informació regularment de la instal·lació del vostre <b>usuari</b>, el maquinari, les aplicacions i els patrons d'ús a %1. @@ -3849,12 +3900,12 @@ La configuració pot continuar, però algunes característiques podrien estar in Desmunta els sistemes de fitxers. - + No target system available. No hi ha cap sistema de destinació disponible. - + No rootMountPoint is set. No s'ha establert cap punt de muntatge d'arrel. @@ -3862,12 +3913,12 @@ La configuració pot continuar, però algunes característiques podrien estar in UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Si més d'una persona usarà aquest ordinador, podeu crear diversos comptes després de la configuració.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Si més d'una persona usarà aquest ordinador, podeu crear diversos comptes després de la instal·lació.</small> @@ -4016,44 +4067,19 @@ La configuració pot continuar, però algunes característiques podrien estar in - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Benvingut/da al programa de configuració del Calamares per a %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Benvingut/da a la configuració per a %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Benvingut/da a l'instal·lador Calamares per a %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Benvingut/da a l'instal·lador per a %1.</h1> - - - %1 support %1 suport - + About %1 setup Quant a la configuració de %1 - + About %1 installer Quant a l'instal·lador %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Agraïments per a <a href="https://calamares.io/team/">l'equip del Calamares</a> i per a <a href="https://www.transifex.com/calamares/calamares/">l'equip de traductors del Calamares</a>.<br/><br/>El desenvolupament del<a href="https://calamares.io/">Calamares</a> està patrocinat per <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4118,34 +4144,7 @@ La configuració pot continuar, però algunes característiques podrien estar in about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - per a %3</strong><br/><br/> - Copyright 2014-2017, Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020, Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Moltes gràcies a <a href='https://calamares.io/team/'>l'equip del Calamares</a> - i a <a href='https://www.transifex.com/calamares/calamares/'>l'equip de traductors - del Calamares</a>.<br/><br/> - El desenvolupament del<a href='https://calamares.io/'>Calamares</a> - està patrocinat per <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Enrere @@ -4250,17 +4249,17 @@ La configuració pot continuar, però algunes característiques podrien estar in Model del teclat: - + Layouts Disposicions - + Type here to test your keyboard Escriviu aquí per comprovar el teclat - + Variants Variants @@ -4409,102 +4408,102 @@ Opció predeterminada. Si aquest ordinador l'usarà més d'una persona, podreu crear diversos comptes després de la instal·lació. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Només es permeten lletres en minúscula, números, ratlles baixes i guions. - + root is not allowed as username. No es permet root com a nom d'usuari. - + What is the name of this computer? Com es diu aquest ordinador? - + Computer Name Nom de l'ordinador - + This name will be used if you make the computer visible to others on a network. Aquest nom s'usarà si feu visible aquest ordinador per a altres en una xarxa. - + localhost is not allowed as hostname. No es permet localhost com a nom d'amfitrió. - + Choose a password to keep your account safe. Trieu una contrasenya per tal de mantenir el compte segur. - + Password Contrasenya - + Repeat Password Repetiu la contrasenya. - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Escriviu la mateixa contrasenya dos cops per poder-ne comprovar els errors de mecanografia. Una bona contrasenya ha de contenir una barreja de lletres, números i signes de puntuació, hauria de tenir un mínim de 8 caràcters i s'hauria de modificar a intervals regulars. - + Validate passwords quality Valida la qualitat de les contrasenyes. - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Quan aquesta casella està marcada, es comprova la fortalesa de la contrasenya i no en podreu fer una de dèbil. - + Log in automatically without asking for the password Entra automàticament sense demanar la contrasenya. - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Només es permeten lletres, números, guionets, guionets baixos i un mínim de dos caràcters. - + Reuse user password as root password Reutilitza la contrasenya d'usuari com a contrasenya d'arrel. - + Use the same password for the administrator account. Usa la mateixa contrasenya per al compte d'administració. - + Choose a root password to keep your account safe. Trieu una contrasenya d'arrel per mantenir el compte segur. - + Root Password Contrasenya d'arrel - + Repeat Root Password Repetiu la contrasenya d'arrel. - + Enter the same password twice, so that it can be checked for typing errors. Escriviu la mateixa contrasenya dos cops per poder-ne comprovar els errors de mecanografia. diff --git a/lang/calamares_ca@valencia.ts b/lang/calamares_ca@valencia.ts index 8e932970b..cfa1bc7e1 100644 --- a/lang/calamares_ca@valencia.ts +++ b/lang/calamares_ca@valencia.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Arbre d'elements - + Debug information Informació de depuració @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Configuració - + Install Instal·la @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Fet @@ -261,7 +280,7 @@ Ha acabat la verificació dels requeriments per al mòdul <i>%1</i>. - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Ha acabat la verificació dels requeriments del sistema. @@ -484,12 +503,12 @@ L'instal·lador es tancarà i tots els canvis es perdran. CalamaresWindow - + %1 Setup Program Programa de configuració %1 - + %1 Installer Instal·lador de %1 @@ -528,149 +547,149 @@ L'instal·lador es tancarà i tots els canvis es perdran. Formulari - + Select storage de&vice: Seleccioneu un dispositiu d'e&mmagatzematge: - - - - + + + + Current: Actual: - + After: Després: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Particions manuals</strong><br/>Podeu crear particions o canviar-ne la mida pel vostre compte. - + Reuse %1 as home partition for %2. Reutilitza %1 com a partició de l'usuari per a %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Seleccioneu una partició per a reduir-la i arrossegueu-la per a redimensionar-la</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 es reduirà a %2 MiB i es crearà una partició nova de %3 MiB per a %4. - + Boot loader location: Ubicació del gestor d'arrancada: - + <strong>Select a partition to install on</strong> <strong>Seleccioneu una partició per a fer-hi la instal·lació.</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. No s'ha pogut trobar una partició EFI en cap lloc d'aquest sistema. Torneu arrere i useu les particions manuals per a configurar %1. - + The EFI system partition at %1 will be used for starting %2. La partició EFI de sistema en %1 s'usarà per a iniciar %2. - + EFI system partition: Partició del sistema EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Pareix que aquest dispositiu d'emmagatzematge no té cap sistema operatiu. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faça cap canvi en el dispositiu. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Esborra el disc</strong><br/>Això <font color="red">suprimirà</font> totes les dades del dispositiu seleccionat. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Instal·la'l al costat</strong><br/>L'instal·lador reduirà una partició per a fer espai per a %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Reemplaça una partició</strong><br/>Reemplaça una partició per %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Aquest dispositiu d'emmagatzematge té %1. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faça cap canvi en el dispositiu. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Aquest dispositiu d'emmagatzematge ja té un sistema operatiu. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faça cap canvi en el dispositiu. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Aquest dispositiu d'emmagatzematge ja té múltiples sistemes operatius. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faça cap canvi en el dispositiu. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Aquest dispositiu d'emmagatzematge ja té un sistema operatiu, però la taula de particions <strong>%1</strong> és diferent de la necessària: <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Aquest dispositiu d'emmagatzematge té una de les particions <strong>muntada</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Aquest dispositiu d'emmagatzematge forma part d'un dispositiu de <strong>RAID inactiu</strong>. - + No Swap Sense intercanvi - + Reuse Swap Reutilitza l'intercanvi - + Swap (no Hibernate) Intercanvi (sense hibernació) - + Swap (with Hibernate) Intercanvi (amb hibernació) - + Swap to file Intercanvi en fitxer @@ -758,27 +777,27 @@ L'instal·lador es tancarà i tots els canvis es perdran. Config - + Set keyboard model to %1.<br/> Estableix el model de teclat en %1.<br/> - + Set keyboard layout to %1/%2. Estableix la distribució del teclat a %1/%2. - + Set timezone to %1/%2. Estableix el fus horari a %1/%2. - + The system language will be set to %1. La llengua del sistema s'establirà en %1. - + The numbers and dates locale will be set to %1. Els números i les dates de la configuració local s'establiran en %1. @@ -813,97 +832,97 @@ L'instal·lador es tancarà i tots els canvis es perdran. Instal·lació per xarxa. (Inhabilitada: no es poden obtindre les llistes de paquets, comproveu la connexió.) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Aquest ordinador no satisfà els requisits mínims per a configurar-hi %1.<br/> La configuració no pot continuar. <a href="#details">Detalls...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Aquest ordinador no satisfà els requisits mínims per a instal·lar-hi %1.<br/> La instal·lació no pot continuar. <a href="#details">Detalls...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Aquest ordinador no satisfà alguns dels requisits recomanats per a configurar-hi %1.<br/>La configuració pot continuar, però és possible que algunes característiques no estiguen habilitades. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Aquest ordinador no satisfà alguns dels requisits recomanats per a instal·lar-hi %1.<br/>La instal·lació pot continuar, però és possible que algunes característiques no estiguen habilitades. - + This program will ask you some questions and set up %2 on your computer. Aquest programa us farà unes preguntes i instal·larà %2 en l'ordinador. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Us donen la benvinguda al programa de configuració del Calamares per a %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Us donen la benvinguda a la configuració per a %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Us donen la benvinguda a l'instal·lador del Calamares per a %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Us donen la benvinguda a l'instal·lador per a %1</h1> - + Your username is too long. El nom d'usuari és massa llarg. - + '%1' is not allowed as username. No es permet %1 com a nom d'usuari. - + Your username must start with a lowercase letter or underscore. El nom d'usuari ha de començar amb una lletra en minúscula o una ratlla baixa. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Només es permeten lletres en minúscula, números, ratlles baixes i guions. - + Your hostname is too short. El nom d'amfitrió és massa curt. - + Your hostname is too long. El nom d'amfitrió és massa llarg. - + '%1' is not allowed as hostname. No es permet %1 com a nom d'amfitrió. - + Only letters, numbers, underscore and hyphen are allowed. Només es permeten lletres, números, ratlles baixes i guions. - + Your passwords do not match! Les contrasenyes no coincideixen. - + OK! @@ -959,11 +978,16 @@ L'instal·lador es tancarà i tots els canvis es perdran. + Packages + Paquets + + + Install option: <strong>%1</strong> - + None @@ -1422,6 +1446,16 @@ L'instal·lador es tancarà i tots els canvis es perdran. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1451,8 +1485,8 @@ L'instal·lador es tancarà i tots els canvis es perdran. Confirmeu la contrasenya - - + + Please enter the same passphrase in both boxes. Escriviu la mateixa contrasenya en les dues caselles. @@ -1460,12 +1494,12 @@ L'instal·lador es tancarà i tots els canvis es perdran. ErrorDialog - + Details: - + Would you like to paste the install log to the web? Voleu enganxar el registre d'instal·lació a la xarxa? @@ -1541,32 +1575,32 @@ L'instal·lador es tancarà i tots els canvis es perdran. &Reinicia ara - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Tot fet.</h1><br/>%1 s'ha configurat a l'ordinador.<br/>Ara podeu començar a usar el nou sistema. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Quan aquesta casella està marcada, el sistema es reinicia immediatament en clicar en <span style="font-style:italic;">Fet</span> o tancar el programa de configuració.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Tot fet.</h1><br/>%1 s'ha instal·lat a l'ordinador.<br/>Ara podeu reiniciar-lo per tal d'accedir al sistema operatiu nou o bé continuar usant l'entorn autònom de %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Quan aquesta casella està marcada, el sistema es reiniciarà immediatament quan cliqueu en <span style="font-style:italic;">Fet</span> o tanqueu l'instal·lador.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>La configuració ha fallat.</h1><br/>No s'ha configurat %1 en l'ordinador.<br/>El missatge d'error ha estat el següent: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>La instal·lació ha fallat</h1><br/>No s'ha instal·lat %1 en l'ordinador.<br/>El missatge d'error ha estat el següent: %2. @@ -1600,12 +1634,18 @@ L'instal·lador es tancarà i tots els canvis es perdran. Formata la partició de <strong>%3 MiB</strong> <strong>%1</strong> amb el sistema de fitxers <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. S'està formatant la partició %1 amb el sistema de fitxers %2. - + The installer failed to format partition %1 on disk '%2'. L'instal·lador no ha pogut formatar la partició %1 del disc '%2'. @@ -1613,12 +1653,12 @@ L'instal·lador es tancarà i tots els canvis es perdran. GeneralRequirements - + has at least %1 GiB available drive space té com a mínim %1 GiB d'espai de disc disponible. - + There is not enough drive space. At least %1 GiB is required. No hi ha prou espai de disc disponible. Com a mínim hi ha d'haver %1 GiB. @@ -1658,27 +1698,27 @@ L'instal·lador es tancarà i tots els canvis es perdran. està executant l'instal·lador com a administrador (arrel). - + The setup program is not running with administrator rights. El programa de configuració no s'està executant amb privilegis d'administració. - + The installer is not running with administrator rights. L'instal·lador no s'està executant amb privilegis d'administració. - + has a screen large enough to show the whole installer té una pantalla suficientment gran per a mostrar completament l'instal·lador. - + The screen is too small to display the setup program. La pantalla és massa menuda per a mostrar el programa de configuració. - + The screen is too small to display the installer. La pantalla és massa menuda per a mostrar l'instal·lador. @@ -1978,35 +2018,35 @@ L'instal·lador es tancarà i tots els canvis es perdran. LuksBootKeyFileJob - + Configuring LUKS key file. S'està configurant el fitxer de clau LUKS. - - + + No partitions are defined. No s'ha definit cap partició. - - - + + + Encrypted rootfs setup error S'ha produït un error de configuració del rootfs encriptat. - + Root partition %1 is LUKS but no passphrase has been set. La partició d'arrel %1 és LUKS, però no se n'ha establit cap contrasenya. - + Could not create LUKS key file for root partition %1. No s'ha pogut crear el fitxer de clau de LUKS per a la partició d'arrel %1. - + Could not configure LUKS key file on partition %1. No s'ha pogut configurar el fitxer de clau de LUKS en la partició %1. @@ -2032,12 +2072,12 @@ L'instal·lador es tancarà i tots els canvis es perdran. Map - + Timezone: %1 Fus horari: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2049,100 +2089,112 @@ per a desplaçar-s'hi i useu els botons +/- per a ampliar-lo o reduir-lo, o bé NetInstallViewStep - + Package selection Selecció de paquets - + Office software Programari d'oficina - + Office package Paquet d'oficina - + Browser software Programari de navegador - + Browser package Paquet de navegador - + Web browser Navegador web - + Kernel + label for netinstall module, Linux kernel Nucli - + Services + label for netinstall module, system services Serveis - + Login + label for netinstall module, choose login manager Entrada - + Desktop + label for netinstall module, choose desktop environment Escriptori - - Applications - Aplicacions - - - + Communication + label for netinstall module Comunicació - + Development + label for netinstall module Desenvolupament - + Office + label for netinstall module Oficina - + Multimedia + label for netinstall module Multimèdia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Tema - + Gaming + label for netinstall module Jugant - + Utilities + label for netinstall module Utilitats + + + Applications + Aplicacions + NotesQmlViewStep @@ -2191,24 +2243,24 @@ per a desplaçar-s'hi i useu els botons +/- per a ampliar-lo o reduir-lo, o bé - - - + + + Timezone: %1 Fus horari: %1 - + Select your preferred Zone within your Region. Trieu la zona preferida dins de la regió. - + Zones Zones - + You can fine-tune Language and Locale settings below. Podeu acabar d'ajustar els paràmetres locals i de llengua a continuació. @@ -2483,7 +2535,7 @@ per a desplaçar-s'hi i useu els botons +/- per a ampliar-lo o reduir-lo, o bé S'ha produït un error desconegut - + Password is empty La contrasenya està buida. @@ -2521,22 +2573,6 @@ per a desplaçar-s'hi i useu els botons +/- per a ampliar-lo o reduir-lo, o bé Trieu un producte de la llista. S'instal·larà el producte seleccionat. - - PackageChooserQmlViewStep - - - Packages - Paquets - - - - PackageChooserViewStep - - - Packages - Paquets - - PackageModel @@ -2840,82 +2876,97 @@ per a desplaçar-s'hi i useu els botons +/- per a ampliar-lo o reduir-lo, o bé Particions - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Actual: - + After: Després: - + No EFI system partition configured No hi ha cap partició EFI de sistema configurada - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS Opció per a usar GPT amb BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - La millor opció per a tots els sistemes és una taula de particions GPT. Aquest instal·lador també admet aquesta configuració per a sistemes BIOS.<br/><br/>Per a configurar una taula de particions GPT en un sistema BIOS, (si no s'ha fet ja) torneu arrere i establiu la taula de particions a GPT, després creeu una partició sense formatar de 8 MB amb el marcador <strong>%2</strong> habilitada.<br/><br/>Cal una partició sense format de 8 MB per a iniciar %1 en un sistema BIOS amb GPT. + - + Boot partition not encrypted Partició d'arrancada sense encriptar - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. S'ha establit una partició d'arrancada separada conjuntament amb una partició d'arrel encriptada, però la partició d'arrancada no està encriptada.<br/><br/>Hi ha qüestions de seguretat amb aquest tipus de configuració, perquè hi ha fitxers del sistema importants en una partició no encriptada.<br/>Podeu continuar, si així ho desitgeu, però el desbloqueig del sistema de fitxers tindrà lloc després, durant l'inici del sistema.<br/>Per a encriptar la partició d'arrancada, torneu arrere i torneu-la a crear seleccionant <strong>Encripta</strong> en la finestra de creació de la partició. - + has at least one disk device available. té com a mínim un dispositiu de disc disponible. - + There are no partitions to install on. No hi ha particions per a fer-hi una instal·lació. @@ -3050,7 +3101,7 @@ Eixida: QObject - + %1 (%2) %1 (%2) @@ -3376,12 +3427,12 @@ La configuració pot continuar, però és possible que algunes característiques ResultsListDialog - + For best results, please ensure that this computer: Per a obtindre els millors resultats, assegureu-vos que aquest ordinador... - + System requirements Requisits de sistema @@ -3402,29 +3453,29 @@ La configuració pot continuar, però és possible que algunes característiques SetHostNameJob - + Set hostname %1 Estableix el nom d'amfitrió %1 - + Set hostname <strong>%1</strong>. Estableix el nom d'amfitrió <strong>%1</strong>. - + Setting hostname %1. S'estableix el nom d'amfitrió %1. - - + + Internal Error S'ha produït un error intern. - - + + Cannot write hostname to target system No es pot escriure el nom d'amfitrió en el sistema de destinació @@ -3626,18 +3677,18 @@ La configuració pot continuar, però és possible que algunes característiques SetupGroupsJob - + Preparing groups. S'estan preparant els grups. - - + + Could not create groups in target system No s'han pogut crear grups en el sistema de destinació. - + These groups are missing in the target system: %1 Aquests grups falten en el sistema de destinació: %1 @@ -3645,17 +3696,17 @@ La configuració pot continuar, però és possible que algunes característiques SetupSudoJob - + Configure <pre>sudo</pre> users. Configuració d'usuaris de <pre>sudo</pre>. - + Cannot chmod sudoers file. No es pot fer chmod al fitxer sudoers. - + Cannot create sudoers file for writing. No es pot crear el fitxer sudoers per a escriure-hi. @@ -3809,22 +3860,22 @@ La configuració pot continuar, però és possible que algunes característiques <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Cliqueu ací per a obtindre més informació sobre la informació de retorn dels usuaris.</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. El seguiment ajuda l'equip de desenvolupament de %1 a veure amb quina freqüència, en quin maquinari s'instal·la i quines aplicacions s'usen. Per a veure què s'enviarà, cliqueu en la icona d'ajuda que hi ha al costat de cada àrea. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Si seleccioneu això, enviareu informació de la vostra instal·lació i el vostre maquinari. Aquesta informació només s'enviarà <b>una vegada</b> després d'acabar la instal·lació. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Si seleccioneu això, enviareu informació periòdicament de la instal·lació a la vostra <b>màquina</b>, el maquinari i les aplicacions en %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Si seleccioneu això, enviareu informació regularment de la vostra instal·lació d'<b>usuari</b>, del maquinari i de les aplicacions i dels patrons d'ús d'aplicacions en %1. @@ -3845,12 +3896,12 @@ La configuració pot continuar, però és possible que algunes característiques Desmunta els sistemes de fitxers. - + No target system available. - + No rootMountPoint is set. @@ -3858,12 +3909,12 @@ La configuració pot continuar, però és possible que algunes característiques UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Si hi ha més d'una persona que ha d'usar aquest ordinador, podeu crear diversos comptes després de la configuració.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Si hi ha més d'una persona que ha d'usar aquest ordinador, podeu crear diversos comptes després de la instal·lació.</small> @@ -4012,44 +4063,19 @@ La configuració pot continuar, però és possible que algunes característiques - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Us donen la benvinguda al programa de configuració del Calamares per a %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Us donem la benvinguda a la configuració per a %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Us donem la benvinguda a l'instal·lador Calamares per a %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Us donem la benvinguda a l'instal·lador per a %1.</h1> - - - %1 support %1 soport - + About %1 setup Quant a la configuració de %1 - + About %1 installer Sobre %1 instal·lador - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Agraïments per a <a href="https://calamares.io/team/">l'equip del Calamares</a> i per a <a href="https://www.transifex.com/calamares/calamares/">l'equip de traducció del Calamares</a>.<br/><br/>El desenvolupament del<a href="https://calamares.io/">Calamares</a> està patrocinat per <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4114,34 +4140,7 @@ La configuració pot continuar, però és possible que algunes característiques about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - per a %3</strong><br/><br/> - Copyright 2014-2017, Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020, Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Moltes gràcies a <a href='https://calamares.io/team/'>l'equip del Calamares</a> - i a <a href='https://www.transifex.com/calamares/calamares/'>l'equip de traducció - del Calamares</a>.<br/><br/> - El desenvolupament del<a href='https://calamares.io/'>Calamares</a> - està patrocinat per <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Arrere @@ -4243,17 +4242,17 @@ La configuració pot continuar, però és possible que algunes característiques Model de teclat: - + Layouts Disposicions - + Type here to test your keyboard Escriviu ací per a provar el teclat - + Variants Variants @@ -4401,102 +4400,102 @@ La configuració pot continuar, però és possible que algunes característiques Si hi ha més d'una persona que ha d'usar aquest ordinador, podeu crear diversos comptes després de la instal·lació. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Només es permeten lletres en minúscula, números, ratlles baixes i guions. - + root is not allowed as username. - + What is the name of this computer? Quin és el nom d'aquest ordinador? - + Computer Name Nom de l'ordinador - + This name will be used if you make the computer visible to others on a network. Aquest nom s'usarà si feu visible aquest ordinador per a altres en una xarxa. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Seleccioneu una contrasenya per a mantindre el vostre compte segur. - + Password Contrasenya - + Repeat Password Repetiu la contrasenya - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Escriviu la mateixa contrasenya dues vegades per a poder comprovar-ne els errors de mecanografia. Una bona contrasenya contindrà una barreja de lletres, números i signes de puntuació. Hauria de tindre un mínim de huit caràcters i s'hauria de canviar sovint. - + Validate passwords quality Valida la qualitat de les contrasenyes. - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Quan aquesta casella està marcada, es comprova la fortalesa de la contrasenya i no podreu indicar-ne una de dèbil. - + Log in automatically without asking for the password Entra automàticament sense demanar la contrasenya. - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password Reutilitza la contrasenya d'usuari com a contrasenya d'arrel. - + Use the same password for the administrator account. Usa la mateixa contrasenya per al compte d'administració. - + Choose a root password to keep your account safe. Trieu una contrasenya d'arrel per mantindre el compte segur. - + Root Password Contrasenya d'arrel - + Repeat Root Password Repetiu la contrasenya d'arrel. - + Enter the same password twice, so that it can be checked for typing errors. Escriviu la mateixa contrasenya dues vegades per a poder comprovar-ne els errors de mecanografia. diff --git a/lang/calamares_cs_CZ.ts b/lang/calamares_cs_CZ.ts index b639dcca3..3d0effe36 100644 --- a/lang/calamares_cs_CZ.ts +++ b/lang/calamares_cs_CZ.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + Autorská práva %1-%2 %3 &lt;%4&gt;<br/> + + AutoMountManagementJob @@ -137,7 +156,7 @@ Strom ovládacích prvků - + Debug information Ladící informace @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Nastavit - + Install Nainstalovat @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Hotovo @@ -261,7 +280,7 @@ Kontrola požadavků pro modul <i>%1</i> dokončena. - + Waiting for %n module(s). Čeká se na %n modul @@ -271,7 +290,7 @@ - + (%n second(s)) (%n sekundu) @@ -281,7 +300,7 @@ - + System-requirements checking is complete. Kontrola požadavků na systém dokončena. @@ -492,12 +511,12 @@ Instalační program bude ukončen a všechny změny ztraceny. CalamaresWindow - + %1 Setup Program Instalátor %1 - + %1 Installer Instalátor %1 @@ -536,149 +555,149 @@ Instalační program bude ukončen a všechny změny ztraceny. Formulář - + Select storage de&vice: &Vyberte úložné zařízení: - - - - + + + + Current: Stávající: - + After: Po: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Ruční rozdělení datového úložiště</strong><br/>Sami si můžete vytvořit vytvořit nebo zvětšit/zmenšit oddíly. - + Reuse %1 as home partition for %2. Zrecyklovat %1 na oddíl pro domovské složky %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Vyberte oddíl, který chcete zmenšit, poté posouváním na spodní liště změňte jeho velikost.</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 bude zmenšen na %2MiB a nový %3MiB oddíl pro %4 bude vytvořen. - + Boot loader location: Umístění zavaděče: - + <strong>Select a partition to install on</strong> <strong>Vyberte oddíl na který nainstalovat</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Nebyl nalezen žádný EFI systémový oddíl. Vraťte se zpět a nastavte %1 pomocí ručního rozdělení. - + The EFI system partition at %1 will be used for starting %2. Pro zavedení %2 se využije EFI systémový oddíl %1. - + EFI system partition: EFI systémový oddíl: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Zdá se, že na tomto úložném zařízení není žádný operační systém. Jak chcete postupovat?<br/>Než budou provedeny jakékoli změny na úložných zařízeních, bude zobrazen jejich přehled a budete požádáni o jejich potvrzení. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Vymazat datové úložiště</strong><br/>Touto volbou budou <font color="red">smazána</font> všechna data, která se na něm nyní nacházejí. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Nainstalovat vedle</strong><br/>Instalátor zmenší oddíl a vytvoří místo pro %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Nahradit oddíl</strong><br/>Původní oddíl bude nahrazen %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Na tomto úložném zařízení bylo nalezeno %1. Jak chcete postupovat?<br/>Než budou provedeny jakékoli změny na úložných zařízeních, bude zobrazen jejich přehled a budete požádáni o jejich potvrzení. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Na tomto úložném zařízení se už nachází operační systém. Jak chcete postupovat?<br/>Než budou provedeny jakékoli změny na úložných zařízeních, bude zobrazen jejich přehled a budete požádáni o jejich potvrzení. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Na tomto úložném zařízení se už nachází několik operačních systémů. Jak chcete postupovat?<br/>Než budou provedeny jakékoli změny na úložných zařízeních, bude zobrazen jejich přehled změn a budete požádáni o jejich potvrzení. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Na tomto úložném zařízení se už nachází operační systém, ale tabulka rozdělení <strong>%1</strong> je jiná než potřebná <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Některé z oddílů tohoto úložného zařízení jsou <strong>připojené</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Toto úložné zařízení je součástí <strong>neaktivního RAID</strong> zařízení. - + No Swap Žádný odkládací prostor (swap) - + Reuse Swap Použít existující odkládací prostor - + Swap (no Hibernate) Odkládací prostor (bez uspávání na disk) - + Swap (with Hibernate) Odkládací prostor (s uspáváním na disk) - + Swap to file Odkládat do souboru @@ -766,27 +785,27 @@ Instalační program bude ukončen a všechny změny ztraceny. Config - + Set keyboard model to %1.<br/> Nastavit model klávesnice na %1.<br/> - + Set keyboard layout to %1/%2. Nastavit rozvržení klávesnice na %1/%2. - + Set timezone to %1/%2. Nastavit časové pásmo na %1/%2. - + The system language will be set to %1. Jazyk systému bude nastaven na %1. - + The numbers and dates locale will be set to %1. Formát zobrazení čísel, data a času bude nastaven dle národního prostředí %1. @@ -821,97 +840,97 @@ Instalační program bude ukončen a všechny změny ztraceny. Síťová instalace. (Vypnuto: Nedaří se stáhnout seznamy balíčků – zkontrolujte připojení k síti) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Počítač nesplňuje minimální požadavky pro instalaci %1.<br/>Nastavování nemůže pokračovat <a href="#details">Podrobnosti…</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Počítač nesplňuje minimální požadavky pro instalaci %1.<br/>Instalace nemůže pokračovat <a href="#details">Podrobnosti…</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Počítač nesplňuje některé doporučené požadavky pro instalaci %1.<br/>Instalace může pokračovat, ale některé funkce mohou být vypnuty. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Počítač nesplňuje některé doporučené požadavky pro instalaci %1.<br/>Instalace může pokračovat, ale některé funkce mohou být vypnuty. - + This program will ask you some questions and set up %2 on your computer. Tento program vám položí několik dotazů, aby na základě odpovědí příslušně nainstaloval %2 na váš počítač. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Vítejte v Calamares – instalačním programu pro %1.</h1> - + <h1>Welcome to %1 setup</h1> <h1>Vítejte v instalátoru %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Vítejte v Calamares, instalačním programu pro %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Vítejte v instalátoru %1.</h1> - + Your username is too long. Vaše uživatelské jméno je příliš dlouhé. - + '%1' is not allowed as username. „%1“ není možné použít jako uživatelské jméno. - + Your username must start with a lowercase letter or underscore. Je třeba, aby uživatelské jméno začínalo na malé písmeno nebo podtržítko. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Je možné použít pouze malá písmena, číslice, podtržítko a spojovník. - + Your hostname is too short. Název stroje je příliš krátký. - + Your hostname is too long. Název stroje je příliš dlouhý. - + '%1' is not allowed as hostname. „%1“ není možné použít jako název počítače. - + Only letters, numbers, underscore and hyphen are allowed. Je možné použít pouze písmena, číslice, podtržítko a spojovník. - + Your passwords do not match! Zadání hesla se neshodují! - + OK! OK! @@ -967,11 +986,16 @@ Instalační program bude ukončen a všechny změny ztraceny. + Packages + Balíčky + + + Install option: <strong>%1</strong> Volba instalace: <strong>%1</strong> - + None Žádné @@ -1430,6 +1454,16 @@ Instalační program bude ukončen a všechny změny ztraceny. FS Label: Jmenovka soubor. systému: + + + Passphrase for existing partition + Heslová fráze pro existující oddíl + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1459,8 +1493,8 @@ Instalační program bude ukončen a všechny změny ztraceny. Potvrzení heslové fráze - - + + Please enter the same passphrase in both boxes. Zadejte stejnou heslovou frázi do obou kolonek. @@ -1468,12 +1502,12 @@ Instalační program bude ukončen a všechny změny ztraceny. ErrorDialog - + Details: Podrobnosti: - + Would you like to paste the install log to the web? Chcete vyvěsit záznam událostí při instalaci na web? @@ -1549,32 +1583,32 @@ Instalační program bude ukončen a všechny změny ztraceny. &Restartovat nyní - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Instalace je u konce.</h1><br/>%1 byl nainstalován na váš počítač.<br/>Nyní ho můžete restartovat a přejít do čerstvě nainstalovaného systému, nebo můžete pokračovat v práci ve stávajícím prostředím %2, spuštěným z instalačního média. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Když je tato kolonka zaškrtnutá, systém se restartuje jakmile kliknete na <span style="font-style:italic;">Hotovo</span> nebo zavřete instalátor.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Instalace je u konce.</h1><br/>%1 bylo nainstalováno na váš počítač.<br/>Nyní ho můžete restartovat a přejít do čerstvě nainstalovaného systému, nebo můžete pokračovat v práci ve stávajícím prostředím %2, spuštěným z instalačního média. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Když je tato kolonka zaškrtnutá, systém se restartuje jakmile kliknete na <span style="font-style:italic;">Hotovo</span> nebo zavřete instalátor.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Instalace se nezdařila</h1><br/>%1 nebyl instalován na váš počítač.<br/>Hlášení o chybě: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Instalace se nezdařila</h1><br/>%1 nebylo nainstalováno na váš počítač.<br/>Hlášení o chybě: %2. @@ -1608,12 +1642,18 @@ Instalační program bude ukončen a všechny změny ztraceny. Naformátovat <strong>%3MiB</strong> oddíl <strong>%1</strong> souborovým systémem <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Vytváření souborového systému %2 na oddílu %1. - + The installer failed to format partition %1 on disk '%2'. Instalátoru se nepodařilo vytvořit souborový systém na oddílu %1 jednotky datového úložiště „%2“. @@ -1621,12 +1661,12 @@ Instalační program bude ukončen a všechny změny ztraceny. GeneralRequirements - + has at least %1 GiB available drive space má alespoň %1 GiB dostupného prostoru - + There is not enough drive space. At least %1 GiB is required. Nedostatek místa na úložišti. Je potřeba nejméně %1 GiB. @@ -1666,27 +1706,27 @@ Instalační program bude ukončen a všechny změny ztraceny. instalátor je spuštěný s právy správce systému (root) - + The setup program is not running with administrator rights. Nastavovací program není spuštěn s právy správce systému. - + The installer is not running with administrator rights. Instalační program není spuštěn s právy správce systému. - + has a screen large enough to show the whole installer má obrazovku dostatečně velkou pro zobrazení celého instalátoru - + The screen is too small to display the setup program. Rozlišení obrazovky je příliš malé pro zobrazení nastavovacího programu. - + The screen is too small to display the installer. Rozlišení obrazovky je příliš malé pro zobrazení instalátoru. @@ -1986,35 +2026,35 @@ Instalační program bude ukončen a všechny změny ztraceny. LuksBootKeyFileJob - + Configuring LUKS key file. Nastavování souboru s klíčem pro LUKS šifrování. - - + + No partitions are defined. Nejsou definovány žádné oddíly. - - - + + + Encrypted rootfs setup error Chyba nastavení šifrovaného kořenového oddílu - + Root partition %1 is LUKS but no passphrase has been set. Kořenový oddíl %1 je LUKS, ale nebyla nastavena žádná heslová fráze. - + Could not create LUKS key file for root partition %1. Nedaří se vytvořit LUKS klíč pro kořenový oddíl %1. - + Could not configure LUKS key file on partition %1. Nedaří se nastavit LUKS klíč pro oddíl %1. @@ -2040,12 +2080,12 @@ Instalační program bude ukončen a všechny změny ztraceny. Map - + Timezone: %1 Časové pásmo: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2057,100 +2097,112 @@ Instalační program bude ukončen a všechny změny ztraceny. NetInstallViewStep - + Package selection Výběr balíčků - + Office software Aplikace pro kancelář - + Office package Balíček s kancelářským software - + Browser software Aplikace pro procházení webu - + Browser package Balíček s webovým prohlížečem - + Web browser Webový prohlížeč - + Kernel + label for netinstall module, Linux kernel Jádro systému - + Services + label for netinstall module, system services Služby - + Login + label for netinstall module, choose login manager Uživatelské jméno - + Desktop + label for netinstall module, choose desktop environment Desktop - - Applications - Aplikace - - - + Communication + label for netinstall module Komunikace - + Development + label for netinstall module Vývoj - + Office + label for netinstall module Kancelář - + Multimedia + label for netinstall module Multimédia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Motivy vzhledu - + Gaming + label for netinstall module Hry - + Utilities + label for netinstall module Nástroje + + + Applications + Aplikace + NotesQmlViewStep @@ -2199,24 +2251,24 @@ Instalační program bude ukončen a všechny změny ztraceny. Vyberte vámi upřednostňovanou oblast, nebo použijte výchozí nastavení. - - - + + + Timezone: %1 Časová zóna: %1 - + Select your preferred Zone within your Region. Vyberte upřednostňované pásmo ve svém regionu. - + Zones Pásma - + You can fine-tune Language and Locale settings below. Níže můžete doladit nastavení jazyka a národního prostředí. @@ -2509,7 +2561,7 @@ Instalační program bude ukončen a všechny změny ztraceny. Neznámá chyba - + Password is empty Heslo není vyplněné @@ -2547,22 +2599,6 @@ Instalační program bude ukončen a všechny změny ztraceny. Vyberte produkt ze seznamu. Ten vybraný bude nainstalován. - - PackageChooserQmlViewStep - - - Packages - Balíčky - - - - PackageChooserViewStep - - - Packages - Balíčky - - PackageModel @@ -2866,82 +2902,97 @@ Instalační program bude ukončen a všechny změny ztraceny. Oddíly - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Stávající: - + After: Potom: - + No EFI system partition configured Není nastavený žádný EFI systémový oddíl - + EFI system partition configured incorrectly EFI systémový oddíl není nastaven správně - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. Aby bylo možné spouštět %1, je zapotřebí EFI systémový oddíl.<br/><br/>Takový nastavíte tak, že se vrátíte zpět a vyberete nebo vytvoříte příhodný souborový systém. - + The filesystem must be mounted on <strong>%1</strong>. Je třeba, aby souborový systém byl připojený na <strong>%1</strong>. - + The filesystem must have type FAT32. Je třeba, aby souborový systém byl typu FAT32. - + The filesystem must be at least %1 MiB in size. Je třeba, aby souborový systém byl alespoň %1 MiB velký. - + The filesystem must have flag <strong>%1</strong> set. Je třeba, aby souborový systém měl nastavený příznak <strong>%1</strong>. - + You can continue without setting up an EFI system partition but your system may fail to start. Je možné pokračovat bez vytvoření EFI systémového oddílu, ale může se stát, že váš systém tím nenastartuje. - + Option to use GPT on BIOS Volba použít GPT i pro BIOS zavádění (MBR) - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - GPT tabulka oddílů je nejlepší volbou pro všechny systémy. Tento instalátor podporuje takové uspořádání i pro zavádění v režimu BIOS firmware.<br/><br/>Pro nastavení GPT tabulky oddílů v případě BIOS, (pokud už není provedeno) jděte zpět a nastavte tabulku oddílů na, dále vytvořte 8 MB oddíl (bez souborového systému s příznakem <strong>%2</strong>.<br/><br/>Tento oddíl je zapotřebí pro spuštění %1 na systému s BIOS firmware/režimem a GPT. + - + Boot partition not encrypted Zaváděcí oddíl není šifrován - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Kromě šifrovaného kořenového oddílu byl vytvořen i nešifrovaný oddíl zavaděče.<br/><br/>To by mohl být bezpečnostní problém, protože na nešifrovaném oddílu jsou důležité soubory systému.<br/>Pokud chcete, můžete pokračovat, ale odemykání souborového systému bude probíhat později při startu systému.<br/>Pro zašifrování oddílu zavaděče se vraťte a vytvořte ho vybráním možnosti <strong>Šifrovat</strong> v okně při vytváření oddílu. - + has at least one disk device available. má k dispozici alespoň jedno zařízení pro ukládání dat. - + There are no partitions to install on. Nejsou zde žádné oddíly na které by se dalo nainstalovat. @@ -3076,7 +3127,7 @@ Výstup: QObject - + %1 (%2) %1 (%2) @@ -3402,12 +3453,12 @@ Výstup: ResultsListDialog - + For best results, please ensure that this computer: Nejlepších výsledků se dosáhne, pokud tento počítač bude: - + System requirements Požadavky na systém @@ -3428,29 +3479,29 @@ Výstup: SetHostNameJob - + Set hostname %1 Nastavit název počítače %1 - + Set hostname <strong>%1</strong>. Nastavit název počítače <strong>%1</strong>. - + Setting hostname %1. Nastavuje se název počítače %1. - - + + Internal Error Vnitřní chyba - - + + Cannot write hostname to target system Název počítače se nedaří zapsat do cílového systému @@ -3652,18 +3703,18 @@ Výstup: SetupGroupsJob - + Preparing groups. Příprava skupin. - - + + Could not create groups in target system V cílovém systému se nedaří vytvořit skupiny - + These groups are missing in the target system: %1 Tyto skupiny v cílovém systému chybí: %1 @@ -3671,17 +3722,17 @@ Výstup: SetupSudoJob - + Configure <pre>sudo</pre> users. Nastavit <pre>sudo</pre> uživatele. - + Cannot chmod sudoers file. Nepodařilo se změnit přístupová práva (chmod) na souboru se sudoers. - + Cannot create sudoers file for writing. Nepodařilo se vytvořit soubor pro sudoers tak, aby do něj šlo zapsat. @@ -3835,22 +3886,22 @@ Výstup: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Kliknutím sem se dozvíte více o zpětné vazbě od uživatelů</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Sledování pomůže %1 zjistit, jak často je instalováno, na jakém hardware a které aplikace jsou používány. Pro zobrazení toho, co je odesíláno, klikněte na ikonu nápovědy vedle každé z oblastí. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Výběrem tohoto pošlete informace o své instalaci a hardware. Tyto údaje budou odeslány <b>pouze jednorázově</b> po dokončení instalace. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Výběrem tohoto budete pravidelně odesílat informace o instalaci na váš <b>počítač</b>, o hardwaru a aplikacích do %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Výběrem tohoto budete pravidelně odesílat informace o vaší <b>uživatelské</b> instalaci, hardware, aplikacích a způsobu využití aplikací do %1. @@ -3871,12 +3922,12 @@ Výstup: Odpojit souborové systémy. - + No target system available. Není k dispozici cílový systém - + No rootMountPoint is set. Není nastaven rootMountPoint. @@ -3884,12 +3935,12 @@ Výstup: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Pokud bude tento počítač používat více lidí, můžete přidat uživatelské účty po dokončení instalace.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Pokud bude tento počítač používat více lidí, můžete přidat uživatelské účty po dokončení instalace.</small> @@ -4038,44 +4089,19 @@ Výstup: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Vítejte v Calamares, instalačním programu (nejen) pro %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Vítejte v instalátoru pro %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Vítejte v Calamares, instalačním programu (nejen) pro %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Vítejte v instalátoru %1.</h1> - - - %1 support %1 podpora - + About %1 setup O nastavování %1 - + About %1 installer O instalátoru %1. - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Poděkování <a href="https://calamares.io/team/">týmu Calamares</a> a <a href="https://www.transifex.com/calamares/calamares/">týmu překladatelů Calamares</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> vývoj je sponzorován <br/><a href="http://www.blue-systems.com/">Blue Systems</a> – Liberating Software. - WelcomeQmlViewStep @@ -4140,34 +4166,7 @@ Výstup: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - pro %3</strong><br/><br/> - Autorská práva 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Autorská práva 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Děkujeme <a href='https://calamares.io/team/'>Týmu Calamares - a <a href='https://www.transifex.com/calamares/calamares/'>Calamares - týmu překladatelů </a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - vývoj sponzoruje <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Zpět @@ -4272,17 +4271,17 @@ Výstup: Model klávesnice: - + Layouts Rozvržení - + Type here to test your keyboard Klávesnici vyzkoušíte psaním sem - + Variants Varianty @@ -4431,102 +4430,102 @@ Výstup: Pokud bude tento počítač používat více než jedna osoba, můžete po instalaci vytvořit více účtů. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Je možné použít pouze malá písmena, číslice, podtržítko a spojovník. - + root is not allowed as username. root není možné použít jako uživatelské jméno. - + What is the name of this computer? Jaký je název tohoto počítače? - + Computer Name Název počítače - + This name will be used if you make the computer visible to others on a network. Pod tímto názvem se bude počítač případně zobrazovat ostatním počítačům v síti. - + localhost is not allowed as hostname. localhost není možné použít jako název počítače. - + Choose a password to keep your account safe. Zvolte si heslo pro ochranu svého účtu. - + Password Heslo - + Repeat Password Zopakování zadání hesla - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Zadání hesla zopakujte i do kontrolní kolonky, abyste měli jistotu, že jste napsali, co zamýšleli (že nedošlo k překlepu). Dobré heslo se bude skládat z písmen, číslic a interpunkce a mělo by být alespoň osm znaků dlouhé. Heslo byste také měli pravidelně měnit (prevence škod z jeho případného prozrazení). - + Validate passwords quality Ověřte kvalitu hesel - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Když je toto zaškrtnuto, je prověřována odolnost hesla a nebude umožněno použít snadno prolomitelné heslo. - + Log in automatically without asking for the password Přihlašovat se automaticky bez zadávání hesla - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Je možné použít pouze písmena, číslice, podtržítko a spojovník. Dále je třeba, aby délka byla alespoň dva znaky. - + Reuse user password as root password Použijte heslo uživatele i pro účet správce (root) - + Use the same password for the administrator account. Použít stejné heslo i pro účet správce systému. - + Choose a root password to keep your account safe. Zvolte heslo uživatele root, aby byl váš účet v bezpečí. - + Root Password Heslo uživatele root - + Repeat Root Password Zopakujte zadání hesla pro správce systému (root) - + Enter the same password twice, so that it can be checked for typing errors. Zadání hesla zopakujte i do kontrolní kolonky, abyste měli jistotu, že jste napsali, co zamýšleli (že nedošlo k překlepu). diff --git a/lang/calamares_da.ts b/lang/calamares_da.ts index 3ffcf6d83..3a893935b 100644 --- a/lang/calamares_da.ts +++ b/lang/calamares_da.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Widgettræ - + Debug information Fejlretningsinformation @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Opsæt - + Install Installation @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Færdig @@ -261,7 +280,7 @@ Tjek af krav for modulet <i>%1</i> er fuldført. - + Waiting for %n module(s). Venter på %n modul. @@ -269,7 +288,7 @@ - + (%n second(s)) (%n sekund) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Tjek af systemkrav er fuldført. @@ -484,12 +503,12 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt. CalamaresWindow - + %1 Setup Program %1-opsætningsprogram - + %1 Installer %1-installationsprogram @@ -528,149 +547,149 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.Formular - + Select storage de&vice: Vælg lageren&hed: - - - - + + + + Current: Nuværende: - + After: Efter: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Manuel partitionering</strong><br/>Du kan selv oprette og ændre størrelse på partitioner. - + Reuse %1 as home partition for %2. Genbrug %1 som hjemmepartition til %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Vælg en partition der skal mindskes, træk herefter den nederste bjælke for at ændre størrelsen</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 vil blive skrumpet til %2 MiB og en ny %3 MiB partition vil blive oprettet for %4. - + Boot loader location: Placering af bootloader: - + <strong>Select a partition to install on</strong> <strong>Vælg en partition at installere på</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. En EFI-partition blev ikke fundet på systemet. Gå venligst tilbage og brug manuel partitionering til at opsætte %1. - + The EFI system partition at %1 will be used for starting %2. EFI-systempartitionen ved %1 vil blive brugt til at starte %2. - + EFI system partition: EFI-systempartition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Lagerenheden ser ikke ud til at indeholde et styresystem. Hvad ønsker du at gøre?<br/>Du vil få mulighed for at se og bekræfte dine valg før der sker ændringer til lagerenheden. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Slet disk</strong><br/>Det vil <font color="red">slette</font> alt data på den valgte lagerenhed. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Installér ved siden af</strong><br/>Installationsprogrammet vil mindske en partition for at gøre plads til %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Erstat en partition</strong><br/>Erstatter en partition med %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Lagerenheden har %1 på sig. Hvad ønsker du at gøre?<br/>Du vil få mulighed for at se og bekræfte dine valg før det sker ændringer til lagerenheden. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Lagerenheden indeholder allerede et styresystem. Hvad ønsker du at gøre?<br/>Du vil få mulighed for at se og bekræfte dine valg før der sker ændringer til lagerenheden. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Lagerenheden indeholder flere styresystemer. Hvad ønsker du at gøre?<br/>Du vil få mulighed for at se og bekræfte dine valg før der sker ændringer til lagerenheden. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Lagerenheden har allerede et styresystem på den men partitionstabellen <strong>%1</strong> er ikke magen til den nødvendige <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Lagerenhden har en af sine partitioner <strong>monteret</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Lagringsenheden er en del af en <strong>inaktiv RAID</strong>-enhed. - + No Swap Ingen swap - + Reuse Swap Genbrug swap - + Swap (no Hibernate) Swap (ingen dvale) - + Swap (with Hibernate) Swap (med dvale) - + Swap to file Swap til fil @@ -758,27 +777,27 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt. Config - + Set keyboard model to %1.<br/> Indstil tastaturmodel til %1.<br/> - + Set keyboard layout to %1/%2. Indstil tastaturlayout til %1/%2. - + Set timezone to %1/%2. Indstil tidszone til %1/%2. - + The system language will be set to %1. Systemets sprog indstilles til %1. - + The numbers and dates locale will be set to %1. Lokalitet for tal og datoer indstilles til %1. @@ -813,97 +832,97 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.Netværksinstallation. (deaktiveret: kunne ikke hente pakkelister, tjek din netværksforbindelse) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Computeren imødekommer ikke minimumsystemkravene for at opsætte %1.<br/>Opsætningen kan ikke fortsætte. <a href="#details">Detaljer ...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Computeren imødekommer ikke minimumsystemkravene for at installere %1.<br/>Installationen kan ikke fortsætte. <a href="#details">Detaljer ...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Computeren imødekommer ikke nogle af de anbefalede systemkrav for at opsætte %1.<br/>Opsætningen kan fortsætte, men nogle funktionaliteter kan være deaktiveret. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Computeren imødekommer ikke nogle af de anbefalede systemkrav for at installere %1.<br/>Installationen kan fortsætte, men nogle funktionaliteter kan være deaktiveret. - + This program will ask you some questions and set up %2 on your computer. Programmet vil stille dig nogle spørgsmål og opsætte %2 på din computer. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Velkommen til Calamares-opsætningsprogrammet til %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Velkommen til %1-opsætningen</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Velkommen til Calamares-installationsprogrammet til %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Velkommen til %1-installationsprogrammet</h1> - + Your username is too long. Dit brugernavn er for langt. - + '%1' is not allowed as username. '%1' er ikke tilladt som brugernavn. - + Your username must start with a lowercase letter or underscore. Dit brugernavn skal begynde med et bogstav med småt eller understregning. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Det er kun tilladt at bruge bogstaver med småt, tal, understregning og bindestreg. - + Your hostname is too short. Dit værtsnavn er for kort. - + Your hostname is too long. Dit værtsnavn er for langt. - + '%1' is not allowed as hostname. '%1' er ikke tilladt som værtsnavn. - + Only letters, numbers, underscore and hyphen are allowed. Det er kun tilladt at bruge bogstaver, tal, understregning og bindestreg. - + Your passwords do not match! Dine adgangskoder er ikke ens! - + OK! @@ -959,11 +978,16 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt. + Packages + Pakker + + + Install option: <strong>%1</strong> - + None @@ -1422,6 +1446,16 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1451,8 +1485,8 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.Bekræft adgangskode - - + + Please enter the same passphrase in both boxes. Indtast venligst samme adgangskode i begge bokse. @@ -1460,12 +1494,12 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt. ErrorDialog - + Details: - + Would you like to paste the install log to the web? Vil du indsætte installationsloggen på webbet? @@ -1541,32 +1575,32 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.&Genstart nu - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Færdig.</h1><br/>%1 er blevet opsat på din computer.<br/>Du kan nu begynde at bruge dit nye system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Når boksen er tilvalgt, vil dit system genstarte med det samme når du klikker på <span style="font-style:italic;">Færdig</span> eller lukker opsætningsprogrammet.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Færdig.</h1><br/>%1 er blevet installeret på din computer.<br/>Du kan nu genstarte for at komme ind i dit nye system eller fortsætte med at bruge %2 livemiljøet. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Når boksen er tilvalgt, vil dit system genstarte med det samme når du klikker på <span style="font-style:italic;">Færdig</span> eller lukker installationsprogrammet.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Opsætningen mislykkede</h1><br/>%1 er ikke blevet opsat på din computer.<br/>Fejlmeddelelsen var: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Installation mislykkede</h1><br/>%1 er ikke blevet installeret på din computer.<br/>Fejlmeddelelsen var: %2. @@ -1600,12 +1634,18 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.Formatér <strong>%3 MiB</strong> partition <strong>%1</strong> med <strong>%2</strong>-filsystem. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formatterer partition %1 med %2-filsystem. - + The installer failed to format partition %1 on disk '%2'. Installationsprogrammet kunne ikke formatere partition %1 på disk '%2'. @@ -1613,12 +1653,12 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt. GeneralRequirements - + has at least %1 GiB available drive space har mindst %1 GiB ledig plads på drevet - + There is not enough drive space. At least %1 GiB is required. Der er ikke nok ledig plads på drevet. Mindst %1 GiB er påkrævet. @@ -1658,27 +1698,27 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.kører installationsprogrammet som en administrator (root) - + The setup program is not running with administrator rights. Opsætningsprogrammet kører ikke med administratorrettigheder. - + The installer is not running with administrator rights. Installationsprogrammet kører ikke med administratorrettigheder. - + has a screen large enough to show the whole installer har en skærm, som er stor nok til at vise hele installationsprogrammet - + The screen is too small to display the setup program. Skærmen er for lille til at vise opsætningsprogrammet. - + The screen is too small to display the installer. Skærmen er for lille til at vise installationsprogrammet. @@ -1978,35 +2018,35 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt. LuksBootKeyFileJob - + Configuring LUKS key file. Konfigurerer LUKS-nøglefil. - - + + No partitions are defined. Der er ikke defineret nogen partitioner. - - - + + + Encrypted rootfs setup error Fejl ved opsætning af krypteret rootfs - + Root partition %1 is LUKS but no passphrase has been set. Rodpartitionen %1 er LUKS men der er ikke indstillet nogen adgangskode. - + Could not create LUKS key file for root partition %1. Kunne ikke oprette LUKS-nøglefil for rodpartitionen %1. - + Could not configure LUKS key file on partition %1. Kunne ikke konfigurere LUKS-nøglefil på partitionen %1. @@ -2032,12 +2072,12 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt. Map - + Timezone: %1 Tidszone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2049,100 +2089,112 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt. NetInstallViewStep - + Package selection Valg af pakke - + Office software Kontorsoftware - + Office package Kontorpakke - + Browser software Browsersoftware - + Browser package Browserpakke - + Web browser Webbrowser - + Kernel + label for netinstall module, Linux kernel Kerne - + Services + label for netinstall module, system services Tjenester - + Login + label for netinstall module, choose login manager Log ind - + Desktop + label for netinstall module, choose desktop environment Skrivebord - - Applications - Programmer - - - + Communication + label for netinstall module Kommunikation - + Development + label for netinstall module Udvikling - + Office + label for netinstall module Kontor - + Multimedia + label for netinstall module Multimedie - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Tema - + Gaming + label for netinstall module Spil - + Utilities + label for netinstall module Redskaber + + + Applications + Programmer + NotesQmlViewStep @@ -2191,24 +2243,24 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt. - - - + + + Timezone: %1 Tidszone: %1 - + Select your preferred Zone within your Region. Vælg din foretrukne zone i dit område. - + Zones Zoner - + You can fine-tune Language and Locale settings below. Du kan finjustere sprog- og lokalitetsindstillinger nedenfor. @@ -2483,7 +2535,7 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.Ukendt fejl - + Password is empty Adgangskoden er tom @@ -2521,22 +2573,6 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.Vælg venligst et produkt fra listen. Det valgte produkt installeres. - - PackageChooserQmlViewStep - - - Packages - Pakker - - - - PackageChooserViewStep - - - Packages - Pakker - - PackageModel @@ -2840,82 +2876,97 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.Partitioner - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Nuværende: - + After: Efter: - + No EFI system partition configured Der er ikke konfigureret nogen EFI-systempartition - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS Valgmulighed til at bruge GPT på BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - En GPT-partitionstabel er den bedste valgmulighed til alle systemer. Installationsprogrammet understøtter også sådan en opsætning for BIOS-systemer.<br/><br/>Konfigurer en GPT-partitionstabel på BIOS, (hvis det ikke allerede er gjort) ved at gå tilbage og indstil partitionstabellen til GPT, opret herefter en 8 MB uformateret partition med <strong>%2</strong>-flaget aktiveret.<br/><br/>En uformateret 8 MB partition er nødvendig for at starte %1 på et BIOS-system med GPT. + - + Boot partition not encrypted Bootpartition ikke krypteret - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. En separat bootpartition blev opsat sammen med en krypteret rodpartition, men bootpartitionen er ikke krypteret.<br/><br/>Der er sikkerhedsmæssige bekymringer med denne slags opsætning, da vigtige systemfiler er gemt på en ikke-krypteret partition.<br/>Du kan fortsætte hvis du vil, men oplåsning af filsystemet sker senere under systemets opstart.<br/>For at kryptere bootpartitionen skal du gå tilbage og oprette den igen, vælge <strong>Kryptér</strong> i partitionsoprettelsesvinduet. - + has at least one disk device available. har mindst én tilgængelig diskenhed. - + There are no partitions to install on. Der er ikke nogen partitioner at installere på. @@ -3050,7 +3101,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3377,12 +3428,12 @@ setting ResultsListDialog - + For best results, please ensure that this computer: For at få det bedste resultat sørg venligst for at computeren: - + System requirements Systemkrav @@ -3403,29 +3454,29 @@ setting SetHostNameJob - + Set hostname %1 Indstil værtsnavn %1 - + Set hostname <strong>%1</strong>. Indstil værtsnavn <strong>%1</strong>. - + Setting hostname %1. Indstiller værtsnavn %1. - - + + Internal Error Intern fejl - - + + Cannot write hostname to target system Kan ikke skrive værtsnavn til destinationssystem @@ -3627,18 +3678,18 @@ setting SetupGroupsJob - + Preparing groups. Forbereder grupper. - - + + Could not create groups in target system Kunne ikke oprette grupper i målsystemet - + These groups are missing in the target system: %1 Grupperne mangler i målsystemet: %1 @@ -3646,17 +3697,17 @@ setting SetupSudoJob - + Configure <pre>sudo</pre> users. Konfigurer <pre>sudo</pre>-brugere. - + Cannot chmod sudoers file. Kan ikke chmod sudoers-fil. - + Cannot create sudoers file for writing. Kan ikke oprette sudoers-fil til skrivning. @@ -3810,22 +3861,22 @@ setting <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Klik her for mere information om brugerfeedback</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Sporing hjælper %1 med at se hvor ofte den installeres, hvilken hardware den installeres på og hvilke programmer der bruges. Klik på hjælpeikonet ved siden af hvert område for at se hvad der sendes. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Vælges dette sender du information om din installation og hardware. Informationen sendes kun <b>én gang</b> efter installationen er færdig. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Vælges dette sender du periodisk information om din <b>maskines</b> installation, hardware og programmer, til %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Vælges dette sender du regelmæssigt information om din <b>brugers</b> installation, hardware, programmer og programmernes anvendelsesmønstre, til %1. @@ -3846,12 +3897,12 @@ setting Afmonter filsystemer. - + No target system available. - + No rootMountPoint is set. @@ -3859,12 +3910,12 @@ setting UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Hvis mere end én person bruger computeren, kan du oprette flere konti efter opsætningen.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Hvis mere end én person bruger computeren, kan du oprette flere konti efter installationen.</small> @@ -4013,44 +4064,19 @@ setting - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Velkommen til Calamares-opsætningsprogrammet til %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Velkommen til %1-opsætningen.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Velkommen til Calamares-installationsprogrammet for %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Velkommen til %1-installationsprogrammet.</h1> - - - %1 support %1 support - + About %1 setup Om %1-opsætningen - + About %1 installer Om %1-installationsprogrammet - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Ophavsret 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Ophavsret 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Tak til <a href="https://calamares.io/team/">Calamares-teamet</a> og <a href="https://www.transifex.com/calamares/calamares/">Calamares-oversætterteamet</a>.<br/><br/>Udviklingen af <a href="https://calamares.io/">Calamares</a> sponsoreres af <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4115,33 +4141,7 @@ setting about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Ophavsret 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Ophavsret 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Tak til <a href='https://calamares.io/team/'>Calamares-teamet</a> - og <a href='https://www.transifex.com/calamares/calamares/'>Calamares-oversætterteamet</a>.<br/><br/> - Udviklingen af <a href='https://calamares.io/'>Calamares</a> - er sponsoreret af <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Tilbage @@ -4243,17 +4243,17 @@ setting Tastaturmodel: - + Layouts Layouts - + Type here to test your keyboard Skriv her for at teste dit tastatur - + Variants Varianter @@ -4401,102 +4401,102 @@ setting Hvis mere end én person bruger computeren, kan du oprette flere konti efter installationen. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Det er kun tilladt at bruge bogstaver med småt, tal, understregning og bindestreg. - + root is not allowed as username. - + What is the name of this computer? Hvad er navnet på computeren? - + Computer Name Computernavn - + This name will be used if you make the computer visible to others on a network. Navnet bruges, hvis du gør computeren synlig for andre på et netværk. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Vælg en adgangskode for at beskytte din konto. - + Password Adgangskode - + Repeat Password Gentag adgangskode - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Skriv den samme adgangskode to gange, så den kan blive tjekket for skrivefejl. En god adgangskode indeholder en blanding af bogstaver, tal og specialtegn, bør være mindst 8 tegn langt og bør skiftes jævnligt. - + Validate passwords quality Validér kvaliteten af adgangskoderne - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Når boksen er tilvalgt, så foretages der tjek af adgangskodens styrke og du vil ikke være i stand til at bruge en svag adgangskode. - + Log in automatically without asking for the password Log ind automatisk uden at spørge efter adgangskoden - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password Genbrug brugeradgangskode som root-adgangskode - + Use the same password for the administrator account. Brug den samme adgangskode til administratorkontoen. - + Choose a root password to keep your account safe. Vælg en root-adgangskode til at holde din konto sikker - + Root Password Root-adgangskode - + Repeat Root Password Gentag root-adgangskode - + Enter the same password twice, so that it can be checked for typing errors. Skriv den samme adgangskode to gange, så den kan blive tjekket for skrivefejl. diff --git a/lang/calamares_de.ts b/lang/calamares_de.ts index 03fd2d308..1fba578c4 100644 --- a/lang/calamares_de.ts +++ b/lang/calamares_de.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Widget-Baum - + Debug information Debug-Information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Einrichtung - + Install Installieren @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Fertig @@ -261,7 +280,7 @@ Die Anforderungsprüfung für das Modul <i>%1</i> ist abgeschlossen. - + Waiting for %n module(s). Warten auf %n Modul. @@ -269,7 +288,7 @@ - + (%n second(s)) (%n Sekunde) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Die Überprüfung der Systemvoraussetzungen ist abgeschlossen. @@ -488,12 +507,12 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. CalamaresWindow - + %1 Setup Program %1 Installationsprogramm - + %1 Installer %1 Installationsprogramm @@ -533,149 +552,149 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Form - + Select storage de&vice: Speichermedium auswählen - - - - + + + + Current: Aktuell: - + After: Nachher: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Manuelle Partitionierung</strong><br/>Sie können Partitionen eigenhändig erstellen oder in der Grösse verändern. - + Reuse %1 as home partition for %2. %1 als Home-Partition für %2 wiederverwenden. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Wählen Sie die zu verkleinernde Partition, dann ziehen Sie den Regler, um die Größe zu ändern</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 wird auf %2MiB verkleinert und eine neue Partition mit einer Größe von %3MiB wird für %4 erstellt werden. - + Boot loader location: Installationsziel des Bootloaders: - + <strong>Select a partition to install on</strong> <strong>Wählen Sie eine Partition für die Installation</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Es wurde keine EFI-Systempartition auf diesem System gefunden. Bitte gehen Sie zurück und nutzen Sie die manuelle Partitionierung für das Einrichten von %1. - + The EFI system partition at %1 will be used for starting %2. Die EFI-Systempartition %1 wird benutzt, um %2 zu starten. - + EFI system partition: EFI-Systempartition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Auf diesem Speichermedium scheint kein Betriebssystem installiert zu sein. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen auf diesem Speichermedium vorgenommen werden. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Festplatte löschen</strong><br/>Dies wird alle vorhandenen Daten auf dem gewählten Speichermedium <font color="red">löschen</font>. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Parallel dazu installieren</strong><br/>Das Installationsprogramm wird eine Partition verkleinern, um Platz für %1 zu schaffen. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Ersetze eine Partition</strong><br/>Ersetzt eine Partition durch %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Auf diesem Speichermedium ist %1 installiert. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen an dem Speichermedium vorgenommen werden. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Dieses Speichermedium enthält bereits ein Betriebssystem. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen an dem Speichermedium vorgenommen wird. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Auf diesem Speichermedium sind mehrere Betriebssysteme installiert. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen an dem Speichermedium vorgenommen werden. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Auf diesem Speichergerät befindet sich bereits ein Betriebssystem, aber die Partitionstabelle <strong>%1</strong> unterscheidet sich von den erforderlichen <strong>%2</strong><br/> - + This storage device has one of its partitions <strong>mounted</strong>. Bei diesem Speichergerät ist eine seiner Partitionen <strong>eingehängt</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Dieses Speichergerät ist ein Teil eines <strong>inaktiven RAID</strong>-Geräts. - + No Swap Kein Swap - + Reuse Swap Swap wiederverwenden - + Swap (no Hibernate) Swap (ohne Ruhezustand) - + Swap (with Hibernate) Swap (mit Ruhezustand) - + Swap to file Auslagerungsdatei verwenden @@ -763,27 +782,27 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Config - + Set keyboard model to %1.<br/> Setze Tastaturmodell auf %1.<br/> - + Set keyboard layout to %1/%2. Setze Tastaturbelegung auf %1/%2. - + Set timezone to %1/%2. Setze Zeitzone auf %1%2. - + The system language will be set to %1. Die Systemsprache wird auf %1 eingestellt. - + The numbers and dates locale will be set to %1. Das Format für Zahlen und Datum wird auf %1 gesetzt. @@ -818,97 +837,97 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Netzwerk-Installation. (Deaktiviert: Paketlisten nicht erreichbar, prüfen Sie Ihre Netzwerk-Verbindung) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Dieser Computer erfüllt nicht die Mindestvoraussetzungen für die Installation von %1.<br/>Die Installation kann nicht fortgesetzt werden. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Dieser Computer erfüllt nicht die Mindestvoraussetzungen für die Installation von %1.<br/>Die Installation kann nicht fortgesetzt werden. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Dieser Computer erfüllt nicht alle empfohlenen Voraussetzungen für die Installation von %1.<br/>Die Installation kann fortgesetzt werden, aber es werden eventuell nicht alle Funktionen verfügbar sein. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Dieser Computer erfüllt nicht alle empfohlenen Voraussetzungen für die Installation von %1.<br/>Die Installation kann fortgesetzt werden, aber es werden eventuell nicht alle Funktionen verfügbar sein. - + This program will ask you some questions and set up %2 on your computer. Dieses Programm wird Ihnen einige Fragen stellen, um %2 auf Ihrem Computer zu installieren. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Willkommen bei Calamares, dem Installationsprogramm für %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Willkommen zur Installation von %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Willkommen bei Calamares, dem Installationsprogramm für %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Willkommen zum Installationsprogramm für %1</h1> - + Your username is too long. Ihr Benutzername ist zu lang. - + '%1' is not allowed as username. '%1' ist als Benutzername nicht erlaubt. - + Your username must start with a lowercase letter or underscore. Ihr Benutzername muss mit einem Kleinbuchstaben oder Unterstrich beginnen. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Es sind nur Kleinbuchstaben, Zahlen, Unterstrich und Bindestrich erlaubt. - + Your hostname is too short. Ihr Computername ist zu kurz. - + Your hostname is too long. Ihr Computername ist zu lang. - + '%1' is not allowed as hostname. '%1' ist als Computername nicht erlaubt. - + Only letters, numbers, underscore and hyphen are allowed. Es sind nur Buchstaben, Zahlen, Unter- und Bindestriche erlaubt. - + Your passwords do not match! Ihre Passwörter stimmen nicht überein! - + OK! OK! @@ -964,11 +983,16 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. + Packages + Pakete + + + Install option: <strong>%1</strong> Installations-Option: <strong>%1</strong> - + None Nichts @@ -1427,6 +1451,16 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. FS Label: FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1456,8 +1490,8 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Passwort wiederholen - - + + Please enter the same passphrase in both boxes. Bitte tragen Sie dasselbe Passwort in beide Felder ein. @@ -1465,12 +1499,12 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. ErrorDialog - + Details: Details: - + Would you like to paste the install log to the web? Möchten Sie das Installationsprotokoll an eine Internetadresse senden? @@ -1546,32 +1580,32 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Jetzt &Neustarten - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Alles erledigt.</h1><br/>%1 wurde auf Ihrem Computer eingerichtet.<br/>Sie können nun mit Ihrem neuen System arbeiten. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Wenn diese Option aktiviert ist, genügt zum Neustart des Systems ein Klick auf <span style="font-style:italic;">Fertig</span> oder das Schließen des Installationsprogramms.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Alles erledigt.</h1><br/>%1 wurde auf Ihrem Computer installiert.<br/>Sie können nun in Ihr neues System neustarten oder mit der %2 Live-Umgebung fortfahren. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Wenn diese Option aktiviert ist, genügt zum Neustart des Systems ein Klick auf <span style="font-style:italic;">Fertig</span> oder das Schließen des Installationsprogramms.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Installation fehlgeschlagen</h1><br/>%1 wurde nicht auf Ihrem Computer eingerichtet.<br/>Die Fehlermeldung war: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Installation fehlgeschlagen</h1><br/>%1 wurde nicht auf deinem Computer installiert.<br/>Die Fehlermeldung lautet: %2. @@ -1605,12 +1639,18 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Formatiere <strong>%3MiB</strong> Partition <strong>%1</strong> mit dem Dateisystem <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formatiere Partition %1 mit Dateisystem %2. - + The installer failed to format partition %1 on disk '%2'. Das Formatieren von Partition %1 auf Datenträger '%2' ist fehlgeschlagen. @@ -1618,12 +1658,12 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. GeneralRequirements - + has at least %1 GiB available drive space mindestens %1 GiB freien Festplattenplatz hat - + There is not enough drive space. At least %1 GiB is required. Zu wenig Speicherplatz auf der Festplatte. Es wird mindestens %1 GiB benötigt. @@ -1663,27 +1703,27 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. führt das Installationsprogramm als Administrator (root) aus - + The setup program is not running with administrator rights. Das Installationsprogramm wird nicht mit Administratorrechten ausgeführt. - + The installer is not running with administrator rights. Das Installationsprogramm wird nicht mit Administratorrechten ausgeführt. - + has a screen large enough to show the whole installer hat einen ausreichend großen Bildschirm für die Anzeige des gesamten Installationsprogramm - + The screen is too small to display the setup program. Der Bildschirm ist zu klein, um das Installationsprogramm anzuzeigen. - + The screen is too small to display the installer. Der Bildschirm ist zu klein, um das Installationsprogramm anzuzeigen. @@ -1983,35 +2023,35 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. LuksBootKeyFileJob - + Configuring LUKS key file. Konfiguriere LUKS-Schlüsseldatei. - - + + No partitions are defined. Keine Partitionen definiert. - - - + + + Encrypted rootfs setup error Fehler bei der Einrichtung der verschlüsselten Root-Partition - + Root partition %1 is LUKS but no passphrase has been set. Root-Partition %1 ist mit LUKS verschlüsselt, aber es wurde kein Passwort gesetzt. - + Could not create LUKS key file for root partition %1. Konnte die LUKS-Schlüsseldatei für die Root-Partition %1 nicht erstellen. - + Could not configure LUKS key file on partition %1. Die LUKS-Schlüsseldatei konnte nicht auf Partition %1 eingerichtet werden. @@ -2037,12 +2077,12 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Map - + Timezone: %1 Zeitzone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2054,100 +2094,112 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. NetInstallViewStep - + Package selection Paketauswahl - + Office software Office-Software - + Office package Office-Paket - + Browser software Browser-Software - + Browser package Browser-Paket - + Web browser Webbrowser - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Dienste - + Login + label for netinstall module, choose login manager Anmeldung - + Desktop + label for netinstall module, choose desktop environment Desktop - - Applications - Anwendungen - - - + Communication + label for netinstall module Kommunikation - + Development + label for netinstall module Entwicklung - + Office + label for netinstall module Büro - + Multimedia + label for netinstall module Multimedia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Anpassung - + Gaming + label for netinstall module Spielen - + Utilities + label for netinstall module Dienstprogramme + + + Applications + Anwendungen + NotesQmlViewStep @@ -2196,24 +2248,24 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Wählen Sie Ihre bevorzugte Region oder nutzen Sie die Standardeinstellungen. - - - + + + Timezone: %1 Zeitzone: %1 - + Select your preferred Zone within your Region. Wählen Sie Ihre bevorzugte Zone innerhalb Ihrer Region. - + Zones Zonen - + You can fine-tune Language and Locale settings below. Sie können Sprache und Regionalschema unten weiter anpassen. @@ -2488,7 +2540,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Unbekannter Fehler - + Password is empty Passwort nicht vergeben @@ -2526,22 +2578,6 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Bitte wählen Sie ein Produkt aus der Liste aus. Das ausgewählte Produkt wird installiert. - - PackageChooserQmlViewStep - - - Packages - Pakete - - - - PackageChooserViewStep - - - Packages - Pakete - - PackageModel @@ -2845,82 +2881,97 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Partitionen - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Aktuell: - + After: Nachher: - + No EFI system partition configured Keine EFI-Systempartition konfiguriert - + EFI system partition configured incorrectly EFI Systempartition falsch konfiguriert - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. Eine EFI Systempartition ist notwendig, um %1 zu starten.<br/><br/>Um eine EFI Systempartition zu konfigurieren, gehen Sie zurück und wählen oder erstellen Sie ein geeignetes Dateisystem. - + The filesystem must be mounted on <strong>%1</strong>. Das Dateisystem muss eingehängt sein unter <strong>%1</strong>. - + The filesystem must have type FAT32. Das Dateisystem muss vom Typ FAT32 sein. - + The filesystem must be at least %1 MiB in size. Das Dateisystem muss mindestens %1 MiB groß sein. - + The filesystem must have flag <strong>%1</strong> set. Das Dateisystem muss die Markierung <strong>%1</strong> tragen. - + You can continue without setting up an EFI system partition but your system may fail to start. Sie können fortfahren, ohne eine EFI-Systempartition einzurichten, aber Ihr installiertes System wird möglicherweise nicht starten. - + Option to use GPT on BIOS Option zur Verwendung von GPT mit BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - Eine GPT-Partitionstabelle ist die beste Option für alle Systeme. Dieses Installationsprogramm unterstützt ein solches Setup auch für BIOS-Systeme.<br/><br/>Um eine GPT-Partitionstabelle mit BIOS zu konfigurieren, gehen Sie (falls noch nicht geschehen) zurück und setzen Sie die Partitionstabelle auf GPT, als nächstes erstellen Sie eine 8 MB große, unformatierte Partition mit der Markierung <strong>%2</strong> aktiviert.<br/><br/>Eine unformatierte 8 MB große Partition ist erforderlich, um %1 auf einem BIOS-System mit GPT zu starten. + - + Boot partition not encrypted Bootpartition nicht verschlüsselt - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Eine separate Bootpartition wurde zusammen mit einer verschlüsselten Rootpartition erstellt, die Bootpartition ist aber unverschlüsselt.<br/><br/> Dies ist sicherheitstechnisch nicht optimal, da wichtige Systemdateien auf der unverschlüsselten Bootpartition gespeichert werden.<br/>Wenn Sie wollen, können Sie fortfahren, aber das Entschlüsseln des Dateisystems wird erst später während des Systemstarts erfolgen.<br/>Um die Bootpartition zu verschlüsseln, gehen Sie zurück und erstellen Sie diese neu, indem Sie bei der Partitionierung <strong>Verschlüsseln</strong> wählen. - + has at least one disk device available. mindestens eine Festplatte zur Verfügung hat - + There are no partitions to install on. Keine Partitionen für die Installation verfügbar. @@ -3055,7 +3106,7 @@ Ausgabe: QObject - + %1 (%2) %1 (%2) @@ -3381,12 +3432,12 @@ Ausgabe: ResultsListDialog - + For best results, please ensure that this computer: Für das beste Ergebnis stellen Sie bitte sicher, dass dieser Computer: - + System requirements Systemanforderungen @@ -3407,29 +3458,29 @@ Ausgabe: SetHostNameJob - + Set hostname %1 Setze Computername auf %1 - + Set hostname <strong>%1</strong>. Setze Computernamen <strong>%1</strong>. - + Setting hostname %1. Setze Computernamen %1. - - + + Internal Error Interner Fehler - - + + Cannot write hostname to target system Kann den Computernamen nicht auf das Zielsystem schreiben @@ -3631,18 +3682,18 @@ Ausgabe: SetupGroupsJob - + Preparing groups. Bereite Gruppen vor. - - + + Could not create groups in target system Auf dem Zielsystem konnten keine Gruppen erstellt werden. - + These groups are missing in the target system: %1 Folgende Gruppen fehlen auf dem Zielsystem: %1 @@ -3650,17 +3701,17 @@ Ausgabe: SetupSudoJob - + Configure <pre>sudo</pre> users. Konfiguriere <pre>sudo</pre> Benutzer. - + Cannot chmod sudoers file. Kann chmod nicht auf sudoers-Datei anwenden. - + Cannot create sudoers file for writing. Kann sudoers-Datei nicht zum Schreiben erstellen. @@ -3814,22 +3865,22 @@ Ausgabe: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Klicken sie hier für weitere Informationen über Benutzer-Rückmeldungen</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Tracking hilft %1 festzustellen, wie oft es installiert wurde, welche Hardware und welche Anwendungen benutzt werden. Um zu sehen, welche Informationen gesendet werden, klicken Sie auf das Hilfesymbol daneben. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Wenn Sie dies auswählen, werden Informationen über Ihre Installation und Hardware gesendet. Diese Informationen werden nur <b>einmal</b> nach der Installation gesendet. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Wenn Sie dies auswählen, werden gelegentlich Informationen über Installation, Hardware und Anwendungen dieses <b>Computers</b> an %1 gesendet. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Wenn Sie dies auswählen, werden regelmäßig Informationen über Installation, Hardware, Anwendungen und Benutzungsmuster dieses <b>Benutzers</b> an %1 gesendet. @@ -3850,12 +3901,12 @@ Ausgabe: Dateisysteme aushängen. - + No target system available. Kein Zielsystem verfügbar. - + No rootMountPoint is set. Kein rootMountPoint gesetzt. @@ -3863,12 +3914,12 @@ Ausgabe: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Falls dieser Computer von mehr als einer Person benutzt werden soll, können weitere Benutzerkonten nach der Installation eingerichtet werden.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Falls dieser Computer von mehr als einer Person benutzt werden soll, können weitere Benutzerkonten nach der Installation eingerichtet werden.</small> @@ -4017,44 +4068,19 @@ Ausgabe: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Willkommen bei Calamares, dem Installationsprogramm für %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Willkommen zur Installation von %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Willkommen beim Calamares-Installationsprogramm für %1. - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Willkommen im %1 Installationsprogramm.</h1> - - - %1 support Unterstützung für %1 - + About %1 setup Über das Installationsprogramm %1 - + About %1 installer Über das %1 Installationsprogramm - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>für %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Dank an <a href="https://calamares.io/team/">das Calamares Team</a> und das <a href="https://www.transifex.com/calamares/calamares/">Calamares Übersetzerteam</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> wird in der Entwicklung unterstützt von <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4119,34 +4145,7 @@ Ausgabe: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - für %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Dank an <a href='https://calamares.io/team/'>das Calamares Team</a> - und das <a href='https://www.transifex.com/calamares/calamares/'>Calamares - Übersetzerteam</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - wird bei der Entwicklung unterstützt von <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Zurück @@ -4251,17 +4250,17 @@ Ausgabe: Tastaturmodell: - + Layouts Tastaturbelegungen - + Type here to test your keyboard Tippen Sie hier, um die Tastaturbelegung zu testen. - + Variants Varianten @@ -4410,102 +4409,102 @@ Ausgabe: Falls mehrere Personen diesen Computer benutzen, können Sie nach der Installation weitere Konten hinzufügen. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Es sind nur Kleinbuchstaben, Zahlen, Unterstrich und Bindestrich erlaubt. - + root is not allowed as username. root ist als Benutzername nicht erlaubt. - + What is the name of this computer? Wie ist der Name dieses Computers? - + Computer Name Computername - + This name will be used if you make the computer visible to others on a network. Dieser Name wird benutzt, wenn Sie den Computer im Netzwerk für andere sichtbar machen. - + localhost is not allowed as hostname. localhost ist als Computername nicht erlaubt. - + Choose a password to keep your account safe. Wählen Sie ein Passwort, um Ihr Konto zu sichern. - + Password Passwort - + Repeat Password Passwort wiederholen - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Geben Sie das Passwort zweimal ein, damit es auf Tippfehler überprüft werden kann. Ein gutes Passwort sollte eine Mischung aus Buchstaben, Zahlen sowie Sonderzeichen enthalten, mindestens acht Zeichen lang sein und regelmäßig geändert werden. - + Validate passwords quality Passwort-Qualität überprüfen - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Wenn dieses Kontrollkästchen aktiviert ist, wird die Passwortstärke überprüft und verhindert, dass Sie ein schwaches Passwort verwenden. - + Log in automatically without asking for the password Automatisch anmelden ohne Passwortabfrage - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Es sind nur Buchstaben, Zahlen, Unterstrich und Bindestrich erlaubt, minimal zwei Zeichen. - + Reuse user password as root password Benutzerpasswort als Root-Passwort benutzen - + Use the same password for the administrator account. Nutze das gleiche Passwort auch für das Administratorkonto. - + Choose a root password to keep your account safe. Wählen Sie ein Root-Passwort, um Ihr Konto zu schützen. - + Root Password Root-Passwort - + Repeat Root Password Root-Passwort wiederholen - + Enter the same password twice, so that it can be checked for typing errors. Geben Sie das Passwort zweimal ein, damit es auf Tippfehler überprüft werden kann. diff --git a/lang/calamares_el.ts b/lang/calamares_el.ts index 7a32b1fdf..c4598ac31 100644 --- a/lang/calamares_el.ts +++ b/lang/calamares_el.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information Πληροφορίες αποσφαλμάτωσης @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Εγκατάσταση @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Ολοκληρώθηκε @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -483,12 +502,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer Εφαρμογή εγκατάστασης του %1 @@ -527,149 +546,149 @@ The installer will quit and all changes will be lost. Τύπος - + Select storage de&vice: Επιλέξτε συσκευή απ&οθήκευσης: - - - - + + + + Current: Τρέχον: - + After: Μετά: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Χειροκίνητη τμηματοποίηση</strong><br/>Μπορείτε να δημιουργήσετε κατατμήσεις ή να αλλάξετε το μέγεθός τους μόνοι σας. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Επιλέξτε ένα διαμέρισμα για σμίκρυνση, και μετά σύρετε το κάτω τμήμα της μπάρας για αλλαγή του μεγέθους</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Τοποθεσία προγράμματος εκκίνησης: - + <strong>Select a partition to install on</strong> <strong>Επιλέξτε διαμέρισμα για την εγκατάσταση</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Πουθενά στο σύστημα δεν μπορεί να ανιχθευθεί μία κατάτμηση EFI. Παρακαλώ επιστρέψτε πίσω και χρησιμοποιήστε τη χειροκίνητη τμηματοποίηση για την εγκατάσταση του %1. - + The EFI system partition at %1 will be used for starting %2. Η κατάτμηση συστήματος EFI στο %1 θα χρησιμοποιηθεί για την εκκίνηση του %2. - + EFI system partition: Κατάτμηση συστήματος EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Η συσκευή αποθήκευσης δεν φαίνεται να διαθέτει κάποιο λειτουργικό σύστημα. Τί θα ήθελες να κάνεις;<br/>Θα έχεις την δυνατότητα να επιβεβαιώσεις και αναθεωρήσεις τις αλλαγές πριν γίνει οποιαδήποτε αλλαγή στην συσκευή αποθήκευσης. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Διαγραφή του δίσκου</strong><br/>Αυτό θα <font color="red">διαγράψει</font> όλα τα αρχεία στην επιλεγμένη συσκευή αποθήκευσης. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Εγκατάσταση σε επαλληλία</strong><br/>Η εγκατάσταση θα συρρικνώσει μία κατάτμηση για να κάνει χώρο για το %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Αντικατάσταση μίας κατάτμησης</strong><br/>Αντικαθιστά μία κατάτμηση με το %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -757,27 +776,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> Ορισμός του μοντέλου πληκτρολογίου σε %1.<br/> - + Set keyboard layout to %1/%2. Ορισμός της διάταξης πληκτρολογίου σε %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. Η τοπική γλώσσα του συστήματος έχει οριστεί σε %1. - + The numbers and dates locale will be set to %1. @@ -812,97 +831,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Ο υπολογιστής δεν ικανοποιεί τις ελάχιστες απαιτήσεις για την εγκατάσταση του %1.<br/>Η εγκατάσταση δεν μπορεί να συνεχιστεί. <a href="#details">Λεπτομέριες...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Αυτός ο υπολογιστής δεν ικανοποιεί μερικές από τις συνιστώμενες απαιτήσεις για την εγκατάσταση του %1.<br/>Η εγκατάσταση μπορεί να συνεχιστεί, αλλά ορισμένες λειτουργίες μπορεί να απενεργοποιηθούν. - + This program will ask you some questions and set up %2 on your computer. Το πρόγραμμα θα σας κάνει μερικές ερωτήσεις και θα ρυθμίσει το %2 στον υπολογιστή σας. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. Το όνομα χρήστη είναι πολύ μακρύ. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. Το όνομα υπολογιστή είναι πολύ σύντομο. - + Your hostname is too long. Το όνομα υπολογιστή είναι πολύ μακρύ. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! Οι κωδικοί πρόσβασης δεν ταιριάζουν! - + OK! @@ -958,11 +977,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1421,6 +1445,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1450,8 +1484,8 @@ The installer will quit and all changes will be lost. Επιβεβαίωση λέξης κλειδί - - + + Please enter the same passphrase in both boxes. Παρακαλώ εισάγετε την ίδια λέξη κλειδί και στα δύο κουτιά. @@ -1459,12 +1493,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1540,32 +1574,32 @@ The installer will quit and all changes will be lost. Ε&πανεκκίνηση τώρα - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Η εγκατάσταση ολοκληρώθηκε.</h1><br/>Το %1 εγκαταστήθηκε στον υπολογιστή.<br/>Τώρα, μπορείτε να επανεκκινήσετε τον υπολογιστή σας ή να συνεχίσετε να δοκιμάζετε το %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1599,12 +1633,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1612,12 +1652,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1657,27 +1697,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. Το πρόγραμμα εγκατάστασης δεν εκτελείται με δικαιώματα διαχειριστή. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. Η οθόνη είναι πολύ μικρή για να απεικονίσει το πρόγραμμα εγκατάστασης @@ -1977,35 +2017,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2031,12 +2071,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2046,98 +2086,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection Επιλογή πακέτου - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2188,24 +2240,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2480,7 +2532,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2518,22 +2570,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2837,82 +2873,97 @@ The installer will quit and all changes will be lost. Κατατμήσεις - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Τρέχον: - + After: Μετά: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3044,7 +3095,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3367,12 +3418,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: Για καλύτερο αποτέλεσμα, παρακαλώ βεβαιωθείτε ότι ο υπολογιστής: - + System requirements Απαιτήσεις συστήματος @@ -3393,29 +3444,29 @@ Output: SetHostNameJob - + Set hostname %1 Ορισμός ονόματος υπολογιστή %1 - + Set hostname <strong>%1</strong>. Ορισμός ονόματος υπολογιστή <strong>%1</strong>. - + Setting hostname %1. Ορίζεται το όνομα υπολογιστή %1. - - + + Internal Error Εσωτερικό σφάλμα - - + + Cannot write hostname to target system Δεν είναι δυνατή η εγγραφή του ονόματος υπολογιστή στο σύστημα @@ -3617,18 +3668,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3636,17 +3687,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Δεν είναι δυνατό το chmod στο αρχείο sudoers. - + Cannot create sudoers file for writing. Δεν είναι δυνατή η δημιουργία του αρχείου sudoers για εγγραφή. @@ -3800,22 +3851,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3836,12 +3887,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3849,12 +3900,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4003,44 +4054,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Καλώς ήλθατε στην εγκατάσταση του %1.</h1> - - - %1 support Υποστήριξη %1 - + About %1 setup - + About %1 installer Σχετικά με το πρόγραμμα εγκατάστασης %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4105,23 +4131,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4221,17 +4231,17 @@ Output: Μοντέλο πληκτρολογίου: - + Layouts - + Type here to test your keyboard Πληκτρολογείστε εδώ για να δοκιμάσετε το πληκτρολόγιο σας - + Variants @@ -4358,102 +4368,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? Ποιο είναι το όνομά του υπολογιστή; - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Επιλέξτε ένα κωδικό για να διατηρήσετε το λογαριασμό σας ασφαλή. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. Χρησιμοποιήστε τον ίδιο κωδικό πρόσβασης για τον λογαριασμό διαχειριστή. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_en.ts b/lang/calamares_en.ts index 5639c1913..ab6245471 100644 --- a/lang/calamares_en.ts +++ b/lang/calamares_en.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + Copyright %1-%2 %3 &lt;%4&gt;<br/> + + AutoMountManagementJob @@ -137,7 +156,7 @@ Widget Tree - + Debug information Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Set up - + Install Install @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Done @@ -261,7 +280,7 @@ Requirements checking for module <i>%1</i> is complete. - + Waiting for %n module(s). Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. System-requirements checking is complete. @@ -488,12 +507,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program %1 Setup Program - + %1 Installer %1 Installer @@ -532,149 +551,149 @@ The installer will quit and all changes will be lost. Form - + Select storage de&vice: Select storage de&vice: - - - - + + + + Current: Current: - + After: After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Boot loader location: - + <strong>Select a partition to install on</strong> <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. The EFI system partition at %1 will be used for starting %2. - + EFI system partition: EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap No Swap - + Reuse Swap Reuse Swap - + Swap (no Hibernate) Swap (no Hibernate) - + Swap (with Hibernate) Swap (with Hibernate) - + Swap to file Swap to file @@ -762,27 +781,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. Set keyboard layout to %1/%2. - + Set timezone to %1/%2. Set timezone to %1/%2. - + The system language will be set to %1. The system language will be set to %1. - + The numbers and dates locale will be set to %1. The numbers and dates locale will be set to %1. @@ -817,97 +836,97 @@ The installer will quit and all changes will be lost. Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Welcome to the %1 installer</h1> - + Your username is too long. Your username is too long. - + '%1' is not allowed as username. '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. Your hostname is too short. - + Your hostname is too long. Your hostname is too long. - + '%1' is not allowed as hostname. '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! Your passwords do not match! - + OK! OK! @@ -963,11 +982,16 @@ The installer will quit and all changes will be lost. + Packages + Packages + + + Install option: <strong>%1</strong> Install option: <strong>%1</strong> - + None None @@ -1426,6 +1450,16 @@ The installer will quit and all changes will be lost. FS Label: FS Label: + + + Passphrase for existing partition + Passphrase for existing partition + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition. + + EncryptWidget @@ -1455,8 +1489,8 @@ The installer will quit and all changes will be lost. Confirm passphrase - - + + Please enter the same passphrase in both boxes. Please enter the same passphrase in both boxes. @@ -1464,12 +1498,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: Details: - + Would you like to paste the install log to the web? Would you like to paste the install log to the web? @@ -1545,32 +1579,32 @@ The installer will quit and all changes will be lost. &Restart now - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1604,12 +1638,18 @@ The installer will quit and all changes will be lost. Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. The installer failed to format partition %1 on disk '%2'. @@ -1617,12 +1657,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. There is not enough drive space. At least %1 GiB is required. @@ -1662,27 +1702,27 @@ The installer will quit and all changes will be lost. is running the installer as an administrator (root) - + The setup program is not running with administrator rights. The setup program is not running with administrator rights. - + The installer is not running with administrator rights. The installer is not running with administrator rights. - + has a screen large enough to show the whole installer has a screen large enough to show the whole installer - + The screen is too small to display the setup program. The screen is too small to display the setup program. - + The screen is too small to display the installer. The screen is too small to display the installer. @@ -1982,35 +2022,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. Configuring LUKS key file. - - + + No partitions are defined. No partitions are defined. - - - + + + Encrypted rootfs setup error Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. Could not configure LUKS key file on partition %1. @@ -2036,12 +2076,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2053,100 +2093,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection Package selection - + Office software Office software - + Office package Office package - + Browser software Browser software - + Browser package Browser package - + Web browser Web browser - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Services - + Login + label for netinstall module, choose login manager Login - + Desktop + label for netinstall module, choose desktop environment Desktop - - Applications - Applications - - - + Communication + label for netinstall module Communication - + Development + label for netinstall module Development - + Office + label for netinstall module Office - + Multimedia + label for netinstall module Multimedia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Theming - + Gaming + label for netinstall module Gaming - + Utilities + label for netinstall module Utilities + + + Applications + Applications + NotesQmlViewStep @@ -2195,24 +2247,24 @@ The installer will quit and all changes will be lost. Select your preferred Region, or use the default settings. - - - + + + Timezone: %1 Timezone: %1 - + Select your preferred Zone within your Region. Select your preferred Zone within your Region. - + Zones Zones - + You can fine-tune Language and Locale settings below. You can fine-tune Language and Locale settings below. @@ -2487,7 +2539,7 @@ The installer will quit and all changes will be lost. Unknown error - + Password is empty Password is empty @@ -2525,22 +2577,6 @@ The installer will quit and all changes will be lost. Please pick a product from the list. The selected product will be installed. - - PackageChooserQmlViewStep - - - Packages - Packages - - - - PackageChooserViewStep - - - Packages - Packages - - PackageModel @@ -2844,82 +2880,97 @@ The installer will quit and all changes will be lost. Partitions - + + Unsafe partition actions are enabled. + Unsafe partition actions are enabled. + + + + Partitioning is configured to <b>always</b> fail. + Partitioning is configured to <b>always</b> fail. + + + + No partitions will be changed. + No partitions will be changed. + + + Current: Current: - + After: After: - + No EFI system partition configured No EFI system partition configured - + EFI system partition configured incorrectly EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. has at least one disk device available. - + There are no partitions to install on. There are no partitions to install on. @@ -3054,7 +3105,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3380,12 +3431,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: For best results, please ensure that this computer: - + System requirements System requirements @@ -3406,29 +3457,29 @@ Output: SetHostNameJob - + Set hostname %1 Set hostname %1 - + Set hostname <strong>%1</strong>. Set hostname <strong>%1</strong>. - + Setting hostname %1. Setting hostname %1. - - + + Internal Error Internal Error - - + + Cannot write hostname to target system Cannot write hostname to target system @@ -3630,18 +3681,18 @@ Output: SetupGroupsJob - + Preparing groups. Preparing groups. - - + + Could not create groups in target system Could not create groups in target system - + These groups are missing in the target system: %1 These groups are missing in the target system: %1 @@ -3649,17 +3700,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Cannot chmod sudoers file. - + Cannot create sudoers file for writing. Cannot create sudoers file for writing. @@ -3813,22 +3864,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3849,12 +3900,12 @@ Output: Unmount file systems. - + No target system available. No target system available. - + No rootMountPoint is set. No rootMountPoint is set. @@ -3862,12 +3913,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -3971,89 +4022,59 @@ Output: - &About - &About - - - Open donations website Open donations website - + &Donate &Donate - + Open help and support website Open help and support website - + &Support &Support - + Open issues and bug-tracking website Open issues and bug-tracking website - + &Known issues &Known issues - + Open release notes website Open release notes website - + &Release notes &Release notes - - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Welcome to %1 setup.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Welcome to the Calamares installer for %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Welcome to the %1 installer.</h1> - - - + %1 support %1 support - + About %1 setup About %1 setup - + About %1 installer About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4115,47 +4136,17 @@ Output: The output was: - - about - - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - Back - Back - - calamares-sidebar - - Show debug information - Show debug information + + About + About + + + + Debug + @@ -4250,17 +4241,17 @@ Output: Keyboard Model: - + Layouts Layouts - + Type here to test your keyboard Type here to test your keyboard - + Variants Variants @@ -4409,102 +4400,102 @@ Output: If more than one person will use this computer, you can create multiple accounts after installation. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. root is not allowed as username. - + What is the name of this computer? What is the name of this computer? - + Computer Name Computer Name - + This name will be used if you make the computer visible to others on a network. This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. localhost is not allowed as hostname. - + Choose a password to keep your account safe. Choose a password to keep your account safe. - + Password Password - + Repeat Password Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password Reuse user password as root password - + Use the same password for the administrator account. Use the same password for the administrator account. - + Choose a root password to keep your account safe. Choose a root password to keep your account safe. - + Root Password Root Password - + Repeat Root Password Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. Enter the same password twice, so that it can be checked for typing errors. @@ -4520,26 +4511,21 @@ Output: - About - About - - - Support Support - + Known issues Known issues - + Release notes Release notes - + Donate Donate diff --git a/lang/calamares_en_GB.ts b/lang/calamares_en_GB.ts index 1513266a8..e4bea73d6 100644 --- a/lang/calamares_en_GB.ts +++ b/lang/calamares_en_GB.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Install @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Done @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -483,12 +502,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer %1 Installer @@ -527,149 +546,149 @@ The installer will quit and all changes will be lost. Form - + Select storage de&vice: Select storage de&vice: - - - - + + + + Current: Current: - + After: After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Boot loader location: - + <strong>Select a partition to install on</strong> <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. The EFI system partition at %1 will be used for starting %2. - + EFI system partition: EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -757,27 +776,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. The system language will be set to %1. - + The numbers and dates locale will be set to %1. The numbers and dates locale will be set to %1. @@ -812,97 +831,97 @@ The installer will quit and all changes will be lost. Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. Your hostname is too short. - + Your hostname is too long. Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! Your passwords do not match! - + OK! @@ -958,11 +977,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1421,6 +1445,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1450,8 +1484,8 @@ The installer will quit and all changes will be lost. Confirm passphrase - - + + Please enter the same passphrase in both boxes. Please enter the same passphrase in both boxes. @@ -1459,12 +1493,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1540,32 +1574,32 @@ The installer will quit and all changes will be lost. &Restart now - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1599,12 +1633,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. The installer failed to format partition %1 on disk '%2'. @@ -1612,12 +1652,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1657,27 +1697,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. The screen is too small to display the installer. @@ -1977,35 +2017,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2031,12 +2071,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2046,98 +2086,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2188,24 +2240,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2480,7 +2532,7 @@ The installer will quit and all changes will be lost. Unknown error - + Password is empty @@ -2518,22 +2570,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2837,82 +2873,97 @@ The installer will quit and all changes will be lost. Partitions - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Current: - + After: After: - + No EFI system partition configured No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3047,7 +3098,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3370,12 +3421,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: For best results, please ensure that this computer: - + System requirements System requirements @@ -3396,29 +3447,29 @@ Output: SetHostNameJob - + Set hostname %1 Set hostname %1 - + Set hostname <strong>%1</strong>. Set hostname <strong>%1</strong>. - + Setting hostname %1. Setting hostname %1. - - + + Internal Error Internal Error - - + + Cannot write hostname to target system Cannot write hostname to target system @@ -3620,18 +3671,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3639,17 +3690,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Cannot chmod sudoers file. - + Cannot create sudoers file for writing. Cannot create sudoers file for writing. @@ -3803,22 +3854,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3839,12 +3890,12 @@ Output: Unmount file systems. - + No target system available. - + No rootMountPoint is set. @@ -3852,12 +3903,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4006,44 +4057,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Welcome to the Calamares installer for %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Welcome to the %1 installer.</h1> - - - %1 support %1 support - + About %1 setup - + About %1 installer About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4108,23 +4134,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4224,17 +4234,17 @@ Output: Keyboard Model: - + Layouts - + Type here to test your keyboard Type here to test your keyboard - + Variants @@ -4361,102 +4371,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_en_HK.ts b/lang/calamares_en_HK.ts deleted file mode 100644 index 2a202e221..000000000 --- a/lang/calamares_en_HK.ts +++ /dev/null @@ -1,4377 +0,0 @@ - - - - - AutoMountManagementJob - - - Manage auto-mount settings - - - - - BootInfoWidget - - - The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode. - - - - - This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. - - - - - This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. - - - - - BootLoaderModel - - - Master Boot Record of %1 - - - - - Boot Partition - - - - - System Partition - - - - - Do not install a boot loader - - - - - %1 (%2) - - - - - Calamares::BlankViewStep - - - Blank Page - - - - - Calamares::DebugWindow - - - Form - - - - - GlobalStorage - - - - - JobQueue - - - - - Modules - - - - - Type: - - - - - - none - - - - - Interface: - - - - - Crashes Calamares, so that Dr. Konqui can look at it. - - - - - Reloads the stylesheet from the branding directory. - - - - - Uploads the session log to the configured pastebin. - - - - - Send Session Log - - - - - Reload Stylesheet - - - - - Displays the tree of widget names in the log (for stylesheet debugging). - - - - - Widget Tree - - - - - Debug information - - - - - Calamares::ExecutionViewStep - - - Set up - - - - - Install - - - - - Calamares::FailJob - - - Job failed (%1) - - - - - Programmed job failure was explicitly requested. - - - - - Calamares::JobThread - - - Done - - - - - Calamares::NamedJob - - - Example job (%1) - - - - - Calamares::ProcessJob - - - Run command '%1' in target system. - - - - - Run command '%1'. - - - - - Running command %1 %2 - - - - - Calamares::PythonJob - - - Running %1 operation. - - - - - Bad working directory path - - - - - Working directory %1 for python job %2 is not readable. - - - - - Bad main script file - - - - - Main script file %1 for python job %2 is not readable. - - - - - Boost.Python error in job "%1". - - - - - Calamares::QmlViewStep - - - Loading ... - - - - - QML Step <i>%1</i>. - - - - - Loading failed. - - - - - Calamares::RequirementsChecker - - - Requirements checking for module <i>%1</i> is complete. - - - - - Waiting for %n module(s). - - - - - - - - (%n second(s)) - - - - - - - - System-requirements checking is complete. - - - - - Calamares::ViewManager - - - Setup Failed - - - - - Installation Failed - - - - - Would you like to paste the install log to the web? - - - - - Error - - - - - &Yes - - - - - &No - - - - - &Close - - - - - Install Log Paste URL - - - - - The upload was unsuccessful. No web-paste was done. - - - - - Install log posted to - -%1 - -Link copied to clipboard - - - - - Calamares Initialization Failed - - - - - %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution. - - - - - <br/>The following modules could not be loaded: - - - - - Continue with setup? - - - - - Continue with installation? - - - - - The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - &Set up now - - - - - &Install now - - - - - Go &back - - - - - &Set up - - - - - &Install - - - - - Setup is complete. Close the setup program. - - - - - The installation is complete. Close the installer. - - - - - Cancel setup without changing the system. - - - - - Cancel installation without changing the system. - - - - - &Next - - - - - &Back - - - - - &Done - - - - - &Cancel - - - - - Cancel setup? - - - - - Cancel installation? - - - - - Do you really want to cancel the current setup process? -The setup program will quit and all changes will be lost. - - - - - Do you really want to cancel the current install process? -The installer will quit and all changes will be lost. - - - - - CalamaresPython::Helper - - - Unknown exception type - - - - - unparseable Python error - - - - - unparseable Python traceback - - - - - Unfetchable Python error. - - - - - CalamaresWindow - - - %1 Setup Program - - - - - %1 Installer - - - - - ChangeFilesystemLabelJob - - - Set filesystem label on %1. - - - - - Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>. - - - - - The installer failed to update partition table on disk '%1'. - - - - - CheckerContainer - - - Gathering system information... - - - - - ChoicePage - - - Form - - - - - Select storage de&vice: - - - - - - - - Current: - - - - - After: - - - - - <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - - - - - Reuse %1 as home partition for %2. - - - - - <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - - - - - %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - - - - - Boot loader location: - - - - - <strong>Select a partition to install on</strong> - - - - - An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - - - - <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - - - - - <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - - - - - <strong>Replace a partition</strong><br/>Replaces a partition with %1. - - - - - This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - - - - - This storage device has one of its partitions <strong>mounted</strong>. - - - - - This storage device is a part of an <strong>inactive RAID</strong> device. - - - - - No Swap - - - - - Reuse Swap - - - - - Swap (no Hibernate) - - - - - Swap (with Hibernate) - - - - - Swap to file - - - - - ClearMountsJob - - - Successfully unmounted %1. - - - - - Successfully disabled swap %1. - - - - - Successfully cleared swap %1. - - - - - Successfully closed mapper device %1. - - - - - Successfully disabled volume group %1. - - - - - Clear mounts for partitioning operations on %1 - - - - - Clearing mounts for partitioning operations on %1. - - - - - Cleared all mounts for %1 - - - - - ClearTempMountsJob - - - Clear all temporary mounts. - - - - - Clearing all temporary mounts. - - - - - Cannot get list of temporary mounts. - - - - - Cleared all temporary mounts. - - - - - CommandList - - - - Could not run command. - - - - - The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined. - - - - - The command needs to know the user's name, but no username is defined. - - - - - Config - - - Set keyboard model to %1.<br/> - - - - - Set keyboard layout to %1/%2. - - - - - Set timezone to %1/%2. - - - - - The system language will be set to %1. - - - - - The numbers and dates locale will be set to %1. - - - - - Network Installation. (Disabled: Incorrect configuration) - - - - - Network Installation. (Disabled: Received invalid groups data) - - - - - Network Installation. (Disabled: Internal error) - - - - - Network Installation. (Disabled: No package list) - - - - - Package selection - - - - - Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - - - - - This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - - - - - This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - - - - - This program will ask you some questions and set up %2 on your computer. - - - - - <h1>Welcome to the Calamares setup program for %1</h1> - - - - - <h1>Welcome to %1 setup</h1> - - - - - <h1>Welcome to the Calamares installer for %1</h1> - - - - - <h1>Welcome to the %1 installer</h1> - - - - - Your username is too long. - - - - - '%1' is not allowed as username. - - - - - Your username must start with a lowercase letter or underscore. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - Your hostname is too short. - - - - - Your hostname is too long. - - - - - '%1' is not allowed as hostname. - - - - - Only letters, numbers, underscore and hyphen are allowed. - - - - - Your passwords do not match! - - - - - OK! - - - - - Setup Failed - - - - - Installation Failed - - - - - The setup of %1 did not complete successfully. - - - - - The installation of %1 did not complete successfully. - - - - - Setup Complete - - - - - Installation Complete - - - - - The setup of %1 is complete. - - - - - The installation of %1 is complete. - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - Install option: <strong>%1</strong> - - - - - None - - - - - Summary - - - - - This is an overview of what will happen once you start the setup procedure. - - - - - This is an overview of what will happen once you start the install procedure. - - - - - ContextualProcessJob - - - Contextual Processes Job - - - - - CreatePartitionDialog - - - Create a Partition - - - - - Si&ze: - - - - - MiB - - - - - Partition &Type: - - - - - &Primary - - - - - E&xtended - - - - - Fi&le System: - - - - - LVM LV name - - - - - &Mount Point: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - En&crypt - - - - - Logical - - - - - Primary - - - - - GPT - - - - - Mountpoint already in use. Please select another one. - - - - - CreatePartitionJob - - - Create new %1MiB partition on %3 (%2) with entries %4. - - - - - Create new %1MiB partition on %3 (%2). - - - - - Create new %2MiB partition on %4 (%3) with file system %1. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2). - - - - - Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>. - - - - - - Creating new %1 partition on %2. - - - - - The installer failed to create partition on disk '%1'. - - - - - CreatePartitionTableDialog - - - Create Partition Table - - - - - Creating a new partition table will delete all existing data on the disk. - - - - - What kind of partition table do you want to create? - - - - - Master Boot Record (MBR) - - - - - GUID Partition Table (GPT) - - - - - CreatePartitionTableJob - - - Create new %1 partition table on %2. - - - - - Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). - - - - - Creating new %1 partition table on %2. - - - - - The installer failed to create a partition table on %1. - - - - - CreateUserJob - - - Create user %1 - - - - - Create user <strong>%1</strong>. - - - - - Preserving home directory - - - - - - Creating user %1 - - - - - Configuring user %1 - - - - - Setting file permissions - - - - - CreateVolumeGroupDialog - - - Create Volume Group - - - - - CreateVolumeGroupJob - - - Create new volume group named %1. - - - - - Create new volume group named <strong>%1</strong>. - - - - - Creating new volume group named %1. - - - - - The installer failed to create a volume group named '%1'. - - - - - DeactivateVolumeGroupJob - - - - Deactivate volume group named %1. - - - - - Deactivate volume group named <strong>%1</strong>. - - - - - The installer failed to deactivate a volume group named %1. - - - - - DeletePartitionJob - - - Delete partition %1. - - - - - Delete partition <strong>%1</strong>. - - - - - Deleting partition %1. - - - - - The installer failed to delete partition %1. - - - - - DeviceInfoWidget - - - This device has a <strong>%1</strong> partition table. - - - - - This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. - - - - - This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. - - - - - <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment. - - - - - <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. - - - - - The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. - - - - - DeviceModel - - - %1 - %2 (%3) - device[name] - size[number] (device-node[name]) - - - - - %1 - (%2) - device[name] - (device-node[name]) - - - - - DracutLuksCfgJob - - - Write LUKS configuration for Dracut to %1 - - - - - Skip writing LUKS configuration for Dracut: "/" partition is not encrypted - - - - - Failed to open %1 - - - - - DummyCppJob - - - Dummy C++ Job - - - - - EditExistingPartitionDialog - - - Edit Existing Partition - - - - - Content: - - - - - &Keep - - - - - Format - - - - - Warning: Formatting the partition will erase all existing data. - - - - - &Mount Point: - - - - - Si&ze: - - - - - MiB - - - - - Fi&le System: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - Mountpoint already in use. Please select another one. - - - - - EncryptWidget - - - Form - - - - - En&crypt system - - - - - Passphrase - - - - - Confirm passphrase - - - - - - Please enter the same passphrase in both boxes. - - - - - FillGlobalStorageJob - - - Set partition information - - - - - Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em> - - - - - Install %1 on <strong>new</strong> %2 system partition. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3. - - - - - Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4. - - - - - Install %2 on %3 system partition <strong>%1</strong>. - - - - - Install boot loader on <strong>%1</strong>. - - - - - Setting up mount points. - - - - - FinishedPage - - - Form - - - - - &Restart now - - - - - <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - - - - - <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - - - - - <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - - - - - <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. - - - - - FinishedQmlViewStep - - - Finish - - - - - FinishedViewStep - - - Finish - - - - - FormatPartitionJob - - - Format partition %1 (file system: %2, size: %3 MiB) on %4. - - - - - Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. - - - - - Formatting partition %1 with file system %2. - - - - - The installer failed to format partition %1 on disk '%2'. - - - - - GeneralRequirements - - - has at least %1 GiB available drive space - - - - - There is not enough drive space. At least %1 GiB is required. - - - - - has at least %1 GiB working memory - - - - - The system does not have enough working memory. At least %1 GiB is required. - - - - - is plugged in to a power source - - - - - The system is not plugged in to a power source. - - - - - is connected to the Internet - - - - - The system is not connected to the Internet. - - - - - is running the installer as an administrator (root) - - - - - The setup program is not running with administrator rights. - - - - - The installer is not running with administrator rights. - - - - - has a screen large enough to show the whole installer - - - - - The screen is too small to display the setup program. - - - - - The screen is too small to display the installer. - - - - - HostInfoJob - - - Collecting information about your machine. - - - - - IDJob - - - - - - OEM Batch Identifier - - - - - Could not create directories <code>%1</code>. - - - - - Could not open file <code>%1</code>. - - - - - Could not write to file <code>%1</code>. - - - - - InitcpioJob - - - Creating initramfs with mkinitcpio. - - - - - InitramfsJob - - - Creating initramfs. - - - - - InteractiveTerminalPage - - - Konsole not installed - - - - - Please install KDE Konsole and try again! - - - - - Executing script: &nbsp;<code>%1</code> - - - - - InteractiveTerminalViewStep - - - Script - - - - - KeyboardQmlViewStep - - - Keyboard - - - - - KeyboardViewStep - - - Keyboard - - - - - LCLocaleDialog - - - System locale setting - - - - - The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. - - - - - &Cancel - - - - - &OK - - - - - LicensePage - - - Form - - - - - <h1>License Agreement</h1> - - - - - I accept the terms and conditions above. - - - - - Please review the End User License Agreements (EULAs). - - - - - This setup procedure will install proprietary software that is subject to licensing terms. - - - - - If you do not agree with the terms, the setup procedure cannot continue. - - - - - This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. - - - - - If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. - - - - - LicenseViewStep - - - License - - - - - LicenseWidget - - - URL: %1 - - - - - <strong>%1 driver</strong><br/>by %2 - %1 is an untranslatable product name, example: Creative Audigy driver - - - - - <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> - %1 is usually a vendor name, example: Nvidia graphics driver - - - - - <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 codec</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 package</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1</strong><br/><font color="Grey">by %2</font> - - - - - File: %1 - - - - - Hide license text - - - - - Show the license text - - - - - Open license agreement in browser. - - - - - LocalePage - - - Region: - - - - - Zone: - - - - - - &Change... - - - - - LocaleQmlViewStep - - - Location - - - - - LocaleTests - - - Quit - - - - - LocaleViewStep - - - Location - - - - - LuksBootKeyFileJob - - - Configuring LUKS key file. - - - - - - No partitions are defined. - - - - - - - Encrypted rootfs setup error - - - - - Root partition %1 is LUKS but no passphrase has been set. - - - - - Could not create LUKS key file for root partition %1. - - - - - Could not configure LUKS key file on partition %1. - - - - - MachineIdJob - - - Generate machine-id. - - - - - Configuration Error - - - - - No root mount point is set for MachineId. - - - - - Map - - - Timezone: %1 - - - - - Please select your preferred location on the map so the installer can suggest the locale - and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging - to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. - - - - - NetInstallViewStep - - - Package selection - - - - - Office software - - - - - Office package - - - - - Browser software - - - - - Browser package - - - - - Web browser - - - - - Kernel - - - - - Services - - - - - Login - - - - - Desktop - - - - - Applications - - - - - Communication - - - - - Development - - - - - Office - - - - - Multimedia - - - - - Internet - - - - - Theming - - - - - Gaming - - - - - Utilities - - - - - NotesQmlViewStep - - - Notes - - - - - OEMPage - - - Ba&tch: - - - - - <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html> - - - - - <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html> - - - - - OEMViewStep - - - OEM Configuration - - - - - Set the OEM Batch Identifier to <code>%1</code>. - - - - - Offline - - - Select your preferred Region, or use the default settings. - - - - - - - Timezone: %1 - - - - - Select your preferred Zone within your Region. - - - - - Zones - - - - - You can fine-tune Language and Locale settings below. - - - - - PWQ - - - Password is too short - - - - - Password is too long - - - - - Password is too weak - - - - - Memory allocation error when setting '%1' - - - - - Memory allocation error - - - - - The password is the same as the old one - - - - - The password is a palindrome - - - - - The password differs with case changes only - - - - - The password is too similar to the old one - - - - - The password contains the user name in some form - - - - - The password contains words from the real name of the user in some form - - - - - The password contains forbidden words in some form - - - - - The password contains too few digits - - - - - The password contains too few uppercase letters - - - - - The password contains fewer than %n lowercase letters - - - - - - - - The password contains too few lowercase letters - - - - - The password contains too few non-alphanumeric characters - - - - - The password is too short - - - - - The password does not contain enough character classes - - - - - The password contains too many same characters consecutively - - - - - The password contains too many characters of the same class consecutively - - - - - The password contains fewer than %n digits - - - - - - - - The password contains fewer than %n uppercase letters - - - - - - - - The password contains fewer than %n non-alphanumeric characters - - - - - - - - The password is shorter than %n characters - - - - - - - - The password is a rotated version of the previous one - - - - - The password contains fewer than %n character classes - - - - - - - - The password contains more than %n same characters consecutively - - - - - - - - The password contains more than %n characters of the same class consecutively - - - - - - - - The password contains monotonic sequence longer than %n characters - - - - - - - - The password contains too long of a monotonic character sequence - - - - - No password supplied - - - - - Cannot obtain random numbers from the RNG device - - - - - Password generation failed - required entropy too low for settings - - - - - The password fails the dictionary check - %1 - - - - - The password fails the dictionary check - - - - - Unknown setting - %1 - - - - - Unknown setting - - - - - Bad integer value of setting - %1 - - - - - Bad integer value - - - - - Setting %1 is not of integer type - - - - - Setting is not of integer type - - - - - Setting %1 is not of string type - - - - - Setting is not of string type - - - - - Opening the configuration file failed - - - - - The configuration file is malformed - - - - - Fatal failure - - - - - Unknown error - - - - - Password is empty - - - - - PackageChooserPage - - - Form - - - - - Product Name - - - - - TextLabel - - - - - Long Product Description - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - - - PackageModel - - - Name - - - - - Description - - - - - Page_Keyboard - - - Form - - - - - Keyboard Model: - - - - - Type here to test your keyboard - - - - - Page_UserSetup - - - Form - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - login - - - - - What is the name of this computer? - - - - - <small>This name will be used if you make the computer visible to others on a network.</small> - - - - - Computer Name - - - - - Choose a password to keep your account safe. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> - - - - - - Password - - - - - - Repeat Password - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Require strong passwords. - - - - - Log in automatically without asking for the password. - - - - - Use the same password for the administrator account. - - - - - Choose a password for the administrator account. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors.</small> - - - - - PartitionLabelsView - - - Root - - - - - Home - - - - - Boot - - - - - EFI system - - - - - Swap - - - - - New partition for %1 - - - - - New partition - - - - - %1 %2 - size[number] filesystem[name] - - - - - PartitionModel - - - - Free Space - - - - - - New partition - - - - - Name - - - - - File System - - - - - File System Label - - - - - Mount Point - - - - - Size - - - - - PartitionPage - - - Form - - - - - Storage de&vice: - - - - - &Revert All Changes - - - - - New Partition &Table - - - - - Cre&ate - - - - - &Edit - - - - - &Delete - - - - - New Volume Group - - - - - Resize Volume Group - - - - - Deactivate Volume Group - - - - - Remove Volume Group - - - - - I&nstall boot loader on: - - - - - Are you sure you want to create a new partition table on %1? - - - - - Can not create new partition - - - - - The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead. - - - - - PartitionViewStep - - - Gathering system information... - - - - - Partitions - - - - - Current: - - - - - After: - - - - - No EFI system partition configured - - - - - EFI system partition configured incorrectly - - - - - An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - - - - - The filesystem must be mounted on <strong>%1</strong>. - - - - - The filesystem must have type FAT32. - - - - - The filesystem must be at least %1 MiB in size. - - - - - The filesystem must have flag <strong>%1</strong> set. - - - - - You can continue without setting up an EFI system partition but your system may fail to start. - - - - - Option to use GPT on BIOS - - - - - A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - - - - - Boot partition not encrypted - - - - - A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - - - - - has at least one disk device available. - - - - - There are no partitions to install on. - - - - - PlasmaLnfJob - - - Plasma Look-and-Feel Job - - - - - - Could not select KDE Plasma Look-and-Feel package - - - - - PlasmaLnfPage - - - Form - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - PlasmaLnfViewStep - - - Look-and-Feel - - - - - PreserveFiles - - - Saving files for later ... - - - - - No files configured to save for later. - - - - - Not all of the configured files could be preserved. - - - - - ProcessResult - - - -There was no output from the command. - - - - - -Output: - - - - - - External command crashed. - - - - - Command <i>%1</i> crashed. - - - - - External command failed to start. - - - - - Command <i>%1</i> failed to start. - - - - - Internal error when starting command. - - - - - Bad parameters for process job call. - - - - - External command failed to finish. - - - - - Command <i>%1</i> failed to finish in %2 seconds. - - - - - External command finished with errors. - - - - - Command <i>%1</i> finished with exit code %2. - - - - - QObject - - - %1 (%2) - - - - - unknown - - - - - extended - - - - - unformatted - - - - - swap - - - - - - Default - - - - - - - - File not found - - - - - Path <pre>%1</pre> must be an absolute path. - - - - - Directory not found - - - - - - Could not create new random file <pre>%1</pre>. - - - - - No product - - - - - No description provided. - - - - - (no mount point) - - - - - Unpartitioned space or unknown partition table - - - - - Recommended - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - RemoveUserJob - - - Remove live user from target system - - - - - RemoveVolumeGroupJob - - - - Remove Volume Group named %1. - - - - - Remove Volume Group named <strong>%1</strong>. - - - - - The installer failed to remove a volume group named '%1'. - - - - - ReplaceWidget - - - Form - - - - - Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - - - - - The selected item does not appear to be a valid partition. - - - - - %1 cannot be installed on empty space. Please select an existing partition. - - - - - %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - - - - - %1 cannot be installed on this partition. - - - - - Data partition (%1) - - - - - Unknown system partition (%1) - - - - - %1 system partition (%2) - - - - - <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - - - - - <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - - - <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - Requirements - - - <p>This computer does not satisfy the minimum requirements for installing %1.<br/> - Installation cannot continue.</p> - - - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - ResizeFSJob - - - Resize Filesystem Job - - - - - Invalid configuration - - - - - The file-system resize job has an invalid configuration and will not run. - - - - - KPMCore not Available - - - - - Calamares cannot start KPMCore for the file-system resize job. - - - - - - - - - Resize Failed - - - - - The filesystem %1 could not be found in this system, and cannot be resized. - - - - - The device %1 could not be found in this system, and cannot be resized. - - - - - - The filesystem %1 cannot be resized. - - - - - - The device %1 cannot be resized. - - - - - The filesystem %1 must be resized, but cannot. - - - - - The device %1 must be resized, but cannot - - - - - ResizePartitionJob - - - Resize partition %1. - - - - - Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>. - - - - - Resizing %2MiB partition %1 to %3MiB. - - - - - The installer failed to resize partition %1 on disk '%2'. - - - - - ResizeVolumeGroupDialog - - - Resize Volume Group - - - - - ResizeVolumeGroupJob - - - - Resize volume group named %1 from %2 to %3. - - - - - Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>. - - - - - The installer failed to resize a volume group named '%1'. - - - - - ResultsListDialog - - - For best results, please ensure that this computer: - - - - - System requirements - - - - - ScanningDialog - - - Scanning storage devices... - - - - - Partitioning - - - - - SetHostNameJob - - - Set hostname %1 - - - - - Set hostname <strong>%1</strong>. - - - - - Setting hostname %1. - - - - - - Internal Error - - - - - - Cannot write hostname to target system - - - - - SetKeyboardLayoutJob - - - Set keyboard model to %1, layout to %2-%3 - - - - - Failed to write keyboard configuration for the virtual console. - - - - - - - Failed to write to %1 - - - - - Failed to write keyboard configuration for X11. - - - - - Failed to write keyboard configuration to existing /etc/default directory. - - - - - SetPartFlagsJob - - - Set flags on partition %1. - - - - - Set flags on %1MiB %2 partition. - - - - - Set flags on new partition. - - - - - Clear flags on partition <strong>%1</strong>. - - - - - Clear flags on %1MiB <strong>%2</strong> partition. - - - - - Clear flags on new partition. - - - - - Flag partition <strong>%1</strong> as <strong>%2</strong>. - - - - - Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>. - - - - - Flag new partition as <strong>%1</strong>. - - - - - Clearing flags on partition <strong>%1</strong>. - - - - - Clearing flags on %1MiB <strong>%2</strong> partition. - - - - - Clearing flags on new partition. - - - - - Setting flags <strong>%2</strong> on partition <strong>%1</strong>. - - - - - Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition. - - - - - Setting flags <strong>%1</strong> on new partition. - - - - - The installer failed to set flags on partition %1. - - - - - SetPasswordJob - - - Set password for user %1 - - - - - Setting password for user %1. - - - - - Bad destination system path. - - - - - rootMountPoint is %1 - - - - - Cannot disable root account. - - - - - passwd terminated with error code %1. - - - - - Cannot set password for user %1. - - - - - usermod terminated with error code %1. - - - - - SetTimezoneJob - - - Set timezone to %1/%2 - - - - - Cannot access selected timezone path. - - - - - Bad path: %1 - - - - - Cannot set timezone. - - - - - Link creation failed, target: %1; link name: %2 - - - - - Cannot set timezone, - - - - - Cannot open /etc/timezone for writing - - - - - SetupGroupsJob - - - Preparing groups. - - - - - - Could not create groups in target system - - - - - These groups are missing in the target system: %1 - - - - - SetupSudoJob - - - Configure <pre>sudo</pre> users. - - - - - Cannot chmod sudoers file. - - - - - Cannot create sudoers file for writing. - - - - - ShellProcessJob - - - Shell Processes Job - - - - - SlideCounter - - - %L1 / %L2 - slide counter, %1 of %2 (numeric) - - - - - StandardButtons - - - &OK - - - - - &Yes - - - - - &No - - - - - &Cancel - - - - - &Close - - - - - TrackingInstallJob - - - Installation feedback - - - - - Sending installation feedback. - - - - - Internal error in install-tracking. - - - - - HTTP request timed out. - - - - - TrackingKUserFeedbackJob - - - KDE user feedback - - - - - Configuring KDE user feedback. - - - - - - Error in KDE user feedback configuration. - - - - - Could not configure KDE user feedback correctly, script error %1. - - - - - Could not configure KDE user feedback correctly, Calamares error %1. - - - - - TrackingMachineUpdateManagerJob - - - Machine feedback - - - - - Configuring machine feedback. - - - - - - Error in machine feedback configuration. - - - - - Could not configure machine feedback correctly, script error %1. - - - - - Could not configure machine feedback correctly, Calamares error %1. - - - - - TrackingPage - - - Form - - - - - Placeholder - - - - - <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> - - - - - <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> - - - - - Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - - - - - By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - - - - - By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - - - - - By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. - - - - - TrackingViewStep - - - Feedback - - - - - UsersPage - - - <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - - - - - <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> - - - - - UsersQmlViewStep - - - Users - - - - - UsersViewStep - - - Users - - - - - VariantModel - - - Key - Column header for key/value - - - - - Value - Column header for key/value - - - - - VolumeGroupBaseDialog - - - Create Volume Group - - - - - List of Physical Volumes - - - - - Volume Group Name: - - - - - Volume Group Type: - - - - - Physical Extent Size: - - - - - MiB - - - - - Total Size: - - - - - Used Size: - - - - - Total Sectors: - - - - - Quantity of LVs: - - - - - WelcomePage - - - Form - - - - - - Select application and system language - - - - - &About - - - - - Open donations website - - - - - &Donate - - - - - Open help and support website - - - - - &Support - - - - - Open issues and bug-tracking website - - - - - &Known issues - - - - - Open release notes website - - - - - &Release notes - - - - - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - - %1 support - - - - - About %1 setup - - - - - About %1 installer - - - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - - - - WelcomeQmlViewStep - - - Welcome - - - - - WelcomeViewStep - - - Welcome - - - - - about - - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - - Back - - - - - calamares-sidebar - - - Show debug information - - - - - finishedq - - - Installation Completed - - - - - %1 has been installed on your computer.<br/> - You may now restart into your new system, or continue using the Live environment. - - - - - Close Installer - - - - - Restart System - - - - - <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/> - This log is copied to /var/log/installation.log of the target system.</p> - - - - - i18n - - - <h1>Languages</h1> </br> - The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>. - - - - - <h1>Locales</h1> </br> - The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>. - - - - - Back - - - - - keyboardq - - - To activate keyboard preview, select a layout. - - - - - Keyboard Model: - - - - - Layouts - - - - - Type here to test your keyboard - - - - - Variants - - - - - localeq - - - Change - - - - - notesqml - - - <h3>%1</h3> - <p>These are example release notes.</p> - - - - - packagechooserq - - - LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/> - Default option. - - - - - LibreOffice - - - - - If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives. - - - - - No Office Suite - - - - - Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser. - - - - - Minimal Install - - - - - Please select an option for your install, or use the default: LibreOffice included. - - - - - release_notes - - - <h3>%1</h3> - <p>This an example QML file, showing options in RichText with Flickable content.</p> - - <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p> - - <p><b>This is bold text</b></p> - <p><i>This is italic text</i></p> - <p><u>This is underlined text</u></p> - <p><center>This text will be center-aligned.</center></p> - <p><s>This is strikethrough</s></p> - - <p>Code example: - <code>ls -l /home</code></p> - - <p><b>Lists:</b></p> - <ul> - <li>Intel CPU systems</li> - <li>AMD CPU systems</li> - </ul> - - <p>The vertical scrollbar is adjustable, current width set to 10.</p> - - - - - Back - - - - - usersq - - - Pick your user name and credentials to login and perform admin tasks - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - Login Name - - - - - If more than one person will use this computer, you can create multiple accounts after installation. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - root is not allowed as username. - - - - - What is the name of this computer? - - - - - Computer Name - - - - - This name will be used if you make the computer visible to others on a network. - - - - - localhost is not allowed as hostname. - - - - - Choose a password to keep your account safe. - - - - - Password - - - - - Repeat Password - - - - - Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - - - - - Validate passwords quality - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Log in automatically without asking for the password - - - - - Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - - - - - Reuse user password as root password - - - - - Use the same password for the administrator account. - - - - - Choose a root password to keep your account safe. - - - - - Root Password - - - - - Repeat Root Password - - - - - Enter the same password twice, so that it can be checked for typing errors. - - - - - welcomeq - - - <h3>Welcome to the %1 <quote>%2</quote> installer</h3> - <p>This program will ask you some questions and set up %1 on your computer.</p> - - - - - About - - - - - Support - - - - - Known issues - - - - - Release notes - - - - - Donate - - - - diff --git a/lang/calamares_en_IN.ts b/lang/calamares_en_IN.ts deleted file mode 100644 index c46b6731f..000000000 --- a/lang/calamares_en_IN.ts +++ /dev/null @@ -1,4377 +0,0 @@ - - - - - AutoMountManagementJob - - - Manage auto-mount settings - - - - - BootInfoWidget - - - The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode. - - - - - This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. - - - - - This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. - - - - - BootLoaderModel - - - Master Boot Record of %1 - - - - - Boot Partition - - - - - System Partition - - - - - Do not install a boot loader - - - - - %1 (%2) - - - - - Calamares::BlankViewStep - - - Blank Page - - - - - Calamares::DebugWindow - - - Form - - - - - GlobalStorage - - - - - JobQueue - - - - - Modules - - - - - Type: - - - - - - none - - - - - Interface: - - - - - Crashes Calamares, so that Dr. Konqui can look at it. - - - - - Reloads the stylesheet from the branding directory. - - - - - Uploads the session log to the configured pastebin. - - - - - Send Session Log - - - - - Reload Stylesheet - - - - - Displays the tree of widget names in the log (for stylesheet debugging). - - - - - Widget Tree - - - - - Debug information - - - - - Calamares::ExecutionViewStep - - - Set up - - - - - Install - - - - - Calamares::FailJob - - - Job failed (%1) - - - - - Programmed job failure was explicitly requested. - - - - - Calamares::JobThread - - - Done - - - - - Calamares::NamedJob - - - Example job (%1) - - - - - Calamares::ProcessJob - - - Run command '%1' in target system. - - - - - Run command '%1'. - - - - - Running command %1 %2 - - - - - Calamares::PythonJob - - - Running %1 operation. - - - - - Bad working directory path - - - - - Working directory %1 for python job %2 is not readable. - - - - - Bad main script file - - - - - Main script file %1 for python job %2 is not readable. - - - - - Boost.Python error in job "%1". - - - - - Calamares::QmlViewStep - - - Loading ... - - - - - QML Step <i>%1</i>. - - - - - Loading failed. - - - - - Calamares::RequirementsChecker - - - Requirements checking for module <i>%1</i> is complete. - - - - - Waiting for %n module(s). - - - - - - - - (%n second(s)) - - - - - - - - System-requirements checking is complete. - - - - - Calamares::ViewManager - - - Setup Failed - - - - - Installation Failed - - - - - Would you like to paste the install log to the web? - - - - - Error - - - - - &Yes - - - - - &No - - - - - &Close - - - - - Install Log Paste URL - - - - - The upload was unsuccessful. No web-paste was done. - - - - - Install log posted to - -%1 - -Link copied to clipboard - - - - - Calamares Initialization Failed - - - - - %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution. - - - - - <br/>The following modules could not be loaded: - - - - - Continue with setup? - - - - - Continue with installation? - - - - - The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - &Set up now - - - - - &Install now - - - - - Go &back - - - - - &Set up - - - - - &Install - - - - - Setup is complete. Close the setup program. - - - - - The installation is complete. Close the installer. - - - - - Cancel setup without changing the system. - - - - - Cancel installation without changing the system. - - - - - &Next - - - - - &Back - - - - - &Done - - - - - &Cancel - - - - - Cancel setup? - - - - - Cancel installation? - - - - - Do you really want to cancel the current setup process? -The setup program will quit and all changes will be lost. - - - - - Do you really want to cancel the current install process? -The installer will quit and all changes will be lost. - - - - - CalamaresPython::Helper - - - Unknown exception type - - - - - unparseable Python error - - - - - unparseable Python traceback - - - - - Unfetchable Python error. - - - - - CalamaresWindow - - - %1 Setup Program - - - - - %1 Installer - - - - - ChangeFilesystemLabelJob - - - Set filesystem label on %1. - - - - - Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>. - - - - - The installer failed to update partition table on disk '%1'. - - - - - CheckerContainer - - - Gathering system information... - - - - - ChoicePage - - - Form - - - - - Select storage de&vice: - - - - - - - - Current: - - - - - After: - - - - - <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - - - - - Reuse %1 as home partition for %2. - - - - - <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - - - - - %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - - - - - Boot loader location: - - - - - <strong>Select a partition to install on</strong> - - - - - An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - - - - <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - - - - - <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - - - - - <strong>Replace a partition</strong><br/>Replaces a partition with %1. - - - - - This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - - - - - This storage device has one of its partitions <strong>mounted</strong>. - - - - - This storage device is a part of an <strong>inactive RAID</strong> device. - - - - - No Swap - - - - - Reuse Swap - - - - - Swap (no Hibernate) - - - - - Swap (with Hibernate) - - - - - Swap to file - - - - - ClearMountsJob - - - Successfully unmounted %1. - - - - - Successfully disabled swap %1. - - - - - Successfully cleared swap %1. - - - - - Successfully closed mapper device %1. - - - - - Successfully disabled volume group %1. - - - - - Clear mounts for partitioning operations on %1 - - - - - Clearing mounts for partitioning operations on %1. - - - - - Cleared all mounts for %1 - - - - - ClearTempMountsJob - - - Clear all temporary mounts. - - - - - Clearing all temporary mounts. - - - - - Cannot get list of temporary mounts. - - - - - Cleared all temporary mounts. - - - - - CommandList - - - - Could not run command. - - - - - The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined. - - - - - The command needs to know the user's name, but no username is defined. - - - - - Config - - - Set keyboard model to %1.<br/> - - - - - Set keyboard layout to %1/%2. - - - - - Set timezone to %1/%2. - - - - - The system language will be set to %1. - - - - - The numbers and dates locale will be set to %1. - - - - - Network Installation. (Disabled: Incorrect configuration) - - - - - Network Installation. (Disabled: Received invalid groups data) - - - - - Network Installation. (Disabled: Internal error) - - - - - Network Installation. (Disabled: No package list) - - - - - Package selection - - - - - Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - - - - - This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - - - - - This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - - - - - This program will ask you some questions and set up %2 on your computer. - - - - - <h1>Welcome to the Calamares setup program for %1</h1> - - - - - <h1>Welcome to %1 setup</h1> - - - - - <h1>Welcome to the Calamares installer for %1</h1> - - - - - <h1>Welcome to the %1 installer</h1> - - - - - Your username is too long. - - - - - '%1' is not allowed as username. - - - - - Your username must start with a lowercase letter or underscore. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - Your hostname is too short. - - - - - Your hostname is too long. - - - - - '%1' is not allowed as hostname. - - - - - Only letters, numbers, underscore and hyphen are allowed. - - - - - Your passwords do not match! - - - - - OK! - - - - - Setup Failed - - - - - Installation Failed - - - - - The setup of %1 did not complete successfully. - - - - - The installation of %1 did not complete successfully. - - - - - Setup Complete - - - - - Installation Complete - - - - - The setup of %1 is complete. - - - - - The installation of %1 is complete. - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - Install option: <strong>%1</strong> - - - - - None - - - - - Summary - - - - - This is an overview of what will happen once you start the setup procedure. - - - - - This is an overview of what will happen once you start the install procedure. - - - - - ContextualProcessJob - - - Contextual Processes Job - - - - - CreatePartitionDialog - - - Create a Partition - - - - - Si&ze: - - - - - MiB - - - - - Partition &Type: - - - - - &Primary - - - - - E&xtended - - - - - Fi&le System: - - - - - LVM LV name - - - - - &Mount Point: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - En&crypt - - - - - Logical - - - - - Primary - - - - - GPT - - - - - Mountpoint already in use. Please select another one. - - - - - CreatePartitionJob - - - Create new %1MiB partition on %3 (%2) with entries %4. - - - - - Create new %1MiB partition on %3 (%2). - - - - - Create new %2MiB partition on %4 (%3) with file system %1. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2). - - - - - Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>. - - - - - - Creating new %1 partition on %2. - - - - - The installer failed to create partition on disk '%1'. - - - - - CreatePartitionTableDialog - - - Create Partition Table - - - - - Creating a new partition table will delete all existing data on the disk. - - - - - What kind of partition table do you want to create? - - - - - Master Boot Record (MBR) - - - - - GUID Partition Table (GPT) - - - - - CreatePartitionTableJob - - - Create new %1 partition table on %2. - - - - - Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). - - - - - Creating new %1 partition table on %2. - - - - - The installer failed to create a partition table on %1. - - - - - CreateUserJob - - - Create user %1 - - - - - Create user <strong>%1</strong>. - - - - - Preserving home directory - - - - - - Creating user %1 - - - - - Configuring user %1 - - - - - Setting file permissions - - - - - CreateVolumeGroupDialog - - - Create Volume Group - - - - - CreateVolumeGroupJob - - - Create new volume group named %1. - - - - - Create new volume group named <strong>%1</strong>. - - - - - Creating new volume group named %1. - - - - - The installer failed to create a volume group named '%1'. - - - - - DeactivateVolumeGroupJob - - - - Deactivate volume group named %1. - - - - - Deactivate volume group named <strong>%1</strong>. - - - - - The installer failed to deactivate a volume group named %1. - - - - - DeletePartitionJob - - - Delete partition %1. - - - - - Delete partition <strong>%1</strong>. - - - - - Deleting partition %1. - - - - - The installer failed to delete partition %1. - - - - - DeviceInfoWidget - - - This device has a <strong>%1</strong> partition table. - - - - - This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. - - - - - This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. - - - - - <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment. - - - - - <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. - - - - - The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. - - - - - DeviceModel - - - %1 - %2 (%3) - device[name] - size[number] (device-node[name]) - - - - - %1 - (%2) - device[name] - (device-node[name]) - - - - - DracutLuksCfgJob - - - Write LUKS configuration for Dracut to %1 - - - - - Skip writing LUKS configuration for Dracut: "/" partition is not encrypted - - - - - Failed to open %1 - - - - - DummyCppJob - - - Dummy C++ Job - - - - - EditExistingPartitionDialog - - - Edit Existing Partition - - - - - Content: - - - - - &Keep - - - - - Format - - - - - Warning: Formatting the partition will erase all existing data. - - - - - &Mount Point: - - - - - Si&ze: - - - - - MiB - - - - - Fi&le System: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - Mountpoint already in use. Please select another one. - - - - - EncryptWidget - - - Form - - - - - En&crypt system - - - - - Passphrase - - - - - Confirm passphrase - - - - - - Please enter the same passphrase in both boxes. - - - - - FillGlobalStorageJob - - - Set partition information - - - - - Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em> - - - - - Install %1 on <strong>new</strong> %2 system partition. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3. - - - - - Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4. - - - - - Install %2 on %3 system partition <strong>%1</strong>. - - - - - Install boot loader on <strong>%1</strong>. - - - - - Setting up mount points. - - - - - FinishedPage - - - Form - - - - - &Restart now - - - - - <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - - - - - <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - - - - - <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - - - - - <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. - - - - - FinishedQmlViewStep - - - Finish - - - - - FinishedViewStep - - - Finish - - - - - FormatPartitionJob - - - Format partition %1 (file system: %2, size: %3 MiB) on %4. - - - - - Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. - - - - - Formatting partition %1 with file system %2. - - - - - The installer failed to format partition %1 on disk '%2'. - - - - - GeneralRequirements - - - has at least %1 GiB available drive space - - - - - There is not enough drive space. At least %1 GiB is required. - - - - - has at least %1 GiB working memory - - - - - The system does not have enough working memory. At least %1 GiB is required. - - - - - is plugged in to a power source - - - - - The system is not plugged in to a power source. - - - - - is connected to the Internet - - - - - The system is not connected to the Internet. - - - - - is running the installer as an administrator (root) - - - - - The setup program is not running with administrator rights. - - - - - The installer is not running with administrator rights. - - - - - has a screen large enough to show the whole installer - - - - - The screen is too small to display the setup program. - - - - - The screen is too small to display the installer. - - - - - HostInfoJob - - - Collecting information about your machine. - - - - - IDJob - - - - - - OEM Batch Identifier - - - - - Could not create directories <code>%1</code>. - - - - - Could not open file <code>%1</code>. - - - - - Could not write to file <code>%1</code>. - - - - - InitcpioJob - - - Creating initramfs with mkinitcpio. - - - - - InitramfsJob - - - Creating initramfs. - - - - - InteractiveTerminalPage - - - Konsole not installed - - - - - Please install KDE Konsole and try again! - - - - - Executing script: &nbsp;<code>%1</code> - - - - - InteractiveTerminalViewStep - - - Script - - - - - KeyboardQmlViewStep - - - Keyboard - - - - - KeyboardViewStep - - - Keyboard - - - - - LCLocaleDialog - - - System locale setting - - - - - The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. - - - - - &Cancel - - - - - &OK - - - - - LicensePage - - - Form - - - - - <h1>License Agreement</h1> - - - - - I accept the terms and conditions above. - - - - - Please review the End User License Agreements (EULAs). - - - - - This setup procedure will install proprietary software that is subject to licensing terms. - - - - - If you do not agree with the terms, the setup procedure cannot continue. - - - - - This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. - - - - - If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. - - - - - LicenseViewStep - - - License - - - - - LicenseWidget - - - URL: %1 - - - - - <strong>%1 driver</strong><br/>by %2 - %1 is an untranslatable product name, example: Creative Audigy driver - - - - - <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> - %1 is usually a vendor name, example: Nvidia graphics driver - - - - - <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 codec</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 package</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1</strong><br/><font color="Grey">by %2</font> - - - - - File: %1 - - - - - Hide license text - - - - - Show the license text - - - - - Open license agreement in browser. - - - - - LocalePage - - - Region: - - - - - Zone: - - - - - - &Change... - - - - - LocaleQmlViewStep - - - Location - - - - - LocaleTests - - - Quit - - - - - LocaleViewStep - - - Location - - - - - LuksBootKeyFileJob - - - Configuring LUKS key file. - - - - - - No partitions are defined. - - - - - - - Encrypted rootfs setup error - - - - - Root partition %1 is LUKS but no passphrase has been set. - - - - - Could not create LUKS key file for root partition %1. - - - - - Could not configure LUKS key file on partition %1. - - - - - MachineIdJob - - - Generate machine-id. - - - - - Configuration Error - - - - - No root mount point is set for MachineId. - - - - - Map - - - Timezone: %1 - - - - - Please select your preferred location on the map so the installer can suggest the locale - and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging - to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. - - - - - NetInstallViewStep - - - Package selection - - - - - Office software - - - - - Office package - - - - - Browser software - - - - - Browser package - - - - - Web browser - - - - - Kernel - - - - - Services - - - - - Login - - - - - Desktop - - - - - Applications - - - - - Communication - - - - - Development - - - - - Office - - - - - Multimedia - - - - - Internet - - - - - Theming - - - - - Gaming - - - - - Utilities - - - - - NotesQmlViewStep - - - Notes - - - - - OEMPage - - - Ba&tch: - - - - - <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html> - - - - - <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html> - - - - - OEMViewStep - - - OEM Configuration - - - - - Set the OEM Batch Identifier to <code>%1</code>. - - - - - Offline - - - Select your preferred Region, or use the default settings. - - - - - - - Timezone: %1 - - - - - Select your preferred Zone within your Region. - - - - - Zones - - - - - You can fine-tune Language and Locale settings below. - - - - - PWQ - - - Password is too short - - - - - Password is too long - - - - - Password is too weak - - - - - Memory allocation error when setting '%1' - - - - - Memory allocation error - - - - - The password is the same as the old one - - - - - The password is a palindrome - - - - - The password differs with case changes only - - - - - The password is too similar to the old one - - - - - The password contains the user name in some form - - - - - The password contains words from the real name of the user in some form - - - - - The password contains forbidden words in some form - - - - - The password contains too few digits - - - - - The password contains too few uppercase letters - - - - - The password contains fewer than %n lowercase letters - - - - - - - - The password contains too few lowercase letters - - - - - The password contains too few non-alphanumeric characters - - - - - The password is too short - - - - - The password does not contain enough character classes - - - - - The password contains too many same characters consecutively - - - - - The password contains too many characters of the same class consecutively - - - - - The password contains fewer than %n digits - - - - - - - - The password contains fewer than %n uppercase letters - - - - - - - - The password contains fewer than %n non-alphanumeric characters - - - - - - - - The password is shorter than %n characters - - - - - - - - The password is a rotated version of the previous one - - - - - The password contains fewer than %n character classes - - - - - - - - The password contains more than %n same characters consecutively - - - - - - - - The password contains more than %n characters of the same class consecutively - - - - - - - - The password contains monotonic sequence longer than %n characters - - - - - - - - The password contains too long of a monotonic character sequence - - - - - No password supplied - - - - - Cannot obtain random numbers from the RNG device - - - - - Password generation failed - required entropy too low for settings - - - - - The password fails the dictionary check - %1 - - - - - The password fails the dictionary check - - - - - Unknown setting - %1 - - - - - Unknown setting - - - - - Bad integer value of setting - %1 - - - - - Bad integer value - - - - - Setting %1 is not of integer type - - - - - Setting is not of integer type - - - - - Setting %1 is not of string type - - - - - Setting is not of string type - - - - - Opening the configuration file failed - - - - - The configuration file is malformed - - - - - Fatal failure - - - - - Unknown error - - - - - Password is empty - - - - - PackageChooserPage - - - Form - - - - - Product Name - - - - - TextLabel - - - - - Long Product Description - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - - - PackageModel - - - Name - - - - - Description - - - - - Page_Keyboard - - - Form - - - - - Keyboard Model: - - - - - Type here to test your keyboard - - - - - Page_UserSetup - - - Form - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - login - - - - - What is the name of this computer? - - - - - <small>This name will be used if you make the computer visible to others on a network.</small> - - - - - Computer Name - - - - - Choose a password to keep your account safe. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> - - - - - - Password - - - - - - Repeat Password - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Require strong passwords. - - - - - Log in automatically without asking for the password. - - - - - Use the same password for the administrator account. - - - - - Choose a password for the administrator account. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors.</small> - - - - - PartitionLabelsView - - - Root - - - - - Home - - - - - Boot - - - - - EFI system - - - - - Swap - - - - - New partition for %1 - - - - - New partition - - - - - %1 %2 - size[number] filesystem[name] - - - - - PartitionModel - - - - Free Space - - - - - - New partition - - - - - Name - - - - - File System - - - - - File System Label - - - - - Mount Point - - - - - Size - - - - - PartitionPage - - - Form - - - - - Storage de&vice: - - - - - &Revert All Changes - - - - - New Partition &Table - - - - - Cre&ate - - - - - &Edit - - - - - &Delete - - - - - New Volume Group - - - - - Resize Volume Group - - - - - Deactivate Volume Group - - - - - Remove Volume Group - - - - - I&nstall boot loader on: - - - - - Are you sure you want to create a new partition table on %1? - - - - - Can not create new partition - - - - - The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead. - - - - - PartitionViewStep - - - Gathering system information... - - - - - Partitions - - - - - Current: - - - - - After: - - - - - No EFI system partition configured - - - - - EFI system partition configured incorrectly - - - - - An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - - - - - The filesystem must be mounted on <strong>%1</strong>. - - - - - The filesystem must have type FAT32. - - - - - The filesystem must be at least %1 MiB in size. - - - - - The filesystem must have flag <strong>%1</strong> set. - - - - - You can continue without setting up an EFI system partition but your system may fail to start. - - - - - Option to use GPT on BIOS - - - - - A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - - - - - Boot partition not encrypted - - - - - A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - - - - - has at least one disk device available. - - - - - There are no partitions to install on. - - - - - PlasmaLnfJob - - - Plasma Look-and-Feel Job - - - - - - Could not select KDE Plasma Look-and-Feel package - - - - - PlasmaLnfPage - - - Form - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - PlasmaLnfViewStep - - - Look-and-Feel - - - - - PreserveFiles - - - Saving files for later ... - - - - - No files configured to save for later. - - - - - Not all of the configured files could be preserved. - - - - - ProcessResult - - - -There was no output from the command. - - - - - -Output: - - - - - - External command crashed. - - - - - Command <i>%1</i> crashed. - - - - - External command failed to start. - - - - - Command <i>%1</i> failed to start. - - - - - Internal error when starting command. - - - - - Bad parameters for process job call. - - - - - External command failed to finish. - - - - - Command <i>%1</i> failed to finish in %2 seconds. - - - - - External command finished with errors. - - - - - Command <i>%1</i> finished with exit code %2. - - - - - QObject - - - %1 (%2) - - - - - unknown - - - - - extended - - - - - unformatted - - - - - swap - - - - - - Default - - - - - - - - File not found - - - - - Path <pre>%1</pre> must be an absolute path. - - - - - Directory not found - - - - - - Could not create new random file <pre>%1</pre>. - - - - - No product - - - - - No description provided. - - - - - (no mount point) - - - - - Unpartitioned space or unknown partition table - - - - - Recommended - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - RemoveUserJob - - - Remove live user from target system - - - - - RemoveVolumeGroupJob - - - - Remove Volume Group named %1. - - - - - Remove Volume Group named <strong>%1</strong>. - - - - - The installer failed to remove a volume group named '%1'. - - - - - ReplaceWidget - - - Form - - - - - Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - - - - - The selected item does not appear to be a valid partition. - - - - - %1 cannot be installed on empty space. Please select an existing partition. - - - - - %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - - - - - %1 cannot be installed on this partition. - - - - - Data partition (%1) - - - - - Unknown system partition (%1) - - - - - %1 system partition (%2) - - - - - <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - - - - - <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - - - <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - Requirements - - - <p>This computer does not satisfy the minimum requirements for installing %1.<br/> - Installation cannot continue.</p> - - - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - ResizeFSJob - - - Resize Filesystem Job - - - - - Invalid configuration - - - - - The file-system resize job has an invalid configuration and will not run. - - - - - KPMCore not Available - - - - - Calamares cannot start KPMCore for the file-system resize job. - - - - - - - - - Resize Failed - - - - - The filesystem %1 could not be found in this system, and cannot be resized. - - - - - The device %1 could not be found in this system, and cannot be resized. - - - - - - The filesystem %1 cannot be resized. - - - - - - The device %1 cannot be resized. - - - - - The filesystem %1 must be resized, but cannot. - - - - - The device %1 must be resized, but cannot - - - - - ResizePartitionJob - - - Resize partition %1. - - - - - Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>. - - - - - Resizing %2MiB partition %1 to %3MiB. - - - - - The installer failed to resize partition %1 on disk '%2'. - - - - - ResizeVolumeGroupDialog - - - Resize Volume Group - - - - - ResizeVolumeGroupJob - - - - Resize volume group named %1 from %2 to %3. - - - - - Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>. - - - - - The installer failed to resize a volume group named '%1'. - - - - - ResultsListDialog - - - For best results, please ensure that this computer: - - - - - System requirements - - - - - ScanningDialog - - - Scanning storage devices... - - - - - Partitioning - - - - - SetHostNameJob - - - Set hostname %1 - - - - - Set hostname <strong>%1</strong>. - - - - - Setting hostname %1. - - - - - - Internal Error - - - - - - Cannot write hostname to target system - - - - - SetKeyboardLayoutJob - - - Set keyboard model to %1, layout to %2-%3 - - - - - Failed to write keyboard configuration for the virtual console. - - - - - - - Failed to write to %1 - - - - - Failed to write keyboard configuration for X11. - - - - - Failed to write keyboard configuration to existing /etc/default directory. - - - - - SetPartFlagsJob - - - Set flags on partition %1. - - - - - Set flags on %1MiB %2 partition. - - - - - Set flags on new partition. - - - - - Clear flags on partition <strong>%1</strong>. - - - - - Clear flags on %1MiB <strong>%2</strong> partition. - - - - - Clear flags on new partition. - - - - - Flag partition <strong>%1</strong> as <strong>%2</strong>. - - - - - Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>. - - - - - Flag new partition as <strong>%1</strong>. - - - - - Clearing flags on partition <strong>%1</strong>. - - - - - Clearing flags on %1MiB <strong>%2</strong> partition. - - - - - Clearing flags on new partition. - - - - - Setting flags <strong>%2</strong> on partition <strong>%1</strong>. - - - - - Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition. - - - - - Setting flags <strong>%1</strong> on new partition. - - - - - The installer failed to set flags on partition %1. - - - - - SetPasswordJob - - - Set password for user %1 - - - - - Setting password for user %1. - - - - - Bad destination system path. - - - - - rootMountPoint is %1 - - - - - Cannot disable root account. - - - - - passwd terminated with error code %1. - - - - - Cannot set password for user %1. - - - - - usermod terminated with error code %1. - - - - - SetTimezoneJob - - - Set timezone to %1/%2 - - - - - Cannot access selected timezone path. - - - - - Bad path: %1 - - - - - Cannot set timezone. - - - - - Link creation failed, target: %1; link name: %2 - - - - - Cannot set timezone, - - - - - Cannot open /etc/timezone for writing - - - - - SetupGroupsJob - - - Preparing groups. - - - - - - Could not create groups in target system - - - - - These groups are missing in the target system: %1 - - - - - SetupSudoJob - - - Configure <pre>sudo</pre> users. - - - - - Cannot chmod sudoers file. - - - - - Cannot create sudoers file for writing. - - - - - ShellProcessJob - - - Shell Processes Job - - - - - SlideCounter - - - %L1 / %L2 - slide counter, %1 of %2 (numeric) - - - - - StandardButtons - - - &OK - - - - - &Yes - - - - - &No - - - - - &Cancel - - - - - &Close - - - - - TrackingInstallJob - - - Installation feedback - - - - - Sending installation feedback. - - - - - Internal error in install-tracking. - - - - - HTTP request timed out. - - - - - TrackingKUserFeedbackJob - - - KDE user feedback - - - - - Configuring KDE user feedback. - - - - - - Error in KDE user feedback configuration. - - - - - Could not configure KDE user feedback correctly, script error %1. - - - - - Could not configure KDE user feedback correctly, Calamares error %1. - - - - - TrackingMachineUpdateManagerJob - - - Machine feedback - - - - - Configuring machine feedback. - - - - - - Error in machine feedback configuration. - - - - - Could not configure machine feedback correctly, script error %1. - - - - - Could not configure machine feedback correctly, Calamares error %1. - - - - - TrackingPage - - - Form - - - - - Placeholder - - - - - <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> - - - - - <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> - - - - - Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - - - - - By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - - - - - By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - - - - - By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. - - - - - TrackingViewStep - - - Feedback - - - - - UsersPage - - - <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - - - - - <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> - - - - - UsersQmlViewStep - - - Users - - - - - UsersViewStep - - - Users - - - - - VariantModel - - - Key - Column header for key/value - - - - - Value - Column header for key/value - - - - - VolumeGroupBaseDialog - - - Create Volume Group - - - - - List of Physical Volumes - - - - - Volume Group Name: - - - - - Volume Group Type: - - - - - Physical Extent Size: - - - - - MiB - - - - - Total Size: - - - - - Used Size: - - - - - Total Sectors: - - - - - Quantity of LVs: - - - - - WelcomePage - - - Form - - - - - - Select application and system language - - - - - &About - - - - - Open donations website - - - - - &Donate - - - - - Open help and support website - - - - - &Support - - - - - Open issues and bug-tracking website - - - - - &Known issues - - - - - Open release notes website - - - - - &Release notes - - - - - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - - %1 support - - - - - About %1 setup - - - - - About %1 installer - - - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - - - - WelcomeQmlViewStep - - - Welcome - - - - - WelcomeViewStep - - - Welcome - - - - - about - - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - - Back - - - - - calamares-sidebar - - - Show debug information - - - - - finishedq - - - Installation Completed - - - - - %1 has been installed on your computer.<br/> - You may now restart into your new system, or continue using the Live environment. - - - - - Close Installer - - - - - Restart System - - - - - <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/> - This log is copied to /var/log/installation.log of the target system.</p> - - - - - i18n - - - <h1>Languages</h1> </br> - The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>. - - - - - <h1>Locales</h1> </br> - The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>. - - - - - Back - - - - - keyboardq - - - To activate keyboard preview, select a layout. - - - - - Keyboard Model: - - - - - Layouts - - - - - Type here to test your keyboard - - - - - Variants - - - - - localeq - - - Change - - - - - notesqml - - - <h3>%1</h3> - <p>These are example release notes.</p> - - - - - packagechooserq - - - LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/> - Default option. - - - - - LibreOffice - - - - - If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives. - - - - - No Office Suite - - - - - Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser. - - - - - Minimal Install - - - - - Please select an option for your install, or use the default: LibreOffice included. - - - - - release_notes - - - <h3>%1</h3> - <p>This an example QML file, showing options in RichText with Flickable content.</p> - - <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p> - - <p><b>This is bold text</b></p> - <p><i>This is italic text</i></p> - <p><u>This is underlined text</u></p> - <p><center>This text will be center-aligned.</center></p> - <p><s>This is strikethrough</s></p> - - <p>Code example: - <code>ls -l /home</code></p> - - <p><b>Lists:</b></p> - <ul> - <li>Intel CPU systems</li> - <li>AMD CPU systems</li> - </ul> - - <p>The vertical scrollbar is adjustable, current width set to 10.</p> - - - - - Back - - - - - usersq - - - Pick your user name and credentials to login and perform admin tasks - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - Login Name - - - - - If more than one person will use this computer, you can create multiple accounts after installation. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - root is not allowed as username. - - - - - What is the name of this computer? - - - - - Computer Name - - - - - This name will be used if you make the computer visible to others on a network. - - - - - localhost is not allowed as hostname. - - - - - Choose a password to keep your account safe. - - - - - Password - - - - - Repeat Password - - - - - Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - - - - - Validate passwords quality - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Log in automatically without asking for the password - - - - - Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - - - - - Reuse user password as root password - - - - - Use the same password for the administrator account. - - - - - Choose a root password to keep your account safe. - - - - - Root Password - - - - - Repeat Root Password - - - - - Enter the same password twice, so that it can be checked for typing errors. - - - - - welcomeq - - - <h3>Welcome to the %1 <quote>%2</quote> installer</h3> - <p>This program will ask you some questions and set up %1 on your computer.</p> - - - - - About - - - - - Support - - - - - Known issues - - - - - Release notes - - - - - Donate - - - - diff --git a/lang/calamares_eo.ts b/lang/calamares_eo.ts index 448901252..42889ddff 100644 --- a/lang/calamares_eo.ts +++ b/lang/calamares_eo.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ KromprogrametArbo - + Debug information Sencimiga Informaĵo @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Aranĝu - + Install Instalu @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Finita @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -487,12 +506,12 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. CalamaresWindow - + %1 Setup Program - + %1 Installer %1 Instalilo @@ -531,149 +550,149 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. Formularo - + Select storage de&vice: Elektita &tenada aparato - - - - + + + + Current: Nune: - + After: Poste: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Allokigo de la Praŝargilo: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -761,27 +780,27 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -816,97 +835,97 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -962,11 +981,16 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1425,6 +1449,16 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1454,8 +1488,8 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. - - + + Please enter the same passphrase in both boxes. @@ -1463,12 +1497,12 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1544,32 +1578,32 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. &Restartigu nun - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Plenumita!</h1><br/>%1 estis agordita sur vian komputilon.<br/>Vi povas nun ekuzi vian novan sistemon. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Se ĉi tio elektobutono estas elektita, via sistemo restartos senprokraste, kiam vi klikas <span style="font-style:italic;">Finita</span> aŭ vi malfermas la agordilon.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Plenumita!</h1><br/>%1 estis instalita sur vian komputilon.<br/>Vi povas nun restartigas en vian novan sistemon, aŭ vi povas pluiri uzi la %2 aŭtonoman sistemon. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Se ĉi tio elektobutono estas elektita, via sistemo restartos senprokraste, kiam vi klikas <span style="font-style:italic;">Finita</span> aŭ vi malfermas la instalilon.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Agorado Malsukcesis</h1><br/>%1 ne estis agordita sur vian komputilon.<br/>La erara mesaĝo estis: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Instalaĵo Malsukcesis</h1><br/>%1 ne estis instalita sur vian komputilon.<br/>La erara mesaĝo estis: %2. @@ -1603,12 +1637,18 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. Strukturu <strong>%3MiB</strong> subdiskon <strong>%1</strong> kiel dosiersistemo <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1(%2) + + + Formatting partition %1 with file system %2. Strukturanta subdiskon %1 kiel dosiersistemo %2. - + The installer failed to format partition %1 on disk '%2'. La instalilo malsukcesis strukturi ls subdiskon %1 sur disko '%2'. @@ -1616,12 +1656,12 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1661,27 +1701,27 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1981,35 +2021,35 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2035,12 +2075,12 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2050,98 +2090,110 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2192,24 +2244,24 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2484,7 +2536,7 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. - + Password is empty @@ -2522,22 +2574,6 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2841,82 +2877,97 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Nune: - + After: Poste: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3048,7 +3099,7 @@ Output: QObject - + %1 (%2) %1(%2) @@ -3371,12 +3422,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3397,29 +3448,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3621,18 +3672,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3640,17 +3691,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3804,22 +3855,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3840,12 +3891,12 @@ Output: Demeti dosieraj sistemoj. - + No target system available. - + No rootMountPoint is set. @@ -3853,12 +3904,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4007,44 +4058,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4109,23 +4135,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4225,17 +4235,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4362,102 +4372,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_es.ts b/lang/calamares_es.ts index eeee69f49..5169765a9 100644 --- a/lang/calamares_es.ts +++ b/lang/calamares_es.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -14,18 +33,17 @@ The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode. - El <strong>entorno de arranque<strong> de este sistema.<br><br>Los sistemas x86 sólo tienen soporte para <strong>BIOS</strong>.<br>Los sistemas modernos habitualmente usan <strong>EFI</strong>, pero también pueden mostrarse como BIOS si se inician en modo de compatibildiad. + El <strong>entorno de arranque<strong> de este sistema.<br><br>Los sistemas x86 más antiguos solo funcionan con <strong>BIOS</strong>, mientras que los sistemas modernos suelen usan <strong>EFI</strong>, pero también pueden aparece como BIOS si se inician en el modo de retrocompatibilidad. This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. - Este sistema se inició con un entorno de arranque <strong>EFI</strong>.<br><br>Para configurar el arranque desde un entorno EFI, este instalador debe desplegar una aplicación de gestor de arranque, como <strong>GRUB</strong> o <strong>systemd-boot</strong> en una <strong>Partición de Sistema EFI</strong>. Esto es automático, a menos que escoja particionamiento manual, en cuyo caso debe escogerlo o crearlo usted mismo. + Este sistema ha iniciado con un entorno de arranque <strong>EFI</strong>.<br><br>Para configurar el arranque desde un entorno EFI este instalador debe instalar gestor de arranque como <strong>GRUB</strong> o <strong>systemd-boot</strong> en una <strong>partición del sistema EFI</strong>. Esto se hará de forma automática a menos que utilices el particionado manual y lo completes todo por tu cuenta. This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. - Este sistema fue iniciado con un entorno de arranque <strong>BIOS</strong>.<br><br> -Para configurar el arranque desde un entorno BIOS, este instalador debe instalar un gestor de arranque, como <strong>GRUB</strong>, tanto al principio de una partición o en el <strong>Master Boot Record</strong> (registro maestro de arranque) cerca del principio de la tabla de partición (preferentemente). Esto es automático, a menos que escoja particionamiento manual, en cuayo caso debe establecerlo usted mismo. + Este sistema se ha iniciado con un entorno de arranque <strong>BIOS</strong>.<br><br>Para configurar el arranque desde un entorno BIOS este instalador debe instalar un gestor de arranque, como <strong>GRUB</strong>, ya sea al principio de una partición o en el <strong>Master Boot Record</strong> (registro de arranque principal) casi al principio de la tabla de partición (si es posible). Esto se hará de forma automática a menos que utilices el particionado manual y lo completes todo por tu cuenta. @@ -33,17 +51,17 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar Master Boot Record of %1 - Master Boot Record de %1 + Registro de arranque principal (MBR) de %1 Boot Partition - Partición de Arranque + Partición de arranque System Partition - Partición del Sistema + Partición del sistema @@ -74,12 +92,12 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar GlobalStorage - Almacenamiento Global + GlobalStorage JobQueue - Lista de trabajos pendientes + JobQueue @@ -105,27 +123,27 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar Crashes Calamares, so that Dr. Konqui can look at it. - Bloquea Calamares, para que lo mire el Dr. Konqui. + Cuelga y cierra de forma inesperada Calamares para que lo mire el Dr. Konqui. Reloads the stylesheet from the branding directory. - Vuelve a cargar la hoja de estilo desde el directorio de marca. + Vuelve a cargar la hoja de estilo desde la carpeta de diseño propio. Uploads the session log to the configured pastebin. - Sube el log de la sesión hacia el pastebin configurado. + Sube el registro de la sesión hacia el «pastebin» asignado. Send Session Log - Envía el Log de la Sesión. + Enviar registro de sesión Reload Stylesheet - Recargar Hoja de estilo + Recargar hoja de estilo @@ -135,23 +153,23 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar Widget Tree - Árbol de widgets + Árbol de «widgets» - + Debug information - Información de depuración. + Información de depuración Calamares::ExecutionViewStep - + Set up - Instalar + Preparar - + Install Instalar @@ -161,18 +179,18 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar Job failed (%1) - Trabajo fallido (%1) + La tarea ha fallado (%1) Programmed job failure was explicitly requested. - Se solicitó de manera explícita la falla del trabajo programado. + Se solicitó de manera explícita que la tarea fallara. Calamares::JobThread - + Done Hecho @@ -182,7 +200,7 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar Example job (%1) - Ejemplo de trabajo (%1) + Tarea de ejemplo (%1) @@ -190,17 +208,17 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar Run command '%1' in target system. - Ejecutar el comando '%1' en el sistema de destino. + Ejecutar la orden «%1» en el sistema a instalar. Run command '%1'. - Ejecutar el comando '%1'. + Ejecutar la orden «%1». Running command %1 %2 - Ejecutando comando %1 %2 + Ejecutando orden %1 %2 @@ -208,17 +226,17 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar Running %1 operation. - Ejecutando %1 operación. + Ejecutando operación %1. Bad working directory path - Error en la ruta del directorio de trabajo + La ruta de la carpeta de trabajo no es válida Working directory %1 for python job %2 is not readable. - El directorio de trabajo %1 para el script de python %2 no se puede leer. + La tarea de python %2 no tiene permisos de lectura en la carpeta de trabajo %1. @@ -228,12 +246,12 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar Main script file %1 for python job %2 is not readable. - El script principal %1 del proceso python %2 no es accesible. + El script principal «%1» de la tarea de python «%2» no es accesible. Boost.Python error in job "%1". - Error Boost.Python en el proceso "%1". + Hubo un error Boost.Python en el proceso «%1». @@ -241,7 +259,7 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar Loading ... - Cargando ... + Cargando... @@ -251,7 +269,7 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar Loading failed. - La carga ha fallado. + No se ha podido cargar. @@ -259,28 +277,30 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar Requirements checking for module <i>%1</i> is complete. - La verificación de requisitos para el módulo <i>%1</i> está completa. + Se ha terminado la comprobación de requisitos para el módulo <i>%1</i>. - + Waiting for %n module(s). - Esperando %n módulo (s). - Esperando %n módulo(s). + Esperando a %n módulo. + Esperando a %n módulos. + Esperando a %n módulos. - + (%n second(s)) - (%n segundo(s)) - (%n segundo(s)) + (%n segundo) + (%n segundos) + (%n segundos) - + System-requirements checking is complete. - La verificación de los requisitos del sistema está completa. + Se ha terminado la comprobación de los requisitos del sistema. @@ -288,12 +308,12 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar Setup Failed - Configuración Fallida + El asistente ha fallado Installation Failed - Error en la Instalación + La instalación ha fallado @@ -318,12 +338,12 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar Install Log Paste URL - Pegar URL Registro de Instalación + URL del registro del instalador The upload was unsuccessful. No web-paste was done. - La carga no tuvo éxito. No se realizó pegado web. + No se pudo terminar la subida del registro de texto a la web. @@ -332,51 +352,51 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar %1 Link copied to clipboard - Registro publicado en + El registro se ha publicado en %1 -Link copiado al portapapeles +El enlace se ha copiado en el portapapeles. Calamares Initialization Failed - La inicialización de Calamares falló + Calamares no ha podido arrancar bien %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution. - %1 no se pudo instalar. Calamares no fue capaz de cargar todos los módulos configurados. Esto es un problema con la forma en que Calamares es usado por la distribución + %1 no se pudo instalar. Calamares no ha sido capaz de cargar todos los módulos configurados. Puede que esto sea un problema de la propia distribución y de cómo sus desarrolladores hayan desplegado el instalador. <br/>The following modules could not be loaded: - Los siguientes módulos no se pudieron cargar: + Los siguientes módulos no se han podido cargar: Continue with setup? - ¿Continuar con la configuración? + ¿Quieres seguir con la configuración? Continue with installation? - Continuar con la instalación? + ¿Quieres seguir con la instalación? The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong> - El programa de instalación %1 está a punto de hacer cambios en el disco con el fin de configurar %2.<br/><strong>No podrá deshacer estos cambios.</strong> + El configurador de %1 está a punto de hacer cambios en el disco con el fin de preparar y dejar listo %2.<br/><strong>Ten en cuenta que una vez empezados no se podrán deshacer.</strong> The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> - El instalador %1 va a realizar cambios en su disco para instalar %2.<br/><strong>No podrá deshacer estos cambios.</strong> + El instalador %1 está a punto de hacer cambios en el disco con el fin de instalar %2.<br/><strong>Ten en cuenta que una vez empezados no se podrán deshacer.</strong> &Set up now - &Configurar ahora + Empezar la &preparación @@ -386,12 +406,12 @@ Link copiado al portapapeles Go &back - Regresar + &Volver atrás &Set up - &Instalar + &Preparar @@ -401,22 +421,22 @@ Link copiado al portapapeles Setup is complete. Close the setup program. - La instalación se ha completado. Cierre el instalador. + Configuración terminada, ya puedes cerrar el asistente de preparación. The installation is complete. Close the installer. - La instalación se ha completado. Cierre el instalador. + Instalación terminada, ya puedes cerrar el instalador. Cancel setup without changing the system. - Cancelar instalación sin cambiar el sistema. + Cancelar la configuración sin cambiar el sistema. Cancel installation without changing the system. - Cancelar instalación sin cambiar el sistema. + Cancelar la instalación sin cambiar el sistema. @@ -441,26 +461,26 @@ Link copiado al portapapeles Cancel setup? - ¿Cancelar la instalación? + ¿Quieres cancelar la configuración? Cancel installation? - ¿Cancelar la instalación? + ¿Quieres cancelar la instalación? Do you really want to cancel the current setup process? The setup program will quit and all changes will be lost. - ¿Realmente desea cancelar el proceso de configuración actual? - El programa de instalación se cerrará y todos los cambios se perderán. + ¿Seguro que quieres cancelar el proceso de configuración en curso? +El programa se cerrará y todos tus cambios se perderán. Do you really want to cancel the current install process? The installer will quit and all changes will be lost. - ¿Realmente quiere cancelar el proceso de instalación? -Saldrá del instalador y se perderán todos los cambios. + ¿Seguro que quieres cancelar el proceso de instalación en curso? +El instalador se cerrará y todos tus cambios se perderán. @@ -468,35 +488,35 @@ Saldrá del instalador y se perderán todos los cambios. Unknown exception type - Excepción desconocida + Tipo de excepción desconocida unparseable Python error - error unparseable Python + Error de Python no analizable unparseable Python traceback - rastreo de Python unparseable + Volcado de errores de Python («traceback») no analizable Unfetchable Python error. - Error de Python Unfetchable. + No se puede obtener el error de Python. CalamaresWindow - + %1 Setup Program - %1 Programa de instalación + Programa de configuración de %1 - + %1 Installer - %1 Instalador + Instalador de %1 @@ -504,17 +524,17 @@ Saldrá del instalador y se perderán todos los cambios. Set filesystem label on %1. - Establecer la etiqueta del sistema de archivos en %1. + Establecer la etiqueta del sistema de archivos para «%1». Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>. - Establecer la etiqueta del sistema de archivos <strong>%1</strong>a la partición <strong>%2</strong>. + Establecer la etiqueta del sistema de archivos «<strong>%1</strong>» para la partición «<strong>%2</strong>». The installer failed to update partition table on disk '%1'. - El instalador falló al actualizar la tabla de particiones del disco '%1'. + El instalador no ha podido actualizar la tabla de particiones en el disco «%1». @@ -532,152 +552,152 @@ Saldrá del instalador y se perderán todos los cambios. Form Formulario - - - Select storage de&vice: - Seleccionar dispositivo de almacenamiento: - - - - - - - Current: - Actual: - + Select storage de&vice: + Elige un dispositivo de almacenamiento: + + + + + + + Current: + Ahora: + + + After: - Despues: + Después: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - <strong>Particionado manual </strong><br/> Usted puede crear o cambiar el tamaño de las particiones usted mismo. + <strong>Particionado manual</strong><br/> Puedes crear o cambiar el tamaño de las particiones a tu gusto. - + Reuse %1 as home partition for %2. - Volver a usar %1 como partición home para %2 + Reutilizar %1 como partición de datos personales («home») para %2 - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - <strong>Seleccione una partición para reducir el tamaño, a continuación, arrastre la barra inferior para cambiar el tamaño</strong> + <strong>Elige la partición a reducir, una vez hecho esto arrastra la barra inferior para configurar el espacio restante</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - %1 se reducirá a %2MiB y una nueva partición %3MiB se creará para %4. + %1 se reducirá a %2MiB y se creará una nueva partición de %3MiB para %4. - + Boot loader location: Ubicación del cargador de arranque: - + <strong>Select a partition to install on</strong> - <strong>Seleccione una partición para instalar en</strong> + <strong>Elige una partición en la que realizar la instalación</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - No se puede encontrar una partición de sistema EFI en ningún lugar de este sistema. Por favor, vuelva y use el particionamiento manual para establecer %1. + No parece que haya ninguna partición del sistema EFI en el equipo. Puedes volver atrás y preparar %1 con la opción de particionado manual. - + The EFI system partition at %1 will be used for starting %2. - La partición de sistema EFI en %1 se usará para iniciar %2. + La partición del sistema EFI en «%1» se va a usar para arrancar %2. - + EFI system partition: Partición del sistema EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - Este dispositivo de almacenamiento no parece tener un sistema operativo en él. ¿Qué quiere hacer?<br/>Podrá revisar y confirmar sus elecciones antes de que se haga cualquier cambio en el dispositivo de almacenamiento. + Este dispositivo de almacenamiento no parece tener un sistema operativo dentro. ¿Qué quieres hacer?<br/>Podrás revisar y confirmar los cambios antes de que pase nada. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - <strong>Borrar disco</strong><br/>Esto <font color="red">borrará</font> todos los datos presentes actualmente en el dispositivo de almacenamiento. - - - - - - - <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - <strong>Instalar junto al otro SO</strong><br/>El instalador reducirá la partición del SO existente para tener espacio para instalar %1. - - - - - - - <strong>Replace a partition</strong><br/>Replaces a partition with %1. - <strong>Reemplazar una partición</strong><br/>Reemplazar una partición con %1. - - - - This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - %1 se encuentra instalado en este dispositivo de almacenamiento. ¿Qué desea hacer?<br/>Podrá revisar y confirmar su elección antes de que cualquier cambio se haga efectivo en el dispositivo de almacenamiento. + <strong>Borrar el disco</strong><br/>Esto <font color="red">eliminará permanentemente</font> todos los datos en el dispositivo de almacenamiento. + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. + <strong>Instalar al lado</strong><br/>El instalador reducirá el tamaño de una partición y dejará el suficiente para instalar %1. + + + + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. + <strong>Reemplazar una partición</strong><br/>Sustituye el espacio de una de las particiones ya existentes con %1. + + + + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. + %1 se encuentra instalado en este dispositivo de almacenamiento. ¿Qué quieres hacer?<br/>Podrás revisar y confirmar tu elección antes de que cualquier cambio se haga efectivo en el dispositivo de almacenamiento. + + + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - Este dispositivo de almacenamiento parece que ya tiene un sistema operativo instalado en él. ¿Qué desea hacer?<br/>Podrá revisar y confirmar su elección antes de que cualquier cambio se haga efectivo en el dispositivo de almacenamiento. + Parece que este dispositivo de almacenamiento ya tiene un sistema operativo instalado. ¿Qué quieres hacer?<br/>Podrás revisar y confirmar tu elección antes de que cualquier cambio se haga efectivo en el dispositivo de almacenamiento. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - Este dispositivo de almacenamiento contiene múltiples sistemas operativos instalados en él. ¿Qué desea hacer?<br/>Podrá revisar y confirmar su elección antes de que cualquier cambio se haga efectivo en el dispositivo de almacenamiento. + Este dispositivo de almacenamiento contiene múltiples sistemas operativos instalados en él. ¿Qué quieres hacer?<br/>Podrás revisar y confirmar tu elección antes de que cualquier cambio se haga efectivo en el dispositivo de almacenamiento. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - Este dispositivo de almacenamiento ya tiene un sistema operativo, pero la tabla de partición <strong>%1</strong> es diferente de la requerida <strong>%2</strong>.<br/> + Este dispositivo de almacenamiento ya tiene un sistema operativo, pero la tabla de particiones <strong>%1</strong> es diferente de la que se necesita; <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - Este dispositivo de almacenamiento tiene una de sus particiones<strong>montada</strong>. + Este dispositivo de almacenamiento tiene alguna de sus particiones <strong>ya montadas</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - Este dispositivo de almacenamiento es parte de un<strong>dispositivo RAID</strong> inactivo. - - - - No Swap - Sin Swap + Este dispositivo de almacenamiento es parte de un <strong>dispositivo RAID</strong> inactivo. - Reuse Swap - Reusar Swap - - - - Swap (no Hibernate) - Swap (sin hibernación) - - - - Swap (with Hibernate) - Swap (con hibernación) + No Swap + Sin «swap» + Reuse Swap + Reutilizar «swap» ya existente + + + + Swap (no Hibernate) + Con «swap» (pero sin hibernación) + + + + Swap (with Hibernate) + Con «swap» (y con hibernación) + + + Swap to file - Swap a archivo + Swap en archivo @@ -685,42 +705,42 @@ Saldrá del instalador y se perderán todos los cambios. Successfully unmounted %1. - Desmontado con éxito %1. + «%1» se ha desmontando correctamente. Successfully disabled swap %1. - Swap Desactivado exitosamente %1. + El «swap» %1 se ha desactivado correctamente. Successfully cleared swap %1. - Swap borrado con éxito %1. + El «swap» %1 se ha vaciado correctamente. Successfully closed mapper device %1. - Dispositivo mapeador cerrado con éxito %1. + El dispositivo de mapeo «%1» se ha cerrado correctamente. Successfully disabled volume group %1. - Grupo de volumen deshabilitado con éxito %1. + El grupo de volúmenes «%1» se ha desactivado correctamente. Clear mounts for partitioning operations on %1 - Limpiar puntos de montaje para operaciones de particionamiento en %1 + Borrar los puntos de montaje para las operaciones de particionado en «%1» Clearing mounts for partitioning operations on %1. - Limpiando puntos de montaje para operaciones de particionamiento en %1. + Quitando los puntos de montaje para las operaciones de particionado en «%1». Cleared all mounts for %1 - Limpiados todos los puntos de montaje para %1 + Borrar todos los puntos de montaje de «%1» @@ -728,7 +748,7 @@ Saldrá del instalador y se perderán todos los cambios. Clear all temporary mounts. - Limpiar todos los puntos de montaje temporales. + Quitar todos los puntos de montaje temporales. @@ -747,65 +767,65 @@ Saldrá del instalador y se perderán todos los cambios. Could not run command. - No se pudo ejecutar el comando. + No se pudo ejecutar la orden. The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined. - El comando corre en el ambiente anfitrión y necesita saber el directorio raiz, pero no está definido el punto de montaje de la raiz + La orden se ejecuta en el entorno del equipo anfitrión («host») y necesita conocer la ruta de la raíz, pero no hay definido ningún «rootMountPoint». The command needs to know the user's name, but no username is defined. - El comando necesita saber el nombre de usuario, pero no hay nombre de usuario definido. + La orden a ejecutar necesita saber el nombre de usuario, pero se ha definido ninguno. Config - + Set keyboard model to %1.<br/> - Establecer el modelo de teclado a %1.<br/> + Establecer el modelo de teclado como %1.<br/> - + Set keyboard layout to %1/%2. - Configurar la disposición de teclado a %1/%2. + Establecer la disposición de teclado a %1/%2. - + Set timezone to %1/%2. - Establecer zona horaria en %1/%2. + Configurar el huso horario a %1/%2 - + The system language will be set to %1. El idioma del sistema se establecerá a %1. - + The numbers and dates locale will be set to %1. - La localización de números y fechas se establecerá a %1. + El formato de números y fechas aparecerá en %1. Network Installation. (Disabled: Incorrect configuration) - Instalación de red. (Deshabilitada: Configuración incorrecta) + Instalación de red. (Desactivada: configuración incorrecta) Network Installation. (Disabled: Received invalid groups data) - Instalación de red. (Deshabilitada: Se recibieron grupos de datos no válidos) + Instalación de red. (Desactivada: los grupos recibidos no son correctos) Network Installation. (Disabled: Internal error) - Instalación de red. (Deshabilitada: error interno) + Instalación de red. (Desactivada: error interno) Network Installation. (Disabled: No package list) - Instalación de red. (Deshabilitada: sin lista de paquetes) + Instalación de red. (Desactivada: sin lista de paquetes) @@ -815,137 +835,137 @@ Saldrá del instalador y se perderán todos los cambios. Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - Instalación a través de la Red. (Desactivada: no se ha podido obtener una lista de paquetes, comprueba tu conexión a la red) + Instalación por Internet. (Desactivada: no se ha podido obtener una lista de paquetes, comprueba tu conexión a la red) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - Este ordenador no cumple los requisitos mínimos para configurar %1.<br/>La instalación no puede continuar.<a href="#details">Detalles...</a> + Este equipo no cumple los requisitos mínimos para instalar %1.<br/>La instalación no puede continuar.<a href="#details">Más detalles...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Este equipo no cumple los requisitos mínimos para la instalación. %1.<br/>La instalación no puede continuar. <a href="#details">Detalles...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - Este equipo no cumple algunos de los requisitos recomendados para configurar %1.<br/>La configuración puede continuar, pero es posible que algunas funciones estén deshabilitadas. + El equipo no cumple con alguno de los requisitos recomendados para configurar %1. Se puede continuar con la configuración, pero puede que ciertas funciones no estén disponibles. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - Este ordenador no cumple alguno de los requisitos recomendados para la instalación %1.<br/>La instalación puede continuar, pero algunas funcionalidades podrían ser deshabilitadas. + El equipo no cumple con alguno de los requisitos recomendados para instalar %1. Se puede continuar con la instalación, pero puede que ciertas funciones no estén disponibles. - + This program will ask you some questions and set up %2 on your computer. - El programa le preguntará algunas cuestiones y configurará %2 en su ordenador. + El programa te hará algunas preguntas y configurará %2 en tu equipo. - + <h1>Welcome to the Calamares setup program for %1</h1> - <h1>Bienvenido al programa de instalación Calamares para %1</h1> + <h1>Te damos la bienvenida al asistente de configuración de %1</h1> - + <h1>Welcome to %1 setup</h1> - <h1>Bienvenido a la configuración de %1</h1> + <h1>Te damos la bienvenida al asistente de configuración de %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - <h1>Bienvenido al instalador de calamares para %1</h1> + <h1>Te damos la bienvenida a Calamares, el instalador de %1</h1> - + <h1>Welcome to the %1 installer</h1> - <h1>Bienvenido al instalador de %1</h1> + <h1>Te damos la bienvenida al instalador de %1</h1> - + Your username is too long. - Su usuario es demasiado largo. + Tu nombre de usuario es demasiado largo. - + '%1' is not allowed as username. - '%1' no está permitido como usuario. + «%1» no vale como nombre de usuario. - + Your username must start with a lowercase letter or underscore. - Su usuario debe comenzar con una letra minúscula o un guión bajo. + Los nombres de usuario empiezan con una letra minúscula o un guion bajo. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - Solo se permiten letras minúsculas, números, guiones bajos y guiones. + Solo se permiten letras minúsculas, números, guiones bajos y normales. - + Your hostname is too short. - El nombre del Host es demasiado corto. + El nombre del equipo es demasiado corto. - + Your hostname is too long. - El nombre del Host es demasiado largo. + El nombre del equipo es demasiado largo. - + '%1' is not allowed as hostname. - '%1'No está permitido como host. + «%1» no es un nombre de equipo válido. - + Only letters, numbers, underscore and hyphen are allowed. - Solo se permiten letras, números, guiones bajos y guiones. + Solo se permiten letras, números, guiones bajos y normales. - + Your passwords do not match! - ¡Sus contraseñas no coinciden! + Parece que las contraseñas no coinciden. - + OK! - ¡OK! + Entendido Setup Failed - Configuración Fallida + La configuración ha fallado Installation Failed - Instalación fallida + La instalación ha fallado The setup of %1 did not complete successfully. - La configuración de %1 no se completó con éxito. + No se ha podido terminar correctamente la configuración de %1. The installation of %1 did not complete successfully. - La instalación de %1 no se completó con éxito. + No se ha podido terminar correctamente la instalación de %1. Setup Complete - Configuración completada + Se ha terminado la configuración Installation Complete - Instalación completada + Se ha terminado la instalación The setup of %1 is complete. - La configuración de %1 está completa. + Se ha terminado la configuración de %1. @@ -960,15 +980,20 @@ Saldrá del instalador y se perderán todos los cambios. Please pick a product from the list. The selected product will be installed. - Elija un producto de la lista. Se instalará el producto seleccionado. + Hay que elegir uno de los productos a instalar de la lista. + Packages + Paquetes + + + Install option: <strong>%1</strong> Opción de instalación: <strong>%1</strong> - + None Ninguno @@ -980,12 +1005,12 @@ Saldrá del instalador y se perderán todos los cambios. This is an overview of what will happen once you start the setup procedure. - Esta es una descripción general de lo que sucederá una vez que inicie el procedimiento de configuración. + Esto es un resumen muy general de lo que se cambiará una vez empiece el proceso de configuración. This is an overview of what will happen once you start the install procedure. - Esto es una previsualización de que ocurrirá una vez que empiece la instalación. + Esto es un resumen muy general de lo que se cambiará una vez empiece el proceso de instalación. @@ -993,7 +1018,7 @@ Saldrá del instalador y se perderán todos los cambios. Contextual Processes Job - Tarea Contextual Processes + Tarea de procesos contextuales @@ -1046,7 +1071,7 @@ Saldrá del instalador y se perderán todos los cambios. Flags: - Banderas: + Indicadores: @@ -1056,7 +1081,7 @@ Saldrá del instalador y se perderán todos los cambios. FS Label: - Etiqueta FS: + Etiqueta del sist. de arch.: @@ -1081,7 +1106,7 @@ Saldrá del instalador y se perderán todos los cambios. Mountpoint already in use. Please select another one. - Punto de montaje ya en uso. Por favor, seleccione otro. + El punto de montaje ya está en uso y no se puede modificar. @@ -1130,7 +1155,7 @@ Saldrá del instalador y se perderán todos los cambios. The installer failed to create partition on disk '%1'. - El instalador fallo al crear la partición en el disco '%1'. + El instalador no pudo particionar el disco «%1». @@ -1138,17 +1163,17 @@ Saldrá del instalador y se perderán todos los cambios. Create Partition Table - Crear Tabla de Particiones + Crear tabla de particiones Creating a new partition table will delete all existing data on the disk. - Crear una nueva tabla de particiones borrara todos los datos existentes en el disco. + Al crear una tabla de particiones se borrarán todos los datos del disco. What kind of partition table do you want to create? - ¿Qué tipo de tabla de particiones desea crear? + Elige el tipo de tabla de particiones que quieres crear: @@ -1158,7 +1183,7 @@ Saldrá del instalador y se perderán todos los cambios. GUID Partition Table (GPT) - Tabla de Particiones GUID (GPT) + Tabla de particiones GUID (GPT) @@ -1166,22 +1191,22 @@ Saldrá del instalador y se perderán todos los cambios. Create new %1 partition table on %2. - Crear nueva %1 tabla de particiones en %2 + Crear una nueva tabla de particiones %1 en %2. Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). - Crear nueva <strong>%1</strong> tabla de particiones en <strong>%2</strong> (%3). + Crear una nueva tabla de particiones <strong>%1</strong> en <strong>%2</strong> (%3). Creating new %1 partition table on %2. - Creando nueva %1 tabla de particiones en %2. + Creando una nueva tabla de particiones %1 en %2. The installer failed to create a partition table on %1. - El instalador fallo al crear la tabla de partición en %1. + El instalador no pudo crear una tabla de particiones en %1. @@ -1189,28 +1214,28 @@ Saldrá del instalador y se perderán todos los cambios. Create user %1 - Crear usuario %1 + Crear el usuario %1 Create user <strong>%1</strong>. - Crear usuario <strong>%1</strong>. + Crear el usuario <strong>%1</strong>. Preserving home directory - Preservar el directorio home + Preservando la carpeta de usuario («home») Creating user %1 - Creando usuario %1 + Creando el usuario %1 Configuring user %1 - Configurando usuario %1 + Configurando el usuario %1 @@ -1231,22 +1256,22 @@ Saldrá del instalador y se perderán todos los cambios. Create new volume group named %1. - Crear un nuevo grupo de volúmenes llamado %1. + Crear un nuevo grupo de volúmenes denominado «%1». Create new volume group named <strong>%1</strong>. - Crear un nuevo grupo de volúmenes llamado <strong>%1</strong>. + Crear un nuevo grupo de volúmenes denominado «<strong>%1</strong>». Creating new volume group named %1. - Creando un nuevo grupo de volúmenes llamado %1. + Creando un nuevo grupo de volúmenes denominado «%1». The installer failed to create a volume group named '%1'. - El instalador falló en crear un grupo de volúmenes llamado '%1'. + El instalador no pudo crear un grupo de volúmenes denominado «%1». @@ -1255,17 +1280,17 @@ Saldrá del instalador y se perderán todos los cambios. Deactivate volume group named %1. - Desactivar grupo de volúmenes llamado %1. + Desactivar el grupo de volúmenes denominado «%1». Deactivate volume group named <strong>%1</strong>. - Desactivar grupo de volúmenes llamado <strong>%1</strong>. + Desactivar el grupo de volúmenes denominado «<strong>%1</strong>». The installer failed to deactivate a volume group named %1. - El instalador falló en desactivar el grupo de volúmenes llamado %1. + El instalador no pudo desactivar el grupo de volúmenes denominado «%1». @@ -1273,22 +1298,22 @@ Saldrá del instalador y se perderán todos los cambios. Delete partition %1. - Eliminar partición %1. + Eliminar la partición %1. Delete partition <strong>%1</strong>. - Eliminar partición <strong>%1</strong>. + Eliminar la partición <strong>%1</strong>. Deleting partition %1. - Eliminando partición %1. + Eliminando la partición %1. The installer failed to delete partition %1. - El instalador falló al eliminar la partición %1. + El instalador no pudo eliminar la partición %1. @@ -1296,12 +1321,12 @@ Saldrá del instalador y se perderán todos los cambios. This device has a <strong>%1</strong> partition table. - Este dispositivo tiene un <strong>%1</strong> tabla de particiones. + Este dispositivo tiene un tabla de particiones <strong>%1</strong>. This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. - Este es un dispositivo <strong>loop</strong>.<br/><br/>Se trata de un pseudo-dispositivo sin tabla de particiones que permite el acceso a los archivos como un dispositivo orientado a bloques. Este tipo de configuración normalmente solo contiene un único sistema de archivos. + Este es un dispositivo <strong>«loop»</strong>.<br/><br/>Lo que significa que es un archivo normal que se ha montado como disco virtual de bloques, pero sin tabla de particiones. Normalmente estos puntos de montaje contienen un único sistema de archivos, como una sola partición. @@ -1316,7 +1341,7 @@ Saldrá del instalador y se perderán todos los cambios. <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. - <br><br>Este tipo de tabla de partición sólo es aconsejable en sistemas antiguos que se inician desde un entorno de arranque <strong>BIOS</strong>. La tabla GPT está recomendada en la mayoría de los demás casos.<br><br><strong>Advertencia:</strong> La tabla de partición MBR es un estándar obsoleto de la era MS-DOS.<br>Sólo se pueden crear 4 particiones <em>primarias</em>, y de esas 4, una puede ser una partición <em>extendida</em> que, en cambio, puede contener varias particiones <em>lógicas</em>. + <br><br>Este tipo de tabla de partición sólo es aconsejable en sistemas antiguos que se inician desde un entorno de arranque <strong>BIOS</strong>. La tabla GPT está recomendada en la mayoría de los demás casos.<br><br><strong>Advertencia:</strong> La tabla de partición MBR es un estándar obsoleto de la era MS-DOS.<br>Sólo se pueden crear 4 particiones <em>primarias</em>, y de esas 4, una puede ser una partición <em>extendida</em> con varias particiones <em>lógicas</em> dentro. @@ -1336,7 +1361,7 @@ Saldrá del instalador y se perderán todos los cambios. %1 - (%2) device[name] - (device-node[name]) - %1-(%2) + %1 - (%2) @@ -1349,12 +1374,12 @@ Saldrá del instalador y se perderán todos los cambios. Skip writing LUKS configuration for Dracut: "/" partition is not encrypted - Omitir la escritura de la configuración de LUKS para Dracut: La partición "/" no está cifrada + Omitir la escritura de la configuración de LUKS para Dracut: La partición «/» no está cifrada Failed to open %1 - No se pudo abrir %1 + No se pudo abrir «%1» @@ -1370,7 +1395,7 @@ Saldrá del instalador y se perderán todos los cambios. Edit Existing Partition - Editar Partición Existente + Editar partición ya existente @@ -1390,7 +1415,7 @@ Saldrá del instalador y se perderán todos los cambios. Warning: Formatting the partition will erase all existing data. - Advertencia: Formatear la partición borrará todos los datos existentes. + Advertencia: Al formatear la partición se borrarán todos los datos ya existentes. @@ -1410,12 +1435,12 @@ Saldrá del instalador y se perderán todos los cambios. Fi&le System: - S&istema de archivo: + S&istema de archivos: Flags: - Banderas: + Indicadores: @@ -1425,7 +1450,17 @@ Saldrá del instalador y se perderán todos los cambios. FS Label: - FS: + Etiqueta del sist. de archivos: + + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + @@ -1443,36 +1478,36 @@ Saldrá del instalador y se perderán todos los cambios. Your system does not seem to support encryption well enough to encrypt the entire system. You may enable encryption, but performance may suffer. - Su sistema no parece admitir el cifrado lo suficientemente bien como para cifrar todo el sistema. Puede habilitar el cifrado, pero el rendimiento puede verse afectado. + Parece que tu sistema puede tener problemas al utilizar un cifrado de disco completo. Ten en cuenta que puedes dejar el cifrado activado, pero el rendimiento puede verse afectado. Passphrase - Frase-contraseña + Contraseña de cifrado Confirm passphrase - Confirmar frase-contraseña + Confirmar contraseña de cifrado - - + + Please enter the same passphrase in both boxes. - Por favor, introduzca la misma frase-contraseña en ambos recuadros. + Las contraseñas de ambos campos deben coincidir. ErrorDialog - + Details: Detalles: - + Would you like to paste the install log to the web? - ¿Desea pegar el registro de instalación en la web? + ¿Quieres subir una copia del registro de instalación a la web? @@ -1485,22 +1520,22 @@ Saldrá del instalador y se perderán todos los cambios. Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em> - Instalar %1 en <strong>nueva</strong> %2partición del sistema con características <em>%3</em> + Instalar %1 en una <strong>nueva</strong> partición %2 del sistema con funciones <em>%3</em> Install %1 on <strong>new</strong> %2 system partition. - Instalar %1 en <strong>nuevo</strong> %2 partición del sistema. + Instalar %1 en una <strong>nueva</strong> partición %2 del sistema. Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>. - Configurar <strong>nueva</strong> %2 partición con punto de montaje <strong>%1</strong> y caracteristicas <em>%3</em>. + Configurar una <strong>nueva</strong> partición %2 con el punto de montaje <strong>%1</strong> y las funciones <em>%3</em>. Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3. - Configurar <strong>nueva</strong> %2 partición con punto de montaje <strong>%1</strong>%3. + Configurar una <strong>nueva</strong> %2 partición con punto de montaje <strong>%1</strong>%3. @@ -1525,7 +1560,7 @@ Saldrá del instalador y se perderán todos los cambios. Install boot loader on <strong>%1</strong>. - Instalar gestor de arranque en <strong>%1</strong>. + Instalar el gestor de arranque en <strong>%1</strong>. @@ -1546,34 +1581,34 @@ Saldrá del instalador y se perderán todos los cambios. &Reiniciar ahora - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - <h1>Todo listo.</h1><br/>%1 ha sido configurado en su computadora.<br/>Ahora puede comenzar a usar su nuevo sistema. + <h1>Hemos terminado.</h1><br/>Ahora %1 ya está configurado y listo para usar.<br/>Ya puedes empezar a utilizar tu equipo. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - <html><head/><body><p>Cuando esta casilla está marcada, su sistema se reiniciará inmediatamente cuando haga clic en <span style="font-style:italic;">Listo</span>o cierre el programa de instalación.</p></body></html> + <html><head/><body><p>Al marcar esta casilla el sistema se reiniciará inmediatamente una vez hagas clic en el botón <span style="font-style:italic;">Hecho</span> o al cerrar el programa de configuración.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - <h1>Listo.</h1><br/>%1 ha sido instalado en su equipo.<br/>Ahora puede reiniciar hacia su nuevo sistema, o continuar utilizando %2 Live. + <h1>Hemos terminado.</h1><br/>Ahora %1 está instalado en tu equipo.<br/>Puedes reiniciar para empezar a utilizar tu nuevo sistema o seguir en el entorno temporal («live») de %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - <html><head/><body><p>Cuando esta casilla está marcada, su sistema se reiniciará inmediatamente cuando haga clic en <span style="font-style:italic;">Listo</span> o cierre el instalador.</p></body></html> + <html><head/><body><p>Al marcar esta casilla el sistema se reiniciará inmediatamente una vez hagas clic en el botón <span style="font-style:italic;">Hecho</span> o al cerrar el instalador.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - <h1>Configuración fallida</h1><br/>%1 no se ha configurado en su computadora.<br/>El mensaje de error fue: %2. + <h1>La configuración ha fallado</h1><br/>%1 no ha podido configurar tu equipo.<br/>El mensaje de error fue: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. - <h1>La instalación falló</h1><br/>%1 no se ha instalado en su equipo.<br/>El mensaje de error fue: %2. + <h1>La instalación ha fallado</h1><br/>%1 no se ha instalado en tu equipo.<br/>El mensaje de error fue: %2. @@ -1581,7 +1616,7 @@ Saldrá del instalador y se perderán todos los cambios. Finish - Finalizar + Terminar @@ -1589,7 +1624,7 @@ Saldrá del instalador y se perderán todos los cambios. Finish - Finalizar + Terminar @@ -1602,28 +1637,34 @@ Saldrá del instalador y se perderán todos los cambios. Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. - Formatear <strong>%3MiB</strong> partición <strong>%1</strong> con sistema de archivos <strong>%2</strong>. + Formatear <strong>%3MiB</strong> partición «<strong>%1</strong>» con sistema de archivos <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. - Formateando partición %1 con sistema de ficheros %2. + Formateando partición «%1» con sistema de archivos %2. - + The installer failed to format partition %1 on disk '%2'. - El instalador falló al formatear la partición %1 del disco '%2'. + El instalador no ha podido formatear la partición %1 en el disco «%2». GeneralRequirements - + has at least %1 GiB available drive space tiene al menos %1 GiB de espacio disponible en el disco - + There is not enough drive space. At least %1 GiB is required. No hay suficiente espació en el disco duro. Se requiere al menos %1 GB libre. @@ -1635,7 +1676,7 @@ Saldrá del instalador y se perderán todos los cambios. The system does not have enough working memory. At least %1 GiB is required. - El sistema no tiene suficiente memoria de trabajo. Se requiere al menos %1 GiB. + El sistema no tiene suficiente memoria; se necesita un mínimo de %1 GB. @@ -1650,7 +1691,7 @@ Saldrá del instalador y se perderán todos los cambios. is connected to the Internet - esta conectado a Internet + está conectado a Internet @@ -1660,30 +1701,30 @@ Saldrá del instalador y se perderán todos los cambios. is running the installer as an administrator (root) - esta ejecutándose con permisos de administrador (root). + esta ejecutándose con permisos de administrador («root»). - + The setup program is not running with administrator rights. El instalador no esta ejecutándose con permisos de administrador. - + The installer is not running with administrator rights. - El instalador no esta ejecutándose con permisos de administrador. + El instalador no se está ejecutando con permisos de administrador. - + has a screen large enough to show the whole installer tiene una pantalla lo suficientemente grande como para mostrar todo el instalador - + The screen is too small to display the setup program. La pantalla es demasiado pequeña para mostrar el instalador. - + The screen is too small to display the installer. La pantalla es demasiado pequeña para mostrar el instalador. @@ -1709,7 +1750,7 @@ Saldrá del instalador y se perderán todos los cambios. Could not create directories <code>%1</code>. - No se pudieron crear directorios <code>%1</code>. + No se pudieron crear las carpetas <code>%1</code>. @@ -1727,7 +1768,7 @@ Saldrá del instalador y se perderán todos los cambios. Creating initramfs with mkinitcpio. - Creando initramfs con mkinitcpio. + Creando el «initramfs» con «mkinitcpio». @@ -1735,7 +1776,7 @@ Saldrá del instalador y se perderán todos los cambios. Creating initramfs. - Creando initramfs. + Creando el «initramfs». @@ -1743,17 +1784,17 @@ Saldrá del instalador y se perderán todos los cambios. Konsole not installed - Konsole no está instalada + Konsole no está instalado Please install KDE Konsole and try again! - ¡Por favor, instale KDE Konsole e inténtelo de nuevo! + Instala KDE Konsole y prueba a lanzar este asistente otra vez. Executing script: &nbsp;<code>%1</code> - Ejecutando script: &nbsp;<code>%1</code> + Ejecutando el script: &nbsp;<code>%1</code> @@ -1790,7 +1831,7 @@ Saldrá del instalador y se perderán todos los cambios. The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. - La configuración regional del sistema afecta al idioma y a al conjunto de caracteres para algunos elementos de interfaz de la linea de comandos.<br/>La configuración actual es <strong>%1</strong>. + La configuración regional del sistema afecta al idioma y al tipo de caracteres que se muestran en algunos elementos del terminal.<br/>El modo actual está establecido a «<strong>%1</strong>». @@ -1808,22 +1849,22 @@ Saldrá del instalador y se perderán todos los cambios. Configuring encrypted swap. - Configurando la memoria de intercambio - swap - encriptada. + Configurando la memoria de intercambio («swap») cifrada. No target system available. - Ningún sistema de destino disponible. + No parece que haya ningún sistema al que aplicar las operaciones. No rootMountPoint is set. - PuntoDeMontajeRoot no definido. + No se ha definido «rootMountPoint». No configFilePath is set. - RutaArchivoDeConfiguración no definida. + No se ha definido «configFilePath». @@ -1846,27 +1887,27 @@ Saldrá del instalador y se perderán todos los cambios. Please review the End User License Agreements (EULAs). - Revise los Acuerdos de licencia de usuario final (EULAs). + Revisa los contratos de licencia para el usuario final (CLUF). This setup procedure will install proprietary software that is subject to licensing terms. - Este procedimiento de instalación instalará software propietario que está sujeto a términos de licencia. + Este asistente instalará software privativo, o no libre, que está sujeto a términos de licencia especiales. If you do not agree with the terms, the setup procedure cannot continue. - Si no está de acuerdo con los términos, la configuración no puede continuar. + Si no estás de acuerdo con estas licencias la configuración no puede continuar. This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. - Este procedimiento de configuración puede instalar software propietario, sujeto a términos de licencia para proporcionar funciones adicionales y mejorar la experiencia del usuario. + Este procedimiento de configuración puede instalar software privativo (o no libre) sujeto a términos de licencia especiales, con el fin de proporcionar características adicionales y mejorar la experiencia del usuario. If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. - Si no está de acuerdo con los términos, no se instalará el software propietario y, en su lugar, se utilizarán alternativas de código abierto. + Si no estás de acuerdo con estas licencias no se instalará dicho software y se sustituirá por alternativas libres, de código abierto. @@ -1874,7 +1915,7 @@ Saldrá del instalador y se perderán todos los cambios. License - Licencia + Contrato @@ -1888,33 +1929,33 @@ Saldrá del instalador y se perderán todos los cambios. <strong>%1 driver</strong><br/>by %2 %1 is an untranslatable product name, example: Creative Audigy driver - <strong>%1 driver</strong><br/>por %2 + <strong>controlador %1</strong><br/> de %2 <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> %1 is usually a vendor name, example: Nvidia graphics driver - <strong>%1 driver gráficos</strong><br/><font color="Grey">por %2</font> + <strong>controlador gráfico %1</strong><br/><font color="Grey">de %2</font> <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> - <strong>%1 plugin del navegador</strong><br/><font color="Grey">por %2</font> + <strong>extensión del navegador %1</strong><br/><font color="Grey">de %2</font> <strong>%1 codec</strong><br/><font color="Grey">by %2</font> - <strong>%1 codec</strong><br/><font color="Grey">por %2</font> + <strong>códec %1</strong><br/><font color="Grey">de %2</font> <strong>%1 package</strong><br/><font color="Grey">by %2</font> - <strong>%1 paquete</strong><br/><font color="Grey">por %2</font> + <strong>paquete %1</strong><br/><font color="Grey">de %2</font> <strong>%1</strong><br/><font color="Grey">by %2</font> - <strong>%1</strong><br/><font color="Grey">por %2</font> + <strong>%1</strong><br/><font color="Grey">de %2</font> @@ -1924,17 +1965,17 @@ Saldrá del instalador y se perderán todos los cambios. Hide license text - Ocultar licencia + Ocultar el texto legal Show the license text - Ver licencia + Ver el texto legal Open license agreement in browser. - Abrir acuerdo de licencia en el navegador. + Abrir el texto legal en el navegador. @@ -1947,7 +1988,7 @@ Saldrá del instalador y se perderán todos los cambios. Zone: - Zona: + Huso horario: @@ -1983,35 +2024,35 @@ Saldrá del instalador y se perderán todos los cambios. LuksBootKeyFileJob - + Configuring LUKS key file. Configurando archivo de claves LUKS. - - + + No partitions are defined. - No hay particiones definidas. + Se ha definido ninguna partición. - - - + + + Encrypted rootfs setup error - Error de configuración de rootfs encriptados + Se ha producido un error del «rootfs» cifrado - + Root partition %1 is LUKS but no passphrase has been set. La partición root %1 es LUKS pero no se ha establecido ninguna frase de contraseña. - + Could not create LUKS key file for root partition %1. No se pudo crear el archivo de clave LUKS para la partición root %1. - + Could not configure LUKS key file on partition %1. No se pudo configurar el archivo de clave LUKS para la partición root %1. @@ -2021,7 +2062,7 @@ Saldrá del instalador y se perderán todos los cambios. Generate machine-id. - Generar identificación-de-máquina. + Generar el identificador único de máquina. @@ -2031,18 +2072,18 @@ Saldrá del instalador y se perderán todos los cambios. No root mount point is set for MachineId. - Punto de montaje root para MachineId no definido. + No hay ningún punto de montaje raíz («root») establecido para «MachineId». Map - + Timezone: %1 - Zona horaria: %1 + Huso horario: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2054,99 +2095,111 @@ Saldrá del instalador y se perderán todos los cambios. NetInstallViewStep - + Package selection Selección de paquetes - + Office software - Programas de oficina + Programa de oficina - + Office package Paquete de oficina - - - Browser software - software del navegador - - Browser package - Paquete de navegador + Browser software + Explorador de archivos + Browser package + Paquetes de explorador de archivos + + + Web browser Navegador web - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Servicios - + Login + label for netinstall module, choose login manager Iniciar sesion - + Desktop + label for netinstall module, choose desktop environment Escritorio - - Applications - Aplicaciónes - - - + Communication + label for netinstall module Comunicación - + Development + label for netinstall module Desarrollo - + Office + label for netinstall module Oficina - + Multimedia + label for netinstall module Multimedia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Temas - + Gaming + label for netinstall module Juegos - + Utilities - Utilidades + label for netinstall module + Herramientas + + + + Applications + Aplicaciones @@ -2167,7 +2220,7 @@ Saldrá del instalador y se perderán todos los cambios. <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html> - <html><head/><body><p>Introduzca aquí un identificador de lote. Esto se almacenará en el sistema de destino..</p></body></html> + <html><head/><body><p>Introduce un identificador de lote, se almacenará en el sistema a instalar.</p></body></html> @@ -2185,7 +2238,7 @@ Saldrá del instalador y se perderán todos los cambios. Set the OEM Batch Identifier to <code>%1</code>. - Defina el Identificador de lote OEM en <code>%1</code>. + Define el identificador de lote OEM en <code>%1</code>. @@ -2196,26 +2249,26 @@ Saldrá del instalador y se perderán todos los cambios. Seleccione su región preferida o use la configuración predeterminada. - - - + + + Timezone: %1 - Zona horaria: %1 + Huso horario: %1 - + Select your preferred Zone within your Region. - Seleccione su Zona preferida dentro de su Región. + Elige un huso horario en tu región. - + Zones - Zonas + Husos - + You can fine-tune Language and Locale settings below. - Puede ajustar la configuración de idioma y regional a continuación. + A continuación puedes ajustar la configuración regional. @@ -2238,7 +2291,7 @@ Saldrá del instalador y se perderán todos los cambios. Memory allocation error when setting '%1' - Error de asignación de memoria al establecer '%1' + No parece que haya suficiente memoria como para establecer «%1» @@ -2258,7 +2311,7 @@ Saldrá del instalador y se perderán todos los cambios. The password differs with case changes only - La contraseña difiere sólo en cambios de mayúsculas/minúsculas + La contraseña solo cambia las mayúsculas y minúsculas @@ -2268,27 +2321,27 @@ Saldrá del instalador y se perderán todos los cambios. The password contains the user name in some form - La contraseña contiene el nombre de usuario de alguna forma + La contraseña contiene partes del nombre de usuario The password contains words from the real name of the user in some form - La contraseña contiene palabras procedentes del nombre real del usuario de alguna forma + La contraseña contiene partes del nombre real del usuario The password contains forbidden words in some form - La contraseña contiene palabras prohibidas de alguna forma + La contraseña contiene alguna palabra prohibida The password contains too few digits - La contraseña contiene demasiado pocos dígitos + La contraseña no tiene suficientes números The password contains too few uppercase letters - La contraseña contiene demasiado pocas letras mayúsculas + La contraseña no tiene suficientes mayúsculas @@ -2296,17 +2349,18 @@ Saldrá del instalador y se perderán todos los cambios. La contraseña contiene menos de %n letras minúsculas La contraseña contiene menos de %n letras minúsculas + La contraseña contiene menos de %n letras minúsculas The password contains too few lowercase letters - La contraseña contiene demasiado pocas letras minúsculas + La contraseña contiene muy pocas letras minúsculas The password contains too few non-alphanumeric characters - La contraseña contiene demasiado pocos caracteres alfanuméricos + La contraseña no tiene suficientes caracteres alfanuméricos @@ -2316,17 +2370,17 @@ Saldrá del instalador y se perderán todos los cambios. The password does not contain enough character classes - La contraseña no contiene suficientes clases de caracteres + La contraseña no contiene suficientes tipos de caracteres The password contains too many same characters consecutively - La contraseña contiene demasiados caracteres iguales consecutivamente + La contraseña contiene demasiados caracteres iguales consecutivos The password contains too many characters of the same class consecutively - La contraseña contiene demasiados caracteres de la misma clase consecutivamente + La contraseña contiene demasiados caracteres seguidos del mismo tipo @@ -2334,6 +2388,7 @@ Saldrá del instalador y se perderán todos los cambios. La contraseña contiene menos de %n dígitos La contraseña contiene menos de %n dígitos + La contraseña contiene menos de %n dígitos @@ -2342,6 +2397,7 @@ Saldrá del instalador y se perderán todos los cambios. La contraseña contiene menos de %n letras mayúsculas La contraseña contiene menos de %n letras mayúsculas + La contraseña contiene menos de %n letras mayúsculas @@ -2350,6 +2406,7 @@ Saldrá del instalador y se perderán todos los cambios. La contraseña contiene menos de %n caracteres no alfanuméricos La contraseña contiene menos de %n caracteres no alfanuméricos + La contraseña contiene menos de %n caracteres no alfanuméricos @@ -2358,6 +2415,7 @@ Saldrá del instalador y se perderán todos los cambios. La contraseña es más corta que %n caracteres La contraseña es más corta que %n caracteres + La contraseña es más corta que %n caracteres @@ -2371,6 +2429,7 @@ Saldrá del instalador y se perderán todos los cambios. La contraseña contiene menos de %n clases de caracteres La contraseña contiene menos de %n clases de caracteres + La contraseña contiene menos de %n clases de caracteres @@ -2379,6 +2438,7 @@ Saldrá del instalador y se perderán todos los cambios. La contraseña contiene más de %n caracteres iguales consecutivos La contraseña contiene más de %n caracteres iguales consecutivos + La contraseña contiene más de %n caracteres iguales consecutivos @@ -2387,6 +2447,7 @@ Saldrá del instalador y se perderán todos los cambios. La contraseña contiene más de %n caracteres de la misma clase consecutivamente La contraseña contiene más de %n caracteres de la misma clase consecutivamente + La contraseña contiene más de %n caracteres de la misma clase consecutivamente @@ -2395,6 +2456,7 @@ Saldrá del instalador y se perderán todos los cambios. La contraseña contiene una secuencia monótona de más de %n caracteres La contraseña contiene una secuencia monótona de más de %n caracteres + La contraseña contiene una secuencia monótona de más de %n caracteres @@ -2415,57 +2477,57 @@ Saldrá del instalador y se perderán todos los cambios. Password generation failed - required entropy too low for settings - La generación de contraseña falló - la entropía requerida es demasiado baja para la configuración + No se pudo generar la contraseña; no hay suficiente entropía para ello The password fails the dictionary check - %1 - La contraseña no paso el test de diccionario - %1 + La contraseña contiene una palabra del diccionario (%1), por lo que ha fallado el nivel de seguridad necesario The password fails the dictionary check - La contraseña no pasó el test de diccionario + La contraseña contiene una palabra del diccionario, por lo que ha fallado el nivel de seguridad necesario Unknown setting - %1 - Configuración desconocida - %1 + Ajuste desconocido; %1 Unknown setting - Configuración desconocida + Ajuste desconocido Bad integer value of setting - %1 - Valor entero de la configuración erróneo - %1 + El siguiente ajuste no es un número entero; %1 Bad integer value - Valor entero erróneo + Hay un número que no es de tipo entero Setting %1 is not of integer type - La configuración %1 no es de tipo entero + La el ajuste %1 no es un número entero Setting is not of integer type - La configuración no es de tipo entero + El ajuste no es un número entero Setting %1 is not of string type - La configuración %1 no es de tipo cadena de caracteres + El ajuste %1 no contiene una cadena de caracteres Setting is not of string type - La configuración no es de tipo cadena de caracteres + El ajuste no es una cadena de caracteres @@ -2475,7 +2537,7 @@ Saldrá del instalador y se perderán todos los cambios. The configuration file is malformed - El fichero de configuración está mal formado + El archivo de configuración tiene un formato desconocido o incorrecto @@ -2488,9 +2550,9 @@ Saldrá del instalador y se perderán todos los cambios. Error desconocido - + Password is empty - La contraseña vacia + La contraseña está vacía. @@ -2508,7 +2570,7 @@ Saldrá del instalador y se perderán todos los cambios. TextLabel - Etiqueta de texto + TextLabel @@ -2523,23 +2585,7 @@ Saldrá del instalador y se perderán todos los cambios. Please pick a product from the list. The selected product will be installed. - Elija un producto de la lista. Se instalará el producto seleccionado. - - - - PackageChooserQmlViewStep - - - Packages - Paquetes - - - - PackageChooserViewStep - - - Packages - Paquetes + Elige un producto de la lista para instalarlo. @@ -2570,7 +2616,7 @@ Saldrá del instalador y se perderán todos los cambios. Type here to test your keyboard - Escriba aquí para comprobar su teclado + Escribe aquí para probar la salida del teclado @@ -2583,48 +2629,48 @@ Saldrá del instalador y se perderán todos los cambios. What is your name? - Nombre + ¿Cómo te llamas? Your Full Name - Su nombre completo + Tu nombre completo What name do you want to use to log in? - ¿Qué nombre desea usar para ingresar? + ¿Qué nombre quieres usar para iniciar sesión? login - Iniciar sesión + minombredeusuario What is the name of this computer? - Nombre del equipo + ¿Qué nombre le ponemos al equipo? <small>This name will be used if you make the computer visible to others on a network.</small> - <small>Este nombre será utilizado si hace este equipo visible para otros en una red.</small> + <small>Este nombre será visible al compartir cosas en red.</small> Computer Name - Nombre de computadora + Nombre del equipo Choose a password to keep your account safe. - Elija una contraseña para mantener su cuenta segura. + Elige una contraseña para proteger tu cuenta. <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> - <small>Ingrese la misma contraseña dos veces para poder revisar los errores al escribir. Una buena contraseña debe contener una mezcla entre letras, números y puntuación, deberá contener al menos ocho caracteres de longitud, y ser cambiada con regularidad.</small> + <small>Escribe dos veces la misma contraseña, para que se pueda comprobar si hay errores de escritura. Una buena contraseña contendrá una combinación de letras, números y signos de puntuación; tiene por lo menos ocho caracteres y hay que cambiarla cada cierto tiempo.</small> @@ -2636,38 +2682,38 @@ Saldrá del instalador y se perderán todos los cambios. Repeat Password - Repita la contraseña + Repite la contraseña When this box is checked, password-strength checking is done and you will not be able to use a weak password. - Cuando se marca esta casilla, se verifica la seguridad de la contraseña y no podrá usar una contraseña débil. + Cuando se marca esta casilla se comprueba la seguridad de la contraseña y no se podrá usar una débil. Require strong passwords. - Requerir contraseñas seguras + Requiere contraseñas fuertes. Log in automatically without asking for the password. - Conectarse automaticamente sin pedir la contraseña. + Iniciar sesión automáticamente sin pedir la contraseña Use the same password for the administrator account. - Usar la misma contraseña para la cuenta de administrador. + Utilizar la misma contraseña para la cuenta de administrador. Choose a password for the administrator account. - Elegir una contraseña para la cuenta de administrador. + Elige una contraseña para la cuenta de administrador. <small>Enter the same password twice, so that it can be checked for typing errors.</small> - <small>Escriba dos veces la contraseña para que se puede verificar en caso de errores al escribir.</small> + <small>Escribe dos veces la contraseña para comprobar si tiene errores.</small> @@ -2675,17 +2721,17 @@ Saldrá del instalador y se perderán todos los cambios. Root - Root + Raíz Home - Inicio + Datos de usuario Boot - Boot + Arranque @@ -2705,7 +2751,7 @@ Saldrá del instalador y se perderán todos los cambios. New partition - Partición nueva + Nueva partición @@ -2809,27 +2855,27 @@ Saldrá del instalador y se perderán todos los cambios. Remove Volume Group - Remover grupo de volúmenes + Eliminar grupo de volúmenes I&nstall boot loader on: - Instalar gestor de arranque en: + I&nstalar gestor de arranque en: Are you sure you want to create a new partition table on %1? - ¿Está seguro de querer crear una nueva tabla de particiones en %1? + ¿Estás seguro de que quieres crear una nueva tabla de particiones en %1? Can not create new partition - No se puede crear una partición nueva + No se pudo crear una partición nueva The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead. - La tabla de particiones en %1 tiene %2 particiones primarias y no se pueden agregar más. Por favor remueva una partición primaria y agregue una partición extendida en su reemplazo. + La tabla de particiones en %1 ya tiene %2 particiones primarias, y no se puede añadir ninguna más. Quita una partición primaria y sustitúyela por una extendida para poder añadir particiones lógicas en su interior. @@ -2837,7 +2883,7 @@ Saldrá del instalador y se perderán todos los cambios. Gathering system information... - Obteniendo información del sistema... + Recogiendo información sobre el sistema... @@ -2845,84 +2891,99 @@ Saldrá del instalador y se perderán todos los cambios. Particiones - + + Unsafe partition actions are enabled. + Se han activado las particiones inseguras. + + + + Partitioning is configured to <b>always</b> fail. + Se ha configurado el particionado para que falle <b>siempre</b>. + + + + No partitions will be changed. + No se cambiará ninguna partición. + + + Current: - Corriente + Ahora: - + After: - Despúes: + Después: - + No EFI system partition configured No hay una partición del sistema EFI configurada - - - EFI system partition configured incorrectly - Partición del sistema EFI configurada incorrectamente - - An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - Se necesita una partición EFI para iniciar %1.<br/><br/>Para configurar una partición EFI, regrese y seleccione o cree un sistema de archivos adecuado. + EFI system partition configured incorrectly + La partición del sistema EFI no se ha configurado bien - + + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. + Se necesita una partición EFI para arrancar %1.<br/><br/>Para establecer una partición EFI vuelve atrás y selecciona o crea un sistema de archivos adecuado. + + + The filesystem must be mounted on <strong>%1</strong>. El sistema de archivos debe estar montado en <strong>%1</strong>. - + The filesystem must have type FAT32. - El sistema de archivos debe tener el tipo FAT32. + El sistema de archivos debe ser de tipo FAT32. - + The filesystem must be at least %1 MiB in size. El sistema de archivos debe tener al menos %1 MiB de tamaño. - + The filesystem must have flag <strong>%1</strong> set. - El sistema de archivos debe tener el indicador <strong>%1</strong>. + El sistema de archivos debe tener establecido el indicador <strong>%1.</strong> - + You can continue without setting up an EFI system partition but your system may fail to start. - Puede continuar sin configurar una partición del sistema EFI, pero es posible que su sistema no inicie. + Puedes seguir con la instalación sin haber establecido una partición del sistema EFI, pero puede que el sistema no arranque. - + Option to use GPT on BIOS - Opción de usar GPT en la BIOS + Opción para usar GPT en BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - Una partición GPT es la mejor opción para todos los sistemas. Este instalador también admite una configuración de este tipo para los sistemas BIOS.<br/><br/>Para configurar una partición GPT en BIOS, (si aún no lo ha hecho) regrese y configure la partición en GPT, luego cree una partición sin formato de 8 MB con el indicador <strong>%2</strong> habilitado.<br/><br/>Se necesita una partición de 8 MB sin formato para iniciar %1 en un sistema BIOS con GPT. + Una tabla de particiones GPT es lo preferible en casi todos los casos. Este instalador también la admite para los sistemas más antiguos basados en arranque por BIOS.<br/><br/>Para configurar una partición GPT en BIOS, (si aún no lo has hecho) vuelve atrás y configura la tabla de particiones como GPT, luego crea una partición sin formato de 8 MB con el indicador <strong>bios_grub</strong> marcado.<br/><br/>Se necesita una partición de 8 MB sin formatear para arrancar %1 en un sistema BIOS con GPT. - + Boot partition not encrypted - Partición de arranque no cifrada + Partición de arranque sin cifrar - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Se estableció una partición de arranque aparte junto con una partición raíz cifrada, pero la partición de arranque no está cifrada.<br/><br/>Hay consideraciones de seguridad con esta clase de instalación, porque los ficheros de sistema importantes se mantienen en una partición no cifrada.<br/>Puede continuar si lo desea, pero el desbloqueo del sistema de ficheros ocurrirá más tarde durante el arranque del sistema.<br/>Para cifrar la partición de arranque, retroceda y vuelva a crearla, seleccionando <strong>Cifrar</strong> en la ventana de creación de la partición. - + has at least one disk device available. tiene al menos un dispositivo de disco disponible. - + There are no partitions to install on. - No hay particiones en las cuales instalar. + No hay particiones donde instalar. @@ -2930,13 +2991,13 @@ Saldrá del instalador y se perderán todos los cambios. Plasma Look-and-Feel Job - Tarea Plasma Look-and-Feel + Tarea de aspecto de Plasma Could not select KDE Plasma Look-and-Feel package - No se pudo seleccionar el paquete Plasma Look-and-Feel de KDE + No se pudo seleccionar el paquete de aspecto de KDE Plasma @@ -2949,12 +3010,12 @@ Saldrá del instalador y se perderán todos los cambios. Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - Elija una apariencia para el escritorio KDE Plasma. También puede omitir este paso y configurar la apariencia una vez que el sistema esté configurado. Al hacer clic en una selección de apariencia, obtendrá una vista previa en vivo de esa apariencia. + Elige un aspecto para el escritorio KDE Plasma. También puedes omitir este paso y configurar la apariencia una vez el sistema esté configurado. Al hacer clic en cualquiera de los elementos verás una vista previa del estilo. Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - Elija una apariencia para KDE Plasma Desktop. También puede omitir este paso y configurar el aspecto una vez que el sistema está instalado. Al hacer clic en una selección de apariencia, obtendrá una vista previa en vivo de esa apariencia. + Elige un aspecto para el escritorio KDE Plasma. También puedes omitir este paso y configurar la apariencia una vez el sistema esté instalado. Al hacer clic en cualquiera de los elementos verás una vista previa del estilo. @@ -2970,17 +3031,17 @@ Saldrá del instalador y se perderán todos los cambios. Saving files for later ... - Guardando archivos para después ... + Guardando archivos para más tarde... No files configured to save for later. - No hay archivos configurados para guardarlos para después. + No hay archivos configurados para guardarse más tarde. Not all of the configured files could be preserved. - No todos los archivos de configuración se pudieron preservar. + No se pudieron conservar todos los archivos configurados. @@ -2990,7 +3051,7 @@ Saldrá del instalador y se perderán todos los cambios. There was no output from the command. -No hubo salida del comando. +La orden no ha proporcionado información de salida. @@ -2998,64 +3059,64 @@ No hubo salida del comando. Output: -Salida: +Información de salida: External command crashed. - El comando externo falló. + El programa externo se ha colgado, fallando de forma inesperada. Command <i>%1</i> crashed. - El comando <i>%1</i> falló. + El programa externo se ha colgado al llamarlo con <i>%1</i>. External command failed to start. - El comando externo no se pudo iniciar. + El programa externo no se ha podido iniciar. Command <i>%1</i> failed to start. - El comando <i>%1</i> no se pudo iniciar. + El programa externo <i>%1</i> no se ha podido iniciar. Internal error when starting command. - Error interno al iniciar el comando. + Se ha producido un error interno al iniciar el programa. Bad parameters for process job call. - Parámetros erróneos para la llamada de la tarea del procreso. + Parámetros erróneos en la llamada al proceso. External command failed to finish. - El comando externo no se pudo finalizar. + El programa externo no se ha podido terminar. Command <i>%1</i> failed to finish in %2 seconds. - El comando <i>%1</i> no se pudo finalizar en %2 segundos. + El programa externo <i>%1</i> no ha podido terminar en %2 segundos. External command finished with errors. - El comando externo finalizó con errores. + El programa externo ha terminado, pero devolviendo errores. Command <i>%1</i> finished with exit code %2. - El comando <i>%1</i> finalizó con un código de salida %2. + El programa externo <i>%1</i> ha terminado con un código de salida %2. QObject - + %1 (%2) %1 (%2) @@ -3083,7 +3144,7 @@ Salida: Default - Por defecto + Predeterminado @@ -3091,23 +3152,23 @@ Salida: File not found - Archivo no encontrado + No se ha encontrado el archivo Path <pre>%1</pre> must be an absolute path. - La ruta <pre>%1</pre> debe ser una ruta absoluta. + La ruta <pre>%1</pre> debe ser absoluta. Directory not found - Directorio no encontrado + No se ha encontrado la carpeta Could not create new random file <pre>%1</pre>. - No se pudo crear nuevo archivo aleatorio<pre>%1</pre>. + No se ha podido crear nuevo archivo temporal al azar «<pre>%1</pre>». @@ -3117,7 +3178,7 @@ Salida: No description provided. - No se proporcionó descripción. + No se ha proporcionado ninguna descripción. @@ -3136,8 +3197,8 @@ Salida: <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> Setup can continue, but some features might be disabled.</p> - <p>Este equipo no cumple algunos de los requisitos recomendados para configurar %1.<br/> - La configuración puede continuar, pero es posible que algunas funciones estén deshabilitadas.</p> + <p>El equipo no cumple con alguno de los requisitos recomendados para configurar %1.<br/> + Se puede continuar con la configuración, pero puede que ciertas funciones no estén disponibles.</p> @@ -3145,7 +3206,7 @@ Salida: Remove live user from target system - Borre el usuario "en vivo" del sistema objetivo + Borrar el usuario temporal («live») del sistema a instalar @@ -3154,12 +3215,12 @@ Salida: Remove Volume Group named %1. - Remover grupo de volúmenes llamado %1. + Quitar el grupo de volumen denominado «%1». Remove Volume Group named <strong>%1</strong>. - Remover grupo de volúmenes llamado <strong>%1</strong>. + Quitar el grupo de volumen denominado «<strong>%1</strong>». @@ -3248,15 +3309,15 @@ Salida: <p>This computer does not satisfy the minimum requirements for installing %1.<br/> Installation cannot continue.</p> - <p>Esta computadora no cumple con los requisitos mínimos para instalar %1.<br/> + <p>El equipo no cumple con los requisitos mínimos para instalar %1.<br/> La instalación no puede continuar.</p> <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> Setup can continue, but some features might be disabled.</p> - <p>Este equipo no cumple algunos de los requisitos recomendados para configurar %1.<br/> - La configuración puede continuar, pero es posible que algunas funciones estén deshabilitadas.</p> + <p>El equipo no cumple con alguno de los requisitos recomendados para configurar %1.<br/> + Se puede continuar con la configuración, pero puede que ciertas funciones no estén disponibles.</p> @@ -3370,7 +3431,7 @@ Salida: Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>. - Cambiar el tamaño del grupo de volúmenes llamado <strong>%1</strong> de <strong>%2</strong> a <strong>%3</strong>. + Cambiar el tamaño del grupo de volúmenes denominado «<strong>%1</strong>» de «<strong>%2</strong>» a «<strong>%3</strong>». @@ -3381,12 +3442,12 @@ Salida: ResultsListDialog - + For best results, please ensure that this computer: - Para obtener los mejores resultados, por favor asegúrese que este ordenador: + Para un mejor desempeño se recomienda que este equipo: - + System requirements Requisitos del sistema @@ -3407,29 +3468,29 @@ Salida: SetHostNameJob - + Set hostname %1 Hostname: %1 - + Set hostname <strong>%1</strong>. Configurar hostname <strong>%1</strong>. - + Setting hostname %1. Configurando hostname %1. - - + + Internal Error Error interno - - + + Cannot write hostname to target system No es posible escribir el hostname en el sistema de destino @@ -3631,18 +3692,18 @@ Salida: SetupGroupsJob - + Preparing groups. Preparando grupos. - - + + Could not create groups in target system No se pudieron crear grupos en el sistema destino - + These groups are missing in the target system: %1 Estos grupos faltan en el sistema de destino: %1 @@ -3650,17 +3711,17 @@ Salida: SetupSudoJob - + Configure <pre>sudo</pre> users. Configurar usuarios <pre>sudo</pre> . - + Cannot chmod sudoers file. No es posible modificar los permisos de sudoers. - + Cannot create sudoers file for writing. No es posible crear el archivo de escritura para sudoers. @@ -3670,7 +3731,7 @@ Salida: Shell Processes Job - Tarea de procesos del interprete de comandos + Tarea de procesos de la «shell» @@ -3806,30 +3867,30 @@ Salida: <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> - <html><head/><body><p>Haga clic aquí para <span style=" font-weight:600;">no enviar información</span> sobre su instalación.</p></body></html> + <html><head/><body><p>Haz clic aquí para <span style=" font-weight:600;">no enviar información</span> sobre tu instalación.</p></body></html> <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> - <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Pulse aquí para más información acerca de la respuesta del usuario</span></a></p></body></html> + <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Haz clic aquí para saber más sobre el sistema de opinión de usuarios</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - El seguimiento ayuda a %1 a ver con qué frecuencia se instala, en qué hardware se instala y qué aplicaciones se usan. Para ver lo que se enviará, haga clic en el icono de ayuda junto a cada área. + El seguimiento ayuda a %1 a ver con qué frecuencia se instala, en qué hardware se instala y qué aplicaciones se usan. Para ver lo que se envía, haz clic en el icono de ayuda en cada sección. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Al seleccionar esto, enviará información sobre su instalación y hardware. Esta información solo se enviará <b>una vez</b> después de finalizar la instalación. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Al seleccionar esto, enviará periódicamente información sobre la instalación, el hardware y las aplicaciones de su <b>máquina</b> a %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Al seleccionar esto, enviará regularmente información sobre su instalación de <b>usuario</b>, hardware, aplicaciones y patrones de uso de aplicaciones a %1. @@ -3839,7 +3900,7 @@ Salida: Feedback - Respuesta + Opinar @@ -3847,30 +3908,30 @@ Salida: Unmount file systems. - Desmontar sistemas de archivos. + Desmontar los sistemas de archivos. - + No target system available. - Ningún sistema de destino disponible. + No parece que haya ningún sistema instalable disponible. - + No rootMountPoint is set. - rootMountPoint no definido. + «rootMountPoint» no definido. UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - <small>Si más de una persona va a utilizar este ordenador, puede crear varias cuentas después de la configuración.</small> + <small>Si va a haber más de una persona usando el equipo se pueden crear otras cuentas de usuario una vez terminado el asistente de configuración.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> - <small>Si más de una persona va a utilizar este ordenador, puede crear varias cuentas después de la instalación.</small> + <small>Si va a haber más de una persona usando el equipo se pueden crear otras cuentas de usuario una vez instalado.</small> @@ -3968,7 +4029,7 @@ Salida: Select application and system language - Seleccione el idioma de la aplicación y del sistema + Elige el idioma para las aplicaciones y el sistema @@ -3998,7 +4059,7 @@ Salida: Open issues and bug-tracking website - Sitio web de asuntos abiertos y seguimiento de errores + Sitio web de problemas y mejoras @@ -4008,7 +4069,7 @@ Salida: Open release notes website - Abrir el sitio web de notas de lanzamiento + Abrir la web con las notas de lanzamiento @@ -4017,51 +4078,26 @@ Salida: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Bienvenido al programa de instalación Calamares para %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Bienvenido al instalador %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Bienvenido al instalador de Calamares para %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Bienvenido al instalador %1.</h1> - - - %1 support %1 ayuda - + About %1 setup - Acerca de la configuración %1 + Acerca del configurador de %1 - + About %1 installer Acerca del instalador %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>para %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Gracias al <a href="https://calamares.io/team/">equipo de Calamares</a> y al <a href="https://www.transifex.com/calamares/calamares/">equipo de traductores de Calamares</a>.<br/><br/><a href="https://calamares.io/"> El desarrollo de Calamares</a> está patrocinado por <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Software Libre. - WelcomeQmlViewStep Welcome - Bienvenido + Te damos la bienvenida @@ -4069,7 +4105,7 @@ Salida: Welcome - Bienvenido + Te damos la bienvenida @@ -4082,7 +4118,7 @@ Salida: Failed to create zpool on - Error al crear zpool en + Error al crear el «zpool» en @@ -4103,50 +4139,23 @@ Salida: Failed to create zpool - Error al crear zpool + Error al crear el «zpool» Failed to create dataset - No se pudo crear el conjunto de datos + No se pudo crear el «dataset» The output was: - La salida fue: + El programa ha devuelto: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - para %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Gracias al <a href='https://calamares.io/team/'>equipo de Calamares</a> - y al <a href='https://www.transifex.com/calamares/calamares/'>equipo de - traductores de</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - El desarrollo es patrocinado por<br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Software Libre. - - - + Back Atrás @@ -4156,7 +4165,7 @@ Salida: Show debug information - Mostrar información de depuración. + Ver la información de depuración. @@ -4170,8 +4179,8 @@ Salida: %1 has been installed on your computer.<br/> You may now restart into your new system, or continue using the Live environment. - %1 ha sido instalado en su computadora. - Ahora puede reiniciar en su nuevo sistema o continuar usando el entorno Live. + Se ha instalado %1 en tu equipo. + A partir de ahora puedes reiniciar para empezar a usar el sistema operativo nuevo o seguir usando el entorno temporal («live»). @@ -4187,9 +4196,9 @@ Salida: <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/> This log is copied to /var/log/installation.log of the target system.</p> - <p>Un registro completo de la instalación está disponible como installation.log en el directorio de inicio del usuario de Live. + <p>Un registro completo de la instalación está disponible como «installation.log» en la carpeta personal del usuario temporal. <br/> - Este registro se copia en /var/log/installation.log del sistema de destino. + Este registro también se copia en la ruta «/var/log/installation.log» del sistema a instalar. @@ -4203,8 +4212,8 @@ Salida: %1 has been installed on your computer.<br/> You may now restart your device. - %1 ha sido instalado en su computadora.<br/> - Ahora puede reiniciar su sistema. + Se ha instalado %1 en tu equipo.<br/> + Ya puedes reiniciar para empezar a usar tu nuevo sistema operativo. @@ -4224,13 +4233,13 @@ Salida: <h1>Languages</h1> </br> The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>. <h1>Idiomas</h1></br> - La configuración regional del sistema afecta al idioma y conjunto de caracteres para algunos elementos de la interfaz de usuario de la línea de comandos. La configuración actual es <strong>%1</strong>. + La configuración regional del sistema afecta al idioma y al tipo de caracteres que se muestran en algunos elementos del terminal. El modo actual está establecido a «<strong>%1</strong>». <h1>Locales</h1> </br> The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>. - <h1>Locales</h1> </br> + <h1>Configuración regional</h1> </br> La configuración regional del sistema afecta el formato de números y fechas. La configuración actual es <strong>%1</strong>. @@ -4244,7 +4253,7 @@ Salida: To activate keyboard preview, select a layout. - Para activar la previsualización del teclado, selecciona una distribución. + Para previsualizar el teclado elige una distribución. @@ -4252,17 +4261,17 @@ Salida: Modelo de teclado: - + Layouts Distribuciones - + Type here to test your keyboard - Escriba aquí para comprobar su teclado + Escribe aquí para probar la salida del teclado - + Variants Variantes @@ -4291,8 +4300,8 @@ Salida: LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/> Default option. - LibreOffice es una suite ofimática potente y gratuita, utilizada por millones de personas en todo el mundo. Incluye varias aplicaciones que la convierten en la suite ofimática Libre y de Código Abierto más versátil del mercado.<br/> - Opción por defecto. + LibreOffice es una suite ofimática potente y gratuita, utilizada por millones de personas en todo el mundo. Incluye varias aplicaciones que la convierten en la suite ofimática libre y de código abierto más versátil del mercado.<br/> + Opción predeterminada. @@ -4302,27 +4311,27 @@ Salida: If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives. - Si no desea instalar una suite ofimática, simplemente seleccione Sin Suite Ofimática. Siempre puede añadir uno (o más) más tarde en su sistema instalado a medida que lo necesite. + Si no quieres instalar un paquete de ofimática cámbialo abajo. Siempre se puede instalar uno (o más de uno) a través del administrador de paquetes cuando surja la necesidad. No Office Suite - Sin Suite Ofimática + Sin paquete de ofimática Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser. - Cree una instalación de escritorio mínima, elimine todas las aplicaciones adicionales y decida más adelante qué le gustaría añadir a su sistema. Ejemplos de lo que no habrá en una instalación de este tipo, no habrá Suite Ofimática, ni Reproductores Multimedia, ni Visor de imágenes ni soporte de impresión. Será solo un escritorio, un navegador de archivos, un administrador de paquetes, un editor de texto y un navegador web simple. + Crea una instalación de escritorio mínima, evitando todas las aplicaciones extras para poder elegir más adelante qué te gustaría añadir al sistema. En este modo no habrá paquete de ofimática, ni reproductores multimedia, ni visor de imágenes ni soporte de impresión. Solo incluye un escritorio, un explorador de archivos, un administrador de paquetes, un editor de texto y un navegador web simple. Simple. Minimal Install - Instalación Mínima + Instalación mínima Please select an option for your install, or use the default: LibreOffice included. - Seleccione una opción para su instalación o use la predeterminada: LibreOffice incluido. + Elige una de las opciones o deja la que viene de serie: con LibreOffice. @@ -4383,7 +4392,7 @@ Salida: Pick your user name and credentials to login and perform admin tasks - Elija su nombre de usuario y credenciales para iniciar sesión y realizar tareas de administración + Elige un nombre de usuario con contraseña para iniciar sesión y poder hacer tareas de administración @@ -4393,12 +4402,12 @@ Salida: Your Full Name - Su nombre completo + Tu nombre completo What name do you want to use to log in? - ¿Qué nombre desea usar para ingresar? + ¿Qué nombre quieres usar para iniciar sesión? @@ -4408,107 +4417,107 @@ Salida: If more than one person will use this computer, you can create multiple accounts after installation. - Si más de una persona usará esta computadora, puede crear varias cuentas después de la instalación. + Si va a haber más de una persona usando el equipo se pueden crear otras cuentas de usuario una vez terminada la instalación. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - Solo se permiten letras minúsculas, números, guiones bajos y guiones. + Solo se pueden poner letras minúsculas, números y guiones bajos y normales. - + root is not allowed as username. - root no está permitido como nombre de usuario. + No se puede poner «root» como nombre de usuario. - + What is the name of this computer? + ¿Qué nombre le ponemos al equipo? + + + + Computer Name Nombre del equipo - - Computer Name - Nombre de computadora - - - + This name will be used if you make the computer visible to others on a network. - Este nombre se usará si hace que la computadora sea visible para otros en una red. + Este nombre será visible al compartir cosas en red. - + localhost is not allowed as hostname. - localhost no está permitido como nombre de host. + No se puede poner «localhost» como nombre del equipo. - + Choose a password to keep your account safe. - Elija una contraseña para mantener su cuenta segura. + Elige una contraseña para mantener tu cuenta segura. - + Password Contraseña - + Repeat Password - Repita la contraseña + Repite la contraseña - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - Ingrese la misma contraseña dos veces, para que se pueda verificar si hay errores de tipeo. Una buena contraseña contendrá una combinación de letras, números y puntuación, debe tener al menos ocho caracteres y debe cambiarse a intervalos regulares. + Introduce la misma contraseña dos veces, para que se pueda verificar si hay errores de escritura. Una buena contraseña contendrá una combinación de letras, números y puntuación; tiene que tener al menos ocho caracteres y cambiarse de vez en cuando. - + Validate passwords quality - Validar calidad de las contraseñas + Verificar la fortaleza de contraseña - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - Cuando se marca esta casilla, se realiza la verificación de la seguridad de la contraseña y no podrá usar una contraseña débil. + Cuando se marca esta casilla se verificará la seguridad de la contraseña y no se podrá usar una contraseña débil. - + Log in automatically without asking for the password Iniciar sesión automáticamente sin pedir la contraseña - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Solo se permiten letras, números, guiones bajos y guiones, con un mínimo de dos caracteres. - + Reuse user password as root password - Reutilizar la contraseña de usuario como contraseña root + Reutilizar la contraseña para el usuario «root» - + Use the same password for the administrator account. - Usar la misma contraseña para la cuenta de administrador. + Utiliza la misma contraseña para la cuenta de administrador. - + Choose a root password to keep your account safe. - Elija una contraseña root para mantener su cuenta segura. + Elige una contraseña segura para la cuenta de administración «root». - + Root Password - Contraseña Root + Contraseña de «root» - + Repeat Root Password - Repetir Contraseña Root + Repetir la contraseña de «root» - + Enter the same password twice, so that it can be checked for typing errors. - Ingrese la misma contraseña dos veces, para verificar si hay errores de tipeo. + Introduce la misma contraseña dos veces para verificar si hay errores de escritura. @@ -4517,8 +4526,8 @@ Salida: <h3>Welcome to the %1 <quote>%2</quote> installer</h3> <p>This program will ask you some questions and set up %1 on your computer.</p> - <h3>Bienvenido al instalador de <quote>%2</quote></h3> - <p>Este programa le hará algunas preguntas y configurará %1 en su computadora.</p> + <h3>Te damos la bienvenida al instalador de <quote>%2</quote></h3> + <p>Este programa te hará algunas preguntas y configurará %1 en tu equipo.</p> diff --git a/lang/calamares_es_MX.ts b/lang/calamares_es_MX.ts index 333e51bb3..c00cc0acc 100644 --- a/lang/calamares_es_MX.ts +++ b/lang/calamares_es_MX.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information Información de depuración @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Preparar - + Install Instalar @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Hecho @@ -261,23 +280,25 @@ - + Waiting for %n module(s). + - + (%n second(s)) + - + System-requirements checking is complete. Chequeo de requerimientos del sistema completado. @@ -484,12 +505,12 @@ El instalador terminará y se perderán todos los cambios. CalamaresWindow - + %1 Setup Program %1 Programa de instalación - + %1 Installer %1 Instalador @@ -528,150 +549,150 @@ El instalador terminará y se perderán todos los cambios. Formulario - + Select storage de&vice: Seleccionar dispositivo de almacenamiento: - - - - + + + + Current: Actual: - + After: Después: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Particionado manual </strong><br/> Puede crear o cambiar el tamaño de las particiones usted mismo. - + Reuse %1 as home partition for %2. Reuse %1 como partición home para %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Seleccione una partición para reducir el tamaño, a continuación, arrastre la barra inferior para redimencinar</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 será reducido a %2MiB y una nueva %3MiB partición se creará para %4. - + Boot loader location: Ubicación del cargador de arranque: - + <strong>Select a partition to install on</strong> <strong>Seleccione una partición para instalar</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. No se puede encontrar en el sistema una partición EFI. Por favor vuelva atrás y use el particionamiento manual para configurar %1. - + The EFI system partition at %1 will be used for starting %2. La partición EFI en %1 será usada para iniciar %2. - + EFI system partition: Partición de sistema EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Este dispositivo de almacenamiento parece no tener un sistema operativo en el. ¿que le gustaría hacer?<br/> Usted podrá revisar y confirmar sus elecciones antes que cualquier cambio se realice al dispositivo de almacenamiento. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Borrar disco</strong> <br/>Esto <font color="red">borrará</font> todos los datos presentes actualmente en el dispositivo de almacenamiento seleccionado. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Instalar junto a</strong> <br/>El instalador reducirá una partición con el fin de hacer espacio para %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Reemplazar una partición</strong> <br/>Reemplaza una partición con %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Este dispositivo de almacenamiento tiene %1 en el. ¿Que le gustaría hacer? <br/>Usted podrá revisar y confirmar sus elecciones antes de que cualquier cambio se realice al dispositivo de almacenamiento. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Este dispositivo de almacenamiento ya tiene un sistema operativo en el. ¿Que le gustaría hacer?<br/> Usted podrá revisar y confirmar sus elecciones antes que cualquier cambio se realice al dispositivo de almacenamiento. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Este dispositivo de almacenamiento tiene múltiples sistemas operativos en el. ¿Que le gustaria hacer?<br/> Usted podrá revisar y confirmar sus elecciones antes que cualquier cambio se realice al dispositivo de almacenamiento. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap Sin Swap - + Reuse Swap Reutilizar Swap - + Swap (no Hibernate) Swap (sin hibernación) - + Swap (with Hibernate) Swap (con hibernación) - + Swap to file Swap a archivo @@ -759,27 +780,27 @@ El instalador terminará y se perderán todos los cambios. Config - + Set keyboard model to %1.<br/> Ajustar el modelo de teclado a %1.<br/> - + Set keyboard layout to %1/%2. Ajustar teclado a %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. El lenguaje del sistema será establecido a %1. - + The numbers and dates locale will be set to %1. Los números y datos locales serán establecidos a %1. @@ -814,97 +835,97 @@ El instalador terminará y se perderán todos los cambios. Instalación de Red. (Deshabilitada: No se puede acceder a la lista de paquetes, verifique su conección de red) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Este equipo no cumple los requisitos mínimos para la instalación. %1.<br/>La instalación no puede continuar. <a href="#details">Detalles...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Este equipo no cumple alguno de los requisitos recomendados para la instalación %1.<br/>La instalación puede continuar, pero algunas funcionalidades podrían ser deshabilitadas. - + This program will ask you some questions and set up %2 on your computer. El programa le hará algunas preguntas y configurará %2 en su ordenador. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. Tu nombre de usuario es demasiado largo. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. El nombre de tu equipo es demasiado corto. - + Your hostname is too long. El nombre de tu equipo es demasiado largo. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! Las contraseñas no coinciden! - + OK! @@ -960,11 +981,16 @@ El instalador terminará y se perderán todos los cambios. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1423,6 +1449,16 @@ El instalador terminará y se perderán todos los cambios. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1452,8 +1488,8 @@ El instalador terminará y se perderán todos los cambios. Confirmar contraseña segura - - + + Please enter the same passphrase in both boxes. Favor ingrese la misma contraseña segura en ambas casillas. @@ -1461,12 +1497,12 @@ El instalador terminará y se perderán todos los cambios. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1542,32 +1578,32 @@ El instalador terminará y se perderán todos los cambios. &Reiniciar ahora - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Todo listo.</h1><br/>%1 se ha configurado en su computadora. <br/>Ahora puede comenzar a usar su nuevo sistema. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Cuando esta casilla está marcada, su sistema se reiniciará inmediatamente cuando haga clic en <span style="font-style:italic;">Listo</span> o cierre el programa de instalación.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Listo.</h1><br/>%1 ha sido instalado en su computadora.<br/>Ahora puede reiniciar su nuevo sistema, o continuar usando el entorno Live %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Instalación fallida</h1> <br/>%1 no ha sido instalado en su computador. <br/>El mensaje de error es: %2. @@ -1601,12 +1637,18 @@ El instalador terminará y se perderán todos los cambios. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formateando partición %1 con sistema de archivos %2. - + The installer failed to format partition %1 on disk '%2'. El instalador no ha podido formatear la partición %1 en el disco '%2' @@ -1614,12 +1656,12 @@ El instalador terminará y se perderán todos los cambios. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1659,27 +1701,27 @@ El instalador terminará y se perderán todos los cambios. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. El instalador no se está ejecutando con privilegios de administrador. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. La pantalla es muy pequeña para mostrar el instalador @@ -1979,35 +2021,35 @@ El instalador terminará y se perderán todos los cambios. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2033,12 +2075,12 @@ El instalador terminará y se perderán todos los cambios. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2048,98 +2090,110 @@ El instalador terminará y se perderán todos los cambios. NetInstallViewStep - + Package selection Selección de paquete - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2190,24 +2244,24 @@ El instalador terminará y se perderán todos los cambios. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2290,6 +2344,7 @@ El instalador terminará y se perderán todos los cambios. + @@ -2328,6 +2383,7 @@ El instalador terminará y se perderán todos los cambios. + @@ -2336,6 +2392,7 @@ El instalador terminará y se perderán todos los cambios. + @@ -2344,6 +2401,7 @@ El instalador terminará y se perderán todos los cambios. + @@ -2352,6 +2410,7 @@ El instalador terminará y se perderán todos los cambios. + @@ -2365,6 +2424,7 @@ El instalador terminará y se perderán todos los cambios. + @@ -2373,6 +2433,7 @@ El instalador terminará y se perderán todos los cambios. + @@ -2381,6 +2442,7 @@ El instalador terminará y se perderán todos los cambios. + @@ -2389,6 +2451,7 @@ El instalador terminará y se perderán todos los cambios. + @@ -2482,7 +2545,7 @@ El instalador terminará y se perderán todos los cambios. Error desconocido - + Password is empty @@ -2520,22 +2583,6 @@ El instalador terminará y se perderán todos los cambios. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2839,82 +2886,97 @@ El instalador terminará y se perderán todos los cambios. Particiones - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Actual: - + After: Después: - + No EFI system partition configured Sistema de partición EFI no configurada - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted Partición de arranque no encriptada - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Se creó una partición de arranque separada junto con una partición raíz cifrada, pero la partición de arranque no está encriptada.<br/><br/> Existen problemas de seguridad con este tipo de configuración, ya que los archivos importantes del sistema se guardan en una partición no encriptada. <br/>Puede continuar si lo desea, pero el desbloqueo del sistema de archivos ocurrirá más tarde durante el inicio del sistema. <br/>Para encriptar la partición de arranque, retroceda y vuelva a crearla, seleccionando <strong>Encriptar</strong> en la ventana de creación de la partición. - + has at least one disk device available. - + There are no partitions to install on. @@ -3049,7 +3111,7 @@ Salida QObject - + %1 (%2) %1 (%2) @@ -3373,12 +3435,12 @@ Salida ResultsListDialog - + For best results, please ensure that this computer: Para mejores resultados, por favor verifique que esta computadora: - + System requirements Requisitos de sistema @@ -3399,29 +3461,29 @@ Salida SetHostNameJob - + Set hostname %1 Hostname: %1 - + Set hostname <strong>%1</strong>. Establecer nombre del equipo <strong>%1</strong>. - + Setting hostname %1. Configurando nombre de host %1. - - + + Internal Error Error interno - - + + Cannot write hostname to target system No es posible escribir el hostname en el sistema de destino @@ -3623,18 +3685,18 @@ Salida SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3642,17 +3704,17 @@ Salida SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. No se puede aplicar chmod al archivo sudoers. - + Cannot create sudoers file for writing. No se puede crear el archivo sudoers para editarlo. @@ -3806,22 +3868,22 @@ Salida <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Haga clic aquí para más información acerca de comentarios del usuario</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3842,12 +3904,12 @@ Salida Desmontar sistemas de archivo. - + No target system available. - + No rootMountPoint is set. @@ -3855,12 +3917,12 @@ Salida UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Si más de una persona usará esta computadora, puede crear múltiples cuentas después de la configuración</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Si más de una persona usará esta computadora, puede crear varias cuentas después de la instalación.</small> @@ -4009,44 +4071,19 @@ Salida - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Bienvenido al programa de instalación Calamares para %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Bienvenido a la configuración %1</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Bienvenido al instalador Calamares para %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Bienvenido al instalador de %1.</h1> - - - %1 support %1 Soporte - + About %1 setup Acerca de la configuración %1 - + About %1 installer Acerca del instalador %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4111,23 +4148,7 @@ Salida about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4227,17 +4248,17 @@ Salida Modelo de teclado: - + Layouts - + Type here to test your keyboard Teclee aquí para probar su teclado - + Variants @@ -4364,102 +4385,102 @@ Salida - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? ¿Cuál es el nombre de esta computadora? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Seleccione una contraseña para mantener segura su cuenta. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. Usar la misma contraseña para la cuenta de administrador. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_es_PE.ts b/lang/calamares_es_PE.ts deleted file mode 100644 index b368c668a..000000000 --- a/lang/calamares_es_PE.ts +++ /dev/null @@ -1,4377 +0,0 @@ - - - - - AutoMountManagementJob - - - Manage auto-mount settings - - - - - BootInfoWidget - - - The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode. - - - - - This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. - - - - - This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. - - - - - BootLoaderModel - - - Master Boot Record of %1 - - - - - Boot Partition - - - - - System Partition - - - - - Do not install a boot loader - - - - - %1 (%2) - - - - - Calamares::BlankViewStep - - - Blank Page - - - - - Calamares::DebugWindow - - - Form - - - - - GlobalStorage - - - - - JobQueue - - - - - Modules - - - - - Type: - - - - - - none - - - - - Interface: - - - - - Crashes Calamares, so that Dr. Konqui can look at it. - - - - - Reloads the stylesheet from the branding directory. - - - - - Uploads the session log to the configured pastebin. - - - - - Send Session Log - - - - - Reload Stylesheet - - - - - Displays the tree of widget names in the log (for stylesheet debugging). - - - - - Widget Tree - - - - - Debug information - - - - - Calamares::ExecutionViewStep - - - Set up - - - - - Install - - - - - Calamares::FailJob - - - Job failed (%1) - - - - - Programmed job failure was explicitly requested. - - - - - Calamares::JobThread - - - Done - - - - - Calamares::NamedJob - - - Example job (%1) - - - - - Calamares::ProcessJob - - - Run command '%1' in target system. - - - - - Run command '%1'. - - - - - Running command %1 %2 - - - - - Calamares::PythonJob - - - Running %1 operation. - - - - - Bad working directory path - - - - - Working directory %1 for python job %2 is not readable. - - - - - Bad main script file - - - - - Main script file %1 for python job %2 is not readable. - - - - - Boost.Python error in job "%1". - - - - - Calamares::QmlViewStep - - - Loading ... - - - - - QML Step <i>%1</i>. - - - - - Loading failed. - - - - - Calamares::RequirementsChecker - - - Requirements checking for module <i>%1</i> is complete. - - - - - Waiting for %n module(s). - - - - - - - - (%n second(s)) - - - - - - - - System-requirements checking is complete. - - - - - Calamares::ViewManager - - - Setup Failed - - - - - Installation Failed - - - - - Would you like to paste the install log to the web? - - - - - Error - - - - - &Yes - - - - - &No - - - - - &Close - - - - - Install Log Paste URL - - - - - The upload was unsuccessful. No web-paste was done. - - - - - Install log posted to - -%1 - -Link copied to clipboard - - - - - Calamares Initialization Failed - - - - - %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution. - - - - - <br/>The following modules could not be loaded: - - - - - Continue with setup? - - - - - Continue with installation? - - - - - The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - &Set up now - - - - - &Install now - - - - - Go &back - - - - - &Set up - - - - - &Install - - - - - Setup is complete. Close the setup program. - - - - - The installation is complete. Close the installer. - - - - - Cancel setup without changing the system. - - - - - Cancel installation without changing the system. - - - - - &Next - - - - - &Back - - - - - &Done - - - - - &Cancel - - - - - Cancel setup? - - - - - Cancel installation? - - - - - Do you really want to cancel the current setup process? -The setup program will quit and all changes will be lost. - - - - - Do you really want to cancel the current install process? -The installer will quit and all changes will be lost. - - - - - CalamaresPython::Helper - - - Unknown exception type - - - - - unparseable Python error - - - - - unparseable Python traceback - - - - - Unfetchable Python error. - - - - - CalamaresWindow - - - %1 Setup Program - - - - - %1 Installer - - - - - ChangeFilesystemLabelJob - - - Set filesystem label on %1. - - - - - Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>. - - - - - The installer failed to update partition table on disk '%1'. - - - - - CheckerContainer - - - Gathering system information... - - - - - ChoicePage - - - Form - - - - - Select storage de&vice: - - - - - - - - Current: - - - - - After: - - - - - <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - - - - - Reuse %1 as home partition for %2. - - - - - <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - - - - - %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - - - - - Boot loader location: - - - - - <strong>Select a partition to install on</strong> - - - - - An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - - - - <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - - - - - <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - - - - - <strong>Replace a partition</strong><br/>Replaces a partition with %1. - - - - - This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - - - - - This storage device has one of its partitions <strong>mounted</strong>. - - - - - This storage device is a part of an <strong>inactive RAID</strong> device. - - - - - No Swap - - - - - Reuse Swap - - - - - Swap (no Hibernate) - - - - - Swap (with Hibernate) - - - - - Swap to file - - - - - ClearMountsJob - - - Successfully unmounted %1. - - - - - Successfully disabled swap %1. - - - - - Successfully cleared swap %1. - - - - - Successfully closed mapper device %1. - - - - - Successfully disabled volume group %1. - - - - - Clear mounts for partitioning operations on %1 - - - - - Clearing mounts for partitioning operations on %1. - - - - - Cleared all mounts for %1 - - - - - ClearTempMountsJob - - - Clear all temporary mounts. - - - - - Clearing all temporary mounts. - - - - - Cannot get list of temporary mounts. - - - - - Cleared all temporary mounts. - - - - - CommandList - - - - Could not run command. - - - - - The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined. - - - - - The command needs to know the user's name, but no username is defined. - - - - - Config - - - Set keyboard model to %1.<br/> - - - - - Set keyboard layout to %1/%2. - - - - - Set timezone to %1/%2. - - - - - The system language will be set to %1. - - - - - The numbers and dates locale will be set to %1. - - - - - Network Installation. (Disabled: Incorrect configuration) - - - - - Network Installation. (Disabled: Received invalid groups data) - - - - - Network Installation. (Disabled: Internal error) - - - - - Network Installation. (Disabled: No package list) - - - - - Package selection - - - - - Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - - - - - This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - - - - - This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - - - - - This program will ask you some questions and set up %2 on your computer. - - - - - <h1>Welcome to the Calamares setup program for %1</h1> - - - - - <h1>Welcome to %1 setup</h1> - - - - - <h1>Welcome to the Calamares installer for %1</h1> - - - - - <h1>Welcome to the %1 installer</h1> - - - - - Your username is too long. - - - - - '%1' is not allowed as username. - - - - - Your username must start with a lowercase letter or underscore. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - Your hostname is too short. - - - - - Your hostname is too long. - - - - - '%1' is not allowed as hostname. - - - - - Only letters, numbers, underscore and hyphen are allowed. - - - - - Your passwords do not match! - - - - - OK! - - - - - Setup Failed - - - - - Installation Failed - - - - - The setup of %1 did not complete successfully. - - - - - The installation of %1 did not complete successfully. - - - - - Setup Complete - - - - - Installation Complete - - - - - The setup of %1 is complete. - - - - - The installation of %1 is complete. - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - Install option: <strong>%1</strong> - - - - - None - - - - - Summary - - - - - This is an overview of what will happen once you start the setup procedure. - - - - - This is an overview of what will happen once you start the install procedure. - - - - - ContextualProcessJob - - - Contextual Processes Job - - - - - CreatePartitionDialog - - - Create a Partition - - - - - Si&ze: - - - - - MiB - - - - - Partition &Type: - - - - - &Primary - - - - - E&xtended - - - - - Fi&le System: - - - - - LVM LV name - - - - - &Mount Point: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - En&crypt - - - - - Logical - - - - - Primary - - - - - GPT - - - - - Mountpoint already in use. Please select another one. - - - - - CreatePartitionJob - - - Create new %1MiB partition on %3 (%2) with entries %4. - - - - - Create new %1MiB partition on %3 (%2). - - - - - Create new %2MiB partition on %4 (%3) with file system %1. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2). - - - - - Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>. - - - - - - Creating new %1 partition on %2. - - - - - The installer failed to create partition on disk '%1'. - - - - - CreatePartitionTableDialog - - - Create Partition Table - - - - - Creating a new partition table will delete all existing data on the disk. - - - - - What kind of partition table do you want to create? - - - - - Master Boot Record (MBR) - - - - - GUID Partition Table (GPT) - - - - - CreatePartitionTableJob - - - Create new %1 partition table on %2. - - - - - Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). - - - - - Creating new %1 partition table on %2. - - - - - The installer failed to create a partition table on %1. - - - - - CreateUserJob - - - Create user %1 - - - - - Create user <strong>%1</strong>. - - - - - Preserving home directory - - - - - - Creating user %1 - - - - - Configuring user %1 - - - - - Setting file permissions - - - - - CreateVolumeGroupDialog - - - Create Volume Group - - - - - CreateVolumeGroupJob - - - Create new volume group named %1. - - - - - Create new volume group named <strong>%1</strong>. - - - - - Creating new volume group named %1. - - - - - The installer failed to create a volume group named '%1'. - - - - - DeactivateVolumeGroupJob - - - - Deactivate volume group named %1. - - - - - Deactivate volume group named <strong>%1</strong>. - - - - - The installer failed to deactivate a volume group named %1. - - - - - DeletePartitionJob - - - Delete partition %1. - - - - - Delete partition <strong>%1</strong>. - - - - - Deleting partition %1. - - - - - The installer failed to delete partition %1. - - - - - DeviceInfoWidget - - - This device has a <strong>%1</strong> partition table. - - - - - This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. - - - - - This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. - - - - - <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment. - - - - - <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. - - - - - The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. - - - - - DeviceModel - - - %1 - %2 (%3) - device[name] - size[number] (device-node[name]) - - - - - %1 - (%2) - device[name] - (device-node[name]) - - - - - DracutLuksCfgJob - - - Write LUKS configuration for Dracut to %1 - - - - - Skip writing LUKS configuration for Dracut: "/" partition is not encrypted - - - - - Failed to open %1 - - - - - DummyCppJob - - - Dummy C++ Job - - - - - EditExistingPartitionDialog - - - Edit Existing Partition - - - - - Content: - - - - - &Keep - - - - - Format - - - - - Warning: Formatting the partition will erase all existing data. - - - - - &Mount Point: - - - - - Si&ze: - - - - - MiB - - - - - Fi&le System: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - Mountpoint already in use. Please select another one. - - - - - EncryptWidget - - - Form - - - - - En&crypt system - - - - - Passphrase - - - - - Confirm passphrase - - - - - - Please enter the same passphrase in both boxes. - - - - - FillGlobalStorageJob - - - Set partition information - - - - - Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em> - - - - - Install %1 on <strong>new</strong> %2 system partition. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3. - - - - - Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4. - - - - - Install %2 on %3 system partition <strong>%1</strong>. - - - - - Install boot loader on <strong>%1</strong>. - - - - - Setting up mount points. - - - - - FinishedPage - - - Form - - - - - &Restart now - - - - - <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - - - - - <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - - - - - <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - - - - - <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. - - - - - FinishedQmlViewStep - - - Finish - - - - - FinishedViewStep - - - Finish - - - - - FormatPartitionJob - - - Format partition %1 (file system: %2, size: %3 MiB) on %4. - - - - - Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. - - - - - Formatting partition %1 with file system %2. - - - - - The installer failed to format partition %1 on disk '%2'. - - - - - GeneralRequirements - - - has at least %1 GiB available drive space - - - - - There is not enough drive space. At least %1 GiB is required. - - - - - has at least %1 GiB working memory - - - - - The system does not have enough working memory. At least %1 GiB is required. - - - - - is plugged in to a power source - - - - - The system is not plugged in to a power source. - - - - - is connected to the Internet - - - - - The system is not connected to the Internet. - - - - - is running the installer as an administrator (root) - - - - - The setup program is not running with administrator rights. - - - - - The installer is not running with administrator rights. - - - - - has a screen large enough to show the whole installer - - - - - The screen is too small to display the setup program. - - - - - The screen is too small to display the installer. - - - - - HostInfoJob - - - Collecting information about your machine. - - - - - IDJob - - - - - - OEM Batch Identifier - - - - - Could not create directories <code>%1</code>. - - - - - Could not open file <code>%1</code>. - - - - - Could not write to file <code>%1</code>. - - - - - InitcpioJob - - - Creating initramfs with mkinitcpio. - - - - - InitramfsJob - - - Creating initramfs. - - - - - InteractiveTerminalPage - - - Konsole not installed - - - - - Please install KDE Konsole and try again! - - - - - Executing script: &nbsp;<code>%1</code> - - - - - InteractiveTerminalViewStep - - - Script - - - - - KeyboardQmlViewStep - - - Keyboard - - - - - KeyboardViewStep - - - Keyboard - - - - - LCLocaleDialog - - - System locale setting - - - - - The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. - - - - - &Cancel - - - - - &OK - - - - - LicensePage - - - Form - - - - - <h1>License Agreement</h1> - - - - - I accept the terms and conditions above. - - - - - Please review the End User License Agreements (EULAs). - - - - - This setup procedure will install proprietary software that is subject to licensing terms. - - - - - If you do not agree with the terms, the setup procedure cannot continue. - - - - - This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. - - - - - If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. - - - - - LicenseViewStep - - - License - - - - - LicenseWidget - - - URL: %1 - - - - - <strong>%1 driver</strong><br/>by %2 - %1 is an untranslatable product name, example: Creative Audigy driver - - - - - <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> - %1 is usually a vendor name, example: Nvidia graphics driver - - - - - <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 codec</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 package</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1</strong><br/><font color="Grey">by %2</font> - - - - - File: %1 - - - - - Hide license text - - - - - Show the license text - - - - - Open license agreement in browser. - - - - - LocalePage - - - Region: - - - - - Zone: - - - - - - &Change... - - - - - LocaleQmlViewStep - - - Location - - - - - LocaleTests - - - Quit - - - - - LocaleViewStep - - - Location - - - - - LuksBootKeyFileJob - - - Configuring LUKS key file. - - - - - - No partitions are defined. - - - - - - - Encrypted rootfs setup error - - - - - Root partition %1 is LUKS but no passphrase has been set. - - - - - Could not create LUKS key file for root partition %1. - - - - - Could not configure LUKS key file on partition %1. - - - - - MachineIdJob - - - Generate machine-id. - - - - - Configuration Error - - - - - No root mount point is set for MachineId. - - - - - Map - - - Timezone: %1 - - - - - Please select your preferred location on the map so the installer can suggest the locale - and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging - to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. - - - - - NetInstallViewStep - - - Package selection - - - - - Office software - - - - - Office package - - - - - Browser software - - - - - Browser package - - - - - Web browser - - - - - Kernel - - - - - Services - - - - - Login - - - - - Desktop - - - - - Applications - - - - - Communication - - - - - Development - - - - - Office - - - - - Multimedia - - - - - Internet - - - - - Theming - - - - - Gaming - - - - - Utilities - - - - - NotesQmlViewStep - - - Notes - - - - - OEMPage - - - Ba&tch: - - - - - <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html> - - - - - <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html> - - - - - OEMViewStep - - - OEM Configuration - - - - - Set the OEM Batch Identifier to <code>%1</code>. - - - - - Offline - - - Select your preferred Region, or use the default settings. - - - - - - - Timezone: %1 - - - - - Select your preferred Zone within your Region. - - - - - Zones - - - - - You can fine-tune Language and Locale settings below. - - - - - PWQ - - - Password is too short - - - - - Password is too long - - - - - Password is too weak - - - - - Memory allocation error when setting '%1' - - - - - Memory allocation error - - - - - The password is the same as the old one - - - - - The password is a palindrome - - - - - The password differs with case changes only - - - - - The password is too similar to the old one - - - - - The password contains the user name in some form - - - - - The password contains words from the real name of the user in some form - - - - - The password contains forbidden words in some form - - - - - The password contains too few digits - - - - - The password contains too few uppercase letters - - - - - The password contains fewer than %n lowercase letters - - - - - - - - The password contains too few lowercase letters - - - - - The password contains too few non-alphanumeric characters - - - - - The password is too short - - - - - The password does not contain enough character classes - - - - - The password contains too many same characters consecutively - - - - - The password contains too many characters of the same class consecutively - - - - - The password contains fewer than %n digits - - - - - - - - The password contains fewer than %n uppercase letters - - - - - - - - The password contains fewer than %n non-alphanumeric characters - - - - - - - - The password is shorter than %n characters - - - - - - - - The password is a rotated version of the previous one - - - - - The password contains fewer than %n character classes - - - - - - - - The password contains more than %n same characters consecutively - - - - - - - - The password contains more than %n characters of the same class consecutively - - - - - - - - The password contains monotonic sequence longer than %n characters - - - - - - - - The password contains too long of a monotonic character sequence - - - - - No password supplied - - - - - Cannot obtain random numbers from the RNG device - - - - - Password generation failed - required entropy too low for settings - - - - - The password fails the dictionary check - %1 - - - - - The password fails the dictionary check - - - - - Unknown setting - %1 - - - - - Unknown setting - - - - - Bad integer value of setting - %1 - - - - - Bad integer value - - - - - Setting %1 is not of integer type - - - - - Setting is not of integer type - - - - - Setting %1 is not of string type - - - - - Setting is not of string type - - - - - Opening the configuration file failed - - - - - The configuration file is malformed - - - - - Fatal failure - - - - - Unknown error - - - - - Password is empty - - - - - PackageChooserPage - - - Form - - - - - Product Name - - - - - TextLabel - - - - - Long Product Description - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - - - PackageModel - - - Name - - - - - Description - - - - - Page_Keyboard - - - Form - - - - - Keyboard Model: - - - - - Type here to test your keyboard - - - - - Page_UserSetup - - - Form - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - login - - - - - What is the name of this computer? - - - - - <small>This name will be used if you make the computer visible to others on a network.</small> - - - - - Computer Name - - - - - Choose a password to keep your account safe. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> - - - - - - Password - - - - - - Repeat Password - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Require strong passwords. - - - - - Log in automatically without asking for the password. - - - - - Use the same password for the administrator account. - - - - - Choose a password for the administrator account. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors.</small> - - - - - PartitionLabelsView - - - Root - - - - - Home - - - - - Boot - - - - - EFI system - - - - - Swap - - - - - New partition for %1 - - - - - New partition - - - - - %1 %2 - size[number] filesystem[name] - - - - - PartitionModel - - - - Free Space - - - - - - New partition - - - - - Name - - - - - File System - - - - - File System Label - - - - - Mount Point - - - - - Size - - - - - PartitionPage - - - Form - - - - - Storage de&vice: - - - - - &Revert All Changes - - - - - New Partition &Table - - - - - Cre&ate - - - - - &Edit - - - - - &Delete - - - - - New Volume Group - - - - - Resize Volume Group - - - - - Deactivate Volume Group - - - - - Remove Volume Group - - - - - I&nstall boot loader on: - - - - - Are you sure you want to create a new partition table on %1? - - - - - Can not create new partition - - - - - The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead. - - - - - PartitionViewStep - - - Gathering system information... - - - - - Partitions - - - - - Current: - - - - - After: - - - - - No EFI system partition configured - - - - - EFI system partition configured incorrectly - - - - - An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - - - - - The filesystem must be mounted on <strong>%1</strong>. - - - - - The filesystem must have type FAT32. - - - - - The filesystem must be at least %1 MiB in size. - - - - - The filesystem must have flag <strong>%1</strong> set. - - - - - You can continue without setting up an EFI system partition but your system may fail to start. - - - - - Option to use GPT on BIOS - - - - - A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - - - - - Boot partition not encrypted - - - - - A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - - - - - has at least one disk device available. - - - - - There are no partitions to install on. - - - - - PlasmaLnfJob - - - Plasma Look-and-Feel Job - - - - - - Could not select KDE Plasma Look-and-Feel package - - - - - PlasmaLnfPage - - - Form - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - PlasmaLnfViewStep - - - Look-and-Feel - - - - - PreserveFiles - - - Saving files for later ... - - - - - No files configured to save for later. - - - - - Not all of the configured files could be preserved. - - - - - ProcessResult - - - -There was no output from the command. - - - - - -Output: - - - - - - External command crashed. - - - - - Command <i>%1</i> crashed. - - - - - External command failed to start. - - - - - Command <i>%1</i> failed to start. - - - - - Internal error when starting command. - - - - - Bad parameters for process job call. - - - - - External command failed to finish. - - - - - Command <i>%1</i> failed to finish in %2 seconds. - - - - - External command finished with errors. - - - - - Command <i>%1</i> finished with exit code %2. - - - - - QObject - - - %1 (%2) - - - - - unknown - - - - - extended - - - - - unformatted - - - - - swap - - - - - - Default - - - - - - - - File not found - - - - - Path <pre>%1</pre> must be an absolute path. - - - - - Directory not found - - - - - - Could not create new random file <pre>%1</pre>. - - - - - No product - - - - - No description provided. - - - - - (no mount point) - - - - - Unpartitioned space or unknown partition table - - - - - Recommended - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - RemoveUserJob - - - Remove live user from target system - - - - - RemoveVolumeGroupJob - - - - Remove Volume Group named %1. - - - - - Remove Volume Group named <strong>%1</strong>. - - - - - The installer failed to remove a volume group named '%1'. - - - - - ReplaceWidget - - - Form - - - - - Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - - - - - The selected item does not appear to be a valid partition. - - - - - %1 cannot be installed on empty space. Please select an existing partition. - - - - - %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - - - - - %1 cannot be installed on this partition. - - - - - Data partition (%1) - - - - - Unknown system partition (%1) - - - - - %1 system partition (%2) - - - - - <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - - - - - <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - - - <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - Requirements - - - <p>This computer does not satisfy the minimum requirements for installing %1.<br/> - Installation cannot continue.</p> - - - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - ResizeFSJob - - - Resize Filesystem Job - - - - - Invalid configuration - - - - - The file-system resize job has an invalid configuration and will not run. - - - - - KPMCore not Available - - - - - Calamares cannot start KPMCore for the file-system resize job. - - - - - - - - - Resize Failed - - - - - The filesystem %1 could not be found in this system, and cannot be resized. - - - - - The device %1 could not be found in this system, and cannot be resized. - - - - - - The filesystem %1 cannot be resized. - - - - - - The device %1 cannot be resized. - - - - - The filesystem %1 must be resized, but cannot. - - - - - The device %1 must be resized, but cannot - - - - - ResizePartitionJob - - - Resize partition %1. - - - - - Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>. - - - - - Resizing %2MiB partition %1 to %3MiB. - - - - - The installer failed to resize partition %1 on disk '%2'. - - - - - ResizeVolumeGroupDialog - - - Resize Volume Group - - - - - ResizeVolumeGroupJob - - - - Resize volume group named %1 from %2 to %3. - - - - - Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>. - - - - - The installer failed to resize a volume group named '%1'. - - - - - ResultsListDialog - - - For best results, please ensure that this computer: - - - - - System requirements - - - - - ScanningDialog - - - Scanning storage devices... - - - - - Partitioning - - - - - SetHostNameJob - - - Set hostname %1 - - - - - Set hostname <strong>%1</strong>. - - - - - Setting hostname %1. - - - - - - Internal Error - - - - - - Cannot write hostname to target system - - - - - SetKeyboardLayoutJob - - - Set keyboard model to %1, layout to %2-%3 - - - - - Failed to write keyboard configuration for the virtual console. - - - - - - - Failed to write to %1 - - - - - Failed to write keyboard configuration for X11. - - - - - Failed to write keyboard configuration to existing /etc/default directory. - - - - - SetPartFlagsJob - - - Set flags on partition %1. - - - - - Set flags on %1MiB %2 partition. - - - - - Set flags on new partition. - - - - - Clear flags on partition <strong>%1</strong>. - - - - - Clear flags on %1MiB <strong>%2</strong> partition. - - - - - Clear flags on new partition. - - - - - Flag partition <strong>%1</strong> as <strong>%2</strong>. - - - - - Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>. - - - - - Flag new partition as <strong>%1</strong>. - - - - - Clearing flags on partition <strong>%1</strong>. - - - - - Clearing flags on %1MiB <strong>%2</strong> partition. - - - - - Clearing flags on new partition. - - - - - Setting flags <strong>%2</strong> on partition <strong>%1</strong>. - - - - - Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition. - - - - - Setting flags <strong>%1</strong> on new partition. - - - - - The installer failed to set flags on partition %1. - - - - - SetPasswordJob - - - Set password for user %1 - - - - - Setting password for user %1. - - - - - Bad destination system path. - - - - - rootMountPoint is %1 - - - - - Cannot disable root account. - - - - - passwd terminated with error code %1. - - - - - Cannot set password for user %1. - - - - - usermod terminated with error code %1. - - - - - SetTimezoneJob - - - Set timezone to %1/%2 - - - - - Cannot access selected timezone path. - - - - - Bad path: %1 - - - - - Cannot set timezone. - - - - - Link creation failed, target: %1; link name: %2 - - - - - Cannot set timezone, - - - - - Cannot open /etc/timezone for writing - - - - - SetupGroupsJob - - - Preparing groups. - - - - - - Could not create groups in target system - - - - - These groups are missing in the target system: %1 - - - - - SetupSudoJob - - - Configure <pre>sudo</pre> users. - - - - - Cannot chmod sudoers file. - - - - - Cannot create sudoers file for writing. - - - - - ShellProcessJob - - - Shell Processes Job - - - - - SlideCounter - - - %L1 / %L2 - slide counter, %1 of %2 (numeric) - - - - - StandardButtons - - - &OK - - - - - &Yes - - - - - &No - - - - - &Cancel - - - - - &Close - - - - - TrackingInstallJob - - - Installation feedback - - - - - Sending installation feedback. - - - - - Internal error in install-tracking. - - - - - HTTP request timed out. - - - - - TrackingKUserFeedbackJob - - - KDE user feedback - - - - - Configuring KDE user feedback. - - - - - - Error in KDE user feedback configuration. - - - - - Could not configure KDE user feedback correctly, script error %1. - - - - - Could not configure KDE user feedback correctly, Calamares error %1. - - - - - TrackingMachineUpdateManagerJob - - - Machine feedback - - - - - Configuring machine feedback. - - - - - - Error in machine feedback configuration. - - - - - Could not configure machine feedback correctly, script error %1. - - - - - Could not configure machine feedback correctly, Calamares error %1. - - - - - TrackingPage - - - Form - - - - - Placeholder - - - - - <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> - - - - - <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> - - - - - Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - - - - - By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - - - - - By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - - - - - By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. - - - - - TrackingViewStep - - - Feedback - - - - - UsersPage - - - <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - - - - - <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> - - - - - UsersQmlViewStep - - - Users - - - - - UsersViewStep - - - Users - - - - - VariantModel - - - Key - Column header for key/value - - - - - Value - Column header for key/value - - - - - VolumeGroupBaseDialog - - - Create Volume Group - - - - - List of Physical Volumes - - - - - Volume Group Name: - - - - - Volume Group Type: - - - - - Physical Extent Size: - - - - - MiB - - - - - Total Size: - - - - - Used Size: - - - - - Total Sectors: - - - - - Quantity of LVs: - - - - - WelcomePage - - - Form - - - - - - Select application and system language - - - - - &About - - - - - Open donations website - - - - - &Donate - - - - - Open help and support website - - - - - &Support - - - - - Open issues and bug-tracking website - - - - - &Known issues - - - - - Open release notes website - - - - - &Release notes - - - - - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - - %1 support - - - - - About %1 setup - - - - - About %1 installer - - - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - - - - WelcomeQmlViewStep - - - Welcome - - - - - WelcomeViewStep - - - Welcome - - - - - about - - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - - Back - - - - - calamares-sidebar - - - Show debug information - - - - - finishedq - - - Installation Completed - - - - - %1 has been installed on your computer.<br/> - You may now restart into your new system, or continue using the Live environment. - - - - - Close Installer - - - - - Restart System - - - - - <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/> - This log is copied to /var/log/installation.log of the target system.</p> - - - - - i18n - - - <h1>Languages</h1> </br> - The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>. - - - - - <h1>Locales</h1> </br> - The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>. - - - - - Back - - - - - keyboardq - - - To activate keyboard preview, select a layout. - - - - - Keyboard Model: - - - - - Layouts - - - - - Type here to test your keyboard - - - - - Variants - - - - - localeq - - - Change - - - - - notesqml - - - <h3>%1</h3> - <p>These are example release notes.</p> - - - - - packagechooserq - - - LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/> - Default option. - - - - - LibreOffice - - - - - If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives. - - - - - No Office Suite - - - - - Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser. - - - - - Minimal Install - - - - - Please select an option for your install, or use the default: LibreOffice included. - - - - - release_notes - - - <h3>%1</h3> - <p>This an example QML file, showing options in RichText with Flickable content.</p> - - <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p> - - <p><b>This is bold text</b></p> - <p><i>This is italic text</i></p> - <p><u>This is underlined text</u></p> - <p><center>This text will be center-aligned.</center></p> - <p><s>This is strikethrough</s></p> - - <p>Code example: - <code>ls -l /home</code></p> - - <p><b>Lists:</b></p> - <ul> - <li>Intel CPU systems</li> - <li>AMD CPU systems</li> - </ul> - - <p>The vertical scrollbar is adjustable, current width set to 10.</p> - - - - - Back - - - - - usersq - - - Pick your user name and credentials to login and perform admin tasks - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - Login Name - - - - - If more than one person will use this computer, you can create multiple accounts after installation. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - root is not allowed as username. - - - - - What is the name of this computer? - - - - - Computer Name - - - - - This name will be used if you make the computer visible to others on a network. - - - - - localhost is not allowed as hostname. - - - - - Choose a password to keep your account safe. - - - - - Password - - - - - Repeat Password - - - - - Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - - - - - Validate passwords quality - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Log in automatically without asking for the password - - - - - Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - - - - - Reuse user password as root password - - - - - Use the same password for the administrator account. - - - - - Choose a root password to keep your account safe. - - - - - Root Password - - - - - Repeat Root Password - - - - - Enter the same password twice, so that it can be checked for typing errors. - - - - - welcomeq - - - <h3>Welcome to the %1 <quote>%2</quote> installer</h3> - <p>This program will ask you some questions and set up %1 on your computer.</p> - - - - - About - - - - - Support - - - - - Known issues - - - - - Release notes - - - - - Donate - - - - diff --git a/lang/calamares_es_PR.ts b/lang/calamares_es_PR.ts index bcc4540dd..9ab27d204 100644 --- a/lang/calamares_es_PR.ts +++ b/lang/calamares_es_PR.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information Información de depuración @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Instalar @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Hecho @@ -261,23 +280,25 @@ - + Waiting for %n module(s). + - + (%n second(s)) + - + System-requirements checking is complete. @@ -482,12 +503,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -526,149 +547,149 @@ The installer will quit and all changes will be lost. Formulario - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -756,27 +777,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -811,97 +832,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -957,11 +978,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1420,6 +1446,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1449,8 +1485,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1458,12 +1494,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1539,32 +1575,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1598,12 +1634,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1611,12 +1653,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1656,27 +1698,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1976,35 +2018,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2030,12 +2072,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2045,98 +2087,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2187,24 +2241,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2287,6 +2341,7 @@ The installer will quit and all changes will be lost. + @@ -2325,6 +2380,7 @@ The installer will quit and all changes will be lost. + @@ -2333,6 +2389,7 @@ The installer will quit and all changes will be lost. + @@ -2341,6 +2398,7 @@ The installer will quit and all changes will be lost. + @@ -2349,6 +2407,7 @@ The installer will quit and all changes will be lost. + @@ -2362,6 +2421,7 @@ The installer will quit and all changes will be lost. + @@ -2370,6 +2430,7 @@ The installer will quit and all changes will be lost. + @@ -2378,6 +2439,7 @@ The installer will quit and all changes will be lost. + @@ -2386,6 +2448,7 @@ The installer will quit and all changes will be lost. + @@ -2479,7 +2542,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2517,22 +2580,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2836,82 +2883,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3043,7 +3105,7 @@ Output: QObject - + %1 (%2) @@ -3366,12 +3428,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3392,29 +3454,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3616,18 +3678,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3635,17 +3697,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3799,22 +3861,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3835,12 +3897,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3848,12 +3910,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4002,44 +4064,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4104,23 +4141,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4220,17 +4241,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4357,102 +4378,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_et.ts b/lang/calamares_et.ts index 249ebbbed..b141288be 100644 --- a/lang/calamares_et.ts +++ b/lang/calamares_et.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information Silumisteave @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Paigalda @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Valmis @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -483,12 +502,12 @@ Paigaldaja sulgub ning kõik muutused kaovad. CalamaresWindow - + %1 Setup Program - + %1 Installer %1 paigaldaja @@ -527,149 +546,149 @@ Paigaldaja sulgub ning kõik muutused kaovad. Form - + Select storage de&vice: Vali mäluseade: - - - - + + + + Current: Hetkel: - + After: Pärast: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Käsitsi partitsioneerimine</strong><br/>Sa võid ise partitsioone luua või nende suurust muuta. - + Reuse %1 as home partition for %2. Taaskasuta %1 %2 kodupartitsioonina. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Vali vähendatav partitsioon, seejärel sikuta alumist riba suuruse muutmiseks</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Käivituslaaduri asukoht: - + <strong>Select a partition to install on</strong> <strong>Vali partitsioon, kuhu paigaldada</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. EFI süsteemipartitsiooni ei leitud sellest süsteemist. Palun mine tagasi ja kasuta käsitsi partitsioonimist, et seadistada %1. - + The EFI system partition at %1 will be used for starting %2. EFI süsteemipartitsioon asukohas %1 kasutatakse %2 käivitamiseks. - + EFI system partition: EFI süsteemipartitsioon: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Sellel mäluseadmel ei paista olevat operatsioonisüsteemi peal. Mida soovid teha?<br/>Sa saad oma valikud üle vaadata ja kinnitada enne kui mistahes muudatus saab mäluseadmele teostatud. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Tühjenda ketas</strong><br/>See <font color="red">kustutab</font> kõik valitud mäluseadmel olevad andmed. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Paigalda kõrvale</strong><br/>Paigaldaja vähendab partitsiooni, et teha ruumi operatsioonisüsteemile %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Asenda partitsioon</strong><br/>Asendab partitsiooni operatsioonisüsteemiga %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Sellel mäluseadmel on peal %1. Mida soovid teha?<br/>Sa saad oma valikud üle vaadata ja kinnitada enne kui mistahes muudatus saab mäluseadmele teostatud. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Sellel mäluseadmel on juba operatsioonisüsteem peal. Mida soovid teha?<br/>Sa saad oma valikud üle vaadata ja kinnitada enne kui mistahes muudatus saab mäluseadmele teostatud. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Sellel mäluseadmel on mitu operatsioonisüsteemi peal. Mida soovid teha?<br/>Sa saad oma valikud üle vaadata ja kinnitada enne kui mistahes muudatus saab mäluseadmele teostatud. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -757,27 +776,27 @@ Paigaldaja sulgub ning kõik muutused kaovad. Config - + Set keyboard model to %1.<br/> Sea klaviatuurimudeliks %1.<br/> - + Set keyboard layout to %1/%2. Sea klaviatuuripaigutuseks %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. Süsteemikeeleks määratakse %1. - + The numbers and dates locale will be set to %1. Arvude ja kuupäevade lokaaliks seatakse %1. @@ -812,97 +831,97 @@ Paigaldaja sulgub ning kõik muutused kaovad. Võrgupaigaldus. (Keelatud: paketinimistute saamine ebaõnnestus, kontrolli oma võrguühendust) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> See arvuti ei rahulda %1 paigldamiseks vajalikke minimaaltingimusi.<br/>Paigaldamine ei saa jätkuda. <a href="#details">Detailid...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. See arvuti ei rahulda mõnda %1 paigaldamiseks soovitatud tingimust.<br/>Paigaldamine võib jätkuda, ent mõned funktsioonid võivad olla keelatud. - + This program will ask you some questions and set up %2 on your computer. See programm küsib sult mõned küsimused ja seadistab %2 sinu arvutisse. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. Sinu kasutajanimi on liiga pikk. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. Sinu hostinimi on liiga lühike. - + Your hostname is too long. Sinu hostinimi on liiga pikk. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! Sinu paroolid ei ühti! - + OK! @@ -958,11 +977,16 @@ Paigaldaja sulgub ning kõik muutused kaovad. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1421,6 +1445,16 @@ Paigaldaja sulgub ning kõik muutused kaovad. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1450,8 +1484,8 @@ Paigaldaja sulgub ning kõik muutused kaovad. Kinnita salaväljendit - - + + Please enter the same passphrase in both boxes. Palun sisesta sama salaväljend mõlemisse kasti. @@ -1459,12 +1493,12 @@ Paigaldaja sulgub ning kõik muutused kaovad. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1540,32 +1574,32 @@ Paigaldaja sulgub ning kõik muutused kaovad. &Taaskäivita nüüd - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Kõik on valmis.</h1><br/>%1 on paigaldatud sinu arvutisse.<br/>Sa võid nüüd taaskäivitada oma uude süsteemi või jätkata %2 live-keskkonna kasutamist. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Paigaldamine ebaõnnestus</h1><br/>%1 ei paigaldatud sinu arvutisse.<br/>Veateade oli: %2. @@ -1599,12 +1633,18 @@ Paigaldaja sulgub ning kõik muutused kaovad. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Vormindan partitsiooni %1 failisüsteemiga %2. - + The installer failed to format partition %1 on disk '%2'. Paigaldaja ei suutnud vormindada partitsiooni %1 kettal "%2". @@ -1612,12 +1652,12 @@ Paigaldaja sulgub ning kõik muutused kaovad. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1657,27 +1697,27 @@ Paigaldaja sulgub ning kõik muutused kaovad. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. Paigaldaja pole käivitatud administraatoriõigustega. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. Ekraan on paigaldaja kuvamiseks liiga väike. @@ -1977,35 +2017,35 @@ Paigaldaja sulgub ning kõik muutused kaovad. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2031,12 +2071,12 @@ Paigaldaja sulgub ning kõik muutused kaovad. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2046,98 +2086,110 @@ Paigaldaja sulgub ning kõik muutused kaovad. NetInstallViewStep - + Package selection Paketivalik - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2188,24 +2240,24 @@ Paigaldaja sulgub ning kõik muutused kaovad. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2480,7 +2532,7 @@ Paigaldaja sulgub ning kõik muutused kaovad. Tundmatu viga - + Password is empty @@ -2518,22 +2570,6 @@ Paigaldaja sulgub ning kõik muutused kaovad. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2837,82 +2873,97 @@ Paigaldaja sulgub ning kõik muutused kaovad. Partitsioonid - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Hetkel: - + After: Pärast: - + No EFI system partition configured EFI süsteemipartitsiooni pole seadistatud - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted Käivituspartitsioon pole krüptitud - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Eraldi käivituspartitsioon seadistati koos krüptitud juurpartitsiooniga, aga käivituspartitsioon ise ei ole krüptitud.<br/><br/>Selle seadistusega kaasnevad turvaprobleemid, sest tähtsad süsteemifailid hoitakse krüptimata partitsioonil.<br/>Sa võid soovi korral jätkata, aga failisüsteemi lukust lahti tegemine toimub hiljem süsteemi käivitusel.<br/>Et krüpteerida käivituspartisiooni, mine tagasi ja taasloo see, valides <strong>Krüpteeri</strong> partitsiooni loomise aknas. - + has at least one disk device available. - + There are no partitions to install on. @@ -3047,7 +3098,7 @@ Väljund: QObject - + %1 (%2) %1 (%2) @@ -3370,12 +3421,12 @@ Väljund: ResultsListDialog - + For best results, please ensure that this computer: Parimate tulemuste jaoks palun veendu, et see arvuti: - + System requirements Süsteeminõudmised @@ -3396,29 +3447,29 @@ Väljund: SetHostNameJob - + Set hostname %1 Määra hostinimi %1 - + Set hostname <strong>%1</strong>. Määra hostinimi <strong>%1</strong>. - + Setting hostname %1. Määran hostinime %1. - - + + Internal Error Sisemine viga - - + + Cannot write hostname to target system Hostinime ei saa sihtsüsteemile kirjutada @@ -3620,18 +3671,18 @@ Väljund: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3639,17 +3690,17 @@ Väljund: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Sudoja faili ei saa chmod-ida. - + Cannot create sudoers file for writing. Sudoja faili ei saa kirjutamiseks luua. @@ -3803,22 +3854,22 @@ Väljund: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Klõpsa siia, et saada rohkem teavet kasutaja tagasiside kohta</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3839,12 +3890,12 @@ Väljund: Haagi failisüsteemid lahti. - + No target system available. - + No rootMountPoint is set. @@ -3852,12 +3903,12 @@ Väljund: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4006,44 +4057,19 @@ Väljund: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Tere tulemast Calamares'i paigaldajasse %1 jaoks.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Tere tulemast %1 paigaldajasse.</h1> - - - %1 support %1 tugi - + About %1 setup - + About %1 installer Teave %1 paigaldaja kohta - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4108,23 +4134,7 @@ Väljund: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4224,17 +4234,17 @@ Väljund: Klaviatuurimudel: - + Layouts - + Type here to test your keyboard Kirjuta siia, et testida oma klaviatuuri - + Variants @@ -4361,102 +4371,102 @@ Väljund: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? Mis on selle arvuti nimi? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Vali parool, et hoida oma konto turvalisena. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. Kasuta sama parooli administraatorikontole. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_eu.ts b/lang/calamares_eu.ts index 9b3dd757f..d73a6f353 100644 --- a/lang/calamares_eu.ts +++ b/lang/calamares_eu.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information Arazte informazioa @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Instalatu @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Egina @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -483,12 +502,12 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. CalamaresWindow - + %1 Setup Program - + %1 Installer %1 Instalatzailea @@ -527,149 +546,149 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. Formulario - + Select storage de&vice: Aukeratu &biltegiratze-gailua: - - - - + + + + Current: Unekoa: - + After: Ondoren: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Eskuz partizioak landu</strong><br/>Zure kasa sortu edo tamainaz alda dezakezu partizioak. - + Reuse %1 as home partition for %2. Berrerabili %1 home partizio bezala %2rentzat. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Aukeratu partizioa txikitzeko eta gero arrastatu azpiko-barra tamaina aldatzeko</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Abio kargatzaile kokapena: - + <strong>Select a partition to install on</strong> <strong>aukeratu partizioa instalatzeko</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Ezin da inon aurkitu EFI sistemako partiziorik sistema honetan. Mesedez joan atzera eta erabili eskuz partizioak lantzea %1 ezartzeko. - + The EFI system partition at %1 will be used for starting %2. %1eko EFI partizio sistema erabiliko da abiarazteko %2. - + EFI system partition: EFI sistema-partizioa: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Biltegiratze-gailuak badirudi ez duela sistema eragilerik. Zer egin nahiko zenuke? <br/>Zure aukerak berrikusteko eta berresteko aukera izango duzu aldaketak gauzatu aurretik biltegiratze-gailuan - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Diskoa ezabatu</strong><br/>Honek orain dauden datu guztiak <font color="red">ezabatuko</font> ditu biltegiratze-gailutik. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Instalatu alboan</strong><br/>Instalatzaileak partizioa txikituko du lekua egiteko %1-(r)i. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Ordeztu partizioa</strong><br/>ordezkatu partizioa %1-(e)kin. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Biltegiratze-gailuak %1 dauka. Zer egin nahiko zenuke? <br/>Zure aukerak berrikusteko eta berresteko aukera izango duzu aldaketak gauzatu aurretik biltegiratze-gailuan - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Biltegiragailu honetan badaude jadanik eragile sistema bat. Zer gustatuko litzaizuke egin?<br/>Biltegiragailuan aldaketarik egin baino lehen zure aukerak aztertu eta konfirmatu ahal izango duzu. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Biltegiragailu honetan badaude jadanik eragile sistema batzuk. Zer gustatuko litzaizuke egin?<br/>Biltegiragailuan aldaketarik egin baino lehen zure aukerak aztertu eta konfirmatu ahal izango duzu. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -757,27 +776,27 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. Config - + Set keyboard model to %1.<br/> Ezarri teklatu mota %1ra.<br/> - + Set keyboard layout to %1/%2. Ezarri teklatu diseinua %1%2ra. - + Set timezone to %1/%2. - + The system language will be set to %1. %1 ezarriko da sistemako hizkuntza bezala. - + The numbers and dates locale will be set to %1. Zenbaki eta daten eskualdea %1-(e)ra ezarri da. @@ -812,97 +831,97 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Konputagailu honek ez dauzka gutxieneko eskakizunak %1 instalatzeko. <br/>Instalazioak ezin du jarraitu. <a href="#details">Xehetasunak...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Konputagailu honek ez du betetzen gomendatutako zenbait eskakizun %1 instalatzeko. <br/>Instalazioak jarraitu ahal du, baina zenbait ezaugarri desgaituko dira. - + This program will ask you some questions and set up %2 on your computer. Konputagailuan %2 ezartzeko programa honek hainbat galdera egingo dizkizu. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. Zure erabiltzaile-izena luzeegia da. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. Zure ostalari-izena laburregia da. - + Your hostname is too long. Zure ostalari-izena luzeegia da. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! Pasahitzak ez datoz bat! - + OK! @@ -958,11 +977,16 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1421,6 +1445,16 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1450,8 +1484,8 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. Berretsi pasahitza - - + + Please enter the same passphrase in both boxes. Mesedez sartu pasahitz berdina bi kutxatan. @@ -1459,12 +1493,12 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1540,32 +1574,32 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. &Berrabiarazi orain - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1599,12 +1633,18 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. %1 partizioa formateatzen %2 sistemaz. - + The installer failed to format partition %1 on disk '%2'. Huts egin du instalatzaileak %1 partizioa sortzen '%2' diskoan. @@ -1612,12 +1652,12 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1657,27 +1697,27 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. Instalatzailea ez dabil exekutatzen administrari eskubideekin. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. Pantaila txikiegia da instalatzailea erakusteko. @@ -1977,35 +2017,35 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2031,12 +2071,12 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2046,98 +2086,110 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. NetInstallViewStep - + Package selection Pakete aukeraketa - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2188,24 +2240,24 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2480,7 +2532,7 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. Hutsegite ezezaguna - + Password is empty @@ -2518,22 +2570,6 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2837,82 +2873,97 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira. Partizioak - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Unekoa: - + After: Ondoren: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3046,7 +3097,7 @@ Irteera: QObject - + %1 (%2) %1 (%2) @@ -3369,12 +3420,12 @@ Irteera: ResultsListDialog - + For best results, please ensure that this computer: Emaitza egokienak lortzeko, ziurtatu ordenagailu honek baduela: - + System requirements Sistemaren betebeharrak @@ -3395,29 +3446,29 @@ Irteera: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error Barne errorea - - + + Cannot write hostname to target system @@ -3619,18 +3670,18 @@ Irteera: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3638,17 +3689,17 @@ Irteera: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Ezin zaio chmod egin sudoers fitxategiari. - + Cannot create sudoers file for writing. Ezin da sudoers fitxategia sortu bertan idazteko. @@ -3802,22 +3853,22 @@ Irteera: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3838,12 +3889,12 @@ Irteera: Fitxategi sistemak desmuntatu. - + No target system available. - + No rootMountPoint is set. @@ -3851,12 +3902,12 @@ Irteera: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4005,44 +4056,19 @@ Irteera: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Ongi etorri %1 instalatzailera.</h1> - - - %1 support %1 euskarria - + About %1 setup - + About %1 installer %1 instalatzaileari buruz - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4107,23 +4133,7 @@ Irteera: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back Atzera @@ -4223,17 +4233,17 @@ Irteera: Teklatu Modeloa: - + Layouts - + Type here to test your keyboard Idatzi hemen zure teklatua frogatzeko - + Variants @@ -4360,102 +4370,102 @@ Irteera: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? Zein da ordenagailu honen izena? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Aukeratu pasahitza zure kontua babesteko. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. Erabili pasahitz bera administratzaile kontuan. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_fa.ts b/lang/calamares_fa.ts index 633c49119..11b5749af 100644 --- a/lang/calamares_fa.ts +++ b/lang/calamares_fa.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ درخت ابزارک‌ها - + Debug information اطّلاعات اشکال‌زدایی @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up راه‌اندازی - + Install نصب @@ -171,7 +190,7 @@ Calamares::JobThread - + Done انجام شد. @@ -261,7 +280,7 @@ بررسی الزامات برای ماژول٪ 1 کامل شد. - + Waiting for %n module(s). منتظر ماندن برای n% ماژول @@ -269,7 +288,7 @@ - + (%n second(s)) (%n ثانیه) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. چک کردن نیازمندی‌های سیستم تمام شد. @@ -488,12 +507,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program %1 برنامه راه‌اندازی - + %1 Installer نصب‌کنندهٔ %1 @@ -532,149 +551,149 @@ The installer will quit and all changes will be lost. فرم - + Select storage de&vice: انتخاب &دستگاه ذخیره‌سازی: - - - - + + + + Current: فعلی: - + After: بعد از: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. شما می توانید پارتیشن بندی دستی ایجاد یا تغییر اندازه دهید . - + Reuse %1 as home partition for %2. استفاده مجدد از %1 به عنوان پارتیشن خانه برای %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>انتخاب یک پارتیشن برای کوجک کردن و ایجاد پارتیشن جدید از آن، سپس نوار دکمه را بکشید تا تغییر اندازه دهد</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 تغییر سایز خواهد داد به %2 مبی‌بایت و یک پارتیشن %3 مبی‌بایتی برای %4 ساخته خواهد شد. - + Boot loader location: مکان بالاآورنده بوت: - + <strong>Select a partition to install on</strong> <strong>یک پارتیشن را برای نصب بر روی آن، انتخاب کنید</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. پارتیشن سیستم ای.اف.آی نمی‌تواند در هیچ جایی از این سیستم یافت شود. لطفا برگردید و از پارتیشن بندی دستی استفاده کنید تا %1 را راه‌اندازی کنید. - + The EFI system partition at %1 will be used for starting %2. پارتیشن سیستم ای.اف.آی در %1 برای شروع %2 استفاده خواهد شد. - + EFI system partition: پارتیشن سیستم ای.اف.آی - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. به نظر می‌رسد در دستگاه ذخیره‌سازی هیچ سیستم‌عاملی وجود ندارد. تمایل به انجام چه کاری دارید؟<br/>شما می‌توانید انتخاب‌هایتان را قبل از اعمال هر تغییری در دستگاه ذخیره‌سازی، مرور و تأیید نمایید. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>پاک کردن دیسک</strong><br/>این کار تمام داده‌های موجود بر روی دستگاه ذخیره‌سازی انتخاب شده را <font color="red">حذف می‌کند</font>. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>نصب در امتداد</strong><br/>این نصاب از یک پارتیشن برای ساخت یک اتاق برای %1 استفاده می‌کند. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>جایگزینی یک افراز</strong><br/>افرازی را با %1 جایگزین می‌کند. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. این دستگاه ذخیره سازی٪ 1 روی خود دارد. دوست دارید چه کاری انجام دهید؟ قبل از اینکه تغییری در دستگاه ذخیره ایجاد شود ، می توانید انتخاب های خود را بررسی و تأیید کنید. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. این دستگاه ذخیره سازی از قبل یک سیستم عامل روی خود دارد. دوست دارید چه کاری انجام دهید؟ قبل از اینکه تغییری در دستگاه ذخیره ایجاد شود ، می توانید انتخاب های خود را بررسی و تأیید کنید. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. این دستگاه ذخیره سازی دارای چندین سیستم عامل است. دوست دارید چه کاری انجام دهید؟ قبل از اینکه تغییری در دستگاه ذخیره ایجاد شود ، می توانید انتخاب های خود را بررسی و تأیید کنید. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> این دستگاه حافظه هم اکنون یک سیستم عامل روی خود دارد، اما جدول افراز <strong>%1</strong> با نیاز <strong>%2</strong> متفاوت است. - + This storage device has one of its partitions <strong>mounted</strong>. این دستگاه حافظه دارای یک افرازی بوده که هم اکنون <strong>سوارشده</strong> است. - + This storage device is a part of an <strong>inactive RAID</strong> device. یکی از بخش های این دستگاه حافظه عضوی از دستگاه <strong>RAID غیرفعال</strong> است. - + No Swap بدون Swap - + Reuse Swap باز استفاده از مبادله - + Swap (no Hibernate) مبادله (بدون خواب‌زمستانی) - + Swap (with Hibernate) مبادله (با خواب‌زمستانی) - + Swap to file مبادله به پرونده @@ -762,27 +781,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> تنظیم مدل صفحه‌کلید به %1.<br/> - + Set keyboard layout to %1/%2. تنظیم چینش صفحه‌کلید به %1/%2. - + Set timezone to %1/%2. منطقه زمانی را تنظیم کنید 1% - + The system language will be set to %1. زبان سامانه به %1 تنظیم خواهد شد. - + The numbers and dates locale will be set to %1. محلی و اعداد و تاریخ ها روی٪ 1 تنظیم می شوند. @@ -817,97 +836,97 @@ The installer will quit and all changes will be lost. نصب شبکه‌ای. (از کار افتاده: ناتوان در گرفتن فهرست بسته‌ها. اتّصال شبکه‌تان را بررسی کنید) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> رایانه کمینهٔ نیازمندی‌های برپاسازی %1 را ندارد.<br/>برپاسازی نمی‌تواند ادامه یابد. <a href="#details">جزییات…</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> رایانه کمینهٔ نیازمندی‌های نصب %1 را ندارد.<br/>نصب نمی‌تواند ادامه یابد. <a href="#details">جزییات…</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. رایانه کمینهٔ نیازمندی‌های برپاسازی %1 را ندارد.<br/>برپاسازی می‌تواند ادامه یابد، ولی ممکن است برخی ویژگی‌ها از کار افتاده باشند. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. رایانه کمینهٔ نیازمندی‌های نصب %1 را ندارد.<br/>نصب می‌تواند ادامه یابد، ولی ممکن است برخی ویژگی‌ها از کار افتاده باشند. - + This program will ask you some questions and set up %2 on your computer. این برنامه تعدادی سوال از شما پرسیده و %2 را روی رایانه‌تان برپا می‌کند. - + <h1>Welcome to the Calamares setup program for %1</h1> به برنامه راه اندازی Calamares خوش آمدید برای 1٪ - + <h1>Welcome to %1 setup</h1> <h1>به برپاسازی %1 خوش آمدید.</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>به نصب‌کنندهٔ کالامارس برای %1 خوش آمدید.</h1> - + <h1>Welcome to the %1 installer</h1> <h1>به نصب‌کنندهٔ %1 خوش آمدید.</h1> - + Your username is too long. نام کاربریتان بیش از حد بلند است. - + '%1' is not allowed as username. '%1' بعنوان نام کاربر مجاز نیست. - + Your username must start with a lowercase letter or underscore. نام کاربری شما باید با یک حرف کوچک یا خط زیر شروع شود. - + Only lowercase letters, numbers, underscore and hyphen are allowed. فقط حروف کوچک ، اعداد ، زیر خط و خط خط مجاز است. - + Your hostname is too short. نام میزبانتان بیش از حد کوتاه است. - + Your hostname is too long. نام میزبانتان بیش از حد بلند است. - + '%1' is not allowed as hostname. '%1' بعنوان نام میزبان مجاز نیست. - + Only letters, numbers, underscore and hyphen are allowed. فقط حروف ، اعداد ، زیر خط و خط خط مجاز است. - + Your passwords do not match! گذرواژه‌هایتان مطابق نیستند! - + OK! باشه! @@ -963,11 +982,16 @@ The installer will quit and all changes will be lost. + Packages + بسته‌ها + + + Install option: <strong>%1</strong> گزینه نصب: <strong>%1</strong> - + None هیچ کدام @@ -1426,6 +1450,16 @@ The installer will quit and all changes will be lost. FS Label: برچسب سامانه پرونده: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1455,8 +1489,8 @@ The installer will quit and all changes will be lost. تأیید عبارت عبور - - + + Please enter the same passphrase in both boxes. لطفاً عبارت عبور یکسانی را در هر دو جعبه وارد کنید. @@ -1464,12 +1498,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? آیا مایلید که گزارش‌ها در وب الصاق شوند؟ @@ -1545,32 +1579,32 @@ The installer will quit and all changes will be lost. &راه‌اندازی دوباره - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. تمام شد.٪ 1 در رایانه شما تنظیم شده است. اکنون می توانید از سیستم جدید خود استفاده کنید. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> هنگامی که این کادر علامت گذاری شد ، هنگامی که بر روی انجام شده کلیک کنید یا برنامه برپاکننده را ببندید ، سیستم شما بلافاصله راه اندازی می شود. - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>همه‌چیز انجام شد.</h1><br/>%1 روی رایانه‌تان نصب شد.<br/>ممکن است بخواهید به سامانهٔ جدیدتان وارد شده تا به استفاده از محیط زندهٔ %2 ادامه دهید. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> هنگامی که این کادر علامت گذاری شد ، هنگامی که بر روی انجام شده کلیک کنید یا نصب را ببندید ، سیستم شما بلافاصله راه اندازی می شود. - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>برپایی شکست خورد</h1><br/>%1 روی رایانه شما برپا نشد.<br/>پیام خطا: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>نصب شکست خورد</h1><br/>%1 روی رایانه شما نصب نشد.<br/>پیام خطا: %2. @@ -1604,12 +1638,18 @@ The installer will quit and all changes will be lost. فرمت افراز<strong>%1</strong> با سایز <strong>%3مبی‌بایت</strong> با سامانه پرونده <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. فرمت افراز %1 با سامانه پروند %2. - + The installer failed to format partition %1 on disk '%2'. نصب کننده برای فرمت افراز %1 روی دیسک '%2' شکست خورد. @@ -1617,12 +1657,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space دارای حداقل %1 گی‌ب فضای کافی - + There is not enough drive space. At least %1 GiB is required. فضای کافی موجود نیست. حداقل %1 گی‌ب نیاز است. @@ -1662,27 +1702,27 @@ The installer will quit and all changes will be lost. دارد نصب‌کننده را به عنوان یک مدیر (ریشه) اجرا می‌کند - + The setup program is not running with administrator rights. برنامهٔ برپایی با دسترسی‌های مدیر اجرا نشده‌است. - + The installer is not running with administrator rights. برنامهٔ نصب کننده با دسترسی‌های مدیر اجرا نشده‌است. - + has a screen large enough to show the whole installer صفحه‌ای با بزرگی کافی برای نمایش تمام نصب‌کننده دارد - + The screen is too small to display the setup program. صفحه برای نمایش برنامهٔ برپایی خیلی کوچک است. - + The screen is too small to display the installer. صفحه برای نمایش نصب‌کننده خیلی کوچک است. @@ -1982,35 +2022,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. پیکربندی پروندهٔ کلید LUKS. - - + + No partitions are defined. هیچ افرازی تعریف نشده - - - + + + Encrypted rootfs setup error خطای برپاسازی rootfs رمزشده - + Root partition %1 is LUKS but no passphrase has been set. افراز روت %1 یک LUKS است، ولی هیچ گذرواژه ای تنظیم نشده است. - + Could not create LUKS key file for root partition %1. نمیتوان پرونده کلید LUKS را برای افراز روت %1 ایجاد کرد. - + Could not configure LUKS key file on partition %1. نمیتوان پرونده کلید LUKS را برای افراز روت %1 تنظیم کرد. @@ -2036,12 +2076,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 منطقه زمانی: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2051,100 +2091,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection گزینش بسته‌ها - + Office software نرم‌افزار اداری - + Office package بستهٔ اداری - + Browser software نرم‌افزار مرورگر - + Browser package بستهٔ مرورگر - + Web browser مرورگر وب - + Kernel + label for netinstall module, Linux kernel کرنل - + Services + label for netinstall module, system services خدمت‌ها - + Login + label for netinstall module, choose login manager ورود - + Desktop + label for netinstall module, choose desktop environment میزکار - - Applications - برنامه‌های کاربردی - - - + Communication + label for netinstall module ارتباطات - + Development + label for netinstall module توسعه - + Office + label for netinstall module اداری - + Multimedia + label for netinstall module چندرسانه‌ای - + Internet + label for netinstall module اینترنت - + Theming + label for netinstall module شخصی‌سازی - + Gaming + label for netinstall module بازی - + Utilities + label for netinstall module ابزارها + + + Applications + برنامه‌های کاربردی + NotesQmlViewStep @@ -2193,24 +2245,24 @@ The installer will quit and all changes will be lost. منطقه موردنظر خود را انتخاب کنید یا از تنظیمات پیشفرض استفاده کنید. - - - + + + Timezone: %1 منطقه زمانی: %1 - + Select your preferred Zone within your Region. منطقه مورد نظر خود را در منطقه خود انتخاب کنید. - + Zones مناطق - + You can fine-tune Language and Locale settings below. شما میتوانید زبان و زبان محلی را در تنظیمات زیر بطوردقیق تنظیم کنید. @@ -2485,7 +2537,7 @@ The installer will quit and all changes will be lost. خطای ناشناخته - + Password is empty گذرواژه خالی است @@ -2523,22 +2575,6 @@ The installer will quit and all changes will be lost. لطفاً محصولی را از لیست انتخاب کنید. محصول انتخاب شده نصب خواهد شد. - - PackageChooserQmlViewStep - - - Packages - بسته‌ها - - - - PackageChooserViewStep - - - Packages - بسته‌ها - - PackageModel @@ -2842,82 +2878,97 @@ The installer will quit and all changes will be lost. افرازها - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: فعلی: - + After: بعد از: - + No EFI system partition configured هیچ پارتیشن سیستم EFI پیکربندی نشده است - + EFI system partition configured incorrectly افراز سامانه EFI به نادرستی تنظیم شده است - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. یک افراز سامانه EFI نیازمندست که از %1 شروع شود.<br/><br/>برای تنظیم یک افراز سامانه EFI، به عقب بازگشته و یک سامانه پرونده مناسب انتخاب یا ایجاد کنید. - + The filesystem must be mounted on <strong>%1</strong>. سامانه پرونده باید روی <strong>%1</strong> سوارشده باشد. - + The filesystem must have type FAT32. سامانه پرونده باید دارای نوع FAT32 باشد. - + The filesystem must be at least %1 MiB in size. سامانه پرونده حداقل باید دارای %1مبی‌بایت حجم باشد. - + The filesystem must have flag <strong>%1</strong> set. سامانه پرونده باید پرچم <strong>%1</strong> را دارا باشد. - + You can continue without setting up an EFI system partition but your system may fail to start. شما میتوانید بدون برپاکردن افراز سامانه EFI ادامه دهید ولی ممکن است سامانه برای شروع با مشکل مواجه شود. - + Option to use GPT on BIOS گزینه ای برای استفاده از GPT در BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - جدول پارتیشن GPT بهترین گزینه برای همه سیستم ها است. این نصب از چنین تنظیماتی برای سیستم های BIOS نیز پشتیبانی می کند. برای پیکربندی جدول پارتیشن GPT در BIOS ، (اگر قبلاً این کار انجام نشده است) برگردید و جدول پارتیشن را روی GPT تنظیم کنید ، سپس یک پارتیشن 8 مگابایتی بدون فرمت با پرچم %2 ایجاد کنید. برای راه اندازی٪ 1 سیستم BIOS با GPT ، یک پارتیشن 8 مگابایتی بدون قالب لازم است. + - + Boot partition not encrypted پارتیشن بوت رمزشده نیست - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. یک پارتیشن بوت جداگانه همراه با یک پارتیشن ریشه ای رمزگذاری شده راه اندازی شده است ، اما پارتیشن بوت رمزگذاری نشده است. با این نوع تنظیمات مشکلات امنیتی وجود دارد ، زیرا پرونده های مهم سیستم در یک پارتیشن رمزگذاری نشده نگهداری می شوند. در صورت تمایل می توانید ادامه دهید ، اما باز کردن قفل سیستم فایل بعداً در هنگام راه اندازی سیستم اتفاق می افتد. برای رمزگذاری پارتیشن بوت ، به عقب برگردید و آن را دوباره ایجاد کنید ، رمزگذاری را در پنجره ایجاد پارتیشن انتخاب کنید. - + has at least one disk device available. حداقل یک دستگاه دیسک در دسترس دارد. - + There are no partitions to install on. هیچ پارتیشنی برای نصب وجود ندارد @@ -3049,7 +3100,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3375,12 +3426,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: برای بهترین نتیجه ، لطفا اطمینان حاصل کنید که این کامپیوتر: - + System requirements نیازمندی‌های سامانه @@ -3401,29 +3452,29 @@ Output: SetHostNameJob - + Set hostname %1 تنظیم نام میزبان %1 - + Set hostname <strong>%1</strong>. تنظیم نام میزبان <strong>%1</strong>. - + Setting hostname %1. تنظیم نام میزبان به %1. - - + + Internal Error خطای داخلی - - + + Cannot write hostname to target system عدم توانایی نوشتن نام میزبان به سامانه هدف @@ -3625,18 +3676,18 @@ Output: SetupGroupsJob - + Preparing groups. درحال آماده سازی گروه ها. - - + + Could not create groups in target system عدم توانایی در ساخت گروه ها در سامانه هدف - + These groups are missing in the target system: %1 این گروه ها در سامانه هدف یافت نشدند: %1 @@ -3644,17 +3695,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. کاربران با دسترسی <pre>sudo</pre> را تنظیم کنید. - + Cannot chmod sudoers file. نمی‌توان مالک پروندهٔ sudoers را تغییر داد. - + Cannot create sudoers file for writing. نمی‌توان پروندهٔ sudoers را برای نوشتن ایجاد کرد. @@ -3808,22 +3859,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">برای دریافت اطلاعات بیشتر درمورد بازخورد کاربران اینجا کلیک کنید</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. ردیابی به٪ 1 کمک می کند تا بفهمد هر چند وقت یک بار نصب می شود ، روی چه سخت افزاری نصب شده و از کدام برنامه ها استفاده می شود. برای دیدن موارد ارسالی ، لطفاً روی نماد راهنما در کنار هر منطقه کلیک کنید. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. با انتخاب این گزینه، شما فقط یکبار داده هایی درباره نصب و سخت افزار خود ارسال می کنید. این داده ها فقط <b>یکبار</b> بعد از به پایان رسیدن نصب فرستاده می شوند. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. با انتخاب این گزینه، شما بطور دوره ای داده هایی درباره نصب <b>ماشین</b>، سخت افزار و برنامه ها را به %1 می فرستید. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. با انتخاب این گزینه، شما بطور منظم داده هایی درباره نصب <b>کاربر</b>، سخت افزار، برنامه ها و الگوی مصرفی برنامه ها را به %1 می فرستید. @@ -3844,12 +3895,12 @@ Output: پیاده کردن سامانه‌های پرونده. - + No target system available. - + No rootMountPoint is set. @@ -3857,12 +3908,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>اگر بیش از یک نفر از این کامپیوتر استفاده می کنند، میتوانید حساب های دیگری بعد نصب ایجاد کنید.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>اگر بیش از یک نفر از این کامپیوتر استفاده می کنند، میتوانید حساب های دیگری بعد نصب ایجاد کنید.</small> @@ -4011,44 +4062,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>به برنامهٔ برپاسازی کالامارس برای %1 خوش آمدید.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>به برپاسازی %1 خوش آمدید.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>به نصب‌کنندهٔ کالامارس برای %1 خوش آمدید.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>به نصب‌کنندهٔ %1 خوش آمدید.</h1> - - - %1 support پشتیبانی %1 - + About %1 setup دربارهٔ برپاسازی %1 - + About %1 installer دربارهٔ نصب‌کنندهٔ %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/> برای %3</strong><br/><br/> Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> سپاس از <a href='https://calamares.io/team/'>گروه کلامارس</a> و <a href='https://www.transifex.com/calamares/calamares/'>گروه ترجمه کلامارس</a>.<br/><br/> توسعه <a href='https://calamares.io/'>کلامارس</a> توسط <br/> <a href="http://www.blue-systems.com/"><a href='http://www.blue-systems.com/'>سیستم های آبی</a> - نرم افزار آزادی پشتیبانی شده است. - WelcomeQmlViewStep @@ -4113,32 +4139,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - برای %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - سپاس از <a href='https://calamares.io/team/'>گروه کلامارس</a> - و <a href='https://www.transifex.com/calamares/calamares/'>گروه ترجمه کلامارس</a>.<br/><br/> - توسعه <a href='https://calamares.io/'>کلامارس</a> توسط <br/> - <a href='http://www.blue-systems.com/'>سیستم های آبی</a> - - نرم افزار آزادی پشتیبانی شده است. - - - + Back بازگشت @@ -4242,17 +4243,17 @@ Output: مدل صفحه‌کلید: - + Layouts چینش‌ها - + Type here to test your keyboard برای آزمودن صفحه‌کلیدتان، این‌جا بنویسید - + Variants دگرگونه‌ها @@ -4382,102 +4383,102 @@ Output: اگر بیش از یک نفر از این کامپیوتر استفاده می کنند، میتوانید حساب های دیگری بعد نصب ایجاد کنید. - + Only lowercase letters, numbers, underscore and hyphen are allowed. فقط حروف کوچک ، اعداد ، زیر خط و خط خط مجاز است. - + root is not allowed as username. عبارت root بعنوان نام کاربر مجاز نیست. - + What is the name of this computer? نام این رایانه چیست؟ - + Computer Name نام رایانه - + This name will be used if you make the computer visible to others on a network. اگر رایانه‌تان را روی یک شبکه برای دیگران نمایان کنید، از این نام استفاده می‌شود. - + localhost is not allowed as hostname. عبارت localhost بعنوان نام میزبان مجاز نیست. - + Choose a password to keep your account safe. برای امن نگه داشتن حسابتان، گذرواژه‌ای برگزینید. - + Password گذرواژه - + Repeat Password تکرار TextLabel - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. رمز ورود یکسان را دو بار وارد کنید ، تا بتوان آن را از نظر اشتباه تایپ بررسی کرد. یک رمز ورود خوب شامل ترکیبی از حروف ، اعداد و علائم نگارشی است ، باید حداقل هشت حرف داشته باشد و باید در فواصل منظم تغییر یابد. - + Validate passwords quality اعتبارسنجی کیفیت گذرواژه - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. وقتی این کادر علامت گذاری شد ، بررسی قدرت رمز عبور انجام می شود و دیگر نمی توانید از رمز عبور ضعیف استفاده کنید. - + Log in automatically without asking for the password ورود خودکار بدون پرسیدن گذرواژه - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. حداقل دو حرف و فقط حروف، اعداد، زیرخط و خط تیره مجاز هستند. - + Reuse user password as root password استفاده گذرواژه کاربر بعنوان گذرواژه روت - + Use the same password for the administrator account. استفاده از گذرواژهٔ یکسان برای حساب مدیر. - + Choose a root password to keep your account safe. برای امن نگه داشتن حسابتان، گذرواژه روت ای برگزینید. - + Root Password گذرواژه روت - + Repeat Root Password تکرار گذرواژه روت - + Enter the same password twice, so that it can be checked for typing errors. همان گذرواژه را دوباره وارد کنید تا بتواند برای خطاهای نوشتاری بررسی شود. diff --git a/lang/calamares_fi_FI.ts b/lang/calamares_fi_FI.ts index b8e3cc3cb..bd0062c39 100644 --- a/lang/calamares_fi_FI.ts +++ b/lang/calamares_fi_FI.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Widgettipuu - + Debug information Vianetsinnän tiedot @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Määritä - + Install Asenna @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Valmis @@ -261,7 +280,7 @@ Moduulin vaatimusten tarkistaminen <i>%1</i> on valmis. - + Waiting for %n module(s). Odotetaan %n moduulia. @@ -269,7 +288,7 @@ - + (%n second(s)) (%n sekunti) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Järjestelmän vaatimusten tarkistus on valmis. @@ -488,12 +507,12 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. CalamaresWindow - + %1 Setup Program %1-asennusohjelma - + %1 Installer %1-asentaja @@ -532,149 +551,149 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Lomake - + Select storage de&vice: Valitse kiintole&vy: - - - - + + + + Current: Nykyinen: - + After: Jälkeen: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Manuaalinen osiointi </strong><br/>Voit luoda tai muuttaa osioita itse. - + Reuse %1 as home partition for %2. Käytä %1 uudelleen kotiosiona kohteelle %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Valitse supistettava osio ja säädä alarivillä kokoa vetämällä</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 supistetaan %2Mib:iin ja uusi %3MiB-osio luodaan kohteelle %4. - + Boot loader location: Käynnistyslataajan sijainti: - + <strong>Select a partition to install on</strong> <strong>Valitse asennettava osio</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. EFI-järjestelmäosiota ei löydy tästä järjestelmästä. Siirry takaisin ja käytä manuaalista osiointia, kun haluat määrittää %1 - + The EFI system partition at %1 will be used for starting %2. EFI-järjestelmäosiota %1 käytetään %2 käynnistämiseen. - + EFI system partition: EFI-järjestelmäosio: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Tällä massamuistilla ei näytä olevan käyttöjärjestelmää. Mitä haluat tehdä?<br/>Voit tarkistaa ja vahvistaa valintasi ennen kuin massamuistille tehdään muutoksia. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Tyhjennä asema</strong><br/>Tämä <font color="red">poistaa</font> kaikki tiedot valitusta massamuistista. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Asenna nykyisen rinnalle</strong><br/>Asennusohjelma supistaa osiota tehdäkseen tilaa kohteelle %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Osion korvaaminen</strong><br/>korvaa osion %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Tässä massamuistissa on %1 dataa. Mitä haluat tehdä?<br/>Voit tarkistaa ja vahvistaa valintasi ennen kuin massamuistiin tehdään muutoksia. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Tämä massamuisti sisältää jo käyttöjärjestelmän. Mitä haluaisit tehdä?<br/>Voit tarkistaa ja vahvistaa valintasi, ennen kuin massamuistiin tehdään muutoksia. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Tämä massamuisti sisältää jo useita käyttöjärjestelmiä. Mitä haluaisit tehdä?<br/>Voit tarkistaa ja vahvistaa valintasi, ennen kuin massamuistiin tehdään muutoksia. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Tällä massamuistilla on jo käyttöjärjestelmä, mutta osiotaulukko <strong>%1</strong> on erilainen kuin tarvittava <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Tähän massamuistiin on <strong>liitetty</strong> yksi osioista. - + This storage device is a part of an <strong>inactive RAID</strong> device. Tämä massamuisti on osa <strong>passiivista RAID</strong> kokoonpanoa. - + No Swap Swap ei - + Reuse Swap Swap käytä uudellen - + Swap (no Hibernate) Swap (ei lepotilaa) - + Swap (with Hibernate) Swap (lepotilan kanssa) - + Swap to file Swap tiedostona @@ -762,27 +781,27 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Config - + Set keyboard model to %1.<br/> Aseta näppäimiston malli %1.<br/> - + Set keyboard layout to %1/%2. Aseta näppäimiston asetteluksi %1/%2. - + Set timezone to %1/%2. Aseta aikavyöhykkeeksi %1/%2. - + The system language will be set to %1. Järjestelmän kielen asetuksena on %1. - + The numbers and dates locale will be set to %1. Numerot ja päivämäärät, paikallinen asetus on %1. @@ -817,98 +836,98 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Verkkoasennus. (Ei käytössä: Pakettiluetteloita ei voi hakea, tarkista verkkoyhteys) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Tämä tietokone ei täytä vähimmäisvaatimuksia, %1.<br/>Asennusta ei voi jatkaa. <a href="#details">Yksityiskohdat...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Tämä tietokone ei täytä asennuksen vähimmäisvaatimuksia, %1.<br/>Asennus ei voi jatkua. <a href="#details">Yksityiskohdat...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Tämä tietokone ei täytä joitakin suositeltuja vaatimuksia %1.<br/>Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Tämä tietokone ei täytä joitakin suositeltuja vaatimuksia %1. Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä. - + This program will ask you some questions and set up %2 on your computer. Tämä ohjelma kysyy joitakin kysymyksiä liittyen järjestelmään %2 ja asentaa sen tietokoneeseen. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Tervetuloa Calamares-asennusohjelmaan %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Tervetuloa %1 asennukseen</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Tervetuloa Calamares-asentajaan %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Tervetuloa %1-asentajaan</h1> - + Your username is too long. Käyttäjänimesi on liian pitkä. - + '%1' is not allowed as username. Käyttäjänimessä '%1' ei ole sallittu. - + Your username must start with a lowercase letter or underscore. Sinun käyttäjänimi täytyy alkaa pienellä kirjaimella tai alaviivalla. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Vain pienet kirjaimet, numerot, alaviivat ja tavuviivat ovat sallittuja. - + Your hostname is too short. Koneen nimi on liian lyhyt. - + Your hostname is too long. Koneen nimi on liian pitkä. - + '%1' is not allowed as hostname. Koneen nimessä '%1' ei ole sallittu. - + Only letters, numbers, underscore and hyphen are allowed. Vain kirjaimet, numerot, alaviivat ja tavuviivat ovat sallittuja. - + Your passwords do not match! Salasanasi eivät täsmää! - + OK! OK! @@ -964,11 +983,16 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä. + Packages + Paketit + + + Install option: <strong>%1</strong> Asennuksen vaihtoehto: <strong>%1</strong> - + None Ei käytössä @@ -1427,6 +1451,16 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.FS Label: Tiedostojärjestelmän nimike: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1456,8 +1490,8 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.Vahvista salasana - - + + Please enter the same passphrase in both boxes. Anna sama salasana molempiin kenttiin. @@ -1465,12 +1499,12 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä. ErrorDialog - + Details: Tiedot: - + Would you like to paste the install log to the web? Haluatko liittää asennuslokin verkkoon? @@ -1546,32 +1580,32 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.&Käynnistä uudelleen - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Valmista.</h1><br/>%1 on määritetty tietokoneellesi.<br/>Voit nyt alkaa käyttää uutta järjestelmääsi. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Kun tämä valintaruutu on valittu, järjestelmä käynnistyy heti, kun napsautat <span style="font-style:italic;">Valmis</span> -painiketta tai suljet asennusohjelman.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Kaikki tehty.</h1><br/>%1 on asennettu tietokoneellesi.<br/>Voit käynnistää tietokoneen nyt uuteen järjestelmääsi, tai voit jatkaa käyttöjärjestelmän %2 live-ympäristön käyttöä. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Kun tämä valintaruutu on valittuna, järjestelmä käynnistyy heti, kun napsautat <span style="font-style:italic;">Valmis</span> tai suljet asentimen.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Asennus epäonnistui</h1><br/>%1 ei ole määritetty tietokoneellesi.<br/> Virhesanoma oli: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Asennus epäonnistui </h1><br/>%1 ei ole asennettu tietokoneeseesi.<br/>Virhesanoma oli: %2. @@ -1605,12 +1639,18 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.Alustus <strong>%3MiB</strong> osio <strong>%1</strong> tiedostojärjestelmällä <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Alustaa osiota %1 tiedostojärjestelmällä %2. - + The installer failed to format partition %1 on disk '%2'. Aseman '%2' osion %1 alustus epäonnistui. @@ -1618,12 +1658,12 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä. GeneralRequirements - + has at least %1 GiB available drive space vähintään %1 GiB vapaata levytilaa - + There is not enough drive space. At least %1 GiB is required. Levytilaa ei ole riittävästi. Vähintään %1 GiB tarvitaan. @@ -1663,27 +1703,27 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.ajaa asennusohjelmaa järjestelmänvalvojana (root) - + The setup program is not running with administrator rights. Asennusohjelma ei ole käynnissä järjestelmänvalvojan oikeuksin. - + The installer is not running with administrator rights. Asennusohjelma ei ole käynnissä järjestelmänvalvojan oikeuksin. - + has a screen large enough to show the whole installer näytöllä on riittävän suuri tarkkuus asentajalle - + The screen is too small to display the setup program. Näyttö on liian pieni, jotta asennus -ohjelma voidaan näyttää. - + The screen is too small to display the installer. Näyttö on liian pieni asentajan näyttämiseksi. @@ -1983,35 +2023,35 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä. LuksBootKeyFileJob - + Configuring LUKS key file. LUKS-avaintiedoston määrittäminen. - - + + No partitions are defined. Osioita ei ole määritelty. - - - + + + Encrypted rootfs setup error Salattu rootfs asennusvirhe - + Root partition %1 is LUKS but no passphrase has been set. Juuriosio %1 on LUKS, mutta salasanaa ei ole asetettu. - + Could not create LUKS key file for root partition %1. LUKS-avaintiedostoa ei voitu luoda juuriosioon %1. - + Could not configure LUKS key file on partition %1. LUKS-avaintiedostoa ei voi määrittää osiossa %1. @@ -2037,12 +2077,12 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä. Map - + Timezone: %1 Aikavyöhyke: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2054,100 +2094,112 @@ hiiren vieritystä skaalaamiseen. NetInstallViewStep - + Package selection Paketin valinta - + Office software Office-ohjelmisto - + Office package Office-paketti - + Browser software Selainohjelmisto - + Browser package Selainpaketti - + Web browser Nettiselain - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Palvelut - + Login + label for netinstall module, choose login manager Kirjaudu - + Desktop + label for netinstall module, choose desktop environment Työpöytä - - Applications - Sovellukset - - - + Communication + label for netinstall module Viestintä - + Development + label for netinstall module Ohjelmistokehitys - + Office + label for netinstall module Toimisto - + Multimedia + label for netinstall module Multimedia - + Internet + label for netinstall module Internetti - + Theming + label for netinstall module Teema - + Gaming + label for netinstall module Pelit - + Utilities + label for netinstall module Apuohjelmat + + + Applications + Sovellukset + NotesQmlViewStep @@ -2196,24 +2248,24 @@ hiiren vieritystä skaalaamiseen. Valitse sinun asuinalue tai käytä oletusta. - - - + + + Timezone: %1 Aikavyöhyke: %1 - + Select your preferred Zone within your Region. Valitse haluamasi alue alueesi sisällä. - + Zones Vyöhykkeet - + You can fine-tune Language and Locale settings below. Voit hienosäätää kieli- ja alueasetuksia alla. @@ -2488,7 +2540,7 @@ hiiren vieritystä skaalaamiseen. Tuntematon virhe - + Password is empty Salasana on tyhjä @@ -2526,22 +2578,6 @@ hiiren vieritystä skaalaamiseen. Valitse tuote luettelosta. Valittu tuote asennetaan. - - PackageChooserQmlViewStep - - - Packages - Paketit - - - - PackageChooserViewStep - - - Packages - Paketit - - PackageModel @@ -2845,82 +2881,97 @@ hiiren vieritystä skaalaamiseen. Osiot - + + Unsafe partition actions are enabled. + Epäturvalliset osiotoiminnot ovat käytössä. + + + + Partitioning is configured to <b>always</b> fail. + Osiointi on määritetty <b>aina</b> epäonnistumaan. + + + + No partitions will be changed. + Osioita ei muuteta. + + + Current: Nykyinen: - + After: Jälkeen: - + No EFI system partition configured EFI-järjestelmäosiota ei ole määritetty - + EFI system partition configured incorrectly EFI-järjestelmäosio on määritetty väärin - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. EFI-järjestelmäosio on vaatimus käynnistääksesi %1.<br/><br/>Palaa jos haluat määrittää EFI-järjestelmäosion, valitse tai luo sopiva tiedostojärjestelmä. - + The filesystem must be mounted on <strong>%1</strong>. Tiedostojärjestelmä on asennettava <strong>%1</strong>. - + The filesystem must have type FAT32. Tiedostojärjestelmän on oltava tyyppiä FAT32. - + The filesystem must be at least %1 MiB in size. Tiedostojärjestelmän on oltava kooltaan vähintään %1 MiB. - + The filesystem must have flag <strong>%1</strong> set. Tiedostojärjestelmässä on oltava <strong>%1</strong> lippu. - + You can continue without setting up an EFI system partition but your system may fail to start. Voit jatkaa ilman EFI-järjestelmäosion määrittämistä, mutta järjestelmä ei ehkä käynnisty. - + Option to use GPT on BIOS BIOS:ssa mahdollisuus käyttää GPT:tä - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - GPT-osiotaulukko on paras vaihtoehto kaikille järjestelmille. Tämä asennusohjelma tukee asennusta myös BIOS:n järjestelmään.<br/><br/>Jos haluat määrittää GPT-osiotaulukon BIOS:ssa (jos sitä ei ole jo tehty) palaa takaisin ja aseta osiotaulukkoksi GPT. Luo seuraavaksi 8 Mb alustamaton osio <strong>%2</strong> lipulla käyttöön.<br/><br/>Alustamaton 8 Mb osio on tarpeen %1:n käynnistämiseksi BIOS-järjestelmässä GPT:llä. + GPT-osiotaulukko on paras vaihtoehto kaikille järjestelmille. Kuitenkin asennusohjelma tukee myös BIOS-järjestelmää.<br/><br/>Jos haluat määrittää GPT-osiotaulukon BIOS:ssa (jos et ole jo tehnyt) niin palaa takaisin ja aseta osiotaulukkoksi GPT. Luo seuraavaksi 8 Mt alustamaton osio <strong>%2</strong> lipulla käyttöön.<br/><br/>Alustamaton 8 Mt tarvitaan %1 käynnistämiseen BIOS-järjestelmässä, jossa on GPT. - + Boot partition not encrypted Käynnistysosiota ei ole salattu - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Erillinen käynnistysosio perustettiin yhdessä salatun juuriosion kanssa, mutta käynnistysosio ei ole salattu.<br/><br/>Tällaisissa asetuksissa on tietoturvaongelmia, koska tärkeät järjestelmätiedostot pidetään salaamattomassa osiossa.<br/>Voit jatkaa, jos haluat, mutta tiedostojärjestelmän lukituksen avaaminen tapahtuu myöhemmin järjestelmän käynnistyksen aikana.<br/>Käynnistysosion salaamiseksi siirry takaisin ja luo se uudelleen valitsemalla <strong>Salaa</strong> osion luominen -ikkunassa. - + has at least one disk device available. on vähintään yksi asema käytettävissä. - + There are no partitions to install on. Asennettavia osioita ei ole. @@ -3055,7 +3106,7 @@ Ulostulo: QObject - + %1 (%2) %1 (%2) @@ -3381,12 +3432,12 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</ ResultsListDialog - + For best results, please ensure that this computer: Saadaksesi parhaan lopputuloksen, tarkista että tämä tietokone: - + System requirements Järjestelmävaatimukset @@ -3407,29 +3458,29 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</ SetHostNameJob - + Set hostname %1 Aseta isäntänimi %1 - + Set hostname <strong>%1</strong>. Aseta isäntänimi <strong>%1</strong>. - + Setting hostname %1. Asetetaan isäntänimi %1. - - + + Internal Error Sisäinen virhe - - + + Cannot write hostname to target system Ei voida kirjoittaa isäntänimeä kohdejärjestelmään. @@ -3631,18 +3682,18 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</ SetupGroupsJob - + Preparing groups. Valmistellaan ryhmiä. - - + + Could not create groups in target system Ryhmiä ei voitu luoda kohdejärjestelmään - + These groups are missing in the target system: %1 Kohderyhmästä puuttuu näitä ryhmiä: %1 @@ -3650,17 +3701,17 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</ SetupSudoJob - + Configure <pre>sudo</pre> users. Määritä <pre>sudo</pre>-käyttäjät. - + Cannot chmod sudoers file. Ei voida tehdä käyttöoikeuden muutosta sudoers-tiedostolle. - + Cannot create sudoers file for writing. Ei voida luoda sudoers-tiedostoa kirjoitettavaksi. @@ -3814,22 +3865,22 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</ <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Klikkaa tästä saadaksesi lisätietoja käyttäjäpalautteesta</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Seuranta auttaa %1 näkemään, kuinka usein se asennetaan, mihin laitteistoon se on asennettu ja mihin sovelluksiin sitä käytetään. Jos haluat nähdä, mitä lähetetään, napsauta kunkin alueen vieressä olevaa ohjekuvaketta. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Valitsemalla tämän lähetät tietoja asennuksesta ja laitteistosta. Nämä tiedot lähetetään vain </b>kerran</b> asennuksen päätyttyä. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Valitsemalla tämän lähetät määräajoin tietoja <b>koneesi</b> asennuksesta, laitteistosta ja sovelluksista, %1:lle. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Valitsemalla tämän lähetät säännöllisesti tietoja <b>käyttäjän</b> asennuksesta, laitteistosta, sovelluksista ja sovellusten käyttötavoista %1:lle. @@ -3850,12 +3901,12 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</ Irrota tiedostojärjestelmät käytöstä. - + No target system available. Kohdejärjestelmää ei ole käytettävissä. - + No rootMountPoint is set. Ei ole asetettu rootMountPoint @@ -3863,12 +3914,12 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</ UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Jos useampi kuin yksi henkilö käyttää tätä tietokonetta, voit luoda useita tilejä asennuksen jälkeen.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Jos useampi kuin yksi henkilö käyttää tätä tietokonetta, voit luoda useita tilejä asennuksen jälkeen.</small> @@ -4017,44 +4068,19 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</ - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Tervetuloa Calamares-asennusohjelmaan %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Tervetuloa %1 asennukseen.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Tervetuloa Calamares-asennusohjelmaan %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Tervetuloa %1 -asennusohjelmaan.</h1> - - - %1 support %1 tuki - + About %1 setup Tietoja %1 asetuksista - + About %1 installer Tietoa %1-asennusohjelmasta - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>- %3</strong><br/><br/>Tekijänoikeus 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Tekijänoikeus 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Kiitokset <a href="https://calamares.io/team/">Calamares-tiimille</a> ja <a href="https://www.transifex.com/calamares/calamares/">Calamares-kääntäjille</a>.<br/><br/><a href="https://calamares.io/">Calamaresin</a> kehitystä sponsoroi <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4119,34 +4145,7 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</ about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Kiitokset <a href='https://calamares.io/team/'>the Calamares tiimille</a> - ja <a href='https://www.transifex.com/calamares/calamares/'>Calamares - kääntäjäille</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - ohjelmistokehitystä sponsoroi <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Takaisin @@ -4251,17 +4250,17 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</ Näppäimistön malli: - + Layouts Asettelut - + Type here to test your keyboard Kirjoita tähän testaksesi näppäimistöäsi. - + Variants Vaihtoehdot @@ -4410,102 +4409,102 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</ Jos tätä tietokonetta käyttää useampi kuin yksi henkilö, voit luoda useita tilejä asennuksen jälkeen. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Vain pienet kirjaimet, numerot, alaviivat ja tavuviivat ovat sallittuja. - + root is not allowed as username. root ei ole sallittu käyttäjänimeksi. - + What is the name of this computer? Mikä on tämän tietokoneen nimi? - + Computer Name Tietokoneen nimi - + This name will be used if you make the computer visible to others on a network. Tätä nimeä käytetään, jos teet tietokoneen näkyväksi verkon muille käyttäjille. - + localhost is not allowed as hostname. localhost ei ole sallittu koneen nimeksi. - + Choose a password to keep your account safe. Valitse salasana pitääksesi tilisi turvallisena. - + Password Salasana - + Repeat Password Toista salasana - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Syötä sama salasana kahdesti, jotta se voidaan tarkistaa kirjoittamisvirheiden varalta. Hyvä salasana sisältää sekoituksen kirjaimia, numeroita ja välimerkkejä. Vähintään kahdeksan merkkiä pitkä ja se on vaihdettava säännöllisin väliajoin. - + Validate passwords quality Tarkista salasanojen laatu - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Kun tämä valintaruutu on valittu, salasanan vahvuus tarkistetaan, etkä voi käyttää heikkoa salasanaa. - + Log in automatically without asking for the password Kirjaudu automaattisesti ilman salasanaa - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Vain kirjaimet, numerot, alaviiva ja väliviiva ovat sallittuja, vähintään kaksi merkkiä. - + Reuse user password as root password Käytä käyttäjän salasanaa myös root-salasanana - + Use the same password for the administrator account. Käytä pääkäyttäjän tilillä samaa salasanaa. - + Choose a root password to keep your account safe. Valitse root-salasana, jotta tilisi pysyy turvassa. - + Root Password Root-salasana - + Repeat Root Password Toista Root-salasana - + Enter the same password twice, so that it can be checked for typing errors. Syötä sama salasana kahdesti, jotta se voidaan tarkistaa kirjoitusvirheiden varalta. diff --git a/lang/calamares_fr.ts b/lang/calamares_fr.ts index c1675b279..5cb79bb5d 100644 --- a/lang/calamares_fr.ts +++ b/lang/calamares_fr.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Arbre de widget - + Debug information Informations de dépannage @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Configurer - + Install Installer @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Fait @@ -261,23 +280,25 @@ La vérification des prérequis pour le module <i>%1</i> est terminée. - + Waiting for %n module(s). En attente de %n module(s). En attente de %n module(s). + En attente de %n module(s). - + (%n second(s)) (%n seconde(s)) (%n seconde(s)) + (%n seconde(s)) - + System-requirements checking is complete. La vérification des prérequis système est terminée. @@ -488,12 +509,12 @@ L'installateur se fermera et les changements seront perdus. CalamaresWindow - + %1 Setup Program Programme de configuration de %1 - + %1 Installer Installateur %1 @@ -532,149 +553,149 @@ L'installateur se fermera et les changements seront perdus. Formulaire - + Select storage de&vice: Sélectionner le support de sto&ckage : - - - - + + + + Current: Actuel : - + After: Après : - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Partitionnement manuel</strong><br/>Vous pouvez créer ou redimensionner vous-même des partitions. - + Reuse %1 as home partition for %2. Réutiliser %1 comme partition home pour %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Sélectionner une partition à réduire, puis faites glisser la barre du bas pour redimensionner</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 va être réduit à %2 Mio et une nouvelle partition de %3 Mio va être créée pour %4. - + Boot loader location: Emplacement du chargeur de démarrage : - + <strong>Select a partition to install on</strong> <strong>Sélectionner une partition pour l'installation</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Une partition système EFI n'a pas pu être trouvée sur ce système. Veuillez retourner à l'étape précédente et sélectionner le partitionnement manuel pour configurer %1. - + The EFI system partition at %1 will be used for starting %2. La partition système EFI sur %1 va être utilisée pour démarrer %2. - + EFI system partition: Partition système EFI : - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Ce périphérique de stockage ne semble pas contenir de système d'exploitation. Que souhaitez-vous faire ?<br/>Vous pourrez relire et confirmer vos choix avant que les modifications soient effectuées sur le périphérique de stockage. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Effacer le disque</strong><br/>Ceci va <font color="red">effacer</font> toutes les données actuellement présentes sur le périphérique de stockage sélectionné. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Installer à côté</strong><br/>L'installateur va réduire une partition pour faire de la place pour %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Remplacer une partition</strong><br>Remplace une partition par %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Ce périphérique de stockage contient %1. Que souhaitez-vous faire ?<br/>Vous pourrez relire et confirmer vos choix avant que les modifications soient effectuées sur le périphérique de stockage. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Ce périphérique de stockage contient déjà un système d'exploitation. Que souhaitez-vous faire ?<br/>Vous pourrez relire et confirmer vos choix avant que les modifications soient effectuées sur le périphérique de stockage. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Ce péiphérique de stockage contient déjà plusieurs systèmes d'exploitation. Que souhaitez-vous faire ?<br/>Vous pourrez relire et confirmer vos choix avant que les modifications soient effectuées sur le périphérique de stockage. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Le périphérique de stockage contient déjà un système d'exploitation, mais la table de partition <strong>%1</strong> est différente de celle nécessaire <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Une des partitions de ce périphérique de stockage est <strong>montée</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Ce périphérique de stockage fait partie d'une grappe <strong>RAID inactive</strong>. - + No Swap Aucun Swap - + Reuse Swap Réutiliser le Swap - + Swap (no Hibernate) Swap (sans hibernation) - + Swap (with Hibernate) Swap (avec hibernation) - + Swap to file Swap dans un fichier @@ -762,27 +783,27 @@ L'installateur se fermera et les changements seront perdus. Config - + Set keyboard model to %1.<br/> Configurer le modèle de clavier à %1.<br/> - + Set keyboard layout to %1/%2. Configurer la disposition clavier à %1/%2. - + Set timezone to %1/%2. Configurer timezone sur %1/%2. - + The system language will be set to %1. La langue du système sera réglée sur %1. - + The numbers and dates locale will be set to %1. Les nombres et les dates seront réglés sur %1. @@ -817,97 +838,97 @@ L'installateur se fermera et les changements seront perdus. Installation par le réseau (Désactivée : impossible de récupérer les listes de paquets, vérifier la connexion réseau) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Cet ordinateur ne satisfait pas les minimum prérequis pour configurer %1.<br/>La configuration ne peut pas continuer. <a href="#details">Détails...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Cet ordinateur ne satisfait pas les minimum prérequis pour installer %1.<br/>L'installation ne peut pas continuer. <a href="#details">Détails...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Cet ordinateur ne satisfait pas certains des prérequis recommandés pour configurer %1.<br/>La configuration peut continuer, mais certaines fonctionnalités pourraient être désactivées. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Cet ordinateur ne satisfait pas certains des prérequis recommandés pour installer %1.<br/>L'installation peut continuer, mais certaines fonctionnalités pourraient être désactivées. - + This program will ask you some questions and set up %2 on your computer. Ce programme va vous poser quelques questions et configurer %2 sur votre ordinateur. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Bienvenue dans le programme de configuration Calamares pour %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Bienvenue dans la configuration de %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Bienvenue dans l'installateur Calamares pour %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Bienvenue dans l'installateur de %1</h1> - + Your username is too long. Votre nom d'utilisateur est trop long. - + '%1' is not allowed as username. '%1' n'est pas autorisé comme nom d'utilisateur. - + Your username must start with a lowercase letter or underscore. Votre nom d'utilisateur doit commencer avec une lettre minuscule ou un underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Seuls les minuscules, nombres, underscores et tirets sont autorisés. - + Your hostname is too short. Le nom d'hôte est trop petit. - + Your hostname is too long. Le nom d'hôte est trop long. - + '%1' is not allowed as hostname. '%1' n'est pas autorisé comme nom d'hôte. - + Only letters, numbers, underscore and hyphen are allowed. Seuls les lettres, nombres, underscores et tirets sont autorisés. - + Your passwords do not match! Vos mots de passe ne correspondent pas ! - + OK! OK! @@ -963,11 +984,16 @@ L'installateur se fermera et les changements seront perdus. + Packages + Paquets + + + Install option: <strong>%1</strong> - + None @@ -1426,6 +1452,16 @@ L'installateur se fermera et les changements seront perdus. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1455,8 +1491,8 @@ L'installateur se fermera et les changements seront perdus. Confirmer la phrase secrète - - + + Please enter the same passphrase in both boxes. Merci d'entrer la même phrase secrète dans les deux champs. @@ -1464,12 +1500,12 @@ L'installateur se fermera et les changements seront perdus. ErrorDialog - + Details: - + Would you like to paste the install log to the web? Voulez-vous copier le journal d'installation sur le Web ? @@ -1545,32 +1581,32 @@ L'installateur se fermera et les changements seront perdus. &Redémarrer maintenant - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Configuration terminée.</h1><br/>%1 a été configuré sur votre ordinateur.<br/>Vous pouvez maintenant utiliser votre nouveau système. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>En sélectionnant cette option, votre système redémarrera immédiatement quand vous cliquerez sur <span style=" font-style:italic;">Terminé</span> ou fermerez le programme de configuration.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Installation terminée.</h1><br/>%1 a été installé sur votre ordinateur.<br/>Vous pouvez redémarrer sur le nouveau système, ou continuer d'utiliser l'environnement actuel %2 . - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>En sélectionnant cette option, votre système redémarrera immédiatement quand vous cliquerez sur <span style=" font-style:italic;">Terminé</span> ou fermerez l'installateur.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Échec de la configuration</h1><br/>%1 n'a pas été configuré sur cet ordinateur.<br/>Le message d'erreur était : %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Installation échouée</h1><br/>%1 n'a pas été installée sur cet ordinateur.<br/>Le message d'erreur était : %2. @@ -1604,12 +1640,18 @@ L'installateur se fermera et les changements seront perdus. Formater la partition <strong>%1</strong> de <strong>%3Mio</strong>avec le système de fichier <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formatage de la partition %1 avec le système de fichiers %2. - + The installer failed to format partition %1 on disk '%2'. Le programme d'installation n'a pas pu formater la partition %1 sur le disque '%2'. @@ -1617,12 +1659,12 @@ L'installateur se fermera et les changements seront perdus. GeneralRequirements - + has at least %1 GiB available drive space a au moins %1 Gio d'espace disque disponible - + There is not enough drive space. At least %1 GiB is required. Il n'y a pas assez d'espace disque. Au moins %1 Gio sont requis. @@ -1662,27 +1704,27 @@ L'installateur se fermera et les changements seront perdus. a démarré l'installateur en tant qu'administrateur (root) - + The setup program is not running with administrator rights. Le programme de configuration ne dispose pas des droits administrateur. - + The installer is not running with administrator rights. L'installateur ne dispose pas des droits administrateur. - + has a screen large enough to show the whole installer a un écran assez large pour afficher l'intégralité de l'installateur - + The screen is too small to display the setup program. L'écran est trop petit pour afficher le programme de configuration. - + The screen is too small to display the installer. L'écran est trop petit pour afficher l'installateur. @@ -1982,35 +2024,35 @@ L'installateur se fermera et les changements seront perdus. LuksBootKeyFileJob - + Configuring LUKS key file. Configuration de la clé de fichier LUKS. - - + + No partitions are defined. Aucune partition n'est définie. - - - + + + Encrypted rootfs setup error Erreur du chiffrement du setup rootfs - + Root partition %1 is LUKS but no passphrase has been set. La partition racine %1 est LUKS mais aucune phrase secrète n'a été configurée. - + Could not create LUKS key file for root partition %1. Impossible de créer le fichier de clé LUKS pour la partition racine %1. - + Could not configure LUKS key file on partition %1. La clé LUKS n'a pas pu être configurée sur la partition %1. @@ -2036,12 +2078,12 @@ L'installateur se fermera et les changements seront perdus. Map - + Timezone: %1 Fuseau horaire : %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2053,100 +2095,112 @@ L'installateur se fermera et les changements seront perdus. NetInstallViewStep - + Package selection Sélection des paquets - + Office software Logiciel de bureau - + Office package Suite bureautique - + Browser software Logiciel de navigation - + Browser package Navigateur web - + Web browser Navigateur web - + Kernel + label for netinstall module, Linux kernel Noyau - + Services + label for netinstall module, system services Services - + Login + label for netinstall module, choose login manager Connexion - + Desktop + label for netinstall module, choose desktop environment Bureau - - Applications - Applications - - - + Communication + label for netinstall module Communication - + Development + label for netinstall module Développement - + Office + label for netinstall module Bureautique - + Multimedia + label for netinstall module Multimédia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Thèmes - + Gaming + label for netinstall module Jeux - + Utilities + label for netinstall module Utilitaires + + + Applications + Applications + NotesQmlViewStep @@ -2195,24 +2249,24 @@ L'installateur se fermera et les changements seront perdus. - - - + + + Timezone: %1 Fuseau horaire : %1 - + Select your preferred Zone within your Region. Sélectionner votre zone préférée dans votre région. - + Zones Zones - + You can fine-tune Language and Locale settings below. Vous pouvez affiner les paramètres de langue et régionaux ci-dessous. @@ -2295,6 +2349,7 @@ L'installateur se fermera et les changements seront perdus. Le mot de passe contient moins de %n lettres minuscules Le mot de passe contient moins de %n lettres minuscules + Le mot de passe contient moins de %n lettres minuscules @@ -2333,6 +2388,7 @@ L'installateur se fermera et les changements seront perdus. Le mot de passe contient moins de %n chiffres Le mot de passe contient moins de %n chiffres + Le mot de passe contient moins de %n chiffres @@ -2341,6 +2397,7 @@ L'installateur se fermera et les changements seront perdus. Le mot de passe contient moins de %n lettres majuscules Le mot de passe contient moins de %n lettres majuscules + Le mot de passe contient moins de %n lettres majuscules @@ -2349,6 +2406,7 @@ L'installateur se fermera et les changements seront perdus. Le mot de passe contient moins de %n caractères non alphanumériques Le mot de passe contient moins de %n caractères non alphanumériques + Le mot de passe contient moins de %n caractères non alphanumériques @@ -2357,6 +2415,7 @@ L'installateur se fermera et les changements seront perdus. Le mot de passe est plus court que %n caractères Le mot de passe est plus court que %n caractères + Le mot de passe est plus court que %n caractères @@ -2370,6 +2429,7 @@ L'installateur se fermera et les changements seront perdus. Le mot de passe contient moins de %n classes de caractères Le mot de passe contient moins de %n classes de caractères + Le mot de passe contient moins de %n classes de caractères @@ -2378,6 +2438,7 @@ L'installateur se fermera et les changements seront perdus. Le mot de passe contient plus de %n mêmes caractères consécutifs Le mot de passe contient plus de %n mêmes caractères consécutifs + Le mot de passe contient plus de %n mêmes caractères consécutifs @@ -2386,6 +2447,7 @@ L'installateur se fermera et les changements seront perdus. Le mot de passe contient plus de %n caractères de la même classe consécutive Le mot de passe contient plus de %n caractères de la même classe consécutive + Le mot de passe contient plus de %n caractères de la même classe consécutive @@ -2394,6 +2456,7 @@ L'installateur se fermera et les changements seront perdus. Le mot de passe contient une séquence monotone de plus de %n caractères Le mot de passe contient une séquence monotone de plus de %n caractères + Le mot de passe contient une séquence monotone de plus de %n caractères @@ -2487,7 +2550,7 @@ L'installateur se fermera et les changements seront perdus. Erreur inconnue - + Password is empty Le mot de passe est vide @@ -2525,22 +2588,6 @@ L'installateur se fermera et les changements seront perdus. Merci de sélectionner un produit de la liste. Le produit sélectionné sera installé. - - PackageChooserQmlViewStep - - - Packages - Paquets - - - - PackageChooserViewStep - - - Packages - Paquets - - PackageModel @@ -2844,82 +2891,97 @@ L'installateur se fermera et les changements seront perdus. Partitions - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Actuel : - + After: Après : - + No EFI system partition configured Aucune partition système EFI configurée - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS Option pour utiliser GPT sur le BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - Une table de partition GPT est la meilleure option pour tous les systèmes. Ce programme d'installation prend également en charge une telle configuration pour les systèmes BIOS.<br/><br/>Pour configurer une table de partition GPT sur le BIOS, (si ce n'est déjà fait) revenez en arrière et définissez la table de partition sur GPT, puis créez une partition non formatée de 8 Mo avec l'indicateur <strong>%2</strong> activé.<br/><br/>Une partition de 8 Mo non formatée est nécessaire pour démarrer %1 sur un système BIOS avec GPT. + - + Boot partition not encrypted Partition d'amorçage non chiffrée. - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Une partition d'amorçage distincte a été configurée avec une partition racine chiffrée, mais la partition d'amorçage n'est pas chiffrée. <br/> <br/> Il y a des problèmes de sécurité avec ce type d'installation, car des fichiers système importants sont conservés sur une partition non chiffrée <br/> Vous pouvez continuer si vous le souhaitez, mais le déverrouillage du système de fichiers se produira plus tard au démarrage du système. <br/> Pour chiffrer la partition d'amorçage, revenez en arrière et recréez-la, en sélectionnant <strong> Chiffrer </ strong> dans la partition Fenêtre de création. - + has at least one disk device available. a au moins un disque disponible. - + There are no partitions to install on. Il n'y a pas de partition pour l'installation @@ -3055,7 +3117,7 @@ Sortie QObject - + %1 (%2) %1 (%2) @@ -3381,12 +3443,12 @@ Sortie ResultsListDialog - + For best results, please ensure that this computer: Pour de meilleur résultats, merci de s'assurer que cet ordinateur : - + System requirements Configuration requise @@ -3407,29 +3469,29 @@ Sortie SetHostNameJob - + Set hostname %1 Définir le nom d'hôte %1 - + Set hostname <strong>%1</strong>. Configurer le nom d'hôte <strong>%1</strong>. - + Setting hostname %1. Configuration du nom d'hôte %1. - - + + Internal Error Erreur interne - - + + Cannot write hostname to target system Impossible d'écrire le nom d'hôte sur le système cible. @@ -3631,18 +3693,18 @@ Sortie SetupGroupsJob - + Preparing groups. Préparation des groupes. - - + + Could not create groups in target system Impossible de créer des groupes dans le système cible - + These groups are missing in the target system: %1 Ces groupes sont manquants dans le système cible : %1 @@ -3650,17 +3712,17 @@ Sortie SetupSudoJob - + Configure <pre>sudo</pre> users. Configurer les utilisateurs <pre>sudo</pre>. - + Cannot chmod sudoers file. Impossible d'exécuter chmod sur le fichier sudoers. - + Cannot create sudoers file for writing. Impossible de créer le fichier sudoers en écriture. @@ -3814,22 +3876,22 @@ Sortie <html><head/><body><span style=" text-decoration: underline; color:#2980b9;">Cliquer ici pour plus d'informations sur les rapports d'utilisateurs</span><a href="placeholder"><p></p></body> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Le suivi aide %1 à voir à quelle fréquence il est installé, sur quel matériel il est installé et quelles applications sont utilisées. Pour voir ce qui sera envoyé, veuillez cliquer sur l'icône d'aide à côté de chaque zone. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. En sélectionnant cette option, vous enverrez des informations sur votre installation et votre matériel. Ces informations ne seront envoyées <b>qu'une seule fois</b> après la fin de l'installation. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. En sélectionnant cette option, vous enverrez périodiquement des informations sur l'installation, le matériel et les applications de votre <b>machine</b> à %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. En sélectionnant cette option, vous enverrez régulièrement des informations sur <b>votre</b> installation, le matériel, les applications et les modèles d'utilisation des applications à %1. @@ -3850,12 +3912,12 @@ Sortie Démonter les systèmes de fichiers - + No target system available. - + No rootMountPoint is set. @@ -3863,12 +3925,12 @@ Sortie UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>si plusieurs personnes utilisent cet ordinateur, vous pourrez créer plusieurs comptes après la configuration.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>si plusieurs personnes utilisent cet ordinateur, vous pourrez créer plusieurs comptes après l'installation.</small> @@ -4017,44 +4079,19 @@ Sortie - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Bienvenue dans le programme de configuration Calamares pour %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Bienvenue dans la configuration de %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - Bien dans l'installateur Calamares pour %1. - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Bienvenue dans l'installateur de %1.</h1> - - - %1 support Support de %1 - + About %1 setup À propos de la configuration de %1 - + About %1 installer À propos de l'installateur %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/> pour %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Merci à <a href="https://calamares.io/team/">l'équipe de Calamares</a> et à <a href="https://www.transifex.com/calamares/calamares/">l'équipe de traducteurs de Calamares</a>.<br/><br/>Le développement de <a href="https://calamares.io/">Calamares</a> est sponsorisé par<br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4119,32 +4156,7 @@ Sortie about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - pour %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Merci à <a href='https://calamares.io/team/'>l'équipe de Calamares</a> - et à <a href='https://www.transifex.com/calamares/calamares/'>l'équipe de traducteurs de Calamares</a>.<br/><br/> - Le développement de <a href='https://calamares.io/'>Calamares</a> est sponsorisé par<br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Retour @@ -4248,17 +4260,17 @@ Sortie Modèle de clavier : - + Layouts Dispositions - + Type here to test your keyboard Saisir ici pour tester votre clavier - + Variants Variantes @@ -4406,102 +4418,102 @@ Sortie Si plusieurs personnes utilisent cet ordinateur, vous pouvez créer plusieurs comptes après l'installation. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Seuls les minuscules, nombres, underscores et tirets sont autorisés. - + root is not allowed as username. root n'est pas autorisé en tant que nom d'utilisateur. - + What is the name of this computer? Quel est le nom de votre ordinateur ? - + Computer Name Nom de l'ordinateur - + This name will be used if you make the computer visible to others on a network. Ce nom sera utilisé si vous rendez l'ordinateur visible aux autres sur un réseau. - + localhost is not allowed as hostname. localhost n'est pas autorisé en tant que nom d'utilisateur. - + Choose a password to keep your account safe. Veuillez saisir le mot de passe pour sécuriser votre compte. - + Password Mot de passe - + Repeat Password Répéter le mot de passe - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Saisir le même mot de passe deux fois, afin qu'il puisse être vérifié pour les erreurs de frappe. Un bon mot de passe contient un mélange de lettres, de chiffres et de ponctuation, doit comporter au moins huit caractères et doit être changé à intervalles réguliers. - + Validate passwords quality Valider la qualité des mots de passe - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Quand cette case est cochée, la vérification de la puissance du mot de passe est activée et vous ne pourrez pas utiliser de mot de passe faible. - + Log in automatically without asking for the password Connectez-vous automatiquement sans demander le mot de passe - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Seuls les lettres, les chiffres, les underscores et les trait d'union sont autorisés et un minimum de deux caractères. - + Reuse user password as root password Réutiliser le mot de passe utilisateur comme mot de passe root - + Use the same password for the administrator account. Utiliser le même mot de passe pour le compte administrateur. - + Choose a root password to keep your account safe. Choisir un mot de passe root pour protéger votre compte. - + Root Password Mot de passe root - + Repeat Root Password Répéter le mot de passe root - + Enter the same password twice, so that it can be checked for typing errors. Entrer le même mot de passe deux fois, afin qu'il puisse être vérifié pour les erreurs de frappe. diff --git a/lang/calamares_fr_CH.ts b/lang/calamares_fr_CH.ts deleted file mode 100644 index 9bbec804a..000000000 --- a/lang/calamares_fr_CH.ts +++ /dev/null @@ -1,4377 +0,0 @@ - - - - - AutoMountManagementJob - - - Manage auto-mount settings - - - - - BootInfoWidget - - - The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode. - - - - - This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. - - - - - This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. - - - - - BootLoaderModel - - - Master Boot Record of %1 - - - - - Boot Partition - - - - - System Partition - - - - - Do not install a boot loader - - - - - %1 (%2) - - - - - Calamares::BlankViewStep - - - Blank Page - - - - - Calamares::DebugWindow - - - Form - - - - - GlobalStorage - - - - - JobQueue - - - - - Modules - - - - - Type: - - - - - - none - - - - - Interface: - - - - - Crashes Calamares, so that Dr. Konqui can look at it. - - - - - Reloads the stylesheet from the branding directory. - - - - - Uploads the session log to the configured pastebin. - - - - - Send Session Log - - - - - Reload Stylesheet - - - - - Displays the tree of widget names in the log (for stylesheet debugging). - - - - - Widget Tree - - - - - Debug information - - - - - Calamares::ExecutionViewStep - - - Set up - - - - - Install - - - - - Calamares::FailJob - - - Job failed (%1) - - - - - Programmed job failure was explicitly requested. - - - - - Calamares::JobThread - - - Done - - - - - Calamares::NamedJob - - - Example job (%1) - - - - - Calamares::ProcessJob - - - Run command '%1' in target system. - - - - - Run command '%1'. - - - - - Running command %1 %2 - - - - - Calamares::PythonJob - - - Running %1 operation. - - - - - Bad working directory path - - - - - Working directory %1 for python job %2 is not readable. - - - - - Bad main script file - - - - - Main script file %1 for python job %2 is not readable. - - - - - Boost.Python error in job "%1". - - - - - Calamares::QmlViewStep - - - Loading ... - - - - - QML Step <i>%1</i>. - - - - - Loading failed. - - - - - Calamares::RequirementsChecker - - - Requirements checking for module <i>%1</i> is complete. - - - - - Waiting for %n module(s). - - - - - - - - (%n second(s)) - - - - - - - - System-requirements checking is complete. - - - - - Calamares::ViewManager - - - Setup Failed - - - - - Installation Failed - - - - - Would you like to paste the install log to the web? - - - - - Error - - - - - &Yes - - - - - &No - - - - - &Close - - - - - Install Log Paste URL - - - - - The upload was unsuccessful. No web-paste was done. - - - - - Install log posted to - -%1 - -Link copied to clipboard - - - - - Calamares Initialization Failed - - - - - %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution. - - - - - <br/>The following modules could not be loaded: - - - - - Continue with setup? - - - - - Continue with installation? - - - - - The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - &Set up now - - - - - &Install now - - - - - Go &back - - - - - &Set up - - - - - &Install - - - - - Setup is complete. Close the setup program. - - - - - The installation is complete. Close the installer. - - - - - Cancel setup without changing the system. - - - - - Cancel installation without changing the system. - - - - - &Next - - - - - &Back - - - - - &Done - - - - - &Cancel - - - - - Cancel setup? - - - - - Cancel installation? - - - - - Do you really want to cancel the current setup process? -The setup program will quit and all changes will be lost. - - - - - Do you really want to cancel the current install process? -The installer will quit and all changes will be lost. - - - - - CalamaresPython::Helper - - - Unknown exception type - - - - - unparseable Python error - - - - - unparseable Python traceback - - - - - Unfetchable Python error. - - - - - CalamaresWindow - - - %1 Setup Program - - - - - %1 Installer - - - - - ChangeFilesystemLabelJob - - - Set filesystem label on %1. - - - - - Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>. - - - - - The installer failed to update partition table on disk '%1'. - - - - - CheckerContainer - - - Gathering system information... - - - - - ChoicePage - - - Form - - - - - Select storage de&vice: - - - - - - - - Current: - - - - - After: - - - - - <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - - - - - Reuse %1 as home partition for %2. - - - - - <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - - - - - %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - - - - - Boot loader location: - - - - - <strong>Select a partition to install on</strong> - - - - - An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - - - - <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - - - - - <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - - - - - <strong>Replace a partition</strong><br/>Replaces a partition with %1. - - - - - This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - - - - - This storage device has one of its partitions <strong>mounted</strong>. - - - - - This storage device is a part of an <strong>inactive RAID</strong> device. - - - - - No Swap - - - - - Reuse Swap - - - - - Swap (no Hibernate) - - - - - Swap (with Hibernate) - - - - - Swap to file - - - - - ClearMountsJob - - - Successfully unmounted %1. - - - - - Successfully disabled swap %1. - - - - - Successfully cleared swap %1. - - - - - Successfully closed mapper device %1. - - - - - Successfully disabled volume group %1. - - - - - Clear mounts for partitioning operations on %1 - - - - - Clearing mounts for partitioning operations on %1. - - - - - Cleared all mounts for %1 - - - - - ClearTempMountsJob - - - Clear all temporary mounts. - - - - - Clearing all temporary mounts. - - - - - Cannot get list of temporary mounts. - - - - - Cleared all temporary mounts. - - - - - CommandList - - - - Could not run command. - - - - - The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined. - - - - - The command needs to know the user's name, but no username is defined. - - - - - Config - - - Set keyboard model to %1.<br/> - - - - - Set keyboard layout to %1/%2. - - - - - Set timezone to %1/%2. - - - - - The system language will be set to %1. - - - - - The numbers and dates locale will be set to %1. - - - - - Network Installation. (Disabled: Incorrect configuration) - - - - - Network Installation. (Disabled: Received invalid groups data) - - - - - Network Installation. (Disabled: Internal error) - - - - - Network Installation. (Disabled: No package list) - - - - - Package selection - - - - - Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - - - - - This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - - - - - This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - - - - - This program will ask you some questions and set up %2 on your computer. - - - - - <h1>Welcome to the Calamares setup program for %1</h1> - - - - - <h1>Welcome to %1 setup</h1> - - - - - <h1>Welcome to the Calamares installer for %1</h1> - - - - - <h1>Welcome to the %1 installer</h1> - - - - - Your username is too long. - - - - - '%1' is not allowed as username. - - - - - Your username must start with a lowercase letter or underscore. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - Your hostname is too short. - - - - - Your hostname is too long. - - - - - '%1' is not allowed as hostname. - - - - - Only letters, numbers, underscore and hyphen are allowed. - - - - - Your passwords do not match! - - - - - OK! - - - - - Setup Failed - - - - - Installation Failed - - - - - The setup of %1 did not complete successfully. - - - - - The installation of %1 did not complete successfully. - - - - - Setup Complete - - - - - Installation Complete - - - - - The setup of %1 is complete. - - - - - The installation of %1 is complete. - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - Install option: <strong>%1</strong> - - - - - None - - - - - Summary - - - - - This is an overview of what will happen once you start the setup procedure. - - - - - This is an overview of what will happen once you start the install procedure. - - - - - ContextualProcessJob - - - Contextual Processes Job - - - - - CreatePartitionDialog - - - Create a Partition - - - - - Si&ze: - - - - - MiB - - - - - Partition &Type: - - - - - &Primary - - - - - E&xtended - - - - - Fi&le System: - - - - - LVM LV name - - - - - &Mount Point: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - En&crypt - - - - - Logical - - - - - Primary - - - - - GPT - - - - - Mountpoint already in use. Please select another one. - - - - - CreatePartitionJob - - - Create new %1MiB partition on %3 (%2) with entries %4. - - - - - Create new %1MiB partition on %3 (%2). - - - - - Create new %2MiB partition on %4 (%3) with file system %1. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2). - - - - - Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>. - - - - - - Creating new %1 partition on %2. - - - - - The installer failed to create partition on disk '%1'. - - - - - CreatePartitionTableDialog - - - Create Partition Table - - - - - Creating a new partition table will delete all existing data on the disk. - - - - - What kind of partition table do you want to create? - - - - - Master Boot Record (MBR) - - - - - GUID Partition Table (GPT) - - - - - CreatePartitionTableJob - - - Create new %1 partition table on %2. - - - - - Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). - - - - - Creating new %1 partition table on %2. - - - - - The installer failed to create a partition table on %1. - - - - - CreateUserJob - - - Create user %1 - - - - - Create user <strong>%1</strong>. - - - - - Preserving home directory - - - - - - Creating user %1 - - - - - Configuring user %1 - - - - - Setting file permissions - - - - - CreateVolumeGroupDialog - - - Create Volume Group - - - - - CreateVolumeGroupJob - - - Create new volume group named %1. - - - - - Create new volume group named <strong>%1</strong>. - - - - - Creating new volume group named %1. - - - - - The installer failed to create a volume group named '%1'. - - - - - DeactivateVolumeGroupJob - - - - Deactivate volume group named %1. - - - - - Deactivate volume group named <strong>%1</strong>. - - - - - The installer failed to deactivate a volume group named %1. - - - - - DeletePartitionJob - - - Delete partition %1. - - - - - Delete partition <strong>%1</strong>. - - - - - Deleting partition %1. - - - - - The installer failed to delete partition %1. - - - - - DeviceInfoWidget - - - This device has a <strong>%1</strong> partition table. - - - - - This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. - - - - - This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. - - - - - <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment. - - - - - <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. - - - - - The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. - - - - - DeviceModel - - - %1 - %2 (%3) - device[name] - size[number] (device-node[name]) - - - - - %1 - (%2) - device[name] - (device-node[name]) - - - - - DracutLuksCfgJob - - - Write LUKS configuration for Dracut to %1 - - - - - Skip writing LUKS configuration for Dracut: "/" partition is not encrypted - - - - - Failed to open %1 - - - - - DummyCppJob - - - Dummy C++ Job - - - - - EditExistingPartitionDialog - - - Edit Existing Partition - - - - - Content: - - - - - &Keep - - - - - Format - - - - - Warning: Formatting the partition will erase all existing data. - - - - - &Mount Point: - - - - - Si&ze: - - - - - MiB - - - - - Fi&le System: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - Mountpoint already in use. Please select another one. - - - - - EncryptWidget - - - Form - - - - - En&crypt system - - - - - Passphrase - - - - - Confirm passphrase - - - - - - Please enter the same passphrase in both boxes. - - - - - FillGlobalStorageJob - - - Set partition information - - - - - Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em> - - - - - Install %1 on <strong>new</strong> %2 system partition. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3. - - - - - Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4. - - - - - Install %2 on %3 system partition <strong>%1</strong>. - - - - - Install boot loader on <strong>%1</strong>. - - - - - Setting up mount points. - - - - - FinishedPage - - - Form - - - - - &Restart now - - - - - <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - - - - - <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - - - - - <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - - - - - <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. - - - - - FinishedQmlViewStep - - - Finish - - - - - FinishedViewStep - - - Finish - - - - - FormatPartitionJob - - - Format partition %1 (file system: %2, size: %3 MiB) on %4. - - - - - Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. - - - - - Formatting partition %1 with file system %2. - - - - - The installer failed to format partition %1 on disk '%2'. - - - - - GeneralRequirements - - - has at least %1 GiB available drive space - - - - - There is not enough drive space. At least %1 GiB is required. - - - - - has at least %1 GiB working memory - - - - - The system does not have enough working memory. At least %1 GiB is required. - - - - - is plugged in to a power source - - - - - The system is not plugged in to a power source. - - - - - is connected to the Internet - - - - - The system is not connected to the Internet. - - - - - is running the installer as an administrator (root) - - - - - The setup program is not running with administrator rights. - - - - - The installer is not running with administrator rights. - - - - - has a screen large enough to show the whole installer - - - - - The screen is too small to display the setup program. - - - - - The screen is too small to display the installer. - - - - - HostInfoJob - - - Collecting information about your machine. - - - - - IDJob - - - - - - OEM Batch Identifier - - - - - Could not create directories <code>%1</code>. - - - - - Could not open file <code>%1</code>. - - - - - Could not write to file <code>%1</code>. - - - - - InitcpioJob - - - Creating initramfs with mkinitcpio. - - - - - InitramfsJob - - - Creating initramfs. - - - - - InteractiveTerminalPage - - - Konsole not installed - - - - - Please install KDE Konsole and try again! - - - - - Executing script: &nbsp;<code>%1</code> - - - - - InteractiveTerminalViewStep - - - Script - - - - - KeyboardQmlViewStep - - - Keyboard - - - - - KeyboardViewStep - - - Keyboard - - - - - LCLocaleDialog - - - System locale setting - - - - - The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. - - - - - &Cancel - - - - - &OK - - - - - LicensePage - - - Form - - - - - <h1>License Agreement</h1> - - - - - I accept the terms and conditions above. - - - - - Please review the End User License Agreements (EULAs). - - - - - This setup procedure will install proprietary software that is subject to licensing terms. - - - - - If you do not agree with the terms, the setup procedure cannot continue. - - - - - This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. - - - - - If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. - - - - - LicenseViewStep - - - License - - - - - LicenseWidget - - - URL: %1 - - - - - <strong>%1 driver</strong><br/>by %2 - %1 is an untranslatable product name, example: Creative Audigy driver - - - - - <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> - %1 is usually a vendor name, example: Nvidia graphics driver - - - - - <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 codec</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 package</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1</strong><br/><font color="Grey">by %2</font> - - - - - File: %1 - - - - - Hide license text - - - - - Show the license text - - - - - Open license agreement in browser. - - - - - LocalePage - - - Region: - - - - - Zone: - - - - - - &Change... - - - - - LocaleQmlViewStep - - - Location - - - - - LocaleTests - - - Quit - - - - - LocaleViewStep - - - Location - - - - - LuksBootKeyFileJob - - - Configuring LUKS key file. - - - - - - No partitions are defined. - - - - - - - Encrypted rootfs setup error - - - - - Root partition %1 is LUKS but no passphrase has been set. - - - - - Could not create LUKS key file for root partition %1. - - - - - Could not configure LUKS key file on partition %1. - - - - - MachineIdJob - - - Generate machine-id. - - - - - Configuration Error - - - - - No root mount point is set for MachineId. - - - - - Map - - - Timezone: %1 - - - - - Please select your preferred location on the map so the installer can suggest the locale - and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging - to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. - - - - - NetInstallViewStep - - - Package selection - - - - - Office software - - - - - Office package - - - - - Browser software - - - - - Browser package - - - - - Web browser - - - - - Kernel - - - - - Services - - - - - Login - - - - - Desktop - - - - - Applications - - - - - Communication - - - - - Development - - - - - Office - - - - - Multimedia - - - - - Internet - - - - - Theming - - - - - Gaming - - - - - Utilities - - - - - NotesQmlViewStep - - - Notes - - - - - OEMPage - - - Ba&tch: - - - - - <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html> - - - - - <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html> - - - - - OEMViewStep - - - OEM Configuration - - - - - Set the OEM Batch Identifier to <code>%1</code>. - - - - - Offline - - - Select your preferred Region, or use the default settings. - - - - - - - Timezone: %1 - - - - - Select your preferred Zone within your Region. - - - - - Zones - - - - - You can fine-tune Language and Locale settings below. - - - - - PWQ - - - Password is too short - - - - - Password is too long - - - - - Password is too weak - - - - - Memory allocation error when setting '%1' - - - - - Memory allocation error - - - - - The password is the same as the old one - - - - - The password is a palindrome - - - - - The password differs with case changes only - - - - - The password is too similar to the old one - - - - - The password contains the user name in some form - - - - - The password contains words from the real name of the user in some form - - - - - The password contains forbidden words in some form - - - - - The password contains too few digits - - - - - The password contains too few uppercase letters - - - - - The password contains fewer than %n lowercase letters - - - - - - - - The password contains too few lowercase letters - - - - - The password contains too few non-alphanumeric characters - - - - - The password is too short - - - - - The password does not contain enough character classes - - - - - The password contains too many same characters consecutively - - - - - The password contains too many characters of the same class consecutively - - - - - The password contains fewer than %n digits - - - - - - - - The password contains fewer than %n uppercase letters - - - - - - - - The password contains fewer than %n non-alphanumeric characters - - - - - - - - The password is shorter than %n characters - - - - - - - - The password is a rotated version of the previous one - - - - - The password contains fewer than %n character classes - - - - - - - - The password contains more than %n same characters consecutively - - - - - - - - The password contains more than %n characters of the same class consecutively - - - - - - - - The password contains monotonic sequence longer than %n characters - - - - - - - - The password contains too long of a monotonic character sequence - - - - - No password supplied - - - - - Cannot obtain random numbers from the RNG device - - - - - Password generation failed - required entropy too low for settings - - - - - The password fails the dictionary check - %1 - - - - - The password fails the dictionary check - - - - - Unknown setting - %1 - - - - - Unknown setting - - - - - Bad integer value of setting - %1 - - - - - Bad integer value - - - - - Setting %1 is not of integer type - - - - - Setting is not of integer type - - - - - Setting %1 is not of string type - - - - - Setting is not of string type - - - - - Opening the configuration file failed - - - - - The configuration file is malformed - - - - - Fatal failure - - - - - Unknown error - - - - - Password is empty - - - - - PackageChooserPage - - - Form - - - - - Product Name - - - - - TextLabel - - - - - Long Product Description - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - - - PackageModel - - - Name - - - - - Description - - - - - Page_Keyboard - - - Form - - - - - Keyboard Model: - - - - - Type here to test your keyboard - - - - - Page_UserSetup - - - Form - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - login - - - - - What is the name of this computer? - - - - - <small>This name will be used if you make the computer visible to others on a network.</small> - - - - - Computer Name - - - - - Choose a password to keep your account safe. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> - - - - - - Password - - - - - - Repeat Password - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Require strong passwords. - - - - - Log in automatically without asking for the password. - - - - - Use the same password for the administrator account. - - - - - Choose a password for the administrator account. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors.</small> - - - - - PartitionLabelsView - - - Root - - - - - Home - - - - - Boot - - - - - EFI system - - - - - Swap - - - - - New partition for %1 - - - - - New partition - - - - - %1 %2 - size[number] filesystem[name] - - - - - PartitionModel - - - - Free Space - - - - - - New partition - - - - - Name - - - - - File System - - - - - File System Label - - - - - Mount Point - - - - - Size - - - - - PartitionPage - - - Form - - - - - Storage de&vice: - - - - - &Revert All Changes - - - - - New Partition &Table - - - - - Cre&ate - - - - - &Edit - - - - - &Delete - - - - - New Volume Group - - - - - Resize Volume Group - - - - - Deactivate Volume Group - - - - - Remove Volume Group - - - - - I&nstall boot loader on: - - - - - Are you sure you want to create a new partition table on %1? - - - - - Can not create new partition - - - - - The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead. - - - - - PartitionViewStep - - - Gathering system information... - - - - - Partitions - - - - - Current: - - - - - After: - - - - - No EFI system partition configured - - - - - EFI system partition configured incorrectly - - - - - An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - - - - - The filesystem must be mounted on <strong>%1</strong>. - - - - - The filesystem must have type FAT32. - - - - - The filesystem must be at least %1 MiB in size. - - - - - The filesystem must have flag <strong>%1</strong> set. - - - - - You can continue without setting up an EFI system partition but your system may fail to start. - - - - - Option to use GPT on BIOS - - - - - A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - - - - - Boot partition not encrypted - - - - - A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - - - - - has at least one disk device available. - - - - - There are no partitions to install on. - - - - - PlasmaLnfJob - - - Plasma Look-and-Feel Job - - - - - - Could not select KDE Plasma Look-and-Feel package - - - - - PlasmaLnfPage - - - Form - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - PlasmaLnfViewStep - - - Look-and-Feel - - - - - PreserveFiles - - - Saving files for later ... - - - - - No files configured to save for later. - - - - - Not all of the configured files could be preserved. - - - - - ProcessResult - - - -There was no output from the command. - - - - - -Output: - - - - - - External command crashed. - - - - - Command <i>%1</i> crashed. - - - - - External command failed to start. - - - - - Command <i>%1</i> failed to start. - - - - - Internal error when starting command. - - - - - Bad parameters for process job call. - - - - - External command failed to finish. - - - - - Command <i>%1</i> failed to finish in %2 seconds. - - - - - External command finished with errors. - - - - - Command <i>%1</i> finished with exit code %2. - - - - - QObject - - - %1 (%2) - - - - - unknown - - - - - extended - - - - - unformatted - - - - - swap - - - - - - Default - - - - - - - - File not found - - - - - Path <pre>%1</pre> must be an absolute path. - - - - - Directory not found - - - - - - Could not create new random file <pre>%1</pre>. - - - - - No product - - - - - No description provided. - - - - - (no mount point) - - - - - Unpartitioned space or unknown partition table - - - - - Recommended - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - RemoveUserJob - - - Remove live user from target system - - - - - RemoveVolumeGroupJob - - - - Remove Volume Group named %1. - - - - - Remove Volume Group named <strong>%1</strong>. - - - - - The installer failed to remove a volume group named '%1'. - - - - - ReplaceWidget - - - Form - - - - - Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - - - - - The selected item does not appear to be a valid partition. - - - - - %1 cannot be installed on empty space. Please select an existing partition. - - - - - %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - - - - - %1 cannot be installed on this partition. - - - - - Data partition (%1) - - - - - Unknown system partition (%1) - - - - - %1 system partition (%2) - - - - - <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - - - - - <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - - - <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - Requirements - - - <p>This computer does not satisfy the minimum requirements for installing %1.<br/> - Installation cannot continue.</p> - - - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - ResizeFSJob - - - Resize Filesystem Job - - - - - Invalid configuration - - - - - The file-system resize job has an invalid configuration and will not run. - - - - - KPMCore not Available - - - - - Calamares cannot start KPMCore for the file-system resize job. - - - - - - - - - Resize Failed - - - - - The filesystem %1 could not be found in this system, and cannot be resized. - - - - - The device %1 could not be found in this system, and cannot be resized. - - - - - - The filesystem %1 cannot be resized. - - - - - - The device %1 cannot be resized. - - - - - The filesystem %1 must be resized, but cannot. - - - - - The device %1 must be resized, but cannot - - - - - ResizePartitionJob - - - Resize partition %1. - - - - - Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>. - - - - - Resizing %2MiB partition %1 to %3MiB. - - - - - The installer failed to resize partition %1 on disk '%2'. - - - - - ResizeVolumeGroupDialog - - - Resize Volume Group - - - - - ResizeVolumeGroupJob - - - - Resize volume group named %1 from %2 to %3. - - - - - Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>. - - - - - The installer failed to resize a volume group named '%1'. - - - - - ResultsListDialog - - - For best results, please ensure that this computer: - - - - - System requirements - - - - - ScanningDialog - - - Scanning storage devices... - - - - - Partitioning - - - - - SetHostNameJob - - - Set hostname %1 - - - - - Set hostname <strong>%1</strong>. - - - - - Setting hostname %1. - - - - - - Internal Error - - - - - - Cannot write hostname to target system - - - - - SetKeyboardLayoutJob - - - Set keyboard model to %1, layout to %2-%3 - - - - - Failed to write keyboard configuration for the virtual console. - - - - - - - Failed to write to %1 - - - - - Failed to write keyboard configuration for X11. - - - - - Failed to write keyboard configuration to existing /etc/default directory. - - - - - SetPartFlagsJob - - - Set flags on partition %1. - - - - - Set flags on %1MiB %2 partition. - - - - - Set flags on new partition. - - - - - Clear flags on partition <strong>%1</strong>. - - - - - Clear flags on %1MiB <strong>%2</strong> partition. - - - - - Clear flags on new partition. - - - - - Flag partition <strong>%1</strong> as <strong>%2</strong>. - - - - - Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>. - - - - - Flag new partition as <strong>%1</strong>. - - - - - Clearing flags on partition <strong>%1</strong>. - - - - - Clearing flags on %1MiB <strong>%2</strong> partition. - - - - - Clearing flags on new partition. - - - - - Setting flags <strong>%2</strong> on partition <strong>%1</strong>. - - - - - Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition. - - - - - Setting flags <strong>%1</strong> on new partition. - - - - - The installer failed to set flags on partition %1. - - - - - SetPasswordJob - - - Set password for user %1 - - - - - Setting password for user %1. - - - - - Bad destination system path. - - - - - rootMountPoint is %1 - - - - - Cannot disable root account. - - - - - passwd terminated with error code %1. - - - - - Cannot set password for user %1. - - - - - usermod terminated with error code %1. - - - - - SetTimezoneJob - - - Set timezone to %1/%2 - - - - - Cannot access selected timezone path. - - - - - Bad path: %1 - - - - - Cannot set timezone. - - - - - Link creation failed, target: %1; link name: %2 - - - - - Cannot set timezone, - - - - - Cannot open /etc/timezone for writing - - - - - SetupGroupsJob - - - Preparing groups. - - - - - - Could not create groups in target system - - - - - These groups are missing in the target system: %1 - - - - - SetupSudoJob - - - Configure <pre>sudo</pre> users. - - - - - Cannot chmod sudoers file. - - - - - Cannot create sudoers file for writing. - - - - - ShellProcessJob - - - Shell Processes Job - - - - - SlideCounter - - - %L1 / %L2 - slide counter, %1 of %2 (numeric) - - - - - StandardButtons - - - &OK - - - - - &Yes - - - - - &No - - - - - &Cancel - - - - - &Close - - - - - TrackingInstallJob - - - Installation feedback - - - - - Sending installation feedback. - - - - - Internal error in install-tracking. - - - - - HTTP request timed out. - - - - - TrackingKUserFeedbackJob - - - KDE user feedback - - - - - Configuring KDE user feedback. - - - - - - Error in KDE user feedback configuration. - - - - - Could not configure KDE user feedback correctly, script error %1. - - - - - Could not configure KDE user feedback correctly, Calamares error %1. - - - - - TrackingMachineUpdateManagerJob - - - Machine feedback - - - - - Configuring machine feedback. - - - - - - Error in machine feedback configuration. - - - - - Could not configure machine feedback correctly, script error %1. - - - - - Could not configure machine feedback correctly, Calamares error %1. - - - - - TrackingPage - - - Form - - - - - Placeholder - - - - - <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> - - - - - <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> - - - - - Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - - - - - By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - - - - - By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - - - - - By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. - - - - - TrackingViewStep - - - Feedback - - - - - UsersPage - - - <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - - - - - <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> - - - - - UsersQmlViewStep - - - Users - - - - - UsersViewStep - - - Users - - - - - VariantModel - - - Key - Column header for key/value - - - - - Value - Column header for key/value - - - - - VolumeGroupBaseDialog - - - Create Volume Group - - - - - List of Physical Volumes - - - - - Volume Group Name: - - - - - Volume Group Type: - - - - - Physical Extent Size: - - - - - MiB - - - - - Total Size: - - - - - Used Size: - - - - - Total Sectors: - - - - - Quantity of LVs: - - - - - WelcomePage - - - Form - - - - - - Select application and system language - - - - - &About - - - - - Open donations website - - - - - &Donate - - - - - Open help and support website - - - - - &Support - - - - - Open issues and bug-tracking website - - - - - &Known issues - - - - - Open release notes website - - - - - &Release notes - - - - - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - - %1 support - - - - - About %1 setup - - - - - About %1 installer - - - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - - - - WelcomeQmlViewStep - - - Welcome - - - - - WelcomeViewStep - - - Welcome - - - - - about - - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - - Back - - - - - calamares-sidebar - - - Show debug information - - - - - finishedq - - - Installation Completed - - - - - %1 has been installed on your computer.<br/> - You may now restart into your new system, or continue using the Live environment. - - - - - Close Installer - - - - - Restart System - - - - - <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/> - This log is copied to /var/log/installation.log of the target system.</p> - - - - - i18n - - - <h1>Languages</h1> </br> - The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>. - - - - - <h1>Locales</h1> </br> - The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>. - - - - - Back - - - - - keyboardq - - - To activate keyboard preview, select a layout. - - - - - Keyboard Model: - - - - - Layouts - - - - - Type here to test your keyboard - - - - - Variants - - - - - localeq - - - Change - - - - - notesqml - - - <h3>%1</h3> - <p>These are example release notes.</p> - - - - - packagechooserq - - - LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/> - Default option. - - - - - LibreOffice - - - - - If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives. - - - - - No Office Suite - - - - - Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser. - - - - - Minimal Install - - - - - Please select an option for your install, or use the default: LibreOffice included. - - - - - release_notes - - - <h3>%1</h3> - <p>This an example QML file, showing options in RichText with Flickable content.</p> - - <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p> - - <p><b>This is bold text</b></p> - <p><i>This is italic text</i></p> - <p><u>This is underlined text</u></p> - <p><center>This text will be center-aligned.</center></p> - <p><s>This is strikethrough</s></p> - - <p>Code example: - <code>ls -l /home</code></p> - - <p><b>Lists:</b></p> - <ul> - <li>Intel CPU systems</li> - <li>AMD CPU systems</li> - </ul> - - <p>The vertical scrollbar is adjustable, current width set to 10.</p> - - - - - Back - - - - - usersq - - - Pick your user name and credentials to login and perform admin tasks - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - Login Name - - - - - If more than one person will use this computer, you can create multiple accounts after installation. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - root is not allowed as username. - - - - - What is the name of this computer? - - - - - Computer Name - - - - - This name will be used if you make the computer visible to others on a network. - - - - - localhost is not allowed as hostname. - - - - - Choose a password to keep your account safe. - - - - - Password - - - - - Repeat Password - - - - - Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - - - - - Validate passwords quality - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Log in automatically without asking for the password - - - - - Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - - - - - Reuse user password as root password - - - - - Use the same password for the administrator account. - - - - - Choose a root password to keep your account safe. - - - - - Root Password - - - - - Repeat Root Password - - - - - Enter the same password twice, so that it can be checked for typing errors. - - - - - welcomeq - - - <h3>Welcome to the %1 <quote>%2</quote> installer</h3> - <p>This program will ask you some questions and set up %1 on your computer.</p> - - - - - About - - - - - Support - - - - - Known issues - - - - - Release notes - - - - - Donate - - - - diff --git a/lang/calamares_fur.ts b/lang/calamares_fur.ts index a1000605f..9ee3148b0 100644 --- a/lang/calamares_fur.ts +++ b/lang/calamares_fur.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Arbul dai widget - + Debug information Informazions di debug @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Impostazion - + Install Instale @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Fat @@ -261,7 +280,7 @@ Il control dai recuisîts pal modul <i>%1</i> al è complet. - + Waiting for %n module(s). In spiete di %n modul. @@ -269,7 +288,7 @@ - + (%n second(s)) (%n secont) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Il control dai recuisîts di sisteme al è complet. @@ -484,12 +503,12 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< CalamaresWindow - + %1 Setup Program Program di configurazion di %1 - + %1 Installer Program di instalazion di %1 @@ -528,149 +547,149 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< Formulari - + Select storage de&vice: Selezione il &dispositîf di memorie: - - - - + + + + Current: Atuâl: - + After: Dopo: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Partizionament manuâl</strong><br/>Tu puedis creâ o ridimensionâ lis partizions di bessôl. - + Reuse %1 as home partition for %2. Torne dopre %1 come partizion home par %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Selezione une partizion di scurtâ, dopo strissine la sbare inferiôr par ridimensionâ</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 e vignarà scurtade a %2MiB e une gnove partizion di %3MiB e vignarà creade par %4. - + Boot loader location: Ubicazion dal gjestôr di inviament: - + <strong>Select a partition to install on</strong> <strong>Selezione une partizion dulà lâ a instalâ</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Impussibil cjatâ une partizion di sisteme EFI. Par plasê torne indaûr e dopre un partizionament manuâl par configurâ %1. - + The EFI system partition at %1 will be used for starting %2. La partizion di sisteme EFI su %1 e vignarà doprade par inviâ %2. - + EFI system partition: Partizion di sisteme EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Al somee che chest dispositîf di memorie nol vedi parsore un sisteme operatîf. Ce desideristu fâ?<br/>Tu podarâs tornâ a viodi e confermâ lis tôs sieltis prime di aplicâ cualsisei modifiche al dispositîf di memorie. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Scancelâ il disc</strong><br/>Chest al <font color="red">eliminarà</font> ducj i dâts presints sul dispositîf di memorie selezionât. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Instalâ in bande</strong><br/>Il program di instalazion al scurtarà une partizion par fâ spazi a %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Sostituî une partizion</strong><br/>Al sostituìs une partizion cun %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Chest dispositîf di memorie al à parsore %1. Ce desideristu fâ? <br/>Tu podarâs tornâ a viodi e confermâ lis tôs sieltis prime di aplicâ cualsisei modifiche al dispositîf di memorie. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Chest dispositîf di memorie al à za parsore un sisteme operatîf. Ce desideristu fâ?<br/>Tu podarâs tornâ a viodi e confermâ lis tôs sieltis prime di aplicâ cualsisei modifiche al dispositîf di memorie. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Chest dispositîf di memorie al à parsore plui sistemis operatîfs. Ce desideristu fâ?<br/>Tu podarâs tornâ a viodi e confermâ lis tôs sieltis prime di aplicâ cualsisei modifiche al dispositîf di memorie. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Chest dispositîf di memorie al à za un sisteme operatîf parsore, ma la tabele des partizions <strong>%1</strong> e je diferente di chê che a covente: <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Une des partizions dal dispositîf di memorie e je <strong>montade</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Chest dispositîf di memorie al fâs part di un dispositîf <strong>RAID inatîf</strong>. - + No Swap Cence Swap - + Reuse Swap Torne dopre Swap - + Swap (no Hibernate) Swap (cence ibernazion) - + Swap (with Hibernate) Swap (cun ibernazion) - + Swap to file Swap su file @@ -758,27 +777,27 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< Config - + Set keyboard model to %1.<br/> Stabilî il model di tastiere a %1.<br/> - + Set keyboard layout to %1/%2. Stabilî la disposizion di tastiere a %1/%2. - + Set timezone to %1/%2. Stabilî il fûs orari a %1/%2. - + The system language will be set to %1. La lenghe dal sisteme e vignarà configurade a %1. - + The numbers and dates locale will be set to %1. La localizazion dai numars e des datis e vignarà configurade a %1. @@ -813,97 +832,97 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< Instalazion di rêt. (Disabilitade: impussibil recuperâ la liste dai pachets, controlâ la conession di rêt) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Chest computer nol sodisfe i recuisîts minims pe configurazion di %1.<br/>La configurazion no pues continuâ. <a href="#details">Detais...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Chest computer nol sodisfe i recuisîts minims pe instalazion di %1.<br/>La instalazion no pues continuâ. <a href="#details">Detais...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Chest computer nol sodisfe cualchi recuisît conseât pe configurazion di %1.<br/>La configurazion e pues continuâ, ma cualchi funzionalitât e podarès vignî disabilitade. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Chest computer nol sodisfe cualchi recuisît conseât pe instalazion di %1.<br/>La instalazion e pues continuâ, ma cualchi funzionalitât e podarès vignî disabilitade. - + This program will ask you some questions and set up %2 on your computer. Chest program al fasarà cualchi domande e al configurarà %2 sul computer. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Benvignûts sul program di configurazion Calamares par %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Benvignûts te configurazion di %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Benvignûts sul program di instalazion Calamares par %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Benvignûts tal program di instalazion di %1</h1> - + Your username is too long. Il to non utent al è masse lunc. - + '%1' is not allowed as username. '%1' nol è ametût come non utent. - + Your username must start with a lowercase letter or underscore. Il to non utent al scugne scomençâ cuntune letare minuscule o une liniute basse. - + Only lowercase letters, numbers, underscore and hyphen are allowed. A son ametûts dome i numars, lis letaris minusculis, lis liniutis bassis e i tratuts. - + Your hostname is too short. Il to non host al è masse curt. - + Your hostname is too long. Il to non host al è masse lunc. - + '%1' is not allowed as hostname. '%1' nol è ametût come non host. - + Only letters, numbers, underscore and hyphen are allowed. A son ametûts dome i numars, lis letaris, lis liniutis bassis e i tratuts. - + Your passwords do not match! Lis passwords no corispuindin! - + OK! @@ -959,11 +978,16 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< + Packages + Pachets + + + Install option: <strong>%1</strong> - + None @@ -1422,6 +1446,16 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1451,8 +1485,8 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< Conferme frase di acès - - + + Please enter the same passphrase in both boxes. Par plasê inserìs la stesse frase di acès in ducj i doi i ricuadris. @@ -1460,12 +1494,12 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< ErrorDialog - + Details: - + Would you like to paste the install log to the web? Meti sul web il regjistri di instalazion? @@ -1541,32 +1575,32 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< &Torne invie cumò - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Fat dut.</h1><br/>%1 al è stât configurât sul computer.<br/>Tu puedis cumò scomençâ a doprâ il gnûf sisteme. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Cuant che cheste casele e ven selezionade, il sisteme al tornarà a inviâsi a colp apene che si fasarà clic su <span style="font-style:italic;">Fat</span> o si sierarà il program di configurazion.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Fat dut.</h1><br/>%1 al è stât instalât sul computer.<br/>Tu puedis tornâ a inviâ la machine tal gnûf sisteme o continuâ a doprâ l'ambient Live di %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Cuant che cheste casele e ven selezionade, il sisteme al tornarà a inviâsi a colp apene che si fasarà clic su <span style="font-style:italic;">Fat</span> o si sierarà il program di instalazion.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Configurazion falide</h1><br/>%1 nol è stât configurât sul to computer.<br/>Il messaç di erôr al jere: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Instalazion falide</h1><br/>%1 nol è stât instalât sul to computer.<br/>Il messaç di erôr al jere: %2. @@ -1600,12 +1634,18 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< Formatâ la partizion <strong>%1</strong> di <strong>%3MiB</strong> cul filesystem <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Daûr a formatâ la partizion %1 cul filesystem %2. - + The installer failed to format partition %1 on disk '%2'. Il program di instalazion nol è rivât a formatâ la partizion %1 sul disc '%2'. @@ -1613,12 +1653,12 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< GeneralRequirements - + has at least %1 GiB available drive space al à almancul %1 GiB di spazi disponibil - + There is not enough drive space. At least %1 GiB is required. No si à vonde spazi libar te unitât. Al covente spazi par almancul %1 GiB. @@ -1658,27 +1698,27 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< al sta eseguint il program di instalazion come aministradôr (root) - + The setup program is not running with administrator rights. Il program di configurazion nol è in esecuzion cui permès di aministradôr. - + The installer is not running with administrator rights. Il program di instalazion nol è in esecuzion cui permès di aministradôr. - + has a screen large enough to show the whole installer al à un schermi avonde grant par mostrâ dut il program di instalazion - + The screen is too small to display the setup program. Il schermi al è masse piçul par visualizâ il program di configurazion. - + The screen is too small to display the installer. Il schermi al è masse piçul par visualizâ il program di instalazion. @@ -1978,35 +2018,35 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< LuksBootKeyFileJob - + Configuring LUKS key file. Daûr a configurâ dal file clâf di LUKS. - - + + No partitions are defined. No je stade definide nissune partizion. - - - + + + Encrypted rootfs setup error Erôr te configurazion di rootfs cifrât - + Root partition %1 is LUKS but no passphrase has been set. La partizion lidrîs (root) %1 e je LUKS ma no je stade stabilide nissune frase di acès. - + Could not create LUKS key file for root partition %1. Impussibil creâ il file clâf di LUKS pe partizion lidrîs (root) %1. - + Could not configure LUKS key file on partition %1. No si è rivâts a configurâ il file clâf di LUKS su la partizion %1. @@ -2032,12 +2072,12 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< Map - + Timezone: %1 Fûs orari: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2049,100 +2089,112 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< NetInstallViewStep - + Package selection Selezion pachets - + Office software Software pal ufici - + Office package Pachet pal ufici - + Browser software Software par navigâ - + Browser package Pachet par navigadôr - + Web browser Navigadôr web - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Servizis - + Login + label for netinstall module, choose login manager Acès - + Desktop + label for netinstall module, choose desktop environment Scritori - - Applications - Aplicazions - - - + Communication + label for netinstall module Comunicazion - + Development + label for netinstall module Disvilup - + Office + label for netinstall module Ufici - + Multimedia + label for netinstall module Multimedia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Personalizazion teme - + Gaming + label for netinstall module Zûcs - + Utilities + label for netinstall module Utilitâts + + + Applications + Aplicazions + NotesQmlViewStep @@ -2191,24 +2243,24 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< - - - + + + Timezone: %1 Fûs orari: %1 - + Select your preferred Zone within your Region. Selezione la tô Zone preferide dentri de tô Regjon. - + Zones Zonis - + You can fine-tune Language and Locale settings below. Tu puedis regolâ lis impostazions di Lenghe e Localizazion chi sot. @@ -2483,7 +2535,7 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< Erôr no cognossût - + Password is empty Password vueide @@ -2521,22 +2573,6 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< Sielç un prodot de liste. Il prodot selezionât al vignarà instalât. - - PackageChooserQmlViewStep - - - Packages - Pachets - - - - PackageChooserViewStep - - - Packages - Pachets - - PackageModel @@ -2840,82 +2876,97 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.< Partizions - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Atuâl: - + After: Dopo: - + No EFI system partition configured Nissune partizion di sisteme EFI configurade - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS Opzion par doprâ GPT su BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - La miôr opzion par ducj i sistemis e je une tabele des partizions GPT. Il program di instalazion al supuarte ancje chest gjenar di configurazion pai sistemis BIOS.<br/><br/>Par configurâ une tabele des partizions GPT su BIOS, (se nol è za stât fat) torne indaûr e met a GPT la tabele des partizions, dopo cree une partizion no formatade di 8MB cu la opzion <strong>bios_grup</strong> abilitade. <br/><br/>Une partizion no formatade di 8MB e je necessarie par inviâ %1 su sistemsi BIOS cun GPT. + - + Boot partition not encrypted Partizion di inviament no cifrade - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. E je stade configurade une partizion di inviament separade adun cuntune partizion lidrîs cifrade, ma la partizion di inviament no je cifrade.<br/><br/> A esistin problemis di sigurece cun chest gjenar di configurazion, par vie che i file di sisteme impuartants a vegnin tignûts intune partizion no cifrade.<br/>Tu puedis continuâ se tu lu desideris, ma il sbloc dal filesystem al sucedarà plui indenant tal inviament dal sisteme.<br/>Par cifrâ la partizion di inviament, torne indaûr e torne creile, selezionant <strong>Cifrâ</strong> tal barcon di creazion de partizion. - + has at least one disk device available. al à almancul une unitât disc disponibil. - + There are no partitions to install on. No son partizions dulà lâ a instalâ. @@ -3050,7 +3101,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3376,12 +3427,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: Par otignî i miôrs risultâts, siguriti che chest computer: - + System requirements Recuisîts di sisteme @@ -3402,29 +3453,29 @@ Output: SetHostNameJob - + Set hostname %1 Stabilî il non-host a %1 - + Set hostname <strong>%1</strong>. Stabilî il non-host a <strong>%1</strong>. - + Setting hostname %1. Daûr a stabilî il non-host a %1. - - + + Internal Error Erôr interni - - + + Cannot write hostname to target system Impussibil scrivi il non-host sul sisteme di destinazion @@ -3626,18 +3677,18 @@ Output: SetupGroupsJob - + Preparing groups. Daûr a preparâ i grups. - - + + Could not create groups in target system Impussibil creâ i grups intal sisteme di destinazion - + These groups are missing in the target system: %1 A mancjin chescj grups tal sisteme di destinazion: %1 @@ -3645,17 +3696,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. Configurâ i utents <pre>sudo</pre>. - + Cannot chmod sudoers file. Impussibil eseguî chmod sul file sudoers. - + Cannot create sudoers file for writing. Impussibil creâ il file sudoers pe scriture. @@ -3809,22 +3860,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Fâs clic achì par vê plui informazions su lis opinions dai utents</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Tignî i indizis al jude %1 a viodi trop dispès che al ven instalât, in cuâl hardware e ce aplicazions che a vegnin dopradis. Par viodi ce che al ven inviât, fâs clic su pe icone di jutori dongje a ogni aree. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Selezionant chest tu inviarâs informazions sul to hardware e su la tô instalazion. Cheste informazion e vignarà mandade dome <b>une volte</b>, dopo finide la instalazion. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Selezionant chest tu mandarâs informazions in mût periodic a %1 su la instalazion, l'hardware e lis aplicazions de tô <b>machine</b>. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Selezionant chest tu mandarâs cun regolaritât informazions a %1 su la instalazion, l'hardware, lis aplicazions e modei di ûs de aplicazion dal tô <b>utent</b>. @@ -3845,12 +3896,12 @@ Output: Dismonte i file-systems. - + No target system available. - + No rootMountPoint is set. @@ -3858,12 +3909,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Se chest computer al vignarà doprât di plui di une persone, si pues creâ plui accounts dopo vê completade la configurazion.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Se chest computer al vignarà doprât di plui di une persone, si pues creâ plui accounts dopo vê completade la instalazion.</small> @@ -4012,44 +4063,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Benvignûts sul program di configurazion Calamares par %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Benvignûts te configurazion di %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Benvignûts sul program di instalazion Calamares par %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Benvignûts sul program di instalazion di %1.</h1> - - - %1 support Supuart di %1 - + About %1 setup Informazions su la configurazion di %1 - + About %1 installer Informazion su la instalazion di %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>par %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Gracie a <a href="https://calamares.io/team/">il grup di Calamares</a> e al <a href="https://www.transifex.com/calamares/calamares/">grup di tradutôrs di Calamares</a>.<br/><br/>Il disvilup di <a href="https://calamares.io/">Calamares</a> al è patrocinât di <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4114,34 +4140,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - par %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Gracie a <a href='https://calamares.io/team/'>il grup di Calamares</a> - e al <a href='https://www.transifex.com/calamares/calamares/'>grup di tradutôrs - di Calamares</a>.<br/><br/> - Il disvilup di - <a href='https://calamares.io/'>Calamares</a> al è patrocinât di <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Indaûr @@ -4243,17 +4242,17 @@ Output: Model de tastiere: - + Layouts Disposizions - + Type here to test your keyboard Scrîf achì par provâ la tastiere - + Variants Variantis @@ -4401,102 +4400,102 @@ Output: Se chest computer al vignarà doprât di plui personis, tu puedis creâ plui account dopo vê completade la instalazion. - + Only lowercase letters, numbers, underscore and hyphen are allowed. A son ametûts dome i numars, lis letaris minusculis, lis liniutis bassis e i tratuts. - + root is not allowed as username. - + What is the name of this computer? Ce non aial chest computer? - + Computer Name Non dal computer - + This name will be used if you make the computer visible to others on a network. Si doprarà chest non se tu rindis visibil a altris chest computer suntune rêt. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Sielç une password par tignî il to account al sigûr. - + Password Password - + Repeat Password Ripeti password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Inserìs la stesse password dôs voltis, in mût di evitâ erôrs di batidure. Une buine password e contignarà un miscliç di letaris, numars e puntuazions, e sarà lungje almancul vot caratars e si scugnarà cambiâle a intervai regolârs. - + Validate passwords quality Convalidâ la cualitât des passwords - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Cuant che cheste casele e je selezionade, il control su la fuarce de password al ven fat e no si podarà doprâ une password debile. - + Log in automatically without asking for the password Jentre in automatic cence domandâ la password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password Torne dopre la password dal utent pe password di root - + Use the same password for the administrator account. Dopre la stesse password pal account di aministradôr. - + Choose a root password to keep your account safe. Sielç une password di root par tignî il to account al sigûr. - + Root Password Password di root - + Repeat Root Password Ripeti password di root - + Enter the same password twice, so that it can be checked for typing errors. Inserìs la stesse password dôs voltis, in mût di evitâ erôrs di batidure. diff --git a/lang/calamares_gl.ts b/lang/calamares_gl.ts index 0b9634245..01daf0ad2 100644 --- a/lang/calamares_gl.ts +++ b/lang/calamares_gl.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -138,7 +157,7 @@ - + Debug information Informe de depuración de erros. @@ -146,12 +165,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Instalar @@ -172,7 +191,7 @@ Calamares::JobThread - + Done Feito @@ -262,7 +281,7 @@ - + Waiting for %n module(s). @@ -270,7 +289,7 @@ - + (%n second(s)) @@ -278,7 +297,7 @@ - + System-requirements checking is complete. @@ -484,12 +503,12 @@ O instalador pecharase e perderanse todos os cambios. CalamaresWindow - + %1 Setup Program - + %1 Installer Instalador de %1 @@ -528,149 +547,149 @@ O instalador pecharase e perderanse todos os cambios. Formulario - + Select storage de&vice: Seleccione o dispositivo de almacenamento: - - - - + + + + Current: Actual: - + After: Despois: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Particionado manual</strong><br/> Pode crear o redimensionar particións pola súa conta. - + Reuse %1 as home partition for %2. Reutilizar %1 como partición home para %2 - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Seleccione unha partición para acurtar, logo empregue a barra para redimensionala</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Localización do cargador de arranque: - + <strong>Select a partition to install on</strong> <strong>Seleccione unha partición para instalar</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Non foi posible atopar unha partición de sistema de tipo EFI. Por favor, volva atrás e empregue a opción de particionado manual para crear unha en %1. - + The EFI system partition at %1 will be used for starting %2. A partición EFI do sistema en %1 será usada para iniciar %2. - + EFI system partition: Partición EFI do sistema: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Esta unidade de almacenamento non semella ter un sistema operativo instalado nela. Que desexa facer?<br/>Poderá revisar e confirmar as súas eleccións antes de que calquera cambio sexa feito na unidade de almacenamento. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Borrar disco</strong><br/>Esto <font color="red">eliminará</font> todos os datos gardados na unidade de almacenamento seleccionada. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Instalar a carón</strong><br/>O instalador encollerá a partición para facerlle sitio a %1 - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Substituír a partición</strong><br/>Substitúe a partición con %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. A unidade de almacenamento ten %1 nela. Que desexa facer?<br/>Poderá revisar e confirmar a súa elección antes de que se aplique algún cambio á unidade. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Esta unidade de almacenamento xa ten un sistema operativo instalado nel. Que desexa facer?<br/>Poderá revisar e confirmar as súas eleccións antes de que calquera cambio sexa feito na unidade de almacenamento - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Esta unidade de almacenamento ten múltiples sistemas operativos instalados nela. Que desexa facer?<br/>Poderá revisar e confirmar as súas eleccións antes de que calquera cambio sexa feito na unidade de almacenamento. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -758,27 +777,27 @@ O instalador pecharase e perderanse todos os cambios. Config - + Set keyboard model to %1.<br/> Seleccionado modelo de teclado a %1.<br/> - + Set keyboard layout to %1/%2. Seleccionada a disposición do teclado a %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. A linguaxe do sistema será establecida a %1. - + The numbers and dates locale will be set to %1. A localización de números e datas será establecida a %1. @@ -813,97 +832,97 @@ O instalador pecharase e perderanse todos os cambios. Installación por rede. (Desactivadas. Non se pudo recupera-la lista de pacotes, comprobe a sua conexión a rede) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Este ordenador non satisfai os requerimentos mínimos ara a instalación de %1.<br/>A instalación non pode continuar. <a href="#details">Máis información...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Este ordenador non satisfai algúns dos requisitos recomendados para instalar %1.<br/> A instalación pode continuar, pero pode que algunhas características sexan desactivadas. - + This program will ask you some questions and set up %2 on your computer. Este programa faralle algunhas preguntas mentres prepara %2 no seu ordenador. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. O nome de usuario é demasiado longo. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. O nome do computador é demasiado curto. - + Your hostname is too long. O nome do computador é demasiado longo. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! Os contrasinais non coinciden! - + OK! @@ -959,11 +978,16 @@ O instalador pecharase e perderanse todos os cambios. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1422,6 +1446,16 @@ O instalador pecharase e perderanse todos os cambios. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1451,8 +1485,8 @@ O instalador pecharase e perderanse todos os cambios. Confirme a frase de contrasinal - - + + Please enter the same passphrase in both boxes. Faga o favor de introducila a misma frase de contrasinal námbalas dúas caixas. @@ -1460,12 +1494,12 @@ O instalador pecharase e perderanse todos os cambios. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1541,32 +1575,32 @@ O instalador pecharase e perderanse todos os cambios. &Reiniciar agora. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Todo feito.</h1><br/>%1 foi instalado na súa computadora.<br/>Agora pode reiniciar no seu novo sistema ou continuar a usalo entorno Live %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Fallou a instalación</h1><br/>%1 non se pudo instalar na sua computadora. <br/>A mensaxe de erro foi: %2. @@ -1600,12 +1634,18 @@ O instalador pecharase e perderanse todos os cambios. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Dando formato a %1 con sistema de ficheiros %2. - + The installer failed to format partition %1 on disk '%2'. O instalador fallou cando formateaba a partición %1 no disco '%2'. @@ -1613,12 +1653,12 @@ O instalador pecharase e perderanse todos os cambios. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1658,27 +1698,27 @@ O instalador pecharase e perderanse todos os cambios. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. O instalador non se está a executar con dereitos de administrador. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. A pantalla é demasiado pequena para mostrar o instalador. @@ -1978,35 +2018,35 @@ O instalador pecharase e perderanse todos os cambios. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2032,12 +2072,12 @@ O instalador pecharase e perderanse todos os cambios. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2047,98 +2087,110 @@ O instalador pecharase e perderanse todos os cambios. NetInstallViewStep - + Package selection Selección de pacotes. - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2189,24 +2241,24 @@ O instalador pecharase e perderanse todos os cambios. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2481,7 +2533,7 @@ O instalador pecharase e perderanse todos os cambios. Erro descoñecido - + Password is empty @@ -2519,22 +2571,6 @@ O instalador pecharase e perderanse todos os cambios. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2838,82 +2874,97 @@ O instalador pecharase e perderanse todos os cambios. Particións - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Actual: - + After: Despois: - + No EFI system partition configured Non hai ningunha partición de sistema EFI configurada - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted A partición de arranque non está cifrada - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Configurouse unha partición de arranque separada xunto cunha partición raíz cifrada, mais a partición raíz non está cifrada.<br/><br/>Con este tipo de configuración preocupa a seguranza porque nunha partición sen cifrar grávanse ficheiros de sistema importantes.<br/>Pode continuar, se así o desexa, mais o desbloqueo do sistema de ficheiros producirase máis tarde durante o arranque do sistema.<br/>Para cifrar unha partición raíz volva atrás e créea de novo, seleccionando <strong>Cifrar</strong> na xanela de creación de particións. - + has at least one disk device available. - + There are no partitions to install on. @@ -3048,7 +3099,7 @@ Saída: QObject - + %1 (%2) %1 (%2) @@ -3371,12 +3422,12 @@ Saída: ResultsListDialog - + For best results, please ensure that this computer: Para os mellores resultados, por favor, asegúrese que este ordenador: - + System requirements Requisitos do sistema @@ -3397,29 +3448,29 @@ Saída: SetHostNameJob - + Set hostname %1 Hostname: %1 - + Set hostname <strong>%1</strong>. Configurar hostname <strong>%1</strong>. - + Setting hostname %1. Configurando hostname %1. - - + + Internal Error Erro interno - - + + Cannot write hostname to target system Non foi posíbel escreber o nome do servidor do sistema obxectivo @@ -3621,18 +3672,18 @@ Saída: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3640,17 +3691,17 @@ Saída: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Non se puideron cambiar os permisos do arquivo sudoers. - + Cannot create sudoers file for writing. Non foi posible crear o arquivo de sudoers. @@ -3804,22 +3855,22 @@ Saída: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Prema aquí para máis información sobre as opinións do usuario</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3840,12 +3891,12 @@ Saída: Desmontar sistemas de ficheiros. - + No target system available. - + No rootMountPoint is set. @@ -3853,12 +3904,12 @@ Saída: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4007,44 +4058,19 @@ Saída: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Reciba a benvida ao instalador Calamares para %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Benvido o instalador %1.</h1> - - - %1 support %1 axuda - + About %1 setup - + About %1 installer Acerca do instalador %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4109,23 +4135,7 @@ Saída: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4225,17 +4235,17 @@ Saída: Modelo de teclado. - + Layouts - + Type here to test your keyboard Teclee aquí para comproba-lo seu teclado. - + Variants @@ -4362,102 +4372,102 @@ Saída: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? Cal é o nome deste computador? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Escolla un contrasinal para mante-la sua conta segura. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. Empregar o mesmo contrasinal para a conta de administrador. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_gu.ts b/lang/calamares_gu.ts index c3b3b7206..d166f6655 100644 --- a/lang/calamares_gu.ts +++ b/lang/calamares_gu.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install @@ -171,7 +190,7 @@ Calamares::JobThread - + Done @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -482,12 +501,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -526,149 +545,149 @@ The installer will quit and all changes will be lost. - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -756,27 +775,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -811,97 +830,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -957,11 +976,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1420,6 +1444,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1449,8 +1483,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1458,12 +1492,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1539,32 +1573,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1598,12 +1632,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1611,12 +1651,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1656,27 +1696,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1976,35 +2016,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2030,12 +2070,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2045,98 +2085,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2187,24 +2239,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2479,7 +2531,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2517,22 +2569,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2836,82 +2872,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3043,7 +3094,7 @@ Output: QObject - + %1 (%2) @@ -3366,12 +3417,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3392,29 +3443,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3616,18 +3667,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3635,17 +3686,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3799,22 +3850,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3835,12 +3886,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3848,12 +3899,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4002,44 +4053,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4104,23 +4130,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4220,17 +4230,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4357,102 +4367,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_he.ts b/lang/calamares_he.ts index a6068bcb3..8d247a41b 100644 --- a/lang/calamares_he.ts +++ b/lang/calamares_he.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + <h1>%1</h1><br/><strong>%2<br/> עבור %3</strong><br/><br/> + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + תודה ל<a href="https://calamares.io/team/">צוות Calamares</a> ול<a href="https://www.transifex.com/calamares/calamares/">צוות המתרגמים שלCalamares</a>.<br/><br/><a href="https://calamares.io/">הפיתוח של Calamares</a> ממומן על ידי <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - משחררים תוכנה. + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + כל הזכויות שמורות %1-%2 %3 &lt;%4&gt;<br/> + + AutoMountManagementJob @@ -137,7 +156,7 @@ עץ וידג׳טים - + Debug information מידע על ניפוי שגיאות @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up הקמה - + Install התקנה @@ -171,7 +190,7 @@ Calamares::JobThread - + Done סיום @@ -261,7 +280,7 @@ בדיקת הדרישות למודול <i>%1</i> הושלמה. - + Waiting for %n module(s). בהמתנה למודול אחד. @@ -271,7 +290,7 @@ - + (%n second(s)) ((שנייה אחת) @@ -281,7 +300,7 @@ - + System-requirements checking is complete. בדיקת דרישות המערכת הושלמה. @@ -492,12 +511,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program תכנית התקנת %1 - + %1 Installer אשף התקנת %1 @@ -536,149 +555,149 @@ The installer will quit and all changes will be lost. Form - + Select storage de&vice: בחירת התקן א&חסון: - - - - + + + + Current: נוכחי: - + After: לאחר: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>הגדרת מחיצות באופן ידני</strong><br/>ניתן ליצור או לשנות את גודל המחיצות בעצמך. - + Reuse %1 as home partition for %2. שימוש ב־%1 כמחיצת הבית (home) עבור %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>ראשית יש לבחור מחיצה לכיווץ, לאחר מכן לגרור את הסרגל התחתון כדי לשנות את גודלה</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 תכווץ לכדי %2MiB ותיווצר מחיצה חדשה בגודל %3MiB עבור %4. - + Boot loader location: מיקום מנהל אתחול המערכת: - + <strong>Select a partition to install on</strong> <strong>נא לבחור מחיצה כדי להתקין עליה</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. במערכת זו לא נמצאה מחיצת מערכת EFI. נא לחזור ולהשתמש ביצירת מחיצות באופן ידני כדי להגדיר את %1. - + The EFI system partition at %1 will be used for starting %2. מחיצת מערכת EFI שב־%1 תשמש לטעינת %2. - + EFI system partition: מחיצת מערכת EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. לא נמצאה מערכת הפעלה על התקן אחסון זה. מה ברצונך לעשות?<br/> ניתן לסקור ולאשר את בחירתך לפני ששינויים יתבצעו על התקן האחסון. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>מחיקת כונן</strong><br/> פעולה זו <font color="red">תמחק</font> את כל המידע השמור על התקן האחסון הנבחר. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>התקנה לצד</strong><br/> אשף ההתקנה יכווץ מחיצה כדי לפנות מקום לטובת %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>החלפת מחיצה</strong><br/> ביצוע החלפה של המחיצה ב־%1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. בהתקן אחסון זה נמצאה %1. מה ברצונך לעשות?<br/> ניתן לסקור ולאשר את בחירתך לפני ששינויים יתבצעו על התקן האחסון. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. כבר קיימת מערכת הפעלה על התקן האחסון הזה. כיצד להמשיך?<br/> ניתן לסקור ולאשר את בחירתך לפני ששינויים יתבצעו על התקן האחסון. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. ישנן מגוון מערכות הפעלה על התקן אחסון זה. איך להמשיך? <br/>ניתן לסקור ולאשר את בחירתך לפני ששינויים יתבצעו על התקן האחסון. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> בהתקן האחסון הזה כבר יש מערכת הפעלה אך טבלת המחיצות <strong>%1</strong> שונה מהנדרשת <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. אחת המחיצות של התקן האחסון הזה <strong>מעוגנת</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. התקן אחסון זה הוא חלק מהתקן <strong>RAID בלתי פעיל</strong>. - + No Swap ללא החלפה - + Reuse Swap שימוש מחדש בהחלפה - + Swap (no Hibernate) החלפה (ללא תרדמת) - + Swap (with Hibernate) החלפה (עם תרדמת) - + Swap to file החלפה לקובץ @@ -766,27 +785,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> הגדרת דגם המקלדת בתור %1.<br/> - + Set keyboard layout to %1/%2. הגדרת פריסת לוח המקשים בתור %1/%2. - + Set timezone to %1/%2. הגדרת אזור הזמן לכדי %1/%2. - + The system language will be set to %1. שפת המערכת תוגדר להיות %1. - + The numbers and dates locale will be set to %1. תבנית של המספרים והתאריכים של המיקום יוגדרו להיות %1. @@ -821,97 +840,97 @@ The installer will quit and all changes will be lost. התקנה מהרשת. (מושבתת: לא ניתן לקבל רשימות של חבילות תכנה, נא לבדוק את החיבור לרשת) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> המחשב לא עומד ברף הדרישות המזערי להתקנת %1. <br/>להתקנה אין אפשרות להמשיך. <a href="#details">פרטים…</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> המחשב לא עומד ברף דרישות המינימום להתקנת %1. <br/>ההתקנה לא יכולה להמשיך. <a href="#details"> פרטים...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. המחשב לא עומד בחלק מרף דרישות המזערי להתקנת %1.<br/> ההתקנה יכולה להמשיך, אך יתכן כי חלק מהתכונות יושבתו. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. המחשב לא עומד בחלק מרף דרישות המינימום להתקנת %1.<br/> ההתקנה יכולה להמשיך, אך יתכן כי חלק מהתכונות יושבתו. - + This program will ask you some questions and set up %2 on your computer. תכנית זו תשאל אותך מספר שאלות ותתקין את %2 על המחשב שלך. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>ברוך בואך לתכנית ההתקנה Calamares עבור %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>ברוך בואך להתקנת %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>ברוך בואך להתקנת %1 עם Calamares</h1> - + <h1>Welcome to the %1 installer</h1> <h1>ברוך בואך להתקנת %1</h1> - + Your username is too long. שם המשתמש ארוך מדי. - + '%1' is not allowed as username. אסור להשתמש ב־‚%1’ כשם משתמש. - + Your username must start with a lowercase letter or underscore. שם המשתמש שלך חייב להתחיל באות קטנה או בקו תחתי. - + Only lowercase letters, numbers, underscore and hyphen are allowed. מותר להשתמש רק באותיות קטנות, ספרות, קווים תחתיים ומינוסים. - + Your hostname is too short. שם המחשב קצר מדי. - + Your hostname is too long. שם המחשב ארוך מדי. - + '%1' is not allowed as hostname. אסור להשתמש ב־‚%1’ כשם מארח. - + Only letters, numbers, underscore and hyphen are allowed. מותר להשתמש רק באותיות, ספרות, קווים תחתיים ומינוסים. - + Your passwords do not match! הסיסמאות לא תואמות! - + OK! בסדר! @@ -967,11 +986,16 @@ The installer will quit and all changes will be lost. + Packages + חבילות + + + Install option: <strong>%1</strong> אפשרות התקנה: <strong>%1</strong> - + None ללא @@ -1430,6 +1454,16 @@ The installer will quit and all changes will be lost. FS Label: תווית מערכת הקבצים: + + + Passphrase for existing partition + מילת צופן למחיצה קיימת + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + לא ניתן לפענח את המחיצה %1 עם מילת הצופן שסופקה.<br/><br/>יש לערוך את המחיצה שוב ולספק את מילת הצופן הנכונה או למחוק וליצור מחיצה מוצפנת חדשה. + EncryptWidget @@ -1459,8 +1493,8 @@ The installer will quit and all changes will be lost. אישור מילת צופן - - + + Please enter the same passphrase in both boxes. נא להקליד את אותה מילת הצופן בשתי התיבות. @@ -1468,12 +1502,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: פרטים: - + Would you like to paste the install log to the web? להדביק את יומן ההתקנה לאינטרנט? @@ -1549,32 +1583,32 @@ The installer will quit and all changes will be lost. ה&פעלה מחדש כעת - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>הכול הושלם.</h1><br/>ההתקנה של %1 למחשב שלך הושלמה.<br/>מעתה יתאפשר לך להשתמש במערכת החדשה שלך. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>אם תיבה זו מסומנת, המערכת שלך תופעל מחדש מיידית עם הלחיצה על <span style="font-style:italic;">סיום</span> או עם סגירת תכנית ההתקנה.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>תהליך ההתקנה הסתיים.</h1><br/>%1 הותקן על המחשב שלך.<br/> כעת ניתן לאתחל את המחשב אל תוך המערכת החדשה שהותקנה, או להמשיך להשתמש בסביבה הנוכחית של %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>אם תיבה זו מסומנת, המערכת שלך תופעל מחדש מיידית עם הלחיצה על <span style="font-style:italic;">סיום</span> או עם סגירת תכנית ההתקנה.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>ההתקנה נכשלה</h1><br/>ההתקנה של %1 במחשבך לא הושלמה.<br/>הודעת השגיאה הייתה: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>ההתקנה נכשלה</h1><br/>%1 לא הותקן על מחשבך.<br/> הודעת השגיאה: %2. @@ -1608,12 +1642,18 @@ The installer will quit and all changes will be lost. אתחול מחיצה בגודל <strong>%3MiB</strong> בנתיב <strong>%1</strong> עם מערכת הקבצים <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. כעת בפרמוט המחיצה %1 עם מערכת הקבצים %2. - + The installer failed to format partition %1 on disk '%2'. אשף ההתקנה נכשל בעת אתחול המחיצה %1 על הכונן ‚%2’. @@ -1621,12 +1661,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space יש לפחות %1 GiB פנויים בכונן - + There is not enough drive space. At least %1 GiB is required. נפח האחסון לא מספיק. נדרשים %1 GiB לפחות. @@ -1666,27 +1706,27 @@ The installer will quit and all changes will be lost. ההתקנה מופעלת תחת חשבון מורשה ניהול (root) - + The setup program is not running with administrator rights. תכנית ההתקנה אינה פועלת עם הרשאות ניהול. - + The installer is not running with administrator rights. אשף ההתקנה לא רץ עם הרשאות מנהל. - + has a screen large enough to show the whole installer המסך גדול מספיק להצגת כל אשף ההתקנה - + The screen is too small to display the setup program. המסך קטן מכדי להציג את תכנית ההתקנה. - + The screen is too small to display the installer. גודל המסך קטן מכדי להציג את תכנית ההתקנה. @@ -1986,35 +2026,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. קובץ מפתח ה־LUKS מוגדר. - - + + No partitions are defined. לא הוגדרו מחיצות. - - - + + + Encrypted rootfs setup error שגיאת התקנת מחיצת שורש מוצפנת - + Root partition %1 is LUKS but no passphrase has been set. מחיצת השורש %1 היא LUKS אבל לא הוגדרה מילת צופן. - + Could not create LUKS key file for root partition %1. לא ניתן ליצור קובץ מפתח LUKS למחיצת השורש %1. - + Could not configure LUKS key file on partition %1. לא ניתן להגדיר קובץ מפתח LUKS למחיצה %1. @@ -2040,12 +2080,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 אזור זמן: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2057,100 +2097,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection בחירת חבילות - + Office software תכנה של כלים משרדיים - + Office package חבילת כלים משרדיים - + Browser software תכנה של דפדפן - + Browser package חבילת דפדפן - + Web browser דפדפן - + Kernel + label for netinstall module, Linux kernel ליבה - + Services + label for netinstall module, system services שירותים - + Login + label for netinstall module, choose login manager כניסה - + Desktop + label for netinstall module, choose desktop environment שולחן עבודה - - Applications - יישומים - - - + Communication + label for netinstall module תקשורת - + Development + label for netinstall module פיתוח - + Office + label for netinstall module כלי משרד - + Multimedia + label for netinstall module מולטימדיה - + Internet + label for netinstall module אינטרנט - + Theming + label for netinstall module עיצוב - + Gaming + label for netinstall module משחקים - + Utilities + label for netinstall module כלים + + + Applications + יישומים + NotesQmlViewStep @@ -2199,24 +2251,24 @@ The installer will quit and all changes will be lost. ניתן לבחור את האזור המועדף עליך או להשתמש בהגדרות בררת המחדל. - - - + + + Timezone: %1 אזור זמן: %1 - + Select your preferred Zone within your Region. נא לבחור את האזור המועדף במחוז שלך. - + Zones אזורים - + You can fine-tune Language and Locale settings below. ניתן לכוון את הגדרות השפה והמיקום להלן. @@ -2509,7 +2561,7 @@ The installer will quit and all changes will be lost. שגיאה לא ידועה - + Password is empty שדה הסיסמה ריק @@ -2547,22 +2599,6 @@ The installer will quit and all changes will be lost. נא לבחור במוצר מהרשימה. המוצר הנבחר יותקן. - - PackageChooserQmlViewStep - - - Packages - חבילות - - - - PackageChooserViewStep - - - Packages - חבילות - - PackageModel @@ -2866,82 +2902,97 @@ The installer will quit and all changes will be lost. מחיצות - + + Unsafe partition actions are enabled. + פעולות מחיצה מסוכנות פעילות. + + + + Partitioning is configured to <b>always</b> fail. + החלוקה למחיצות מוגדר כך ש<b>תמיד</b> תיכשל. + + + + No partitions will be changed. + לא נערכו מחיצות. + + + Current: נוכחי: - + After: לאחר: - + No EFI system partition configured לא הוגדרה מחיצת מערכת EFI - + EFI system partition configured incorrectly מחיצת המערכת EFI לא הוגדרה נכון - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. מחיצת מערכת EFI נחוצה להפעלת %1. <br/><br/>כדי להפעיל מחיצת מערכת EFI, יש לחזור ולבחור או ליצור מערכת קבצים מתאימה. - + The filesystem must be mounted on <strong>%1</strong>. יש לעגן את מערכת הקבצים ב־<strong>%1</strong> - + The filesystem must have type FAT32. מערכת הקבצים חייבת להיות מסוג FAT32. - + The filesystem must be at least %1 MiB in size. גודל מערכת הקבצים חייב להיות לפחות ‎%1 MIB. - + The filesystem must have flag <strong>%1</strong> set. למערכת הקבצים חייב להיות מוגדר הדגלון <strong>%1</strong>. - + You can continue without setting up an EFI system partition but your system may fail to start. ניתן להמשיך ללא הקמת מחיצת מערכת EFI אך המערכת שלך לא תצליח להיטען. - + Option to use GPT on BIOS אפשרות להשתמש ב־GPT או ב־BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - טבלת מחיצות מסוג GPT היא האפשרות הטובה ביותר בכל המערכות. תכנית התקנה זו תומכת גם במערכות מסוג BIOS.<br/><br/>כדי להגדיר טבלת מחיצות מסוג GPT על גבי BIOS, (אם זה טרם בוצע) יש לחזור ולהגדיר את טבלת המחיצות ל־GPT, לאחר מכן יש ליצור מחיצה של 8 מ״ב ללא פירמוט עם הדגלון <strong>%2</strong> פעיל.<br/><br/>מחיצה בלתי מפורמטת בגודל 8 מ״ב נחוצה לטובת הפעלת %1 על מערכת מסוג BIOS עם GPT. + טבלת מחיצות GPT היא האפשרות הטובה ביותר לכל המערכות. תוכנית התקנה זאת תומכת בהקמה שכזאת גם עבור מערכות BIOS.<br/><br/>כדי להגדיר טבלת מחיצות GPT על BIOS, (אם זה טרם בוצע) יש לחזור ולהגדיר את טבלת המחיצות ל־GPT, לאחר מכן ליצור מחיצה בלתי מפורמטת בגודל 8 מ״ב עם הדגלון <strong>%2</strong> פעיל.<br/><br/>מחיצה בלתי מפורמטת בגודל 8 מ״ב נחוצה להפעלת %1 על מערכת BIOS עם GPT. - + Boot partition not encrypted מחיצת האתחול (Boot) אינה מוצפנת - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. מחיצת אתחול, boot, נפרדת הוגדרה יחד עם מחיצת מערכת ההפעלה, root, מוצפנת, אך מחיצת האתחול לא הוצפנה.<br/><br/> ישנן השלכות בטיחותיות עם התצורה שהוגדרה, מכיוון שקובצי מערכת חשובים נשמרים על מחיצה לא מוצפנת.<br/>ניתן להמשיך אם זהו רצונך, אך שחרור מערכת הקבצים יתרחש מאוחר יותר כחלק מהאתחול.<br/>בכדי להצפין את מחיצת האתחול, יש לחזור וליצור אותה מחדש, על ידי בחירה ב <strong>הצפנה</strong> בחלונית יצירת המחיצה. - + has at least one disk device available. יש לפחות התקן כונן אחד זמין. - + There are no partitions to install on. אין מחיצות להתקין עליהן. @@ -3076,7 +3127,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3402,12 +3453,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: לקבלת התוצאות הטובות ביותר, נא לוודא כי מחשב זה: - + System requirements דרישות מערכת @@ -3428,29 +3479,29 @@ Output: SetHostNameJob - + Set hostname %1 הגדרת שם מארח %1 - + Set hostname <strong>%1</strong>. הגדרת שם מארח <strong>%1</strong>. - + Setting hostname %1. כעת בהגדרת שם המארח %1. - - + + Internal Error שגיאה פנימית - - + + Cannot write hostname to target system כתיבת שם העמדה למערכת היעד נכשלה @@ -3652,18 +3703,18 @@ Output: SetupGroupsJob - + Preparing groups. הקבוצות בהכנה. - - + + Could not create groups in target system לא ניתן למצוא קבוצות במערכת היעד - + These groups are missing in the target system: %1 קבוצות אלו חסרות ממערכת היעד: %1 @@ -3671,17 +3722,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. הגדרת משתמשי <pre>sudo</pre>. - + Cannot chmod sudoers file. לא ניתן לשנות את מאפייני קובץ מנהלי המערכת. - + Cannot create sudoers file for writing. לא ניתן ליצור את קובץ מנהלי המערכת לכתיבה. @@ -3835,22 +3886,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">יש ללחוץ כאן למידע נוסף על המשוב מצד המשתמשים</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. מעקב מסייע ל־%1 לראות מה תדירות ההתקנות, על איזו חומרה המערכת מותקנת ואילו יישומים בשימוש. כדי לצפות במה שיישלח, נא ללחוץ על סמל העזרה שליד כל אזור. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. בחירה באפשרות זו תוביל לשליחת מידע על ההתקנה והחומרה שלך. מידע זה יישלח <b>פעם אחת</b> בלבד לאחר סיום ההתקנה. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. בחירה באפשרות הזאת תוביל לשליחת מידע מדי פעם בפעם על ההתקנה ב<b>מערכת</b>, החומרה והיישומים שלך אל %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. בחירה באפשרות זו תוביל לשליחת מידע באופן קבוע על התקנת ה<b>משתמש</b>, החומרה, היישומים ודפוסי שימוש אל %1. @@ -3871,12 +3922,12 @@ Output: ניתוק עיגון מערכות קבצים. - + No target system available. אין מערכת יעד זמינה. - + No rootMountPoint is set. לא הוגדרה נקודת עיגון לשורש. @@ -3884,12 +3935,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>אם מחשב זה מיועד לשימוש לטובת למעלה ממשתמש אחד, ניתן ליצור מגוון חשבונות לאחר ההתקנה.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>אם מחשב זה מיועד לשימוש לטובת למעלה ממשתמש אחד, ניתן ליצור מגוון חשבונות לאחר ההתקנה.</small> @@ -4038,44 +4089,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>ברוך בואך לתכנית ההתקנה Calamares עבור %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>ברוך בואך להתקנת %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>ברוך בואך להתקנת %1 עם Calamares.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>ברוך בואך להתקנת %1.</h1> - - - %1 support תמיכה ב־%1 - + About %1 setup על אודות התקנת %1 - + About %1 installer על אודות התקנת %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>עבור %3</strong><br/><br/>כל הזכויות שמורות 2014‏-2017 ל־Teo Mrnjavac‏ &lt;teo@kde.org&gt;<br/>כל הזכויות שמורות 2017‏-2020 ל־Adriaan de Groot‏ &lt;groot@kde.org&gt;<br/>תודה גדולה נתונה <a href="https://calamares.io/team/">לצוות Calamares</a> ול<a href="https://www.transifex.com/calamares/calamares/">צווות המתרגמים של Calamares</a>.<br/><br/><a href="https://calamares.io/">הפיתוח של Calamares</a> ממומן על ידי <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - דואגים לחירות התכנה. - WelcomeQmlViewStep @@ -4140,34 +4166,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - כל הזכויות שמורות 2014‏-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - כל הזכויות שמורות 2017‏-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - תודה גדולה נתונה <a href='https://calamares.io/team/'>לצוות Calamares</a> - ול<a href='https://www.transifex.com/calamares/calamares/'>צוות המתרגמים - של Calamares</a>.<br/><br/> - הפיתוח של <a href='https://calamares.io/'>Calamares</a> - ממומן על ידי <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - דואגים לחירות התכנה. - - - + Back חזרה @@ -4272,17 +4271,17 @@ Output: דגם מקלדת: - + Layouts פריסות - + Type here to test your keyboard ניתן להקליד כאן כדי לבדוק את המקלדת שלך - + Variants הגוונים @@ -4431,102 +4430,102 @@ Output: אם במחשב זה יש יותר ממשתמש אחד, ניתן ליצור מגוון חשבונות לאחר ההתקנה. - + Only lowercase letters, numbers, underscore and hyphen are allowed. מותר להשתמש רק באותיות קטנות, ספרות, קווים תחתיים ומינוסים. - + root is not allowed as username. אסור להשתמש ב־root כשם משתמש. - + What is the name of this computer? מהו השם של המחשב הזה? - + Computer Name שם המחשב - + This name will be used if you make the computer visible to others on a network. השם הזה יהיה בשימוש אם המחשב הזה יהיה גלוי לשאר הרשת. - + localhost is not allowed as hostname. אסור להשתמש ב־localhost כשם מארח. - + Choose a password to keep your account safe. נא לבחור סיסמה להגנה על חשבונך. - + Password סיסמה - + Repeat Password חזרה על הסיסמה - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. יש להקליד את אותה הסיסמה פעמיים כדי שניתן יהיה לבדוק שגיאות הקלדה. סיסמה טובה אמורה להכיל שילוב של אותיות, מספרים וסימני פיסוק, להיות באורך של שמונה תווים לפחות ויש להחליף אותה במרווחי זמן קבועים. - + Validate passwords quality אימות איכות הסיסמאות - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. כשתיבה זו מסומנת, בדיקת אורך סיסמה מתבצעת ולא תהיה לך אפשרות להשתמש בסיסמה חלשה. - + Log in automatically without asking for the password להיכנס אוטומטית מבלי לבקש סיסמה - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. מותר להשתמש באותיות, ספרות, קווים תחתונים ומינוסים, שני תווים ומעלה. - + Reuse user password as root password להשתמש בסיסמת המשתמש גם בשביל משתמש העל (root) - + Use the same password for the administrator account. להשתמש באותה הסיסמה בשביל חשבון המנהל. - + Choose a root password to keep your account safe. נא לבחור סיסמה למשתמש העל (root) כדי להגן על חשבונך. - + Root Password סיסמה למשתמש העל (root) - + Repeat Root Password נא לחזור על סיסמת משתמש העל - + Enter the same password twice, so that it can be checked for typing errors. נא להקליד את הסיסמה פעמיים כדי לאפשר זיהוי של שגיאות הקלדה. diff --git a/lang/calamares_hi.ts b/lang/calamares_hi.ts index 0f62021f3..ebe9d431d 100644 --- a/lang/calamares_hi.ts +++ b/lang/calamares_hi.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ विजेट ट्री - + Debug information डीबग संबंधी जानकारी @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up सेटअप - + Install इंस्टॉल करें @@ -171,7 +190,7 @@ Calamares::JobThread - + Done पूर्ण @@ -261,7 +280,7 @@ मॉड्यूल <i>%1</i> हेतु आवश्यकताओं की जाँच पूर्ण हुई। - + Waiting for %n module(s). %n मॉड्यूल की प्रतीक्षा में। @@ -269,7 +288,7 @@ - + (%n second(s)) (%n सेकंड) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. सिस्टम हेतु आवश्यकताओं की जाँच पूर्ण हुई। @@ -488,12 +507,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program %1 सेटअप प्रोग्राम - + %1 Installer %1 इंस्टॉलर @@ -532,149 +551,149 @@ The installer will quit and all changes will be lost. रूप - + Select storage de&vice: डिवाइस चुनें (&v): - - - - + + + + Current: मौजूदा : - + After: बाद में: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>मैनुअल विभाजन</strong><br/> स्वयं विभाजन बनाएँ या उनका आकार बदलें। - + Reuse %1 as home partition for %2. %2 के होम विभाजन के लिए %1 को पुनः उपयोग करें। - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>छोटा करने के लिए विभाजन चुनें, फिर नीचे bar से उसका आकर सेट करें</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 को छोटा करके %2MiB किया जाएगा व %4 हेतु %3MiB का एक नया विभाजन बनेगा। - + Boot loader location: बूट लोडर का स्थान: - + <strong>Select a partition to install on</strong> <strong>इंस्टॉल के लिए विभाजन चुनें</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. इस सिस्टम पर कहीं भी कोई EFI सिस्टम विभाजन नहीं मिला। कृपया वापस जाएँ व %1 को सेट करने के लिए मैनुअल रूप से विभाजन करें। - + The EFI system partition at %1 will be used for starting %2. %1 वाले EFI सिस्टम विभाजन का उपयोग %2 को शुरू करने के लिए किया जाएगा। - + EFI system partition: EFI सिस्टम विभाजन: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. इस डिवाइस पर लगता है कि कोई ऑपरेटिंग सिस्टम नहीं है। आप क्या करना चाहेंगे?<br/>आप डिवाइस में किसी भी बदलाव से पहले उसकी समीक्षा व पुष्टि कर सकेंगे। - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>डिस्क का सारा डाटा हटाएँ</strong><br/>इससे चयनित डिवाइस पर मौजूद सारा डाटा <font color="red">हटा</font>हो जाएगा। - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>साथ में इंस्टॉल करें</strong><br/>इंस्टॉलर %1 के लिए स्थान बनाने हेतु एक विभाजन को छोटा कर देगा। - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>विभाजन को बदलें</strong><br/>एक विभाजन को %1 से बदलें। - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. इस डिवाइस पर %1 है। आप क्या करना चाहेंगे?<br/>आप डिवाइस में किसी भी बदलाव से पहले उसकी समीक्षा व पुष्टि कर सकेंगे। - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. इस डिवाइस पर पहले से एक ऑपरेटिंग सिस्टम है। आप क्या करना चाहेंगे?<br/>आप डिवाइस में किसी भी बदलाव से पहले उसकी समीक्षा व पुष्टि कर सकेंगे। - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. इस डिवाइस पर एक से अधिक ऑपरेटिंग सिस्टम है। आप क्या करना चाहेंगे?<br/>आप डिवाइस में किसी भी बदलाव से पहले उसकी समीक्षा व पुष्टि कर सकेंगे। - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> इस संचय उपकरण पर पहले से ऑपरेटिंग सिस्टम है, परंतु <strong>%1</strong> विभाजन तालिका अपेक्षित <strong>%2</strong> से भिन्न है।<br/> - + This storage device has one of its partitions <strong>mounted</strong>. इस संचय उपकरण के विभाजनों में से कोई एक विभाजन <strong>माउंट</strong> है। - + This storage device is a part of an <strong>inactive RAID</strong> device. यह संचय उपकरण एक <strong>निष्क्रिय RAID</strong> उपकरण का हिस्सा है। - + No Swap कोई स्वैप नहीं - + Reuse Swap स्वैप पुनः उपयोग करें - + Swap (no Hibernate) स्वैप (हाइबरनेशन/सिस्टम सुप्त रहित) - + Swap (with Hibernate) स्वैप (हाइबरनेशन/सिस्टम सुप्त सहित) - + Swap to file स्वैप फाइल बनाएं @@ -762,27 +781,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> कुंजीपटल का मॉडल %1 सेट करें।<br/> - + Set keyboard layout to %1/%2. कुंजीपटल का अभिन्यास %1/%2 सेट करें। - + Set timezone to %1/%2. समय क्षेत्र %1%2 सेट करें। - + The system language will be set to %1. सिस्टम भाषा %1 सेट की जाएगी। - + The numbers and dates locale will be set to %1. संख्या व दिनांक स्थानिकी %1 सेट की जाएगी। @@ -817,97 +836,97 @@ The installer will quit and all changes will be lost. नेटवर्क इंस्टॉल। (निष्क्रिय है : पैकेज सूची प्राप्त करने में असमर्थ, अपना नेटवर्क कनेक्शन जाँचें) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> यह कंप्यूटर %1 सेटअप करने की न्यूनतम आवश्यकताओं को पूरा नहीं करता।<br/>सेटअप जारी नहीं रखा जा सकता।<a href="#details">विवरण...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> यह कंप्यूटर %1 इंस्टॉल करने की न्यूनतम आवश्यकताओं को पूरा नहीं करता।<br/>इंस्टॉल जारी नहीं रखा जा सकता।<a href="#details">विवरण...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. यह कंप्यूटर %1 सेटअप करने हेतु सुझाई गई आवश्यकताओं को पूरा नहीं करता।<br/>सेटअप जारी रखा जा सकता है, लेकिन कुछ विशेषताएँ निष्क्रिय कर दी जाएँगी। - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. यह कंप्यूटर %1 इंस्टॉल करने हेतु सुझाई गई आवश्यकताओं को पूरा नहीं करता।<br/>इंस्टॉल जारी रखा जा सकता है, लेकिन कुछ विशेषताएँ निष्क्रिय कर दी जाएँगी। - + This program will ask you some questions and set up %2 on your computer. यह प्रोग्राम प्रश्नावली के माध्यम से आपके कंप्यूटर पर %2 को सेट करेगा। - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>%1 हेतु Calamares सेटअप में आपका स्वागत है</h1> - + <h1>Welcome to %1 setup</h1> <h1>%1 सेटअप में आपका स्वागत है</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>%1 हेतु Calamares इंस्टॉलर में आपका स्वागत है</h1> - + <h1>Welcome to the %1 installer</h1> <h1>%1 इंस्टॉलर में आपका स्वागत है</h1> - + Your username is too long. उपयोक्ता नाम बहुत लंबा है। - + '%1' is not allowed as username. उपयोक्ता नाम के रूप में '%1' का उपयोग अस्वीकार्य है। - + Your username must start with a lowercase letter or underscore. उपयोक्ता नाम का आरंभ केवल लोअरकेस अक्षर या अंडरस्कोर(-) से ही करें। - + Only lowercase letters, numbers, underscore and hyphen are allowed. केवल लोअरकेस अक्षर, अंक, अंडरस्कोर(_) व हाइफ़न(-) ही स्वीकार्य हैं। - + Your hostname is too short. होस्ट नाम बहुत छोटा है। - + Your hostname is too long. होस्ट नाम बहुत लंबा है। - + '%1' is not allowed as hostname. होस्ट नाम के रूप में '%1' का उपयोग अस्वीकार्य है। - + Only letters, numbers, underscore and hyphen are allowed. केवल अक्षर, अंक, अंडरस्कोर(_) व हाइफ़न(-) ही स्वीकार्य हैं। - + Your passwords do not match! आपके कूटशब्द मेल नहीं खाते! - + OK! ठीक है! @@ -963,11 +982,16 @@ The installer will quit and all changes will be lost. + Packages + पैकेज + + + Install option: <strong>%1</strong> इंस्टॉल विकल्प : <strong>%1</strong> - + None कोई नहीं @@ -1426,6 +1450,16 @@ The installer will quit and all changes will be lost. FS Label: फाइल सिस्टम उपनाम : + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1455,8 +1489,8 @@ The installer will quit and all changes will be lost. कूटशब्द की पुष्टि करें - - + + Please enter the same passphrase in both boxes. कृपया दोनों स्थानों में समान कूटशब्द दर्ज करें। @@ -1464,12 +1498,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: विवरण : - + Would you like to paste the install log to the web? क्या आप इंस्टॉल प्रक्रिया की लॉग फ़ाइल इंटरनेट पर पेस्ट करना चाहेंगे ? @@ -1545,32 +1579,32 @@ The installer will quit and all changes will be lost. अभी पुनः आरंभ करें (&R) - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>सब हो गया।</h1><br/>आपके कंप्यूटर पर %1 को सेटअप कर दिया गया है।<br/>अब आप अपने नए सिस्टम का उपयोग कर सकते है। - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>यह विकल्प चयनित होने पर आपका सिस्टम तुरंत पुनः आरंभ हो जाएगा जब आप <span style="font-style:italic;">हो गया</span>पर क्लिक करेंगे या सेटअप प्रोग्राम को बंद करेंगे।</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>सब हो गया।</h1><br/>आपके कंप्यूटर पर %1 इंस्टॉल हो चुका है।<br/>अब आप आपने नए सिस्टम को पुनः आरंभ कर सकते है, या फिर %2 लाइव वातावरण उपयोग करना जारी रखें। - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>यह विकल्प चयनित होने पर आपका सिस्टम तुरंत पुनः आरंभ हो जाएगा जब आप <span style="font-style:italic;">हो गया</span>पर क्लिक करेंगे या इंस्टॉलर बंद करेंगे।</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>सेटअप विफल रहा</h1><br/>%1 आपके कंप्यूटर पर सेटअप नहीं हुआ।<br/>त्रुटि संदेश : %2। - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>इंस्टॉल विफल रहा</h1><br/>%1 आपके कंप्यूटर पर इंस्टॉल नहीं हुआ।<br/>त्रुटि संदेश : %2। @@ -1604,12 +1638,18 @@ The installer will quit and all changes will be lost. फ़ाइल सिस्टम <strong>%2</strong> के साथ <strong>%3MiB</strong> के विभाजन <strong>%1</strong> को फॉर्मेट करें। - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. फ़ाइल सिस्टम %2 के साथ विभाजन %1 को फॉर्मेट किया जा रहा है। - + The installer failed to format partition %1 on disk '%2'. इंस्टॉलर डिस्क '%2' पर विभाजन %1 को फॉर्मेट करने में विफल रहा। @@ -1617,12 +1657,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space कम-से-कम %1 GiB स्पेस ड्राइव पर उपलब्ध हो - + There is not enough drive space. At least %1 GiB is required. ड्राइव में पर्याप्त स्पेस नहीं है। कम-से-कम %1 GiB होना आवश्यक है। @@ -1662,27 +1702,27 @@ The installer will quit and all changes will be lost. इंस्टॉलर को प्रबंधक(रुट) के अंतर्गत चला रहा है - + The setup program is not running with administrator rights. सेटअप प्रोग्राम के पास प्रबंधक अधिकार नहीं है। - + The installer is not running with administrator rights. इंस्टॉलर के पास प्रबंधक अधिकार नहीं है। - + has a screen large enough to show the whole installer स्क्रीन का माप इंस्टॉलर को पूर्णतया प्रदर्शित करने में सक्षम हो - + The screen is too small to display the setup program. सेटअप प्रोग्राम प्रदर्शित करने हेतु स्क्रीन काफ़ी छोटी है। - + The screen is too small to display the installer. इंस्टॉलर प्रदर्शित करने हेतु स्क्रीन काफ़ी छोटी है। @@ -1982,35 +2022,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. LUKS कुंजी फ़ाइल विन्यस्त करना। - - + + No partitions are defined. कोई विभाजन परिभाषित नहीं है। - - - + + + Encrypted rootfs setup error एन्क्रिप्टेड रुट फ़ाइल सिस्टम सेटअप करने में त्रुटि - + Root partition %1 is LUKS but no passphrase has been set. रुट विभाजन %1, LUKS है परंतु कोई कूटशब्द सेट नहीं है। - + Could not create LUKS key file for root partition %1. रुट विभाजन %1 हेतु LUKS कुंजी फ़ाइल बनाई नहीं जा सकी। - + Could not configure LUKS key file on partition %1. विभाजन %1 हेतु LUKS कुंजी फ़ाइल विन्यस्त नहीं हो सकी। @@ -2036,12 +2076,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 समय क्षेत्र : %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2053,100 +2093,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection पैकेज चयन - + Office software ऑफिस सॉफ्टवेयर - + Office package ऑफिस पैकेज - + Browser software ब्राउज़र सॉफ्टवेयर - + Browser package ब्राउज़र पैकेज - + Web browser वेब ब्राउज़र - + Kernel + label for netinstall module, Linux kernel कर्नेल - + Services + label for netinstall module, system services सेवाएँ - + Login + label for netinstall module, choose login manager लॉगिन - + Desktop + label for netinstall module, choose desktop environment डेस्कटॉप - - Applications - अनुप्रयोग - - - + Communication + label for netinstall module संचार - + Development + label for netinstall module सॉफ्टवेयर विकास - + Office + label for netinstall module ऑफिस - + Multimedia + label for netinstall module मल्टीमीडिया - + Internet + label for netinstall module इंटरनेट - + Theming + label for netinstall module थीम - + Gaming + label for netinstall module खेल - + Utilities + label for netinstall module साधन + + + Applications + अनुप्रयोग + NotesQmlViewStep @@ -2195,24 +2247,24 @@ The installer will quit and all changes will be lost. अपना इच्छित क्षेत्र चुनें या फिर डिफ़ॉल्ट सेटिंग्स उपयोग करें। - - - + + + Timezone: %1 समय क्षेत्र : %1 - + Select your preferred Zone within your Region. इच्छित क्षेत्र में भूभाग चुनें। - + Zones भूभाग - + You can fine-tune Language and Locale settings below. भाषा व स्थानिकी हेतु निम्नलिखित सेटिंग्स उपयोग करें। @@ -2487,7 +2539,7 @@ The installer will quit and all changes will be lost. अज्ञात त्रुटि - + Password is empty कूटशब्द रिक्त है @@ -2525,22 +2577,6 @@ The installer will quit and all changes will be lost. सूची में से वस्तु विशेष का चयन करें। चयनित वस्तु इंस्टॉल कर दी जाएगी। - - PackageChooserQmlViewStep - - - Packages - पैकेज - - - - PackageChooserViewStep - - - Packages - पैकेज - - PackageModel @@ -2844,82 +2880,97 @@ The installer will quit and all changes will be lost. विभाजन - + + Unsafe partition actions are enabled. + विभाजन हेतु असुरक्षित कार्य सक्रिय हैं। + + + + Partitioning is configured to <b>always</b> fail. + विभाजन प्रक्रिया <b>सदैव</b> विफल होने हेतु विन्यस्त है। + + + + No partitions will be changed. + किसी विभाजन में कोई परिवर्तन नहीं होगा। + + + Current: मौजूदा : - + After: बाद में: - + No EFI system partition configured कोई EFI सिस्टम विभाजन विन्यस्त नहीं है - + EFI system partition configured incorrectly EFI सिस्टम विभाजन उचित रूप से विन्यस्त नहीं है - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. %1 आरंभ करने हेतु EFI सिस्टम विभाजन आवश्यक है। <br/><br/> EFI सिस्टम विभाजन विन्यस्त करने हेतु, वापस जाएँ व एक उपयुक्त फाइल सिस्टम चुनें या बनाएँ। - + The filesystem must be mounted on <strong>%1</strong>. फाइल सिस्टम का <strong>%1</strong> पर माउंट होना आवश्यक है। - + The filesystem must have type FAT32. फाइल सिस्टम का प्रकार FAT32 होना आवश्यक है। - + The filesystem must be at least %1 MiB in size. फाइल सिस्टम का आकार कम-से-कम %1 एमबी होना आवश्यक है। - + The filesystem must have flag <strong>%1</strong> set. फाइल सिस्टम पर <strong>%1</strong> फ्लैग सेट होना आवश्यक है। - + You can continue without setting up an EFI system partition but your system may fail to start. आप बिना EFI सिस्टम विभाजन सेट करें भी प्रक्रिया जारी रख सकते हैं परन्तु सम्भवतः ऐसा करने से आपका सिस्टम आरंभ नहीं होगा। - + Option to use GPT on BIOS BIOS पर GPT उपयोग करने के लिए विकल्प - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - GPT विभाजन तालिका सभी सिस्टम हेतु सबसे उत्तम विकल्प है। यह इंस्टॉलर BIOS सिस्टम के सेटअप को भी समर्थन करता है। <br/><br/>BIOS पर GPT विभाजन तालिका को विन्यस्त करने हेतु, (अगर अब तक नहीं करा है तो) वापस जाकर विभाजन तालिका GPT पर सेट करें, फिर एक 8 MB का बिना फॉर्मेट हुआ विभाजन बनाए जिस पर <strong>%2</strong> का flag हो।<br/><br/>यह बिना फॉर्मेट हुआ 8 MB का विभाजन %1 को BIOS सिस्टम पर GPT के साथ शुरू करने के लिए आवश्यक है। + GPT विभाजन तालिका सभी सिस्टम हेतु सबसे उत्तम विकल्प है। यह इंस्टॉलर BIOS सिस्टम के सेटअप को भी समर्थन करता है। <br/><br/>BIOS पर GPT विभाजन तालिका को विन्यस्त करने हेतु, (यदि अब तक नहीं करा है) वापस जाकर विभाजन तालिका GPT पर सेट करें, फिर एक 8 MB का बिना फॉर्मेट हुआ विभाजन बनाएँ जिस पर <strong>%2</strong> का फ्लैग हो।<br/><br/>यह बिना फॉर्मेट हुआ 8 MB का विभाजन %1 को BIOS सिस्टम पर GPT के साथ आरंभ करने हेतु आवश्यक है। - + Boot partition not encrypted बूट विभाजन एन्क्रिप्टेड नहीं है - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. एन्क्रिप्टेड रुट विभाजन के साथ एक अलग बूट विभाजन भी सेट किया गया था, पर बूट विभाजन एन्क्रिप्टेड नहीं था।<br/><br/> इस तरह का सेटअप सुरक्षित नहीं होता क्योंकि सिस्टम फ़ाइल एन्क्रिप्टेड विभाजन पर होती हैं।<br/>आप चाहे तो जारी रख सकते है, पर फिर फ़ाइल सिस्टम बाद में सिस्टम स्टार्टअप के दौरान अनलॉक होगा।<br/> विभाजन को एन्क्रिप्ट करने के लिए वापस जाकर उसे दोबारा बनाएँ व विभाजन निर्माण विंडो में<strong>एन्क्रिप्ट</strong> चुनें। - + has at least one disk device available. कम-से-कम एक डिस्क डिवाइस उपलब्ध हो। - + There are no partitions to install on. इंस्टॉल हेतु कोई विभाजन नहीं हैं। @@ -3054,7 +3105,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3380,12 +3431,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: उत्तम परिणाम हेतु, कृपया सुनिश्चित करें कि यह कंप्यूटर : - + System requirements सिस्टम इंस्टॉल हेतु आवश्यकताएँ @@ -3406,29 +3457,29 @@ Output: SetHostNameJob - + Set hostname %1 होस्ट नाम %1 सेट करें। - + Set hostname <strong>%1</strong>. होस्ट नाम <strong>%1</strong> सेट करें। - + Setting hostname %1. होस्ट नाम %1 सेट हो रहा है। - - + + Internal Error आंतरिक त्रुटि - - + + Cannot write hostname to target system लक्षित सिस्टम पर होस्ट नाम लिखा नहीं जा सकता। @@ -3630,18 +3681,18 @@ Output: SetupGroupsJob - + Preparing groups. समूह तैयार करना जारी। - - + + Could not create groups in target system लक्षित सिस्टम में समूह तैयार करना विफल - + These groups are missing in the target system: %1 लक्षित सिस्टम में समूह अनुपस्थित हैं : %1 @@ -3649,17 +3700,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. <pre>sudo</pre> उपयोक्ता हेतु विन्यास। - + Cannot chmod sudoers file. sudoers फ़ाइल chmod नहीं की जा सकती। - + Cannot create sudoers file for writing. राइट हेतु sudoers फ़ाइल नहीं बन सकती। @@ -3813,22 +3864,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">उपयोक्ता प्रतिक्रिया के बारे में अधिक जानकारी हेतु यहाँ क्लिक करें</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. ट्रैकिंग द्वारा %1 को यह जानने में सहायता मिलती है कि कितनी बार व किस हार्डवेयर पर इंस्टॉल किया गया एवं कौन से अनुप्रयोग उपयोग किए गए। यह जानने हेतु कि क्या भेजा जाएगा, कृपया प्रत्येक के साथ दिए गए सहायता आइकन पर क्लिक करें। - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. इसे चयनित करने पर आपके इंस्टॉल व हार्डवेयर संबंधी जानकारी भेजी जाएँगी। यह जानकारी इंस्टॉल समाप्त हो जाने के उपरांत केवल <b>एक बार</b> ही भेजी जाएगी। - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. इसे चयनित करने पर आपके <b>मशीन</b> इंस्टॉल, हार्डवेयर व अनुप्रयोगों संबंधी जानकारी समय-समय पर, %1 को भेजी जाएँगी। - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. इसे चयनित करने पर आपके <b>उपयोक्ता</b> इंस्टॉल, हार्डवेयर, अनुप्रयोगों व प्रतिमानों संबंधी जानकारी समय-समय पर, %1 को भेजी जाएँगी। @@ -3849,12 +3900,12 @@ Output: फ़ाइल सिस्टम माउंट से हटाना। - + No target system available. लक्षित सिस्टम उपलब्ध नहीं है। - + No rootMountPoint is set. rootMountPoint निर्धारित नहीं है। @@ -3862,12 +3913,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>यदि एक से अधिक व्यक्ति इस कंप्यूटर का उपयोग करेंगे, तो आप सेटअप के उपरांत एकाधिक अकाउंट बना सकते हैं।</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>यदि एक से अधिक व्यक्ति इस कंप्यूटर का उपयोग करेंगे, तो आप इंस्टॉल के उपरांत एकाधिक अकाउंट बना सकते हैं।</small> @@ -4016,44 +4067,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>%1 हेतु Calamares सेटअप में आपका स्वागत है।</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>%1 सेटअप में आपका स्वागत है।</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>%1 के लिए Calamares इंस्टॉलर में आपका स्वागत है।</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>%1 इंस्टॉलर में आपका स्वागत है।</h1> - - - %1 support %1 सहायता - + About %1 setup %1 सेटअप के बारे में - + About %1 installer %1 इंस्टॉलर के बारे में - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>के लिए %3</strong><br/><br/>प्रतिलिप्याधिकार 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>प्रतिलिप्याधिकार 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/><a href="https://calamares.io/team/">Calamares टीम</a> व <a href="https://www.transifex.com/calamares/calamares/">Calamares अनुवादक टीम</a> का धन्यवाद।<br/><br/><a href="https://calamares.io/">Calamares</a> का विकास <br/><a href="http://www.blue-systems.com/">ब्लू सिस्टम्स</a> - लिब्रेटिंग सॉफ्टवेयर द्वारा प्रायोजित है। - WelcomeQmlViewStep @@ -4091,7 +4117,7 @@ Output: No partitions are available for ZFS. - + ZFS हेतु कोई विभाजन उपलब्ध नहीं है। @@ -4118,34 +4144,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - के लिए %3</strong><br/><br/> - प्रतिलिप्याधिकार 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - प्रतिलिप्याधिकार 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - <a href='https://calamares.io/team/'>Calamares टीम</a> - व <a href='https://www.transifex.com/calamares/calamares/'>Calamares - अनुवादक टीम</a>को धन्यवाद।<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - का विकास <br/> - <a href='http://www.blue-systems.com/'>ब्लू सिस्टम्स</a> - - लिब्रेटिंग सॉफ्टवेयर द्वारा प्रायोजित है। - - - + Back वापस @@ -4250,17 +4249,17 @@ Output: कुंजीपटल का मॉडल - + Layouts अभिन्यास - + Type here to test your keyboard अपना कुंजीपटल जाँचने के लिए यहाँ टाइप करें - + Variants भिन्न रूप @@ -4409,102 +4408,102 @@ Output: यदि एक से अधिक व्यक्ति इस कंप्यूटर का उपयोग करेंगे, तो आप इंस्टॉल के उपरांत एकाधिक अकाउंट बना सकते हैं। - + Only lowercase letters, numbers, underscore and hyphen are allowed. केवल लोअरकेस अक्षर, अंक, अंडरस्कोर(_) व हाइफ़न(-) ही स्वीकार्य हैं। - + root is not allowed as username. उपयोक्ता नाम के रूप में root का उपयोग अस्वीकार्य है। - + What is the name of this computer? इस कंप्यूटर का नाम ? - + Computer Name कंप्यूटर का नाम - + This name will be used if you make the computer visible to others on a network. यदि आपका कंप्यूटर किसी नेटवर्क पर दृश्यमान होता है, तो यह नाम उपयोग किया जाएगा। - + localhost is not allowed as hostname. होस्ट नाम के रूप में localhost का उपयोग अस्वीकार्य है। - + Choose a password to keep your account safe. अपना अकाउंट सुरक्षित रखने के लिए पासवर्ड चुनें । - + Password कूटशब्द - + Repeat Password कूटशब्द पुनः दर्ज करें - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. एक ही कूटशब्द दो बार दर्ज़ करें, ताकि उसे टाइप त्रुटि हेतु जाँचा जा सके। एक अच्छे कूटशब्द में अक्षर, अंक व विराम चिन्हों का मेल होता है, उसमें कम-से-कम आठ अक्षर होने चाहिए, और उसे नियमित अंतराल पर बदलते रहना चाहिए। - + Validate passwords quality कूटशब्द गुणवत्ता प्रमाणीकरण - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. यह बॉक्स टिक करने के परिणाम स्वरुप कूटशब्द-क्षमता की जाँच होगी व आप कमज़ोर कूटशब्द उपयोग नहीं कर पाएंगे। - + Log in automatically without asking for the password कूटशब्द बिना पूछे ही स्वतः लॉग इन करें - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. केवल अक्षर, अंक, अंडरस्कोर व हाइफ़न ही स्वीकार्य हैं, परन्तु केवल दो अक्षर ही ऐसे हो सकते हैं। - + Reuse user password as root password रुट कूटशब्द हेतु भी उपयोक्ता कूटशब्द उपयोग करें - + Use the same password for the administrator account. प्रबंधक अकाउंट के लिए भी यही कूटशब्द उपयोग करें। - + Choose a root password to keep your account safe. अकाउंट सुरक्षा हेतु रुट कूटशब्द चुनें। - + Root Password रुट कूटशब्द - + Repeat Root Password रुट कूटशब्द पुनः दर्ज करें - + Enter the same password twice, so that it can be checked for typing errors. समान कूटशब्द दो बार दर्ज करें, ताकि टाइपिंग त्रुटि हेतु जाँच की जा सकें। diff --git a/lang/calamares_hi_IN.ts b/lang/calamares_hi_IN.ts deleted file mode 100644 index 9513e0f90..000000000 --- a/lang/calamares_hi_IN.ts +++ /dev/null @@ -1,4377 +0,0 @@ - - - - - AutoMountManagementJob - - - Manage auto-mount settings - - - - - BootInfoWidget - - - The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode. - - - - - This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. - - - - - This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. - - - - - BootLoaderModel - - - Master Boot Record of %1 - - - - - Boot Partition - - - - - System Partition - - - - - Do not install a boot loader - - - - - %1 (%2) - - - - - Calamares::BlankViewStep - - - Blank Page - - - - - Calamares::DebugWindow - - - Form - - - - - GlobalStorage - - - - - JobQueue - - - - - Modules - - - - - Type: - - - - - - none - - - - - Interface: - - - - - Crashes Calamares, so that Dr. Konqui can look at it. - - - - - Reloads the stylesheet from the branding directory. - - - - - Uploads the session log to the configured pastebin. - - - - - Send Session Log - - - - - Reload Stylesheet - - - - - Displays the tree of widget names in the log (for stylesheet debugging). - - - - - Widget Tree - - - - - Debug information - - - - - Calamares::ExecutionViewStep - - - Set up - - - - - Install - - - - - Calamares::FailJob - - - Job failed (%1) - - - - - Programmed job failure was explicitly requested. - - - - - Calamares::JobThread - - - Done - - - - - Calamares::NamedJob - - - Example job (%1) - - - - - Calamares::ProcessJob - - - Run command '%1' in target system. - - - - - Run command '%1'. - - - - - Running command %1 %2 - - - - - Calamares::PythonJob - - - Running %1 operation. - - - - - Bad working directory path - - - - - Working directory %1 for python job %2 is not readable. - - - - - Bad main script file - - - - - Main script file %1 for python job %2 is not readable. - - - - - Boost.Python error in job "%1". - - - - - Calamares::QmlViewStep - - - Loading ... - - - - - QML Step <i>%1</i>. - - - - - Loading failed. - - - - - Calamares::RequirementsChecker - - - Requirements checking for module <i>%1</i> is complete. - - - - - Waiting for %n module(s). - - - - - - - - (%n second(s)) - - - - - - - - System-requirements checking is complete. - - - - - Calamares::ViewManager - - - Setup Failed - - - - - Installation Failed - - - - - Would you like to paste the install log to the web? - - - - - Error - - - - - &Yes - - - - - &No - - - - - &Close - - - - - Install Log Paste URL - - - - - The upload was unsuccessful. No web-paste was done. - - - - - Install log posted to - -%1 - -Link copied to clipboard - - - - - Calamares Initialization Failed - - - - - %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution. - - - - - <br/>The following modules could not be loaded: - - - - - Continue with setup? - - - - - Continue with installation? - - - - - The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - &Set up now - - - - - &Install now - - - - - Go &back - - - - - &Set up - - - - - &Install - - - - - Setup is complete. Close the setup program. - - - - - The installation is complete. Close the installer. - - - - - Cancel setup without changing the system. - - - - - Cancel installation without changing the system. - - - - - &Next - - - - - &Back - - - - - &Done - - - - - &Cancel - - - - - Cancel setup? - - - - - Cancel installation? - - - - - Do you really want to cancel the current setup process? -The setup program will quit and all changes will be lost. - - - - - Do you really want to cancel the current install process? -The installer will quit and all changes will be lost. - - - - - CalamaresPython::Helper - - - Unknown exception type - - - - - unparseable Python error - - - - - unparseable Python traceback - - - - - Unfetchable Python error. - - - - - CalamaresWindow - - - %1 Setup Program - - - - - %1 Installer - - - - - ChangeFilesystemLabelJob - - - Set filesystem label on %1. - - - - - Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>. - - - - - The installer failed to update partition table on disk '%1'. - - - - - CheckerContainer - - - Gathering system information... - - - - - ChoicePage - - - Form - - - - - Select storage de&vice: - - - - - - - - Current: - - - - - After: - - - - - <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - - - - - Reuse %1 as home partition for %2. - - - - - <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - - - - - %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - - - - - Boot loader location: - - - - - <strong>Select a partition to install on</strong> - - - - - An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - - - - <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - - - - - <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - - - - - <strong>Replace a partition</strong><br/>Replaces a partition with %1. - - - - - This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - - - - - This storage device has one of its partitions <strong>mounted</strong>. - - - - - This storage device is a part of an <strong>inactive RAID</strong> device. - - - - - No Swap - - - - - Reuse Swap - - - - - Swap (no Hibernate) - - - - - Swap (with Hibernate) - - - - - Swap to file - - - - - ClearMountsJob - - - Successfully unmounted %1. - - - - - Successfully disabled swap %1. - - - - - Successfully cleared swap %1. - - - - - Successfully closed mapper device %1. - - - - - Successfully disabled volume group %1. - - - - - Clear mounts for partitioning operations on %1 - - - - - Clearing mounts for partitioning operations on %1. - - - - - Cleared all mounts for %1 - - - - - ClearTempMountsJob - - - Clear all temporary mounts. - - - - - Clearing all temporary mounts. - - - - - Cannot get list of temporary mounts. - - - - - Cleared all temporary mounts. - - - - - CommandList - - - - Could not run command. - - - - - The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined. - - - - - The command needs to know the user's name, but no username is defined. - - - - - Config - - - Set keyboard model to %1.<br/> - - - - - Set keyboard layout to %1/%2. - - - - - Set timezone to %1/%2. - - - - - The system language will be set to %1. - - - - - The numbers and dates locale will be set to %1. - - - - - Network Installation. (Disabled: Incorrect configuration) - - - - - Network Installation. (Disabled: Received invalid groups data) - - - - - Network Installation. (Disabled: Internal error) - - - - - Network Installation. (Disabled: No package list) - - - - - Package selection - - - - - Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - - - - - This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - - - - - This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - - - - - This program will ask you some questions and set up %2 on your computer. - - - - - <h1>Welcome to the Calamares setup program for %1</h1> - - - - - <h1>Welcome to %1 setup</h1> - - - - - <h1>Welcome to the Calamares installer for %1</h1> - - - - - <h1>Welcome to the %1 installer</h1> - - - - - Your username is too long. - - - - - '%1' is not allowed as username. - - - - - Your username must start with a lowercase letter or underscore. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - Your hostname is too short. - - - - - Your hostname is too long. - - - - - '%1' is not allowed as hostname. - - - - - Only letters, numbers, underscore and hyphen are allowed. - - - - - Your passwords do not match! - - - - - OK! - - - - - Setup Failed - - - - - Installation Failed - - - - - The setup of %1 did not complete successfully. - - - - - The installation of %1 did not complete successfully. - - - - - Setup Complete - - - - - Installation Complete - - - - - The setup of %1 is complete. - - - - - The installation of %1 is complete. - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - Install option: <strong>%1</strong> - - - - - None - - - - - Summary - - - - - This is an overview of what will happen once you start the setup procedure. - - - - - This is an overview of what will happen once you start the install procedure. - - - - - ContextualProcessJob - - - Contextual Processes Job - - - - - CreatePartitionDialog - - - Create a Partition - - - - - Si&ze: - - - - - MiB - - - - - Partition &Type: - - - - - &Primary - - - - - E&xtended - - - - - Fi&le System: - - - - - LVM LV name - - - - - &Mount Point: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - En&crypt - - - - - Logical - - - - - Primary - - - - - GPT - - - - - Mountpoint already in use. Please select another one. - - - - - CreatePartitionJob - - - Create new %1MiB partition on %3 (%2) with entries %4. - - - - - Create new %1MiB partition on %3 (%2). - - - - - Create new %2MiB partition on %4 (%3) with file system %1. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2). - - - - - Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>. - - - - - - Creating new %1 partition on %2. - - - - - The installer failed to create partition on disk '%1'. - - - - - CreatePartitionTableDialog - - - Create Partition Table - - - - - Creating a new partition table will delete all existing data on the disk. - - - - - What kind of partition table do you want to create? - - - - - Master Boot Record (MBR) - - - - - GUID Partition Table (GPT) - - - - - CreatePartitionTableJob - - - Create new %1 partition table on %2. - - - - - Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). - - - - - Creating new %1 partition table on %2. - - - - - The installer failed to create a partition table on %1. - - - - - CreateUserJob - - - Create user %1 - - - - - Create user <strong>%1</strong>. - - - - - Preserving home directory - - - - - - Creating user %1 - - - - - Configuring user %1 - - - - - Setting file permissions - - - - - CreateVolumeGroupDialog - - - Create Volume Group - - - - - CreateVolumeGroupJob - - - Create new volume group named %1. - - - - - Create new volume group named <strong>%1</strong>. - - - - - Creating new volume group named %1. - - - - - The installer failed to create a volume group named '%1'. - - - - - DeactivateVolumeGroupJob - - - - Deactivate volume group named %1. - - - - - Deactivate volume group named <strong>%1</strong>. - - - - - The installer failed to deactivate a volume group named %1. - - - - - DeletePartitionJob - - - Delete partition %1. - - - - - Delete partition <strong>%1</strong>. - - - - - Deleting partition %1. - - - - - The installer failed to delete partition %1. - - - - - DeviceInfoWidget - - - This device has a <strong>%1</strong> partition table. - - - - - This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. - - - - - This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. - - - - - <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment. - - - - - <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. - - - - - The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. - - - - - DeviceModel - - - %1 - %2 (%3) - device[name] - size[number] (device-node[name]) - - - - - %1 - (%2) - device[name] - (device-node[name]) - - - - - DracutLuksCfgJob - - - Write LUKS configuration for Dracut to %1 - - - - - Skip writing LUKS configuration for Dracut: "/" partition is not encrypted - - - - - Failed to open %1 - - - - - DummyCppJob - - - Dummy C++ Job - - - - - EditExistingPartitionDialog - - - Edit Existing Partition - - - - - Content: - - - - - &Keep - - - - - Format - - - - - Warning: Formatting the partition will erase all existing data. - - - - - &Mount Point: - - - - - Si&ze: - - - - - MiB - - - - - Fi&le System: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - Mountpoint already in use. Please select another one. - - - - - EncryptWidget - - - Form - - - - - En&crypt system - - - - - Passphrase - - - - - Confirm passphrase - - - - - - Please enter the same passphrase in both boxes. - - - - - FillGlobalStorageJob - - - Set partition information - - - - - Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em> - - - - - Install %1 on <strong>new</strong> %2 system partition. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3. - - - - - Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4. - - - - - Install %2 on %3 system partition <strong>%1</strong>. - - - - - Install boot loader on <strong>%1</strong>. - - - - - Setting up mount points. - - - - - FinishedPage - - - Form - - - - - &Restart now - - - - - <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - - - - - <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - - - - - <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - - - - - <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. - - - - - FinishedQmlViewStep - - - Finish - - - - - FinishedViewStep - - - Finish - - - - - FormatPartitionJob - - - Format partition %1 (file system: %2, size: %3 MiB) on %4. - - - - - Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. - - - - - Formatting partition %1 with file system %2. - - - - - The installer failed to format partition %1 on disk '%2'. - - - - - GeneralRequirements - - - has at least %1 GiB available drive space - - - - - There is not enough drive space. At least %1 GiB is required. - - - - - has at least %1 GiB working memory - - - - - The system does not have enough working memory. At least %1 GiB is required. - - - - - is plugged in to a power source - - - - - The system is not plugged in to a power source. - - - - - is connected to the Internet - - - - - The system is not connected to the Internet. - - - - - is running the installer as an administrator (root) - - - - - The setup program is not running with administrator rights. - - - - - The installer is not running with administrator rights. - - - - - has a screen large enough to show the whole installer - - - - - The screen is too small to display the setup program. - - - - - The screen is too small to display the installer. - - - - - HostInfoJob - - - Collecting information about your machine. - - - - - IDJob - - - - - - OEM Batch Identifier - - - - - Could not create directories <code>%1</code>. - - - - - Could not open file <code>%1</code>. - - - - - Could not write to file <code>%1</code>. - - - - - InitcpioJob - - - Creating initramfs with mkinitcpio. - - - - - InitramfsJob - - - Creating initramfs. - - - - - InteractiveTerminalPage - - - Konsole not installed - - - - - Please install KDE Konsole and try again! - - - - - Executing script: &nbsp;<code>%1</code> - - - - - InteractiveTerminalViewStep - - - Script - - - - - KeyboardQmlViewStep - - - Keyboard - - - - - KeyboardViewStep - - - Keyboard - - - - - LCLocaleDialog - - - System locale setting - - - - - The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. - - - - - &Cancel - - - - - &OK - - - - - LicensePage - - - Form - - - - - <h1>License Agreement</h1> - - - - - I accept the terms and conditions above. - - - - - Please review the End User License Agreements (EULAs). - - - - - This setup procedure will install proprietary software that is subject to licensing terms. - - - - - If you do not agree with the terms, the setup procedure cannot continue. - - - - - This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. - - - - - If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. - - - - - LicenseViewStep - - - License - - - - - LicenseWidget - - - URL: %1 - - - - - <strong>%1 driver</strong><br/>by %2 - %1 is an untranslatable product name, example: Creative Audigy driver - - - - - <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> - %1 is usually a vendor name, example: Nvidia graphics driver - - - - - <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 codec</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 package</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1</strong><br/><font color="Grey">by %2</font> - - - - - File: %1 - - - - - Hide license text - - - - - Show the license text - - - - - Open license agreement in browser. - - - - - LocalePage - - - Region: - - - - - Zone: - - - - - - &Change... - - - - - LocaleQmlViewStep - - - Location - - - - - LocaleTests - - - Quit - - - - - LocaleViewStep - - - Location - - - - - LuksBootKeyFileJob - - - Configuring LUKS key file. - - - - - - No partitions are defined. - - - - - - - Encrypted rootfs setup error - - - - - Root partition %1 is LUKS but no passphrase has been set. - - - - - Could not create LUKS key file for root partition %1. - - - - - Could not configure LUKS key file on partition %1. - - - - - MachineIdJob - - - Generate machine-id. - - - - - Configuration Error - - - - - No root mount point is set for MachineId. - - - - - Map - - - Timezone: %1 - - - - - Please select your preferred location on the map so the installer can suggest the locale - and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging - to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. - - - - - NetInstallViewStep - - - Package selection - - - - - Office software - - - - - Office package - - - - - Browser software - - - - - Browser package - - - - - Web browser - - - - - Kernel - - - - - Services - - - - - Login - - - - - Desktop - - - - - Applications - - - - - Communication - - - - - Development - - - - - Office - - - - - Multimedia - - - - - Internet - - - - - Theming - - - - - Gaming - - - - - Utilities - - - - - NotesQmlViewStep - - - Notes - - - - - OEMPage - - - Ba&tch: - - - - - <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html> - - - - - <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html> - - - - - OEMViewStep - - - OEM Configuration - - - - - Set the OEM Batch Identifier to <code>%1</code>. - - - - - Offline - - - Select your preferred Region, or use the default settings. - - - - - - - Timezone: %1 - - - - - Select your preferred Zone within your Region. - - - - - Zones - - - - - You can fine-tune Language and Locale settings below. - - - - - PWQ - - - Password is too short - - - - - Password is too long - - - - - Password is too weak - - - - - Memory allocation error when setting '%1' - - - - - Memory allocation error - - - - - The password is the same as the old one - - - - - The password is a palindrome - - - - - The password differs with case changes only - - - - - The password is too similar to the old one - - - - - The password contains the user name in some form - - - - - The password contains words from the real name of the user in some form - - - - - The password contains forbidden words in some form - - - - - The password contains too few digits - - - - - The password contains too few uppercase letters - - - - - The password contains fewer than %n lowercase letters - - - - - - - - The password contains too few lowercase letters - - - - - The password contains too few non-alphanumeric characters - - - - - The password is too short - - - - - The password does not contain enough character classes - - - - - The password contains too many same characters consecutively - - - - - The password contains too many characters of the same class consecutively - - - - - The password contains fewer than %n digits - - - - - - - - The password contains fewer than %n uppercase letters - - - - - - - - The password contains fewer than %n non-alphanumeric characters - - - - - - - - The password is shorter than %n characters - - - - - - - - The password is a rotated version of the previous one - - - - - The password contains fewer than %n character classes - - - - - - - - The password contains more than %n same characters consecutively - - - - - - - - The password contains more than %n characters of the same class consecutively - - - - - - - - The password contains monotonic sequence longer than %n characters - - - - - - - - The password contains too long of a monotonic character sequence - - - - - No password supplied - - - - - Cannot obtain random numbers from the RNG device - - - - - Password generation failed - required entropy too low for settings - - - - - The password fails the dictionary check - %1 - - - - - The password fails the dictionary check - - - - - Unknown setting - %1 - - - - - Unknown setting - - - - - Bad integer value of setting - %1 - - - - - Bad integer value - - - - - Setting %1 is not of integer type - - - - - Setting is not of integer type - - - - - Setting %1 is not of string type - - - - - Setting is not of string type - - - - - Opening the configuration file failed - - - - - The configuration file is malformed - - - - - Fatal failure - - - - - Unknown error - - - - - Password is empty - - - - - PackageChooserPage - - - Form - - - - - Product Name - - - - - TextLabel - - - - - Long Product Description - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - - - PackageModel - - - Name - - - - - Description - - - - - Page_Keyboard - - - Form - - - - - Keyboard Model: - - - - - Type here to test your keyboard - - - - - Page_UserSetup - - - Form - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - login - - - - - What is the name of this computer? - - - - - <small>This name will be used if you make the computer visible to others on a network.</small> - - - - - Computer Name - - - - - Choose a password to keep your account safe. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> - - - - - - Password - - - - - - Repeat Password - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Require strong passwords. - - - - - Log in automatically without asking for the password. - - - - - Use the same password for the administrator account. - - - - - Choose a password for the administrator account. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors.</small> - - - - - PartitionLabelsView - - - Root - - - - - Home - - - - - Boot - - - - - EFI system - - - - - Swap - - - - - New partition for %1 - - - - - New partition - - - - - %1 %2 - size[number] filesystem[name] - - - - - PartitionModel - - - - Free Space - - - - - - New partition - - - - - Name - - - - - File System - - - - - File System Label - - - - - Mount Point - - - - - Size - - - - - PartitionPage - - - Form - - - - - Storage de&vice: - - - - - &Revert All Changes - - - - - New Partition &Table - - - - - Cre&ate - - - - - &Edit - - - - - &Delete - - - - - New Volume Group - - - - - Resize Volume Group - - - - - Deactivate Volume Group - - - - - Remove Volume Group - - - - - I&nstall boot loader on: - - - - - Are you sure you want to create a new partition table on %1? - - - - - Can not create new partition - - - - - The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead. - - - - - PartitionViewStep - - - Gathering system information... - - - - - Partitions - - - - - Current: - - - - - After: - - - - - No EFI system partition configured - - - - - EFI system partition configured incorrectly - - - - - An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - - - - - The filesystem must be mounted on <strong>%1</strong>. - - - - - The filesystem must have type FAT32. - - - - - The filesystem must be at least %1 MiB in size. - - - - - The filesystem must have flag <strong>%1</strong> set. - - - - - You can continue without setting up an EFI system partition but your system may fail to start. - - - - - Option to use GPT on BIOS - - - - - A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - - - - - Boot partition not encrypted - - - - - A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - - - - - has at least one disk device available. - - - - - There are no partitions to install on. - - - - - PlasmaLnfJob - - - Plasma Look-and-Feel Job - - - - - - Could not select KDE Plasma Look-and-Feel package - - - - - PlasmaLnfPage - - - Form - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - PlasmaLnfViewStep - - - Look-and-Feel - - - - - PreserveFiles - - - Saving files for later ... - - - - - No files configured to save for later. - - - - - Not all of the configured files could be preserved. - - - - - ProcessResult - - - -There was no output from the command. - - - - - -Output: - - - - - - External command crashed. - - - - - Command <i>%1</i> crashed. - - - - - External command failed to start. - - - - - Command <i>%1</i> failed to start. - - - - - Internal error when starting command. - - - - - Bad parameters for process job call. - - - - - External command failed to finish. - - - - - Command <i>%1</i> failed to finish in %2 seconds. - - - - - External command finished with errors. - - - - - Command <i>%1</i> finished with exit code %2. - - - - - QObject - - - %1 (%2) - - - - - unknown - - - - - extended - - - - - unformatted - - - - - swap - - - - - - Default - - - - - - - - File not found - - - - - Path <pre>%1</pre> must be an absolute path. - - - - - Directory not found - - - - - - Could not create new random file <pre>%1</pre>. - - - - - No product - - - - - No description provided. - - - - - (no mount point) - - - - - Unpartitioned space or unknown partition table - - - - - Recommended - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - RemoveUserJob - - - Remove live user from target system - - - - - RemoveVolumeGroupJob - - - - Remove Volume Group named %1. - - - - - Remove Volume Group named <strong>%1</strong>. - - - - - The installer failed to remove a volume group named '%1'. - - - - - ReplaceWidget - - - Form - - - - - Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - - - - - The selected item does not appear to be a valid partition. - - - - - %1 cannot be installed on empty space. Please select an existing partition. - - - - - %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - - - - - %1 cannot be installed on this partition. - - - - - Data partition (%1) - - - - - Unknown system partition (%1) - - - - - %1 system partition (%2) - - - - - <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - - - - - <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - - - <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - Requirements - - - <p>This computer does not satisfy the minimum requirements for installing %1.<br/> - Installation cannot continue.</p> - - - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - ResizeFSJob - - - Resize Filesystem Job - - - - - Invalid configuration - - - - - The file-system resize job has an invalid configuration and will not run. - - - - - KPMCore not Available - - - - - Calamares cannot start KPMCore for the file-system resize job. - - - - - - - - - Resize Failed - - - - - The filesystem %1 could not be found in this system, and cannot be resized. - - - - - The device %1 could not be found in this system, and cannot be resized. - - - - - - The filesystem %1 cannot be resized. - - - - - - The device %1 cannot be resized. - - - - - The filesystem %1 must be resized, but cannot. - - - - - The device %1 must be resized, but cannot - - - - - ResizePartitionJob - - - Resize partition %1. - - - - - Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>. - - - - - Resizing %2MiB partition %1 to %3MiB. - - - - - The installer failed to resize partition %1 on disk '%2'. - - - - - ResizeVolumeGroupDialog - - - Resize Volume Group - - - - - ResizeVolumeGroupJob - - - - Resize volume group named %1 from %2 to %3. - - - - - Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>. - - - - - The installer failed to resize a volume group named '%1'. - - - - - ResultsListDialog - - - For best results, please ensure that this computer: - - - - - System requirements - - - - - ScanningDialog - - - Scanning storage devices... - - - - - Partitioning - - - - - SetHostNameJob - - - Set hostname %1 - - - - - Set hostname <strong>%1</strong>. - - - - - Setting hostname %1. - - - - - - Internal Error - - - - - - Cannot write hostname to target system - - - - - SetKeyboardLayoutJob - - - Set keyboard model to %1, layout to %2-%3 - - - - - Failed to write keyboard configuration for the virtual console. - - - - - - - Failed to write to %1 - - - - - Failed to write keyboard configuration for X11. - - - - - Failed to write keyboard configuration to existing /etc/default directory. - - - - - SetPartFlagsJob - - - Set flags on partition %1. - - - - - Set flags on %1MiB %2 partition. - - - - - Set flags on new partition. - - - - - Clear flags on partition <strong>%1</strong>. - - - - - Clear flags on %1MiB <strong>%2</strong> partition. - - - - - Clear flags on new partition. - - - - - Flag partition <strong>%1</strong> as <strong>%2</strong>. - - - - - Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>. - - - - - Flag new partition as <strong>%1</strong>. - - - - - Clearing flags on partition <strong>%1</strong>. - - - - - Clearing flags on %1MiB <strong>%2</strong> partition. - - - - - Clearing flags on new partition. - - - - - Setting flags <strong>%2</strong> on partition <strong>%1</strong>. - - - - - Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition. - - - - - Setting flags <strong>%1</strong> on new partition. - - - - - The installer failed to set flags on partition %1. - - - - - SetPasswordJob - - - Set password for user %1 - - - - - Setting password for user %1. - - - - - Bad destination system path. - - - - - rootMountPoint is %1 - - - - - Cannot disable root account. - - - - - passwd terminated with error code %1. - - - - - Cannot set password for user %1. - - - - - usermod terminated with error code %1. - - - - - SetTimezoneJob - - - Set timezone to %1/%2 - - - - - Cannot access selected timezone path. - - - - - Bad path: %1 - - - - - Cannot set timezone. - - - - - Link creation failed, target: %1; link name: %2 - - - - - Cannot set timezone, - - - - - Cannot open /etc/timezone for writing - - - - - SetupGroupsJob - - - Preparing groups. - - - - - - Could not create groups in target system - - - - - These groups are missing in the target system: %1 - - - - - SetupSudoJob - - - Configure <pre>sudo</pre> users. - - - - - Cannot chmod sudoers file. - - - - - Cannot create sudoers file for writing. - - - - - ShellProcessJob - - - Shell Processes Job - - - - - SlideCounter - - - %L1 / %L2 - slide counter, %1 of %2 (numeric) - - - - - StandardButtons - - - &OK - - - - - &Yes - - - - - &No - - - - - &Cancel - - - - - &Close - - - - - TrackingInstallJob - - - Installation feedback - - - - - Sending installation feedback. - - - - - Internal error in install-tracking. - - - - - HTTP request timed out. - - - - - TrackingKUserFeedbackJob - - - KDE user feedback - - - - - Configuring KDE user feedback. - - - - - - Error in KDE user feedback configuration. - - - - - Could not configure KDE user feedback correctly, script error %1. - - - - - Could not configure KDE user feedback correctly, Calamares error %1. - - - - - TrackingMachineUpdateManagerJob - - - Machine feedback - - - - - Configuring machine feedback. - - - - - - Error in machine feedback configuration. - - - - - Could not configure machine feedback correctly, script error %1. - - - - - Could not configure machine feedback correctly, Calamares error %1. - - - - - TrackingPage - - - Form - - - - - Placeholder - - - - - <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> - - - - - <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> - - - - - Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - - - - - By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - - - - - By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - - - - - By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. - - - - - TrackingViewStep - - - Feedback - - - - - UsersPage - - - <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - - - - - <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> - - - - - UsersQmlViewStep - - - Users - - - - - UsersViewStep - - - Users - - - - - VariantModel - - - Key - Column header for key/value - - - - - Value - Column header for key/value - - - - - VolumeGroupBaseDialog - - - Create Volume Group - - - - - List of Physical Volumes - - - - - Volume Group Name: - - - - - Volume Group Type: - - - - - Physical Extent Size: - - - - - MiB - - - - - Total Size: - - - - - Used Size: - - - - - Total Sectors: - - - - - Quantity of LVs: - - - - - WelcomePage - - - Form - - - - - - Select application and system language - - - - - &About - - - - - Open donations website - - - - - &Donate - - - - - Open help and support website - - - - - &Support - - - - - Open issues and bug-tracking website - - - - - &Known issues - - - - - Open release notes website - - - - - &Release notes - - - - - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - - %1 support - - - - - About %1 setup - - - - - About %1 installer - - - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - - - - WelcomeQmlViewStep - - - Welcome - - - - - WelcomeViewStep - - - Welcome - - - - - about - - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - - Back - - - - - calamares-sidebar - - - Show debug information - - - - - finishedq - - - Installation Completed - - - - - %1 has been installed on your computer.<br/> - You may now restart into your new system, or continue using the Live environment. - - - - - Close Installer - - - - - Restart System - - - - - <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/> - This log is copied to /var/log/installation.log of the target system.</p> - - - - - i18n - - - <h1>Languages</h1> </br> - The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>. - - - - - <h1>Locales</h1> </br> - The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>. - - - - - Back - - - - - keyboardq - - - To activate keyboard preview, select a layout. - - - - - Keyboard Model: - - - - - Layouts - - - - - Type here to test your keyboard - - - - - Variants - - - - - localeq - - - Change - - - - - notesqml - - - <h3>%1</h3> - <p>These are example release notes.</p> - - - - - packagechooserq - - - LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/> - Default option. - - - - - LibreOffice - - - - - If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives. - - - - - No Office Suite - - - - - Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser. - - - - - Minimal Install - - - - - Please select an option for your install, or use the default: LibreOffice included. - - - - - release_notes - - - <h3>%1</h3> - <p>This an example QML file, showing options in RichText with Flickable content.</p> - - <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p> - - <p><b>This is bold text</b></p> - <p><i>This is italic text</i></p> - <p><u>This is underlined text</u></p> - <p><center>This text will be center-aligned.</center></p> - <p><s>This is strikethrough</s></p> - - <p>Code example: - <code>ls -l /home</code></p> - - <p><b>Lists:</b></p> - <ul> - <li>Intel CPU systems</li> - <li>AMD CPU systems</li> - </ul> - - <p>The vertical scrollbar is adjustable, current width set to 10.</p> - - - - - Back - - - - - usersq - - - Pick your user name and credentials to login and perform admin tasks - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - Login Name - - - - - If more than one person will use this computer, you can create multiple accounts after installation. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - root is not allowed as username. - - - - - What is the name of this computer? - - - - - Computer Name - - - - - This name will be used if you make the computer visible to others on a network. - - - - - localhost is not allowed as hostname. - - - - - Choose a password to keep your account safe. - - - - - Password - - - - - Repeat Password - - - - - Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - - - - - Validate passwords quality - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Log in automatically without asking for the password - - - - - Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - - - - - Reuse user password as root password - - - - - Use the same password for the administrator account. - - - - - Choose a root password to keep your account safe. - - - - - Root Password - - - - - Repeat Root Password - - - - - Enter the same password twice, so that it can be checked for typing errors. - - - - - welcomeq - - - <h3>Welcome to the %1 <quote>%2</quote> installer</h3> - <p>This program will ask you some questions and set up %1 on your computer.</p> - - - - - About - - - - - Support - - - - - Known issues - - - - - Release notes - - - - - Donate - - - - diff --git a/lang/calamares_hr.ts b/lang/calamares_hr.ts index 56922417b..8a9ae8d55 100644 --- a/lang/calamares_hr.ts +++ b/lang/calamares_hr.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Stablo widgeta - + Debug information Debug informacija @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Postaviti - + Install Instaliraj @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Gotovo @@ -261,7 +280,7 @@ Provjera zahtjeva za modul <i>%1</i> je dovršena. - + Waiting for %n module(s). Čekam %n modul(a). @@ -270,7 +289,7 @@ - + (%n second(s)) (%n sekunda(e)) @@ -279,7 +298,7 @@ - + System-requirements checking is complete. Provjera zahtjeva za instalaciju sustava je dovršena. @@ -490,12 +509,12 @@ Instalacijski program će izaći i sve promjene će biti izgubljene. CalamaresWindow - + %1 Setup Program %1 instalacijski program - + %1 Installer %1 Instalacijski program @@ -534,149 +553,149 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.Oblik - + Select storage de&vice: Odaberi uređaj za spremanje: - - - - + + + + Current: Trenutni: - + After: Poslije: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Ručno particioniranje</strong><br/>Možete sami stvoriti ili promijeniti veličine particija. - + Reuse %1 as home partition for %2. Koristi %1 kao home particiju za %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Odaberite particiju za smanjivanje, te povlačenjem donjeg pokazivača odaberite promjenu veličine</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 će se smanjiti na %2MB i stvorit će se nova %3MB particija za %4. - + Boot loader location: Lokacija boot učitavača: - + <strong>Select a partition to install on</strong> <strong>Odaberite particiju za instalaciju</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. EFI particija ne postoji na ovom sustavu. Vratite se natrag i koristite ručno particioniranje da bi ste postavili %1. - + The EFI system partition at %1 will be used for starting %2. EFI particija na %1 će se koristiti za pokretanje %2. - + EFI system partition: EFI particija: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Izgleda da na ovom disku nema operacijskog sustava. Što želite učiniti?<br/>Moći ćete provjeriti i potvrditi vaš odabir prije bilo kakvih promjena na disku. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Obriši disk</strong><br/>To će <font color="red">obrisati</font> sve podatke na odabranom disku. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Instaliraj uz postojeće</strong><br/>Instalacijski program će smanjiti particiju da bi napravio mjesto za %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Zamijeni particiju</strong><br/>Zamijenjuje particiju sa %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Ovaj disk ima %1. Što želite učiniti?<br/>Moći ćete provjeriti i potvrditi vaš odabir prije bilo kakvih promjena na disku. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Ovaj disk već ima operacijski sustav. Što želite učiniti?<br/>Moći ćete provjeriti i potvrditi vaš odabir prije bilo kakvih promjena na disku. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Ovaj disk ima više operacijskih sustava. Što želite učiniti?<br/>Moći ćete provjeriti i potvrditi vaš odabir prije bilo kakvih promjena na disku. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Ovaj uređaj za pohranu već ima operativni sustav, ali njegova particijska tablica <strong>%1</strong> razlikuje se od potrebne <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Ovaj uređaj za pohranu ima <strong>montiranu</strong> jednu od particija. - + This storage device is a part of an <strong>inactive RAID</strong> device. Ovaj uređaj za pohranu je dio <strong>neaktivnog RAID</strong> uređaja. - + No Swap Bez swap-a - + Reuse Swap Iskoristi postojeći swap - + Swap (no Hibernate) Swap (bez hibernacije) - + Swap (with Hibernate) Swap (sa hibernacijom) - + Swap to file Swap datoteka @@ -764,27 +783,27 @@ Instalacijski program će izaći i sve promjene će biti izgubljene. Config - + Set keyboard model to %1.<br/> Postavi model tipkovnice na %1.<br/> - + Set keyboard layout to %1/%2. Postavi raspored tipkovnice na %1%2. - + Set timezone to %1/%2. Postavi vremesku zonu na %1%2. - + The system language will be set to %1. Jezik sustava će se postaviti na %1. - + The numbers and dates locale will be set to %1. Regionalne postavke brojeva i datuma će se postaviti na %1. @@ -819,97 +838,97 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.Mrežna instalacija. (Onemogućeno: Ne mogu dohvatiti listu paketa, provjerite da li ste spojeni na mrežu) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Ovo računalo ne zadovoljava minimalne zahtjeve za instalaciju %1.<br/>Instalacija se ne može nastaviti.<a href="#details">Detalji...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Ovo računalo ne zadovoljava minimalne uvijete za instalaciju %1.<br/>Instalacija se ne može nastaviti.<a href="#details">Detalji...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Računalo ne zadovoljava neke od preporučenih uvjeta za instalaciju %1.<br/>Instalacija se može nastaviti, ali neke značajke možda neće biti dostupne. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Računalo ne zadovoljava neke od preporučenih uvjeta za instalaciju %1.<br/>Instalacija se može nastaviti, ali neke značajke možda neće biti dostupne. - + This program will ask you some questions and set up %2 on your computer. Ovaj program će vam postaviti neka pitanja i instalirati %2 na vaše računalo. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Dobrodošli u Calamares instalacijski program za %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Dobrodošli u %1 instalacijski program</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Dobrodošli u Calamares instalacijski program za %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Dobrodošli u %1 instalacijski program</h1> - + Your username is too long. Vaše korisničko ime je predugačko. - + '%1' is not allowed as username. '%1' nije dopušteno kao korisničko ime. - + Your username must start with a lowercase letter or underscore. Vaše korisničko ime mora započeti malim slovom ili donjom crtom. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Dopuštena su samo mala slova, brojevi, donja crta i crtica. - + Your hostname is too short. Ime računala je kratko. - + Your hostname is too long. Ime računala je predugačko. - + '%1' is not allowed as hostname. '%1' nije dopušteno kao ime računala. - + Only letters, numbers, underscore and hyphen are allowed. Dopuštena su samo slova, brojevi, donja crta i crtica. - + Your passwords do not match! Lozinke se ne podudaraju! - + OK! OK! @@ -965,11 +984,16 @@ Instalacijski program će izaći i sve promjene će biti izgubljene. + Packages + Paketi + + + Install option: <strong>%1</strong> Opcija instalacije: <strong>%1</strong> - + None Nijedan @@ -1428,6 +1452,16 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.FS Label: Oznaka datotečnog sustava: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1457,8 +1491,8 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.Potvrdi lozinku - - + + Please enter the same passphrase in both boxes. Molimo unesite istu lozinku u oba polja. @@ -1466,12 +1500,12 @@ Instalacijski program će izaći i sve promjene će biti izgubljene. ErrorDialog - + Details: Detalji: - + Would you like to paste the install log to the web? Želite li objaviti dnevnik instaliranja na web? @@ -1547,32 +1581,32 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.&Ponovno pokreni sada - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Gotovo.</h1><br/>%1 je instaliran na vaše računalo.<br/>Sada možete koristiti vaš novi sustav. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Kada je odabrana ova opcija, vaš sustav će se ponovno pokrenuti kada kliknete na <span style="font-style:italic;">Gotovo</span> ili zatvorite instalacijski program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Gotovo.</h1><br/>%1 je instaliran na vaše računalo.<br/>Sada možete ponovno pokrenuti računalo ili nastaviti sa korištenjem %2 live okruženja. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Kada je odabrana ova opcija, vaš sustav će se ponovno pokrenuti kada kliknete na <span style="font-style:italic;">Gotovo</span> ili zatvorite instalacijski program.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Instalacija nije uspijela</h1><br/>%1 nije instaliran na vaše računalo.<br/>Greška: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Instalacija nije uspijela</h1><br/>%1 nije instaliran na vaše računalo.<br/>Greška: %2. @@ -1606,12 +1640,18 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.Formatiraj <strong>%3MB</strong>particiju <strong>%1</strong> na datotečni sustav <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formatiraj particiju %1 na datotečni sustav %2. - + The installer failed to format partition %1 on disk '%2'. Instalacijski program nije uspio formatirati particiju %1 na disku '%2'. @@ -1619,12 +1659,12 @@ Instalacijski program će izaći i sve promjene će biti izgubljene. GeneralRequirements - + has at least %1 GiB available drive space ima barem %1 GB dostupne slobodne memorije na disku - + There is not enough drive space. At least %1 GiB is required. Nema dovoljno prostora na disku. Potrebno je najmanje %1 GB. @@ -1664,27 +1704,27 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.pokreće instalacijski program kao administrator (root) - + The setup program is not running with administrator rights. Instalacijski program nije pokrenut sa administratorskim dozvolama. - + The installer is not running with administrator rights. Instalacijski program nije pokrenut sa administratorskim dozvolama. - + has a screen large enough to show the whole installer ima zaslon dovoljno velik da može prikazati cijeli instalacijski program - + The screen is too small to display the setup program. Zaslon je premalen za prikaz instalacijskog programa. - + The screen is too small to display the installer. Zaslon je premalen za prikaz instalacijskog programa. @@ -1984,35 +2024,35 @@ Instalacijski program će izaći i sve promjene će biti izgubljene. LuksBootKeyFileJob - + Configuring LUKS key file. Konfiguriranje LUKS ključne datoteke. - - + + No partitions are defined. Nema definiranih particija. - - - + + + Encrypted rootfs setup error Pogreška postavljanja šifriranog rootfs-a - + Root partition %1 is LUKS but no passphrase has been set. Root particija %1 je LUKS, ali nije postavljena zaporka. - + Could not create LUKS key file for root partition %1. Nije moguće kreirati LUKS ključnu datoteku za root particiju %1. - + Could not configure LUKS key file on partition %1. Nije moguće konfigurirati datoteku LUKS ključevima na particiji %1. @@ -2038,12 +2078,12 @@ Instalacijski program će izaći i sve promjene će biti izgubljene. Map - + Timezone: %1 Vremenska zona: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2055,100 +2095,112 @@ te korištenjem tipki +/- ili skrolanjem miša za zumiranje. NetInstallViewStep - + Package selection Odabir paketa - + Office software Uredski softver - + Office package Uredski paket - + Browser software Preglednici - + Browser package Paket preglednika - + Web browser Web preglednik - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Servisi - + Login + label for netinstall module, choose login manager Prijava - + Desktop + label for netinstall module, choose desktop environment Radna površina - - Applications - Aplikacije - - - + Communication + label for netinstall module Komunikacija - + Development + label for netinstall module Razvoj - + Office + label for netinstall module Ured - + Multimedia + label for netinstall module Multimedija - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Izgled - + Gaming + label for netinstall module Igranje - + Utilities + label for netinstall module Alati + + + Applications + Aplikacije + NotesQmlViewStep @@ -2197,24 +2249,24 @@ te korištenjem tipki +/- ili skrolanjem miša za zumiranje. Odaberite željenu regiju ili upotrijebite zadane postavke. - - - + + + Timezone: %1 Vremenska zona: %1 - + Select your preferred Zone within your Region. Odaberite željenu zonu unutar svoje regije. - + Zones Zone - + You can fine-tune Language and Locale settings below. Dolje možete fino prilagoditi postavke jezika i regionalne postavke. @@ -2498,7 +2550,7 @@ te korištenjem tipki +/- ili skrolanjem miša za zumiranje. Nepoznata greška - + Password is empty Lozinka je prazna @@ -2536,22 +2588,6 @@ te korištenjem tipki +/- ili skrolanjem miša za zumiranje. Molimo odaberite proizvod s popisa. Izabrani proizvod će biti instaliran. - - PackageChooserQmlViewStep - - - Packages - Paketi - - - - PackageChooserViewStep - - - Packages - Paketi - - PackageModel @@ -2855,82 +2891,97 @@ te korištenjem tipki +/- ili skrolanjem miša za zumiranje. Particije - + + Unsafe partition actions are enabled. + Nesigurne radnje na particijama su omogućene. + + + + Partitioning is configured to <b>always</b> fail. + Particioniranje je konfigurirano tako da <b>uvijek</b> ne uspije. + + + + No partitions will be changed. + Nijedna particija neće biti promijenjena. + + + Current: Trenutni: - + After: Poslije: - + No EFI system partition configured EFI particija nije konfigurirana - + EFI system partition configured incorrectly EFI particija nije ispravno konfigurirana - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. Za pokretanje %1 potrebna je EFI particija. <br/><br/>Za konfiguriranje EFI sistemske particije, vratite se i odaberite ili kreirajte odgovarajući datotečni sustav. - + The filesystem must be mounted on <strong>%1</strong>. Datotečni sustav mora biti montiran na <strong>%1</strong>. - + The filesystem must have type FAT32. Datotečni sustav mora biti FAT32. - + The filesystem must be at least %1 MiB in size. Datotečni sustav mora biti veličine od najmanje %1 MiB. - + The filesystem must have flag <strong>%1</strong> set. Datotečni sustav mora imati postavljenu oznaku <strong>%1</strong>. - + You can continue without setting up an EFI system partition but your system may fail to start. Možete nastaviti bez postavljanja EFI particije, ali vaš se sustav možda neće pokrenuti. - + Option to use GPT on BIOS Mogućnost korištenja GPT-a na BIOS-u - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. GPT tablica particija je najbolja opcija za sve sustave. Ovaj instalacijski program podržava takvo postavljanje i za BIOS sustave. <br/><br/>Da biste konfigurirali GPT particijsku tablicu za BIOS sustave, (ako to već nije učinjeno) vratite se natrag i postavite particijsku tablicu na GPT, a zatim stvorite neformatiranu particiju od 8 MB s omogućenom oznakom <strong>%2</strong>. <br/><br/>Neformirana particija od 8 MB potrebna je za pokretanje %1 na BIOS sustavu s GPT-om. - + Boot partition not encrypted Boot particija nije kriptirana - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Odvojena boot particija je postavljena zajedno s kriptiranom root particijom, ali boot particija nije kriptirana.<br/><br/>Zabrinuti smo za vašu sigurnost jer su važne datoteke sustava na nekriptiranoj particiji.<br/>Možete nastaviti ako želite, ali datotečni sustav će se otključati kasnije tijekom pokretanja sustava.<br/>Da bi ste kriptirali boot particiju, vratite se natrag i napravite ju, odabirom opcije <strong>Kriptiraj</strong> u prozoru za stvaranje prarticije. - + has at least one disk device available. ima barem jedan disk dostupan. - + There are no partitions to install on. Ne postoje particije na koje bi se instalirao sustav. @@ -3065,7 +3116,7 @@ Izlaz: QObject - + %1 (%2) %1 (%2) @@ -3391,12 +3442,12 @@ Postavljanje se može nastaviti, ali neke će značajke možda biti onemogućene ResultsListDialog - + For best results, please ensure that this computer: Za najbolje rezultate, pobrinite se da ovo računalo: - + System requirements Zahtjevi sustava @@ -3417,29 +3468,29 @@ Postavljanje se može nastaviti, ali neke će značajke možda biti onemogućene SetHostNameJob - + Set hostname %1 Postavi ime računala %1 - + Set hostname <strong>%1</strong>. Postavi ime računala <strong>%1</strong>. - + Setting hostname %1. Postavljam ime računala %1. - - + + Internal Error Unutarnja pogreška - - + + Cannot write hostname to target system Ne mogu zapisati ime računala na ciljni sustav. @@ -3641,18 +3692,18 @@ Postavljanje se može nastaviti, ali neke će značajke možda biti onemogućene SetupGroupsJob - + Preparing groups. Pripremam grupe - - + + Could not create groups in target system Nije moguće stvoriti grupe na ciljnom sustavu - + These groups are missing in the target system: %1 Ove grupe nedostaju na ciljnom sustavu: %1 @@ -3660,17 +3711,17 @@ Postavljanje se može nastaviti, ali neke će značajke možda biti onemogućene SetupSudoJob - + Configure <pre>sudo</pre> users. Konfiguriranje <pre>sudo</pre> korisnika - + Cannot chmod sudoers file. Ne mogu chmod sudoers datoteku. - + Cannot create sudoers file for writing. Ne mogu stvoriti sudoers datoteku za pisanje. @@ -3824,22 +3875,22 @@ Postavljanje se može nastaviti, ali neke će značajke možda biti onemogućene <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Klikni ovdje za više informacija o korisničkoj povratnoj informaciji</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Praćenje pomaže %1 vidjeti koliko često se instalira, na kojem je hardveru instaliran i koje se aplikacije koriste. Da biste vidjeli što će biti poslano, kliknite ikonu pomoći pored svakog područja. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Odabirom ove opcije poslat ćete podatke o svojoj instalaciji i hardveru. Ove će informacije biti poslane <b>samo jednom</b> nakon završetka instalacije. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Odabirom ove opcije periodično ćete slati podatke o instalaciji vašeg <b>računala</b>, hardveru i aplikacijama na %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Odabirom ove opcije redovito ćete slati podatke o vašoj <b>korisničkoj</b> instalaciji, hardveru, aplikacijama i obrascima upotrebe aplikacija na %1. @@ -3860,12 +3911,12 @@ Postavljanje se može nastaviti, ali neke će značajke možda biti onemogućene Odmontiraj datotečne sustave. - + No target system available. Ciljni sustav nije dostupan. - + No rootMountPoint is set. Nije postavljena root točka moniranja. @@ -3873,12 +3924,12 @@ Postavljanje se može nastaviti, ali neke će značajke možda biti onemogućene UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Ako će više osoba koristiti ovo računalo, možete postaviti više korisničkih računa poslije instalacije.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Ako će više osoba koristiti ovo računalo, možete postaviti više korisničkih računa poslije instalacije.</small> @@ -4027,44 +4078,19 @@ Postavljanje se može nastaviti, ali neke će značajke možda biti onemogućene - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Dobrodošli u Calamares instalacijski program za %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Dobrodošli u %1 instalacijski program.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - Dobrodošli u Calamares instalacijski program za %1. - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Dobrodošli u %1 instalacijski program.</h1> - - - %1 support %1 podrška - + About %1 setup O %1 instalacijskom programu - + About %1 installer O %1 instalacijskom programu - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>za %3</strong><br/><br/>Autorska prava 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Autorska prava 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> Hvala <a href="https://calamares.io/team/">Calamares timu</a> i <a href="https://www.transifex.com/calamares/calamares/">Calamares timu za prevođenje</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> sponzorira <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4129,34 +4155,7 @@ Postavljanje se može nastaviti, ali neke će značajke možda biti onemogućene about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> -<strong>%2<br/> -za %3</strong><br/><br/> -Autorska prava 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> -Autorska prava 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> -Hvala <a href='https://calamares.io/team/'>Calamares timu</a> -i <a href='https://www.transifex.com/calamares/calamares/'>Calamares -timu za prevođenje</a>.<br/><br/> -<a href='https://calamares.io/'>Calamares</a> -sponzorira <br/> -<a href='http://www.blue-systems.com/'>Blue Systems</a> - -Liberating Software. - - - + Back Natrag @@ -4261,17 +4260,17 @@ Postavke regije utječu na format brojeva i datuma. Trenutne postavke su <str Tip tipkovnice: - + Layouts Rasporedi - + Type here to test your keyboard Ovdje testiraj tipkovnicu - + Variants Varijante @@ -4419,102 +4418,102 @@ Postavke regije utječu na format brojeva i datuma. Trenutne postavke su <str Ako će više korisnika koristiti ovo računalo, nakon instalacije možete otvoriti više računa. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Dopuštena su samo mala slova, brojevi, donja crta i crtica. - + root is not allowed as username. root nije dozvoljeno korisničko ime. - + What is the name of this computer? Koje je ime ovog računala? - + Computer Name Ime računala - + This name will be used if you make the computer visible to others on a network. Ovo će se ime upotrebljavati ako računalo učinite vidljivim drugima na mreži. - + localhost is not allowed as hostname. localhost nije dozvoljeno ime računala. - + Choose a password to keep your account safe. Odaberite lozinku da bi račun bio siguran. - + Password Lozinka - + Repeat Password Ponovite lozinku - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Dvaput unesite istu lozinku kako biste je mogli provjeriti ima li pogrešaka u tipkanju. Dobra lozinka sadržavat će mješavinu slova, brojeva i interpunkcije, treba imati najmanje osam znakova i treba je mijenjati u redovitim intervalima. - + Validate passwords quality Provjerite kvalitetu lozinki - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Kad je ovaj okvir potvrđen, bit će napravljena provjera jakosti lozinke te nećete moći koristiti slabu lozinku. - + Log in automatically without asking for the password Automatska prijava bez traženja lozinke - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Dopuštena su samo slova, brojevi, donja crta i crtica i to kao najmanje dva znaka - + Reuse user password as root password Upotrijebite lozinku korisnika kao root lozinku - + Use the same password for the administrator account. Koristi istu lozinku za administratorski račun. - + Choose a root password to keep your account safe. Odaberite root lozinku da biste zaštitili svoj račun. - + Root Password Root lozinka - + Repeat Root Password Ponovite root lozinku - + Enter the same password twice, so that it can be checked for typing errors. Dvaput unesite istu lozinku kako biste mogli provjeriti ima li pogrešaka u tipkanju. diff --git a/lang/calamares_hr_HR.ts b/lang/calamares_hr_HR.ts deleted file mode 100644 index 3bc2d2379..000000000 --- a/lang/calamares_hr_HR.ts +++ /dev/null @@ -1,2490 +0,0 @@ - - - - - AlongsidePage - - - Choose partition to shrink: - - - - - Allocate drive space by dragging the divider below: - - - - - With this operation, the partition <b>%1</b> which contains %4 will be shrunk to %2MB and a new %3MB partition will be created for %5. - - - - - ApplyProgressDetailsWidgetBase - - - Save - - - - - Open in External Browser - - - - - ApplyProgressDialogWidgetBase - - - Operations and Jobs - - - - - Time Elapsed - - - - - Total Time: 00:00:00 - - - - - Operation: %p% - - - - - Status - - - - - Total: %p% - - - - - Base - - - Installer - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#343434;">Welcome</span></p></body></html> - - - - - Location - - - - - License Approval - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#343434;">Installation</span></p></body></html> - - - - - Install System - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#343434;">Configuration</span></p></body></html> - - - - - Reboot - - - - - Language - - - - - User Info - - - - - Summary - - - - - Keyboard - - - - - Disk Setup - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#343434;">Preparation</span></p></body></html> - - - - - BootLoaderModel - - - Master Boot Record of %1 - - - - - Boot Partition - - - - - System Partition - - - - - Calamares::InstallationViewStep - - - Install - - - - - Calamares::JobThread - - - Done - - - - - Calamares::ProcessJob - - - Run command %1 - - - - - External command crashed - - - - - Command %1 crashed. -Output: -%2 - - - - - External command failed to start - - - - - Command %1 failed to start. - - - - - Internal error when starting command - - - - - Bad parameters for process job call. - - - - - External command failed to finish - - - - - Command %1 failed to finish in %2s. -Output: -%3 - - - - - External command finished with errors - - - - - Command %1 finished with exit code %2. -Output: -%3 - - - - - Calamares::PythonJob - - - Run script %1 - - - - - Bad working directory path - - - - - Working directory %1 for python job %2 is not readable. - - - - - Bad main script file - - - - - Main script file %1 for python job %2 is not readable. - - - - - Boost.Python error in job "%1". - - - - - Calamares::ViewManager - - - &Back - - - - - &Next - - - - - &Quit - - - - - Error - - - - - Installation Failed - - - - - CalamaresPython::Helper - - - Unknown exception type - - - - - unparseable Python error - - - - - unparseable Python traceback - - - - - Unfetchable Python error. - - - - - CalamaresWindow - - - %1 Installer - - - - - CheckFileSystemJob - - - Checking file system on partition %1. - - - - - The file system check on partition %1 failed. - - - - - ChoicePage - - - This computer currently does not seem to have an operating system on it. What would you like to do? - - - - - <b>Erase disk and install %1</b><br/><font color="red">Warning: </font>This will delete all of your programs, documents, photos, music, and any other files. - - - - - This computer currently has %1 on it. What would you like to do? - - - - - <b>Install %2 alongside %1</b><br/>Documents, music and other personal files will be kept. You can choose which operating system you want each time the computer starts up. - - - - - <b>Replace %1 with %2</b><br/><font color="red">Warning: </font>This will erase the whole disk and delete all of your %1 programs, documents, photos, music, and any other files. - - - - - This computer already has an operating system on it. What would you like to do? - - - - - <b>Install %1 alongside your current operating system</b><br/>Documents, music and other personal files will be kept. You can choose which operating system you want each time the computer starts up. - - - - - - <b>Erase disk and install %1</b><br/><font color="red">Warning: </font>This will delete all of your Windows 7 programs, documents, photos, music, and any other files. - - - - - This computer currently has multiple operating systems on it. What would you like to do? - - - - - <b>Install %1 alongside your current operating systems</b><br/>Documents, music and other personal files will be kept. You can choose which operating system you want each time the computer starts up. - - - - - <b>Something else</b><br/>You can create or resize partitions yourself, or choose multiple partitions for %1. - - - - - ConfigurePageAdvanced - - - Permissions - - - - - Allow applying operations without administrator privileges - - - - - Backend - - - - - Active backend: - - - - - Units - - - - - Preferred unit: - - - - - Byte - - - - - KiB - - - - - MiB - - - - - GiB - - - - - TiB - - - - - PiB - - - - - EiB - - - - - ConfigurePageFileSystemColors - - - File Systems - - - - - luks: - - - - - ntfs: - - - - - ext2: - - - - - ext3: - - - - - ext4: - - - - - btrfs: - - - - - linuxswap: - - - - - fat16: - - - - - fat32: - - - - - zfs: - - - - - reiserfs: - - - - - reiser4: - - - - - hpfs: - - - - - jfs - - - - - hfs: - - - - - hfsplus: - - - - - ufs: - - - - - xfs: - - - - - ocfs2: - - - - - extended: - - - - - unformatted: - - - - - unknown: - - - - - exfat: - - - - - nilfs2: - - - - - lvm2 pv: - - - - - ConfigurePageGeneral - - - Partition Alignment - - - - - Use cylinder based alignment (Windows XP compatible) - - - - - Sector alignment: - - - - - sectors - - - - - Align partitions per default - - - - - Logging - - - - - Hide messages below: - - - - - Debug - - - - - Information - - - - - Warning - - - - - Error - - - - - File Systems - - - - - Default file system: - - - - - Shredding - - - - - Overwrite with: - - - - - Random data - - - - - Zeros - - - - - CreatePartitionDialog - - - Create a Partition - - - - - Partition &Type: - - - - - &Primary - - - - - E&xtended - - - - - F&ile System: - - - - - &Mount Point: - - - - - / - - - - - /boot - - - - - /home - - - - - /opt - - - - - /usr - - - - - /var - - - - - Si&ze: - - - - - MB - - - - - Logical - - - - - Primary - - - - - GPT - - - - - CreatePartitionJob - - - Create partition (file system: %1, size: %2 MB) on %3. - - - - - The installer failed to create partition on disk '%1'. - - - - - Could not open device '%1'. - - - - - Could not open partition table. - - - - - The installer failed to create file system on partition %1. - - - - - The installer failed to update partition table on disk '%1'. - - - - - CreatePartitionTableDialog - - - Create Partition Table - - - - - Creating a new partition table will delete all existing data on the disk. - - - - - What kind of partition table do you want to create? - - - - - Master Boot Record (MBR) - - - - - GUID Partition Table (GPT) - - - - - CreatePartitionTableJob - - - Create partition table - - - - - The installer failed to create a partition table on %1. - - - - - Could not open device %1. - - - - - CreatePartitionTableWidgetBase - - - Choose the type of partition table you want to create: - - - - - GPT - - - - - MS-Dos - - - - - (icon) - - - - - <b>Warning:</b> This will destroy all data on the device! - - - - - CreateUserJob - - - Create user %1 - - - - - Sudoers dir is not writable. - - - - - Cannot create sudoers file for writing. - - - - - Cannot chmod sudoers file. - - - - - Cannot open groups file for reading. - - - - - Cannot create user %1. - - - - - useradd terminated with error code %1. - - - - - Cannot set full name for user %1. - - - - - chfn terminated with error code %1. - - - - - Cannot set home directory ownership for user %1. - - - - - chown terminated with error code %1. - - - - - DecryptLuksDialogWidgetBase - - - &Name: - - - - - &Passphrase: - - - - - DeletePartitionJob - - - Delete partition %1 - - - - - The installer failed to delete partition %1. - - - - - Partition (%1) and device (%2) do not match. - - - - - Could not open device %1. - - - - - Could not open partition table. - - - - - DeviceModel - - - %1 - %2 (%3) - - - - - DevicePropsWidgetBase - - - Partition table: - - - - - Cylinder alignment - - - - - Sector based alignment - - - - - Capacity: - - - - - Total sectors: - - - - - Cylinders/Heads/Sectors: - - - - - Logical sector size: - - - - - Physical sector size: - - - - - Cylinder size: - - - - - Primaries/Max: - - - - - SMART status: - - - - - More... - - - - - EditExistingPartitionDialog - - - Edit Existing Partition - - - - - Content: - - - - - Keep - - - - - Format - - - - - Warning: Formatting the partition will erase all existing data. - - - - - &Mount Point: - - - - - / - - - - - /boot - - - - - /home - - - - - /opt - - - - - /usr - - - - - /var - - - - - Size: - - - - - EditMountOptionsDialogWidgetBase - - - Edit Mount Options - - - - - Edit the mount options for this file system: - - - - - EditMountPointDialogWidgetBase - - - Path: - - - - - Select... - - - - - Type: - - - - - Options: - - - - - Read-only - - - - - Users can mount and unmount - - - - - No automatic mount - - - - - No update of file access times - - - - - Synchronous access - - - - - No update of directory access times - - - - - No binary execution - - - - - Update access times relative to modification - - - - - More... - - - - - Dump Frequency: - - - - - Pass Number: - - - - - Device Node - - - - - UUID - - - - - Label - - - - - Identify by: - - - - - EraseDiskPage - - - Select drive: - - - - - Before: - - - - - After: - - - - - FileSystemSupportDialogWidgetBase - - - This table shows which file systems are supported and which specific operations can be performed on them. -Some file systems need external tools to be installed for them to be supported. But not all operations can be performed on all file systems, even if all required tools are installed. Please see the documentation for details. - - - - - File System - - - - - Create - - - - - Grow - - - - - Shrink - - - - - Move - - - - - Copy - - - - - Check - - - - - Read Label - - - - - Write Label - - - - - Read Usage - - - - - Backup - - - - - Restore - - - - - Support Tools - - - - - Rescan Support - @action:button - - - - - FillGlobalStorageJob - - - Set partition information - - - - - Failed to find path for boot loader - - - - - FormatPartitionJob - - - Format partition %1 (file system: %2, size: %3 MB) on %4. - - - - - The installer failed to format partition %1 on disk '%2'. - - - - - Could not open device '%1'. - - - - - Could not open partition table. - - - - - The installer failed to create file system on partition %1. - - - - - The installer failed to update partition table on disk '%1'. - - - - - GreetingPage - - - <h1>Welcome to the %1 installer.</h1><br/>This program will ask you some questions and set up %2 on your computer. - - - - - GreetingViewStep - - - Welcome - - - - - KeyboardPage - - - Set keyboard model to %1.<br/> - - - - - Set keyboard layout to %1/%2. - - - - - KeyboardViewStep - - - Keyboard - - - - - LocalePage - - - Region: - - - - - Zone: - - - - - Set timezone to %1/%2.<br/> - - - - - LocaleViewStep - - - Loading location data... - - - - - Location - - - - - MainWindowBase - - - KDE Partition Manager - @title:window - - - - - Devices - @title:window - - - - - Pending Operations - @title:window - - - - - Information - @title:window - - - - - Log Output - @title:window - - - - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - - - Page_Keyboard - - - Form - - - - - Keyboard Model: - - - - - Type here to test your keyboard - - - - - Page_UserSetup - - - Form - - - - - What is your name? - - - - - What name do you want to use to log in? - - - - - - - - font-weight: normal - - - - - <small>If more than one person will use this computer, you can set up multiple accounts after installation.</small> - - - - - Choose a password to keep your account safe. - - - - - <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> - - - - - What is the name of this computer? - - - - - <small>This name will be used if you make the computer visible to others on a network.</small> - - - - - Choose a password for the administrator account. - - - - - <small>Enter the same password twice, so that it can be checked for typing errors.</small> - - - - - Log in automatically - - - - - Require my password to log in - - - - - PartPropsWidgetBase - - - File system: - @label:listbox - - - - - Label: - @label - - - - - This file system does not support setting a label. - @label - - - - - Recreate existing file system - @action:button - - - - - Mount point: - @label - - - - - Partition type: - @label - - - - - Status: - @label - - - - - UUID: - @label - - - - - Size: - @label - - - - - Available: - @label partition capacity available - - - - - Used: - @label partition capacity used - - - - - First sector: - @label - - - - - Last sector: - @label - - - - - Number of sectors: - @label - - - - - Flags: - @label - - - - - PartitionManagerWidgetBase - - - KDE Partition Manager - @title:window - - - - - Partition - - - - - Type - - - - - Mount Point - - - - - Label - - - - - UUID - - - - - Size - - - - - Used - - - - - Available - - - - - First Sector - - - - - Last Sector - - - - - Number of Sectors - - - - - Flags - - - - - PartitionModel - - - Free Space - - - - - New partition - - - - - Name - - - - - File System - - - - - Mount Point - - - - - Size - - - - - PartitionPage - - - Form - - - - - &Disk: - - - - - &Revert All Changes - - - - - New Partition &Table - - - - - &Create - - - - - &Edit - - - - - &Delete - - - - - &Install boot loader on: - - - - - Are you sure you want to create a new partition table on %1? - - - - - PartitionViewStep - - - Gathering system information... - - - - - Partitions - - - - - Before: - - - - - After: - - - - - PreparePage - - - For best results, please ensure that this computer: - - - - - This computer does not satisfy the minimum requirements for installing %1. -Installation cannot continue. - - - - - This computer does not satisfy some of the recommended requirements for installing %1. -Installation can continue, but some features might be disabled. - - - - - PrepareViewStep - - - Gathering system information... - - - - - has at least %1 GB available drive space - - - - - has at least %1 GB working memory - - - - - is plugged in to a power source - - - - - is connected to the Internet - - - - - Prepare - - - - - ProgressTreeModel - - - Prepare - - - - - Finish - - - - - QObject - - - Default Keyboard Model - - - - - - Default - - - - - ReleaseDialog - - - KDE Release Builder - - - - - Application - - - - - Name: - - - - - &Version: - - - - - Repository and Revision - - - - - &Checkout From: - - - - - trunk - - - - - branches - - - - - tags - - - - - Ta&g/Branch: - - - - - &SVN Access: - - - - - anonsvn - - - - - https - - - - - svn+ssh - - - - - &User: - - - - - Options - - - - - Get &Documentation - - - - - Get &Translations - - - - - C&reate Tag - - - - - S&kip translations below completion: - - - - - % - - - - - Create Tar&ball - - - - - Apply &fixes - - - - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - - - ResizePartitionJob - - - Resize partition %1. - - - - - - The installer failed to resize partition %1 on disk '%2'. - - - - - Could not open device '%1'. - - - - - SetHostNameJob - - - Set hostname %1 - - - - - - Internal Error - - - - - Cannot write hostname to target system - - - - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - - - SetPasswordJob - - - Set password for user %1 - - - - - Bad destination system path. - - - - - rootMountPoint is %1 - - - - - Cannot set password for user %1. - - - - - usermod terminated with error code %1. - - - - - SetTimezoneJob - - - Set timezone to %1/%2 - - - - - Cannot access selected timezone path. - - - - - Bad path: %1 - - - - - Cannot set timezone. - - - - - Link creation failed, target: %1; link name: %2 - - - - - SizeDetailsWidgetBase - - - First sector: - @label:listbox - - - - - Last sector: - @label:listbox - - - - - Align partition - - - - - SizeDialogWidgetBase - - - Partition type: - @label:listbox - - - - - Primary - - - - - Extended - - - - - Logical - - - - - File system: - @label:listbox - - - - - Label: - @label - - - - - This file system does not support setting a label. - @label - - - - - Minimum size: - @label - - - - - Maximum size: - @label - - - - - Free space before: - @label:listbox - - - - - Size: - @label:listbox - - - - - Free space after: - @label:listbox - - - - - SmartDialogWidgetBase - - - SMART status: - - - - - Model: - - - - - Serial number: - - - - - Firmware revision: - - - - - Temperature: - - - - - Bad sectors: - - - - - Powered on for: - - - - - Power cycles: - - - - - Id - - - - - Attribute - - - - - Failure Type - - - - - Update Type - - - - - Worst - - - - - Current - - - - - Threshold - - - - - Raw - - - - - Assessment - - - - - Value - - - - - Overall assessment: - - - - - Self tests: - - - - - SummaryViewStep - - - Summary - - - - - TreeLogBase - - - Sev. - @title:column Severity of a log entry / log level. Text must be very short. - - - - - Severity - - - - - Time - @title:column a time stamp of a log entry - - - - - Message - @title:column the text message of a log entry - - - - - UsersPage - - - Your username contains an invalid character '%1' - - - - - Your username contains invalid characters! - - - - - Your hostname contains an invalid character '%1' - - - - - Your hostname contains invalid characters! - - - - - - Your passwords do not match! - - - - - UsersViewStep - - - Users - - - - diff --git a/lang/calamares_hu.ts b/lang/calamares_hu.ts index 067c7d827..833b47e04 100644 --- a/lang/calamares_hu.ts +++ b/lang/calamares_hu.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Modul- fa - + Debug information Hibakeresési információk @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Összeállítás - + Install Telepít @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Kész @@ -261,7 +280,7 @@ Követelmények ellenőrzése a <i>%1</i>modulhoz kész. - + Waiting for %n module(s). Várakozás a %n modulokra. @@ -269,7 +288,7 @@ - + (%n second(s)) (%n másodperc) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Rendszerkövetelmények ellenőrzése kész. @@ -484,12 +503,12 @@ Minden változtatás elveszik, ha kilépsz a telepítőből. CalamaresWindow - + %1 Setup Program %1 Program telepítése - + %1 Installer %1 Telepítő @@ -528,149 +547,149 @@ Minden változtatás elveszik, ha kilépsz a telepítőből. Adatlap - + Select storage de&vice: Válassz tároló eszközt: - - - - + + + + Current: Aktuális: - + After: Utána: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Manuális partícionálás</strong><br/>Létrehozhat vagy átméretezhet partíciókat. - + Reuse %1 as home partition for %2. %1 partíció használata mint home partíció a %2 -n - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Válaszd ki a partíciót amit zsugorítani akarsz és egérrel méretezd át.</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 zsugorítva lesz %2MiB -re és új %3MiB partíció lesz létrehozva itt %4. - + Boot loader location: Rendszerbetöltő helye: - + <strong>Select a partition to install on</strong> <strong>Válaszd ki a telepítésre szánt partíciót </strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Nem található EFI partíció a rendszeren. Menj vissza a manuális partícionáláshoz és állíts be %1. - + The EFI system partition at %1 will be used for starting %2. A %1 EFI rendszer partíció lesz használva %2 indításához. - + EFI system partition: EFI rendszerpartíció: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Úgy tűnik ezen a tárolóeszközön nincs operációs rendszer. Mit szeretnél csinálni?<br/>Lehetőséged lesz átnézni és megerősíteni a választásod mielőtt bármilyen változtatás történik a tárolóeszközön. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Lemez törlése</strong><br/>Ez <font color="red">törölni</font> fogja a lemezen levő összes adatot. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Meglévő mellé telepíteni</strong><br/>A telepítő zsugorítani fogja a partíciót, hogy elférjen a %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>A partíció lecserélése</strong> a következővel: %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Ezen a tárolóeszközön %1 található. Mit szeretnél tenni?<br/>Lehetőséged lesz átnézni és megerősíteni a választásod mielőtt bármilyen változtatás történik a tárolóeszközön. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Ez a tárolóeszköz már tartalmaz egy operációs rendszert. Mit szeretnél tenni?<br/>Lehetőséged lesz átnézni és megerősíteni a választásod mielőtt bármilyen változtatás történik a tárolóeszközön. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. A tárolóeszközön több operációs rendszer található. Mit szeretnél tenni?<br/>Lehetőséged lesz átnézni és megerősíteni a választásod mielőtt bármilyen változtatás történik a tárolóeszközön. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap Swap nélkül - + Reuse Swap Swap újrahasználata - + Swap (no Hibernate) Swap (nincs hibernálás) - + Swap (with Hibernate) Swap (hibernálással) - + Swap to file Swap fájlba @@ -758,27 +777,27 @@ Minden változtatás elveszik, ha kilépsz a telepítőből. Config - + Set keyboard model to %1.<br/> Billentyűzet típus beállítása %1.<br/> - + Set keyboard layout to %1/%2. Billentyűzet kiosztás beállítása %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. A rendszer területi beállítása %1. - + The numbers and dates locale will be set to %1. A számok és dátumok területi beállítása %1. @@ -813,98 +832,98 @@ Minden változtatás elveszik, ha kilépsz a telepítőből. Hálózati telepítés. (Kikapcsolva: A csomagokat nem lehet letölteni, ellenőrizd a hálózati kapcsolatot) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Ez a számítógép nem felel meg a minimum követelményeknek a %1 telepítéséhez. <br/>A telepítés nem folytatható. <a href="#details">Részletek...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Ez a számítógép nem felel meg a minimum követelményeknek a %1 telepítéséhez.<br/> Telepítés nem folytatható. <a href="#details">Részletek...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Ez a számítógép nem felel meg néhány követelménynek a %1 telepítéséhez. <br/>A telepítés folytatható de előfordulhat néhány képesség nem lesz elérhető. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Ez a számítógép nem felel meg a minimum követelményeknek a %1 telepítéséhez.<br/>Telepítés folytatható de néhány tulajdonság valószínűleg nem lesz elérhető. - + This program will ask you some questions and set up %2 on your computer. Ez a program fel fog tenni néhány kérdést és %2 -t telepíti a számítógépre. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. A felhasználónév túl hosszú. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. A hálózati név túl rövid. - + Your hostname is too long. A hálózati név túl hosszú. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! A két jelszó nem egyezik! - + OK! @@ -960,11 +979,16 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a> + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1423,6 +1447,16 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a>FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1452,8 +1486,8 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a>Jelszó megerősítés - - + + Please enter the same passphrase in both boxes. Írd be ugyanazt a jelmondatot mindkét dobozban. @@ -1461,12 +1495,12 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a> ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1542,32 +1576,32 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a>Új&raindítás most - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Minden kész.</h1><br/>%1 telepítve lett a számítógépére. <br/>Most már használhatja az új rendszert. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Ezt bejelölve a rendszer újra fog indulni amikor a <span style="font-style:italic;">Kész</span> gombra kattint vagy bezárja a telepítőt.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Sikeres művelet.</h1><br/>%1 telepítve lett a számítógépére.<br/>Újraindítás után folytathatod az %2 éles környezetben. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Ezt bejelölve a rendszer újra fog indulni amikor a <span style="font-style:italic;">Kész</span>gombra kattint vagy bezárja a telepítőt.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Telepítés nem sikerült</h1><br/>%1 nem lett telepítve a számítógépére. <br/>A hibaüzenet: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>A telepítés hibába ütközött.</h1><br/>%1 nem lett telepítve a számítógépre.<br/>A hibaüzenet: %2. @@ -1601,12 +1635,18 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a><strong>%3MiB</strong> <strong>%1</strong> partíció formázása <strong>%2</strong> fájlrendszerrel. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. %1 partíció formázása %2 fájlrendszerrel. - + The installer failed to format partition %1 on disk '%2'. A telepítő nem tudta formázni a %1 partíciót a %2 lemezen. @@ -1614,12 +1654,12 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a> GeneralRequirements - + has at least %1 GiB available drive space legalább %1 GiB lemezterület elérhető - + There is not enough drive space. At least %1 GiB is required. Nincs elég lemezterület. Legalább %1 GiB szükséges. @@ -1659,27 +1699,27 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a> - + The setup program is not running with administrator rights. A telepítő program nem adminisztrátori joggal fut. - + The installer is not running with administrator rights. A telepítő nem adminisztrátori jogokkal fut. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. A képernyő mérete túl kicsi a telepítő program megjelenítéséhez. - + The screen is too small to display the installer. A képernyőméret túl kicsi a telepítő megjelenítéséhez. @@ -1979,35 +2019,35 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a> LuksBootKeyFileJob - + Configuring LUKS key file. LUKS kulcs fájl konfigurálása. - - + + No partitions are defined. Nincsenek partíciók definiálva. - - - + + + Encrypted rootfs setup error Titkosított rootfs telepítési hiba - + Root partition %1 is LUKS but no passphrase has been set. A %1 root partíció LUKS de beállítva nincs kulcs. - + Could not create LUKS key file for root partition %1. Nem sikerült létrehozni a LUKS kulcs fájlt a %1 root partícióhoz - + Could not configure LUKS key file on partition %1. @@ -2033,12 +2073,12 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a> Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2048,100 +2088,112 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a> NetInstallViewStep - + Package selection Csomag választása - + Office software - + Office package - + Browser software - + Browser package - + Web browser Böngésző - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Szolgáltatások - + Login + label for netinstall module, choose login manager Bejelentkezés - + Desktop + label for netinstall module, choose desktop environment Asztal - - - Applications - Alkalmazások - - - - Communication - - - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module - Utilities + Gaming + label for netinstall module + + + Utilities + label for netinstall module + + + + + Applications + Alkalmazások + NotesQmlViewStep @@ -2190,24 +2242,24 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a> - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2482,7 +2534,7 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a>Ismeretlen hiba - + Password is empty @@ -2520,22 +2572,6 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a> - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2839,82 +2875,97 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a>Partíciók - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Aktuális: - + After: Utána: - + No EFI system partition configured Nincs EFI rendszer partíció beállítva - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted Indító partíció nincs titkosítva - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Egy külön indító partíció lett beállítva egy titkosított root partícióval, de az indító partíció nincs titkosítva.br/><br/>Biztonsági aggályok merülnek fel ilyen beállítás mellet, mert fontos fájlok nem titkosított partíción vannak tárolva. <br/>Ha szeretnéd, folytathatod így, de a fájlrendszer zárolása meg fog történni az indítás után. <br/> Az indító partíció titkosításához lépj vissza és az újra létrehozáskor válaszd a <strong>Titkosít</strong> opciót. - + has at least one disk device available. legalább egy lemez eszköz elérhető. - + There are no partitions to install on. @@ -3049,7 +3100,7 @@ Kimenet: QObject - + %1 (%2) %1 (%2) @@ -3372,12 +3423,12 @@ Kimenet: ResultsListDialog - + For best results, please ensure that this computer: A legjobb eredményért győződjünk meg, hogy ez a számítógép: - + System requirements Rendszer követelmények @@ -3398,29 +3449,29 @@ Kimenet: SetHostNameJob - + Set hostname %1 Hálózati név beállítása a %1 -en - + Set hostname <strong>%1</strong>. Hálózati név beállítása a következőhöz: <strong>%1</strong>. - + Setting hostname %1. Hálózati név beállítása a %1 -hez - - + + Internal Error Belső hiba - - + + Cannot write hostname to target system Nem lehet a hálózati nevet írni a célrendszeren @@ -3622,18 +3673,18 @@ Kimenet: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3641,17 +3692,17 @@ Kimenet: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Nem lehet a sudoers fájlt "chmod" -olni. - + Cannot create sudoers file for writing. Nem lehet sudoers fájlt létrehozni írásra. @@ -3806,22 +3857,22 @@ Calamares hiba %1. <html><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;"> Kattints ide bővebb információért a felhasználói visszajelzésről </span></a></p></body><head/></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3842,12 +3893,12 @@ Calamares hiba %1. Fájlrendszerek leválasztása. - + No target system available. - + No rootMountPoint is set. @@ -3855,12 +3906,12 @@ Calamares hiba %1. UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Ha egynél több személy használja a számítógépet akkor létrehozhat több felhasználói fiókot telepítés után.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Ha egynél több személy használja a számítógépet akkor létrehozhat több felhasználói fiókot telepítés után.</small> @@ -4009,44 +4060,19 @@ Calamares hiba %1. - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Üdvözli önt a Calamares telepítő itt %1!</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Köszöntjük a %1 telepítőben!</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Üdvözlet a Calamares %1 telepítőjében.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Üdvözlet a %1 telepítőben.</h1> - - - %1 support %1 támogatás - + About %1 setup A %1 telepítőről. - + About %1 installer A %1 telepítőről - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4111,23 +4137,7 @@ Calamares hiba %1. about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4227,17 +4237,17 @@ Calamares hiba %1. Billentyűzet modell: - + Layouts - + Type here to test your keyboard Gépelj itt a billentyűzet teszteléséhez - + Variants @@ -4364,102 +4374,102 @@ Calamares hiba %1. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? Mi legyen a számítógép neve? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Adj meg jelszót a felhasználói fiókod védelmére. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. Ugyanaz a jelszó használata az adminisztrátor felhasználóhoz. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_id.ts b/lang/calamares_id.ts index 3f42467fd..0deba5826 100644 --- a/lang/calamares_id.ts +++ b/lang/calamares_id.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information Informasi debug @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Instal @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Selesai @@ -261,21 +280,21 @@ - + Waiting for %n module(s). Menunggu %n modul(). - + (%n second(s)) (%n detik()) - + System-requirements checking is complete. Pengecekan kebutuhan sistem telah selesai. @@ -481,12 +500,12 @@ Instalasi akan ditutup dan semua perubahan akan hilang. CalamaresWindow - + %1 Setup Program - + %1 Installer Installer %1 @@ -525,149 +544,149 @@ Instalasi akan ditutup dan semua perubahan akan hilang. Isian - + Select storage de&vice: Pilih perangkat penyimpanan: - - - - + + + + Current: Saat ini: - + After: Setelah: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Pemartisian manual</strong><br/>Anda bisa membuat atau mengubah ukuran partisi. - + Reuse %1 as home partition for %2. Gunakan kembali %1 sebagai partisi home untuk %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Pilih sebuah partisi untuk diiris, kemudian seret bilah di bawah untuk mengubah ukuran</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Lokasi Boot loader: - + <strong>Select a partition to install on</strong> <strong>Pilih sebuah partisi untuk memasang</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Sebuah partisi sistem EFI tidak ditemukan pada sistem ini. Silakan kembali dan gunakan pemartisian manual untuk mengeset %1. - + The EFI system partition at %1 will be used for starting %2. Partisi sistem EFI di %1 akan digunakan untuk memulai %2. - + EFI system partition: Partisi sistem EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Tampaknya media penyimpanan ini tidak mengandung sistem operasi. Apa yang hendak Anda lakukan?<br/>Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Hapus disk</strong><br/>Aksi ini akan <font color="red">menghapus</font> semua berkas yang ada pada media penyimpanan terpilih. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Instal berdampingan dengan</strong><br/>Installer akan mengiris sebuah partisi untuk memberi ruang bagi %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Ganti sebuah partisi</strong><br/> Ganti partisi dengan %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Media penyimpanan ini mengandung %1. Apa yang hendak Anda lakukan?<br/>Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Media penyimpanan ini telah mengandung sistem operasi. Apa yang hendak Anda lakukan?<br/>Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Media penyimpanan ini telah mengandung beberapa sistem operasi. Apa yang hendak Anda lakukan?<br/>Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Perngkat penyimpanan ini sudah terdapat sistem operasi, tetapi tabel partisi <strong>%1</strong>berbeda dari yang dibutuhkan <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Perangkat penyimpanan ini terdapat partisi yang <strong>terpasang</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Perangkat penyimpanan ini merupakan bagian dari sebuah <strong>perangkat RAID yang tidak aktif</strong>. - + No Swap Tidak pakai SWAP - + Reuse Swap Gunakan kembali SWAP - + Swap (no Hibernate) Swap (tanpa hibernasi) - + Swap (with Hibernate) Swap (dengan hibernasi) - + Swap to file Swap ke file @@ -755,27 +774,27 @@ Instalasi akan ditutup dan semua perubahan akan hilang. Config - + Set keyboard model to %1.<br/> Setel model papan ketik ke %1.<br/> - + Set keyboard layout to %1/%2. Setel tata letak papan ketik ke %1/%2. - + Set timezone to %1/%2. Terapkan zona waktu ke %1/%2 - + The system language will be set to %1. Bahasa sistem akan disetel ke %1. - + The numbers and dates locale will be set to %1. Nomor dan tanggal lokal akan disetel ke %1. @@ -810,98 +829,98 @@ Instalasi akan ditutup dan semua perubahan akan hilang. Instalasi Jaringan. (Dinonfungsikan: Tak mampu menarik daftar paket, periksa sambungan jaringanmu) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Komputer ini tidak memenuhi syarat minimum untuk memasang %1.<br/>Instalasi tidak dapat dilanjutkan. <a href="#details">Lebih rinci...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Komputer ini tidak memenuhi beberapa syarat yang dianjurkan untuk memasang %1. Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan. - + This program will ask you some questions and set up %2 on your computer. Program ini akan mengajukan beberapa pertanyaan dan menyetel %2 pada komputer Anda. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Selamat datang ke program Calamares untuk %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. Nama pengguna Anda terlalu panjang. - + '%1' is not allowed as username. '%1' tidak diperbolehkan sebagai nama pengguna. - + Your username must start with a lowercase letter or underscore. Nama penggunamu harus diawali dengan huruf kecil atau garis bawah. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. Hostname Anda terlalu pendek. - + Your hostname is too long. Hostname Anda terlalu panjang. - + '%1' is not allowed as hostname. '%1' tidak diperbolehkan sebagai hostname. - + Only letters, numbers, underscore and hyphen are allowed. Hanya huruf, angka, garis bawah, dan tanda penghubung yang diperbolehkan. - + Your passwords do not match! Sandi Anda tidak sama! - + OK! @@ -957,11 +976,16 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1420,6 +1444,16 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.FS Label: Label FS: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1449,8 +1483,8 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.Konfirmasi kata sandi - - + + Please enter the same passphrase in both boxes. Silakan masukkan kata sandi yang sama di kedua kotak. @@ -1458,12 +1492,12 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan. ErrorDialog - + Details: - + Would you like to paste the install log to the web? Maukah anda menempelkan log instalasi ke situs? @@ -1539,32 +1573,32 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.Mulai ulang seka&rang - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Selesai.</h1><br>%1 sudah terinstal di komputer Anda.<br/>Anda dapat memulai ulang ke sistem baru atau lanjut menggunakan lingkungan Live %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Instalasi Gagal</h1><br/>%1 tidak bisa diinstal pada komputermu.<br/>Pesan galatnya adalah: %2. @@ -1598,12 +1632,18 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Memformat partisi %1 dengan sistem berkas %2. - + The installer failed to format partition %1 on disk '%2'. Installer gagal memformat partisi %1 pada disk '%2'.'%2'. @@ -1611,12 +1651,12 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1656,27 +1696,27 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.menjalankan installer sebagai administrator (root) - + The setup program is not running with administrator rights. Installer tidak dijalankan dengan kewenangan administrator. - + The installer is not running with administrator rights. Installer tidak dijalankan dengan kewenangan administrator. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. Layar terlalu kecil untuk menampilkan installer. @@ -1976,35 +2016,35 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan. LuksBootKeyFileJob - + Configuring LUKS key file. Mengkonfigurasi file kunci LUKS - - + + No partitions are defined. Tidak ada partisi yang didefinisikan. - - - + + + Encrypted rootfs setup error Kesalahan penyiapan rootfs yang terenkripsi - + Root partition %1 is LUKS but no passphrase has been set. Partisi root %1 merupakan LUKS tetapi frasa sandi tidak ditetapkan - + Could not create LUKS key file for root partition %1. Tidak dapat membuat file kunci LUKS untuk partisi root %1 - + Could not configure LUKS key file on partition %1. Tidak dapat mengkonfigurasi file kunci LUKS pada partisi %1 @@ -2030,12 +2070,12 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan. Map - + Timezone: %1 Zona Waktu: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2045,100 +2085,112 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan. NetInstallViewStep - + Package selection Pemilihan paket - + Office software Perangkat lunak perkantoran - + Office package Paket perkantoran - + Browser software Perangkat lunak peramban - + Browser package Paket peramban - + Web browser Peramban web - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Servis - + Login + label for netinstall module, choose login manager Masuk - + Desktop + label for netinstall module, choose desktop environment Desktop - - Applications - Aplikasi - - - + Communication + label for netinstall module Komunikasi - + Development + label for netinstall module Pengembangan - - - Office - - - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module - Utilities + Gaming + label for netinstall module + + + Utilities + label for netinstall module + + + + + Applications + Aplikasi + NotesQmlViewStep @@ -2187,24 +2239,24 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan. - - - + + + Timezone: %1 Zona Waktu: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2470,7 +2522,7 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.Ada kesalahan yang tidak diketahui - + Password is empty @@ -2508,22 +2560,6 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2827,82 +2863,97 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.Partisi - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Saat ini: - + After: Sesudah: - + No EFI system partition configured Tiada partisi sistem EFI terkonfigurasi - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted Partisi boot tidak dienkripsi - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Sebuah partisi tersendiri telah terset bersama dengan sebuah partisi root terenkripsi, tapi partisi boot tidak terenkripsi.<br/><br/>Ada kekhawatiran keamanan dengan jenis setup ini, karena file sistem penting tetap pada partisi tak terenkripsi.<br/>Kamu bisa melanjutkan jika kamu menghendaki, tapi filesystem unlocking akan terjadi nanti selama memulai sistem.<br/>Untuk mengenkripsi partisi boot, pergi mundur dan menciptakannya ulang, memilih <strong>Encrypt</strong> di jendela penciptaan partisi. - + has at least one disk device available. - + There are no partitions to install on. @@ -3037,7 +3088,7 @@ Keluaran: QObject - + %1 (%2) %1 (%2) @@ -3360,12 +3411,12 @@ Keluaran: ResultsListDialog - + For best results, please ensure that this computer: Untuk hasil terbaik, mohon pastikan bahwa komputer ini: - + System requirements Kebutuhan sistem @@ -3386,29 +3437,29 @@ Keluaran: SetHostNameJob - + Set hostname %1 Pengaturan hostname %1 - + Set hostname <strong>%1</strong>. Atur hostname <strong>%1</strong>. - + Setting hostname %1. Mengatur hostname %1. - - + + Internal Error Kesalahan Internal - - + + Cannot write hostname to target system Tidak dapat menulis nama host untuk sistem target @@ -3610,18 +3661,18 @@ Keluaran: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3629,17 +3680,17 @@ Keluaran: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Tidak dapat chmod berkas sudoers. - + Cannot create sudoers file for writing. Tidak dapat membuat berkas sudoers untuk ditulis. @@ -3793,22 +3844,22 @@ Keluaran: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Klik disini untuk informasi lebih lanjut tentang umpan balik pengguna </span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3829,12 +3880,12 @@ Keluaran: Lepaskan sistem berkas. - + No target system available. - + No rootMountPoint is set. @@ -3842,12 +3893,12 @@ Keluaran: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -3996,44 +4047,19 @@ Keluaran: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Selamat datang di Calamares installer untuk %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Selamat datang di installer %1.</h1> - - - %1 support Dukungan %1 - + About %1 setup - + About %1 installer Tentang installer %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Hak cipta 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Hak cipta 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Terimakasih kepada <a href="https://calamares.io/team/">Tim Calamares</a>dan <a href="https://www.transifex.com/calamares/calamares/">Tim penerjemah Calamares </a>.<br/><br/><a href="https://calamares.io/">Calamares</a>pengembangan disponsori oleh <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4098,34 +4124,7 @@ Keluaran: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Hak cipta 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Hak cipta 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Terimakasih kepada <a href='https://calamares.io/team/'>Tim Calamares</a> - dan <a href='https://www.transifex.com/calamares/calamares/'>Tim penerjemah - Calamares</a><br/><br/> - <a href='https://calamares.io/'>Calamares</a> - pengembangan disponsori oleh<br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a>- - Liberating Software. - - - + Back @@ -4225,17 +4224,17 @@ Keluaran: Model Papan Ketik: - + Layouts - + Type here to test your keyboard Ketik di sini untuk mencoba papan ketik Anda - + Variants @@ -4362,102 +4361,102 @@ Keluaran: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. root tidak boleh digunakan sebagai nama pengguna. - + What is the name of this computer? Apakah nama dari komputer ini? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Pilih sebuah kata sandi untuk menjaga keamanan akun Anda. - + Password - + Repeat Password Ulangi Kata Sandi - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality Validasi kualitas kata sandi - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Ketikan kotak ini dicentang, pengecekan kekuatan kata sandi akan dilakukan dan anda tidak akan dapat menggunakan kata sandi yang lemah. - + Log in automatically without asking for the password Masuk ke dalam sesi secara otomatis tanpa menanyakan kata sandi - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Hanya huruf, angka, garis bawah, dan tanda hubung yang diperbolehkan, minimal dua karakter. - + Reuse user password as root password Gunakan kata sandi pengguna sebagai kata sandi root - + Use the same password for the administrator account. Gunakan sandi yang sama untuk akun administrator. - + Choose a root password to keep your account safe. - + Root Password Kata Sandi Root - + Repeat Root Password Ulangi Kata Sandi - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_id_ID.ts b/lang/calamares_id_ID.ts deleted file mode 100644 index f6aba7e8f..000000000 --- a/lang/calamares_id_ID.ts +++ /dev/null @@ -1,4366 +0,0 @@ - - - - - AutoMountManagementJob - - - Manage auto-mount settings - - - - - BootInfoWidget - - - The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode. - - - - - This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. - - - - - This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. - - - - - BootLoaderModel - - - Master Boot Record of %1 - - - - - Boot Partition - - - - - System Partition - - - - - Do not install a boot loader - - - - - %1 (%2) - - - - - Calamares::BlankViewStep - - - Blank Page - - - - - Calamares::DebugWindow - - - Form - - - - - GlobalStorage - - - - - JobQueue - - - - - Modules - - - - - Type: - - - - - - none - - - - - Interface: - - - - - Crashes Calamares, so that Dr. Konqui can look at it. - - - - - Reloads the stylesheet from the branding directory. - - - - - Uploads the session log to the configured pastebin. - - - - - Send Session Log - - - - - Reload Stylesheet - - - - - Displays the tree of widget names in the log (for stylesheet debugging). - - - - - Widget Tree - - - - - Debug information - - - - - Calamares::ExecutionViewStep - - - Set up - - - - - Install - - - - - Calamares::FailJob - - - Job failed (%1) - - - - - Programmed job failure was explicitly requested. - - - - - Calamares::JobThread - - - Done - - - - - Calamares::NamedJob - - - Example job (%1) - - - - - Calamares::ProcessJob - - - Run command '%1' in target system. - - - - - Run command '%1'. - - - - - Running command %1 %2 - - - - - Calamares::PythonJob - - - Running %1 operation. - - - - - Bad working directory path - - - - - Working directory %1 for python job %2 is not readable. - - - - - Bad main script file - - - - - Main script file %1 for python job %2 is not readable. - - - - - Boost.Python error in job "%1". - - - - - Calamares::QmlViewStep - - - Loading ... - - - - - QML Step <i>%1</i>. - - - - - Loading failed. - - - - - Calamares::RequirementsChecker - - - Requirements checking for module <i>%1</i> is complete. - - - - - Waiting for %n module(s). - - - - - - - (%n second(s)) - - - - - - - System-requirements checking is complete. - - - - - Calamares::ViewManager - - - Setup Failed - - - - - Installation Failed - - - - - Would you like to paste the install log to the web? - - - - - Error - - - - - &Yes - - - - - &No - - - - - &Close - - - - - Install Log Paste URL - - - - - The upload was unsuccessful. No web-paste was done. - - - - - Install log posted to - -%1 - -Link copied to clipboard - - - - - Calamares Initialization Failed - - - - - %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution. - - - - - <br/>The following modules could not be loaded: - - - - - Continue with setup? - - - - - Continue with installation? - - - - - The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - &Set up now - - - - - &Install now - - - - - Go &back - - - - - &Set up - - - - - &Install - - - - - Setup is complete. Close the setup program. - - - - - The installation is complete. Close the installer. - - - - - Cancel setup without changing the system. - - - - - Cancel installation without changing the system. - - - - - &Next - - - - - &Back - - - - - &Done - - - - - &Cancel - - - - - Cancel setup? - - - - - Cancel installation? - - - - - Do you really want to cancel the current setup process? -The setup program will quit and all changes will be lost. - - - - - Do you really want to cancel the current install process? -The installer will quit and all changes will be lost. - - - - - CalamaresPython::Helper - - - Unknown exception type - - - - - unparseable Python error - - - - - unparseable Python traceback - - - - - Unfetchable Python error. - - - - - CalamaresWindow - - - %1 Setup Program - - - - - %1 Installer - - - - - ChangeFilesystemLabelJob - - - Set filesystem label on %1. - - - - - Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>. - - - - - The installer failed to update partition table on disk '%1'. - - - - - CheckerContainer - - - Gathering system information... - - - - - ChoicePage - - - Form - - - - - Select storage de&vice: - - - - - - - - Current: - - - - - After: - - - - - <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - - - - - Reuse %1 as home partition for %2. - - - - - <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - - - - - %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - - - - - Boot loader location: - - - - - <strong>Select a partition to install on</strong> - - - - - An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - - - - <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - - - - - <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - - - - - <strong>Replace a partition</strong><br/>Replaces a partition with %1. - - - - - This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - - - - - This storage device has one of its partitions <strong>mounted</strong>. - - - - - This storage device is a part of an <strong>inactive RAID</strong> device. - - - - - No Swap - - - - - Reuse Swap - - - - - Swap (no Hibernate) - - - - - Swap (with Hibernate) - - - - - Swap to file - - - - - ClearMountsJob - - - Successfully unmounted %1. - - - - - Successfully disabled swap %1. - - - - - Successfully cleared swap %1. - - - - - Successfully closed mapper device %1. - - - - - Successfully disabled volume group %1. - - - - - Clear mounts for partitioning operations on %1 - - - - - Clearing mounts for partitioning operations on %1. - - - - - Cleared all mounts for %1 - - - - - ClearTempMountsJob - - - Clear all temporary mounts. - - - - - Clearing all temporary mounts. - - - - - Cannot get list of temporary mounts. - - - - - Cleared all temporary mounts. - - - - - CommandList - - - - Could not run command. - - - - - The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined. - - - - - The command needs to know the user's name, but no username is defined. - - - - - Config - - - Set keyboard model to %1.<br/> - - - - - Set keyboard layout to %1/%2. - - - - - Set timezone to %1/%2. - - - - - The system language will be set to %1. - - - - - The numbers and dates locale will be set to %1. - - - - - Network Installation. (Disabled: Incorrect configuration) - - - - - Network Installation. (Disabled: Received invalid groups data) - - - - - Network Installation. (Disabled: Internal error) - - - - - Network Installation. (Disabled: No package list) - - - - - Package selection - - - - - Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - - - - - This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - - - - - This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - - - - - This program will ask you some questions and set up %2 on your computer. - - - - - <h1>Welcome to the Calamares setup program for %1</h1> - - - - - <h1>Welcome to %1 setup</h1> - - - - - <h1>Welcome to the Calamares installer for %1</h1> - - - - - <h1>Welcome to the %1 installer</h1> - - - - - Your username is too long. - - - - - '%1' is not allowed as username. - - - - - Your username must start with a lowercase letter or underscore. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - Your hostname is too short. - - - - - Your hostname is too long. - - - - - '%1' is not allowed as hostname. - - - - - Only letters, numbers, underscore and hyphen are allowed. - - - - - Your passwords do not match! - - - - - OK! - - - - - Setup Failed - - - - - Installation Failed - - - - - The setup of %1 did not complete successfully. - - - - - The installation of %1 did not complete successfully. - - - - - Setup Complete - - - - - Installation Complete - - - - - The setup of %1 is complete. - - - - - The installation of %1 is complete. - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - Install option: <strong>%1</strong> - - - - - None - - - - - Summary - - - - - This is an overview of what will happen once you start the setup procedure. - - - - - This is an overview of what will happen once you start the install procedure. - - - - - ContextualProcessJob - - - Contextual Processes Job - - - - - CreatePartitionDialog - - - Create a Partition - - - - - Si&ze: - - - - - MiB - - - - - Partition &Type: - - - - - &Primary - - - - - E&xtended - - - - - Fi&le System: - - - - - LVM LV name - - - - - &Mount Point: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - En&crypt - - - - - Logical - - - - - Primary - - - - - GPT - - - - - Mountpoint already in use. Please select another one. - - - - - CreatePartitionJob - - - Create new %1MiB partition on %3 (%2) with entries %4. - - - - - Create new %1MiB partition on %3 (%2). - - - - - Create new %2MiB partition on %4 (%3) with file system %1. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2). - - - - - Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>. - - - - - - Creating new %1 partition on %2. - - - - - The installer failed to create partition on disk '%1'. - - - - - CreatePartitionTableDialog - - - Create Partition Table - - - - - Creating a new partition table will delete all existing data on the disk. - - - - - What kind of partition table do you want to create? - - - - - Master Boot Record (MBR) - - - - - GUID Partition Table (GPT) - - - - - CreatePartitionTableJob - - - Create new %1 partition table on %2. - - - - - Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). - - - - - Creating new %1 partition table on %2. - - - - - The installer failed to create a partition table on %1. - - - - - CreateUserJob - - - Create user %1 - - - - - Create user <strong>%1</strong>. - - - - - Preserving home directory - - - - - - Creating user %1 - - - - - Configuring user %1 - - - - - Setting file permissions - - - - - CreateVolumeGroupDialog - - - Create Volume Group - - - - - CreateVolumeGroupJob - - - Create new volume group named %1. - - - - - Create new volume group named <strong>%1</strong>. - - - - - Creating new volume group named %1. - - - - - The installer failed to create a volume group named '%1'. - - - - - DeactivateVolumeGroupJob - - - - Deactivate volume group named %1. - - - - - Deactivate volume group named <strong>%1</strong>. - - - - - The installer failed to deactivate a volume group named %1. - - - - - DeletePartitionJob - - - Delete partition %1. - - - - - Delete partition <strong>%1</strong>. - - - - - Deleting partition %1. - - - - - The installer failed to delete partition %1. - - - - - DeviceInfoWidget - - - This device has a <strong>%1</strong> partition table. - - - - - This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. - - - - - This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. - - - - - <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment. - - - - - <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. - - - - - The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. - - - - - DeviceModel - - - %1 - %2 (%3) - device[name] - size[number] (device-node[name]) - - - - - %1 - (%2) - device[name] - (device-node[name]) - - - - - DracutLuksCfgJob - - - Write LUKS configuration for Dracut to %1 - - - - - Skip writing LUKS configuration for Dracut: "/" partition is not encrypted - - - - - Failed to open %1 - - - - - DummyCppJob - - - Dummy C++ Job - - - - - EditExistingPartitionDialog - - - Edit Existing Partition - - - - - Content: - - - - - &Keep - - - - - Format - - - - - Warning: Formatting the partition will erase all existing data. - - - - - &Mount Point: - - - - - Si&ze: - - - - - MiB - - - - - Fi&le System: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - Mountpoint already in use. Please select another one. - - - - - EncryptWidget - - - Form - - - - - En&crypt system - - - - - Passphrase - - - - - Confirm passphrase - - - - - - Please enter the same passphrase in both boxes. - - - - - FillGlobalStorageJob - - - Set partition information - - - - - Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em> - - - - - Install %1 on <strong>new</strong> %2 system partition. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3. - - - - - Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4. - - - - - Install %2 on %3 system partition <strong>%1</strong>. - - - - - Install boot loader on <strong>%1</strong>. - - - - - Setting up mount points. - - - - - FinishedPage - - - Form - - - - - &Restart now - - - - - <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - - - - - <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - - - - - <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - - - - - <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. - - - - - FinishedQmlViewStep - - - Finish - - - - - FinishedViewStep - - - Finish - - - - - FormatPartitionJob - - - Format partition %1 (file system: %2, size: %3 MiB) on %4. - - - - - Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. - - - - - Formatting partition %1 with file system %2. - - - - - The installer failed to format partition %1 on disk '%2'. - - - - - GeneralRequirements - - - has at least %1 GiB available drive space - - - - - There is not enough drive space. At least %1 GiB is required. - - - - - has at least %1 GiB working memory - - - - - The system does not have enough working memory. At least %1 GiB is required. - - - - - is plugged in to a power source - - - - - The system is not plugged in to a power source. - - - - - is connected to the Internet - - - - - The system is not connected to the Internet. - - - - - is running the installer as an administrator (root) - - - - - The setup program is not running with administrator rights. - - - - - The installer is not running with administrator rights. - - - - - has a screen large enough to show the whole installer - - - - - The screen is too small to display the setup program. - - - - - The screen is too small to display the installer. - - - - - HostInfoJob - - - Collecting information about your machine. - - - - - IDJob - - - - - - OEM Batch Identifier - - - - - Could not create directories <code>%1</code>. - - - - - Could not open file <code>%1</code>. - - - - - Could not write to file <code>%1</code>. - - - - - InitcpioJob - - - Creating initramfs with mkinitcpio. - - - - - InitramfsJob - - - Creating initramfs. - - - - - InteractiveTerminalPage - - - Konsole not installed - - - - - Please install KDE Konsole and try again! - - - - - Executing script: &nbsp;<code>%1</code> - - - - - InteractiveTerminalViewStep - - - Script - - - - - KeyboardQmlViewStep - - - Keyboard - - - - - KeyboardViewStep - - - Keyboard - - - - - LCLocaleDialog - - - System locale setting - - - - - The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. - - - - - &Cancel - - - - - &OK - - - - - LicensePage - - - Form - - - - - <h1>License Agreement</h1> - - - - - I accept the terms and conditions above. - - - - - Please review the End User License Agreements (EULAs). - - - - - This setup procedure will install proprietary software that is subject to licensing terms. - - - - - If you do not agree with the terms, the setup procedure cannot continue. - - - - - This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. - - - - - If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. - - - - - LicenseViewStep - - - License - - - - - LicenseWidget - - - URL: %1 - - - - - <strong>%1 driver</strong><br/>by %2 - %1 is an untranslatable product name, example: Creative Audigy driver - - - - - <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> - %1 is usually a vendor name, example: Nvidia graphics driver - - - - - <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 codec</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 package</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1</strong><br/><font color="Grey">by %2</font> - - - - - File: %1 - - - - - Hide license text - - - - - Show the license text - - - - - Open license agreement in browser. - - - - - LocalePage - - - Region: - - - - - Zone: - - - - - - &Change... - - - - - LocaleQmlViewStep - - - Location - - - - - LocaleTests - - - Quit - - - - - LocaleViewStep - - - Location - - - - - LuksBootKeyFileJob - - - Configuring LUKS key file. - - - - - - No partitions are defined. - - - - - - - Encrypted rootfs setup error - - - - - Root partition %1 is LUKS but no passphrase has been set. - - - - - Could not create LUKS key file for root partition %1. - - - - - Could not configure LUKS key file on partition %1. - - - - - MachineIdJob - - - Generate machine-id. - - - - - Configuration Error - - - - - No root mount point is set for MachineId. - - - - - Map - - - Timezone: %1 - - - - - Please select your preferred location on the map so the installer can suggest the locale - and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging - to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. - - - - - NetInstallViewStep - - - Package selection - - - - - Office software - - - - - Office package - - - - - Browser software - - - - - Browser package - - - - - Web browser - - - - - Kernel - - - - - Services - - - - - Login - - - - - Desktop - - - - - Applications - - - - - Communication - - - - - Development - - - - - Office - - - - - Multimedia - - - - - Internet - - - - - Theming - - - - - Gaming - - - - - Utilities - - - - - NotesQmlViewStep - - - Notes - - - - - OEMPage - - - Ba&tch: - - - - - <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html> - - - - - <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html> - - - - - OEMViewStep - - - OEM Configuration - - - - - Set the OEM Batch Identifier to <code>%1</code>. - - - - - Offline - - - Select your preferred Region, or use the default settings. - - - - - - - Timezone: %1 - - - - - Select your preferred Zone within your Region. - - - - - Zones - - - - - You can fine-tune Language and Locale settings below. - - - - - PWQ - - - Password is too short - - - - - Password is too long - - - - - Password is too weak - - - - - Memory allocation error when setting '%1' - - - - - Memory allocation error - - - - - The password is the same as the old one - - - - - The password is a palindrome - - - - - The password differs with case changes only - - - - - The password is too similar to the old one - - - - - The password contains the user name in some form - - - - - The password contains words from the real name of the user in some form - - - - - The password contains forbidden words in some form - - - - - The password contains too few digits - - - - - The password contains too few uppercase letters - - - - - The password contains fewer than %n lowercase letters - - - - - - - The password contains too few lowercase letters - - - - - The password contains too few non-alphanumeric characters - - - - - The password is too short - - - - - The password does not contain enough character classes - - - - - The password contains too many same characters consecutively - - - - - The password contains too many characters of the same class consecutively - - - - - The password contains fewer than %n digits - - - - - - - The password contains fewer than %n uppercase letters - - - - - - - The password contains fewer than %n non-alphanumeric characters - - - - - - - The password is shorter than %n characters - - - - - - - The password is a rotated version of the previous one - - - - - The password contains fewer than %n character classes - - - - - - - The password contains more than %n same characters consecutively - - - - - - - The password contains more than %n characters of the same class consecutively - - - - - - - The password contains monotonic sequence longer than %n characters - - - - - - - The password contains too long of a monotonic character sequence - - - - - No password supplied - - - - - Cannot obtain random numbers from the RNG device - - - - - Password generation failed - required entropy too low for settings - - - - - The password fails the dictionary check - %1 - - - - - The password fails the dictionary check - - - - - Unknown setting - %1 - - - - - Unknown setting - - - - - Bad integer value of setting - %1 - - - - - Bad integer value - - - - - Setting %1 is not of integer type - - - - - Setting is not of integer type - - - - - Setting %1 is not of string type - - - - - Setting is not of string type - - - - - Opening the configuration file failed - - - - - The configuration file is malformed - - - - - Fatal failure - - - - - Unknown error - - - - - Password is empty - - - - - PackageChooserPage - - - Form - - - - - Product Name - - - - - TextLabel - - - - - Long Product Description - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - - - PackageModel - - - Name - - - - - Description - - - - - Page_Keyboard - - - Form - - - - - Keyboard Model: - - - - - Type here to test your keyboard - - - - - Page_UserSetup - - - Form - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - login - - - - - What is the name of this computer? - - - - - <small>This name will be used if you make the computer visible to others on a network.</small> - - - - - Computer Name - - - - - Choose a password to keep your account safe. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> - - - - - - Password - - - - - - Repeat Password - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Require strong passwords. - - - - - Log in automatically without asking for the password. - - - - - Use the same password for the administrator account. - - - - - Choose a password for the administrator account. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors.</small> - - - - - PartitionLabelsView - - - Root - - - - - Home - - - - - Boot - - - - - EFI system - - - - - Swap - - - - - New partition for %1 - - - - - New partition - - - - - %1 %2 - size[number] filesystem[name] - - - - - PartitionModel - - - - Free Space - - - - - - New partition - - - - - Name - - - - - File System - - - - - File System Label - - - - - Mount Point - - - - - Size - - - - - PartitionPage - - - Form - - - - - Storage de&vice: - - - - - &Revert All Changes - - - - - New Partition &Table - - - - - Cre&ate - - - - - &Edit - - - - - &Delete - - - - - New Volume Group - - - - - Resize Volume Group - - - - - Deactivate Volume Group - - - - - Remove Volume Group - - - - - I&nstall boot loader on: - - - - - Are you sure you want to create a new partition table on %1? - - - - - Can not create new partition - - - - - The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead. - - - - - PartitionViewStep - - - Gathering system information... - - - - - Partitions - - - - - Current: - - - - - After: - - - - - No EFI system partition configured - - - - - EFI system partition configured incorrectly - - - - - An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - - - - - The filesystem must be mounted on <strong>%1</strong>. - - - - - The filesystem must have type FAT32. - - - - - The filesystem must be at least %1 MiB in size. - - - - - The filesystem must have flag <strong>%1</strong> set. - - - - - You can continue without setting up an EFI system partition but your system may fail to start. - - - - - Option to use GPT on BIOS - - - - - A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - - - - - Boot partition not encrypted - - - - - A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - - - - - has at least one disk device available. - - - - - There are no partitions to install on. - - - - - PlasmaLnfJob - - - Plasma Look-and-Feel Job - - - - - - Could not select KDE Plasma Look-and-Feel package - - - - - PlasmaLnfPage - - - Form - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - PlasmaLnfViewStep - - - Look-and-Feel - - - - - PreserveFiles - - - Saving files for later ... - - - - - No files configured to save for later. - - - - - Not all of the configured files could be preserved. - - - - - ProcessResult - - - -There was no output from the command. - - - - - -Output: - - - - - - External command crashed. - - - - - Command <i>%1</i> crashed. - - - - - External command failed to start. - - - - - Command <i>%1</i> failed to start. - - - - - Internal error when starting command. - - - - - Bad parameters for process job call. - - - - - External command failed to finish. - - - - - Command <i>%1</i> failed to finish in %2 seconds. - - - - - External command finished with errors. - - - - - Command <i>%1</i> finished with exit code %2. - - - - - QObject - - - %1 (%2) - - - - - unknown - - - - - extended - - - - - unformatted - - - - - swap - - - - - - Default - - - - - - - - File not found - - - - - Path <pre>%1</pre> must be an absolute path. - - - - - Directory not found - - - - - - Could not create new random file <pre>%1</pre>. - - - - - No product - - - - - No description provided. - - - - - (no mount point) - - - - - Unpartitioned space or unknown partition table - - - - - Recommended - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - RemoveUserJob - - - Remove live user from target system - - - - - RemoveVolumeGroupJob - - - - Remove Volume Group named %1. - - - - - Remove Volume Group named <strong>%1</strong>. - - - - - The installer failed to remove a volume group named '%1'. - - - - - ReplaceWidget - - - Form - - - - - Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - - - - - The selected item does not appear to be a valid partition. - - - - - %1 cannot be installed on empty space. Please select an existing partition. - - - - - %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - - - - - %1 cannot be installed on this partition. - - - - - Data partition (%1) - - - - - Unknown system partition (%1) - - - - - %1 system partition (%2) - - - - - <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - - - - - <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - - - <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - Requirements - - - <p>This computer does not satisfy the minimum requirements for installing %1.<br/> - Installation cannot continue.</p> - - - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - ResizeFSJob - - - Resize Filesystem Job - - - - - Invalid configuration - - - - - The file-system resize job has an invalid configuration and will not run. - - - - - KPMCore not Available - - - - - Calamares cannot start KPMCore for the file-system resize job. - - - - - - - - - Resize Failed - - - - - The filesystem %1 could not be found in this system, and cannot be resized. - - - - - The device %1 could not be found in this system, and cannot be resized. - - - - - - The filesystem %1 cannot be resized. - - - - - - The device %1 cannot be resized. - - - - - The filesystem %1 must be resized, but cannot. - - - - - The device %1 must be resized, but cannot - - - - - ResizePartitionJob - - - Resize partition %1. - - - - - Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>. - - - - - Resizing %2MiB partition %1 to %3MiB. - - - - - The installer failed to resize partition %1 on disk '%2'. - - - - - ResizeVolumeGroupDialog - - - Resize Volume Group - - - - - ResizeVolumeGroupJob - - - - Resize volume group named %1 from %2 to %3. - - - - - Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>. - - - - - The installer failed to resize a volume group named '%1'. - - - - - ResultsListDialog - - - For best results, please ensure that this computer: - - - - - System requirements - - - - - ScanningDialog - - - Scanning storage devices... - - - - - Partitioning - - - - - SetHostNameJob - - - Set hostname %1 - - - - - Set hostname <strong>%1</strong>. - - - - - Setting hostname %1. - - - - - - Internal Error - - - - - - Cannot write hostname to target system - - - - - SetKeyboardLayoutJob - - - Set keyboard model to %1, layout to %2-%3 - - - - - Failed to write keyboard configuration for the virtual console. - - - - - - - Failed to write to %1 - - - - - Failed to write keyboard configuration for X11. - - - - - Failed to write keyboard configuration to existing /etc/default directory. - - - - - SetPartFlagsJob - - - Set flags on partition %1. - - - - - Set flags on %1MiB %2 partition. - - - - - Set flags on new partition. - - - - - Clear flags on partition <strong>%1</strong>. - - - - - Clear flags on %1MiB <strong>%2</strong> partition. - - - - - Clear flags on new partition. - - - - - Flag partition <strong>%1</strong> as <strong>%2</strong>. - - - - - Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>. - - - - - Flag new partition as <strong>%1</strong>. - - - - - Clearing flags on partition <strong>%1</strong>. - - - - - Clearing flags on %1MiB <strong>%2</strong> partition. - - - - - Clearing flags on new partition. - - - - - Setting flags <strong>%2</strong> on partition <strong>%1</strong>. - - - - - Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition. - - - - - Setting flags <strong>%1</strong> on new partition. - - - - - The installer failed to set flags on partition %1. - - - - - SetPasswordJob - - - Set password for user %1 - - - - - Setting password for user %1. - - - - - Bad destination system path. - - - - - rootMountPoint is %1 - - - - - Cannot disable root account. - - - - - passwd terminated with error code %1. - - - - - Cannot set password for user %1. - - - - - usermod terminated with error code %1. - - - - - SetTimezoneJob - - - Set timezone to %1/%2 - - - - - Cannot access selected timezone path. - - - - - Bad path: %1 - - - - - Cannot set timezone. - - - - - Link creation failed, target: %1; link name: %2 - - - - - Cannot set timezone, - - - - - Cannot open /etc/timezone for writing - - - - - SetupGroupsJob - - - Preparing groups. - - - - - - Could not create groups in target system - - - - - These groups are missing in the target system: %1 - - - - - SetupSudoJob - - - Configure <pre>sudo</pre> users. - - - - - Cannot chmod sudoers file. - - - - - Cannot create sudoers file for writing. - - - - - ShellProcessJob - - - Shell Processes Job - - - - - SlideCounter - - - %L1 / %L2 - slide counter, %1 of %2 (numeric) - - - - - StandardButtons - - - &OK - - - - - &Yes - - - - - &No - - - - - &Cancel - - - - - &Close - - - - - TrackingInstallJob - - - Installation feedback - - - - - Sending installation feedback. - - - - - Internal error in install-tracking. - - - - - HTTP request timed out. - - - - - TrackingKUserFeedbackJob - - - KDE user feedback - - - - - Configuring KDE user feedback. - - - - - - Error in KDE user feedback configuration. - - - - - Could not configure KDE user feedback correctly, script error %1. - - - - - Could not configure KDE user feedback correctly, Calamares error %1. - - - - - TrackingMachineUpdateManagerJob - - - Machine feedback - - - - - Configuring machine feedback. - - - - - - Error in machine feedback configuration. - - - - - Could not configure machine feedback correctly, script error %1. - - - - - Could not configure machine feedback correctly, Calamares error %1. - - - - - TrackingPage - - - Form - - - - - Placeholder - - - - - <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> - - - - - <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> - - - - - Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - - - - - By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - - - - - By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - - - - - By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. - - - - - TrackingViewStep - - - Feedback - - - - - UsersPage - - - <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - - - - - <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> - - - - - UsersQmlViewStep - - - Users - - - - - UsersViewStep - - - Users - - - - - VariantModel - - - Key - Column header for key/value - - - - - Value - Column header for key/value - - - - - VolumeGroupBaseDialog - - - Create Volume Group - - - - - List of Physical Volumes - - - - - Volume Group Name: - - - - - Volume Group Type: - - - - - Physical Extent Size: - - - - - MiB - - - - - Total Size: - - - - - Used Size: - - - - - Total Sectors: - - - - - Quantity of LVs: - - - - - WelcomePage - - - Form - - - - - - Select application and system language - - - - - &About - - - - - Open donations website - - - - - &Donate - - - - - Open help and support website - - - - - &Support - - - - - Open issues and bug-tracking website - - - - - &Known issues - - - - - Open release notes website - - - - - &Release notes - - - - - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - - %1 support - - - - - About %1 setup - - - - - About %1 installer - - - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - - - - WelcomeQmlViewStep - - - Welcome - - - - - WelcomeViewStep - - - Welcome - - - - - about - - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - - Back - - - - - calamares-sidebar - - - Show debug information - - - - - finishedq - - - Installation Completed - - - - - %1 has been installed on your computer.<br/> - You may now restart into your new system, or continue using the Live environment. - - - - - Close Installer - - - - - Restart System - - - - - <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/> - This log is copied to /var/log/installation.log of the target system.</p> - - - - - i18n - - - <h1>Languages</h1> </br> - The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>. - - - - - <h1>Locales</h1> </br> - The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>. - - - - - Back - - - - - keyboardq - - - To activate keyboard preview, select a layout. - - - - - Keyboard Model: - - - - - Layouts - - - - - Type here to test your keyboard - - - - - Variants - - - - - localeq - - - Change - - - - - notesqml - - - <h3>%1</h3> - <p>These are example release notes.</p> - - - - - packagechooserq - - - LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/> - Default option. - - - - - LibreOffice - - - - - If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives. - - - - - No Office Suite - - - - - Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser. - - - - - Minimal Install - - - - - Please select an option for your install, or use the default: LibreOffice included. - - - - - release_notes - - - <h3>%1</h3> - <p>This an example QML file, showing options in RichText with Flickable content.</p> - - <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p> - - <p><b>This is bold text</b></p> - <p><i>This is italic text</i></p> - <p><u>This is underlined text</u></p> - <p><center>This text will be center-aligned.</center></p> - <p><s>This is strikethrough</s></p> - - <p>Code example: - <code>ls -l /home</code></p> - - <p><b>Lists:</b></p> - <ul> - <li>Intel CPU systems</li> - <li>AMD CPU systems</li> - </ul> - - <p>The vertical scrollbar is adjustable, current width set to 10.</p> - - - - - Back - - - - - usersq - - - Pick your user name and credentials to login and perform admin tasks - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - Login Name - - - - - If more than one person will use this computer, you can create multiple accounts after installation. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - root is not allowed as username. - - - - - What is the name of this computer? - - - - - Computer Name - - - - - This name will be used if you make the computer visible to others on a network. - - - - - localhost is not allowed as hostname. - - - - - Choose a password to keep your account safe. - - - - - Password - - - - - Repeat Password - - - - - Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - - - - - Validate passwords quality - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Log in automatically without asking for the password - - - - - Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - - - - - Reuse user password as root password - - - - - Use the same password for the administrator account. - - - - - Choose a root password to keep your account safe. - - - - - Root Password - - - - - Repeat Root Password - - - - - Enter the same password twice, so that it can be checked for typing errors. - - - - - welcomeq - - - <h3>Welcome to the %1 <quote>%2</quote> installer</h3> - <p>This program will ask you some questions and set up %1 on your computer.</p> - - - - - About - - - - - Support - - - - - Known issues - - - - - Release notes - - - - - Donate - - - - diff --git a/lang/calamares_ie.ts b/lang/calamares_ie.ts index f28672ec8..161f152d7 100644 --- a/lang/calamares_ie.ts +++ b/lang/calamares_ie.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Configurar - + Install Installar @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Finit @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -482,12 +501,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program Configiration de %1 - + %1 Installer Installator de %1 @@ -526,149 +545,149 @@ The installer will quit and all changes will be lost. Redimensionar un gruppe de tomes - + Select storage de&vice: - - - - + + + + Current: Actual: - + After: Pos: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Localisation del bootloader: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: Partition de sistema EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap Sin swap - + Reuse Swap Reusar un swap - + Swap (no Hibernate) Swap (sin hivernation) - + Swap (with Hibernate) Swap (con hivernation) - + Swap to file Swap in un file @@ -756,27 +775,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -811,97 +830,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Benevenit al configurator Calamares por %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Benevenit al configurator de %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Benevenit al installator Calamares por %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Benevenit al installator de %1</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -957,11 +976,16 @@ The installer will quit and all changes will be lost. + Packages + Paccages + + + Install option: <strong>%1</strong> - + None @@ -1420,6 +1444,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1449,8 +1483,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1458,12 +1492,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1539,32 +1573,32 @@ The installer will quit and all changes will be lost. &Reiniciar nu - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1598,12 +1632,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1611,12 +1651,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1656,27 +1696,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1976,35 +2016,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. Null partition es definit. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2030,12 +2070,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 Zone horari: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2045,100 +2085,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection Selection de paccages - + Office software - + Office package - + Browser software - + Browser package - + Web browser - + Kernel + label for netinstall module, Linux kernel Nucleo - + Services + label for netinstall module, system services Servicios - - - Login - - - Desktop + Login + label for netinstall module, choose login manager - Applications - Applicationes - - - - Communication - Communication + Desktop + label for netinstall module, choose desktop environment + - Development - + Communication + label for netinstall module + Communication - Office - Officie - - - - Multimedia + Development + label for netinstall module + + + Office + label for netinstall module + Officie + - Internet + Multimedia + label for netinstall module - Theming - Temas + Internet + label for netinstall module + - Gaming - Ludes + Theming + label for netinstall module + Temas + Gaming + label for netinstall module + Ludes + + + Utilities + label for netinstall module Utensiles + + + Applications + Applicationes + NotesQmlViewStep @@ -2187,24 +2239,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 Zone horari: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2479,7 +2531,7 @@ The installer will quit and all changes will be lost. Ínconosset errore - + Password is empty Li contrasigne es vacui @@ -2517,22 +2569,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - Paccages - - - - PackageChooserViewStep - - - Packages - Paccages - - PackageModel @@ -2836,82 +2872,97 @@ The installer will quit and all changes will be lost. Partitiones - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Actual: - + After: Pos: - + No EFI system partition configured Null partition del sistema EFI es configurat - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. Ne existe disponibil partitiones por installation. @@ -3043,7 +3094,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3366,12 +3417,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3392,29 +3443,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error Intern errore - - + + Cannot write hostname to target system @@ -3616,18 +3667,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3635,17 +3686,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3799,22 +3850,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3835,12 +3886,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3848,12 +3899,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4002,44 +4053,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Benevenit al configurator Calamares por %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Benevenit al configurator de %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Benevenit al installator Calamares por %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Benevenit al installator de %1.</h1> - - - %1 support Suporte de %1 - + About %1 setup Pri li configurator de %1 - + About %1 installer Pri li installator de %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>por %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Mersí al <a href="https://calamares.io/team/">equip de Calamares</a> e li <a href="https://www.transifex.com/calamares/calamares/">equip de traduction de Calamares</a>.<br/><br/>Developation de <a href="https://calamares.io/">Calamares</a> es suportet de <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - «Liberating Software». - WelcomeQmlViewStep @@ -4104,23 +4130,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back Retro @@ -4220,17 +4230,17 @@ Output: Modelle de tastatura: - + Layouts Arangeamentes - + Type here to test your keyboard Tippa ti-ci por provar vor tastatura - + Variants Variantes @@ -4357,102 +4367,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_is.ts b/lang/calamares_is.ts index fb318f48c..1686617a9 100644 --- a/lang/calamares_is.ts +++ b/lang/calamares_is.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Greinar viðmótshluta - + Debug information Villuleitarupplýsingar @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Setja upp - + Install Setja upp @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Búið @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -483,12 +502,12 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. CalamaresWindow - + %1 Setup Program - + %1 Installer %1 uppsetningarforrit @@ -527,149 +546,149 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. Eyðublað - + Select storage de&vice: Veldu geymslu tæ&ki: - - - - + + + + Current: Núverandi: - + After: Eftir: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Handvirk disksneiðing</strong><br/>Þú getur búið til eða breytt stærð disksneiða sjálft. - + Reuse %1 as home partition for %2. Endurnota %1 sem heimasvæðis disksneið fyrir %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Veldu disksneið til að minnka, dragðu síðan botnstikuna til að breyta stærðinni</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Staðsetning ræsistjóra - + <strong>Select a partition to install on</strong> <strong>Veldu disksneið til að setja upp á </strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. EFI kerfisdisksneið er hvergi að finna á þessu kerfi. Farðu til baka og notaðu handvirka skiptingu til að setja upp %1. - + The EFI system partition at %1 will be used for starting %2. EFI kerfisdisksneið á %1 mun verða notuð til að ræsa %2. - + EFI system partition: EFI kerfisdisksneið: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Þetta geymslu tæki hefur mörg stýrikerfi á sér. Hvað viltu gera?<br/>Þú verður að vera fær um að yfirfara og staðfesta val þitt áður en breytingar eru gerðar til geymslu tæki. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Eyða disk</strong><br/>Þetta mun <font color="red">eyða</font> öllum gögnum á þessu valdna geymslu tæki. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Setja upp samhliða</strong><br/>Uppsetningarforritið mun minnka disksneið til að búa til pláss fyrir %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Skipta út disksneið</strong><br/>Skiptir disksneið út með %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Þetta geymslu tæki hefur %1 á sér. Hvað viltu gera?<br/>Þú verður að vera fær um að yfirfara og staðfesta val þitt áður en breytingar eru gerðar til geymslu tæki. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Þetta geymslu tæki hefur stýrikerfi á sér. Hvað viltu gera?<br/>Þú verður að vera fær um að yfirfara og staðfesta val þitt áður en breytingar eru gerðar til geymslu tæki. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Þetta geymslu tæki hefur mörg stýrikerfi á sér. Hvað viltu gera?<br/>Þú verður að vera fær um að yfirfara og staðfesta val þitt áður en breytingar eru gerðar til geymslu tæki. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -757,27 +776,27 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. Tungumál kerfisins verður sett sem %1. - + The numbers and dates locale will be set to %1. @@ -812,97 +831,97 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Þessi tölva uppfyllir ekki lágmarkskröfur um uppsetningu %1.<br/>Uppsetningin getur ekki haldið áfram. <a href="#details">Upplýsingar...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Þessi tölva uppfyllir ekki lágmarkskröfur um uppsetningu %1.<br/>Uppsetningin getur haldið áfram, en sumir eiginleikar gætu verið óvirk. - + This program will ask you some questions and set up %2 on your computer. Þetta forrit mun spyrja þig nokkurra spurninga og setja upp %2 á tölvunni þinni. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. Notandanafnið þitt er of langt. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. Notandanafnið þitt er of stutt. - + Your hostname is too long. Notandanafnið þitt er of langt. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! Lykilorð passa ekki! - + OK! @@ -958,11 +977,16 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. + Packages + Pakkar + + + Install option: <strong>%1</strong> - + None @@ -1421,6 +1445,16 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1450,8 +1484,8 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. Staðfesta lykilorð - - + + Please enter the same passphrase in both boxes. Vinsamlegast sláðu inn sama lykilorðið í báða kassana. @@ -1459,12 +1493,12 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1540,32 +1574,32 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. &Endurræsa núna - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Allt klárt.</h1><br/>%1 hefur verið sett upp á tölvunni þinni.<br/>Þú getur nú endurræst í nýja kerfið, eða halda áfram að nota %2 Lifandi umhverfi. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1599,12 +1633,18 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Forsníða disksneið %1 með %2 skráakerfinu. - + The installer failed to format partition %1 on disk '%2'. Uppsetningarforritinu mistókst að forsníða disksneið %1 á diski '%2'. @@ -1612,12 +1652,12 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1657,27 +1697,27 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. Uppsetningarforritið er ekki keyrandi með kerfisstjóraheimildum. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. Skjárinn er of lítill til að birta uppsetningarforritið. @@ -1977,35 +2017,35 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2031,12 +2071,12 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2046,98 +2086,110 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. NetInstallViewStep - + Package selection Valdir pakkar - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2188,24 +2240,24 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2480,7 +2532,7 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. Óþekkt villa - + Password is empty @@ -2518,22 +2570,6 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. - - PackageChooserQmlViewStep - - - Packages - Pakkar - - - - PackageChooserViewStep - - - Packages - Pakkar - - PackageModel @@ -2837,82 +2873,97 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. Disksneiðar - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Núverandi: - + After: Eftir: - + No EFI system partition configured Ekkert EFI kerfisdisksneið stillt - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3044,7 +3095,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3367,12 +3418,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: Fyrir bestu niðurstöður, skaltu tryggja að þessi tölva: - + System requirements Kerfiskröfur @@ -3393,29 +3444,29 @@ Output: SetHostNameJob - + Set hostname %1 Setja vélarheiti %1 - + Set hostname <strong>%1</strong>. Setja vélarheiti <strong>%1</strong>. - + Setting hostname %1. Stilla vélarheiti %1. - - + + Internal Error Innri Villa - - + + Cannot write hostname to target system @@ -3617,18 +3668,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3636,17 +3687,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Get ekki chmod sudoers skrá. - + Cannot create sudoers file for writing. Get ekki búið til sudoers skrá til að lesa. @@ -3800,22 +3851,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3836,12 +3887,12 @@ Output: Aftengja skráarkerfi. - + No target system available. - + No rootMountPoint is set. @@ -3849,12 +3900,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4003,44 +4054,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Velkomin til Calamares uppsetningarforritið fyrir %1</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Velkomin í %1 uppsetninguna.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Velkomin til Calamares uppsetningar fyrir %1</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Velkomin í %1 uppsetningarforritið.</h1> - - - %1 support %1 stuðningur - + About %1 setup Um %1 uppsetninguna - + About %1 installer Um %1 uppsetningarforrrit - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4105,23 +4131,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4221,17 +4231,17 @@ Output: Lyklaborðs tegund: - + Layouts - + Type here to test your keyboard Skrifaðu hér til að prófa lyklaborðið - + Variants @@ -4358,102 +4368,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? Hvað er nafnið á þessari tölvu? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Veldu lykilorð til að halda reikningnum þínum öruggum. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. Nota sama lykilorð fyrir kerfisstjóra reikning. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_it_IT.ts b/lang/calamares_it_IT.ts index 7d8c602c8..e6aa3f65c 100644 --- a/lang/calamares_it_IT.ts +++ b/lang/calamares_it_IT.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Albero dei Widget - + Debug information Informazioni di debug @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Impostazione - + Install Installa @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Fatto @@ -261,23 +280,25 @@ Il controllo dei requisiti per il modulo <i>%1</i> è completo. - + Waiting for %n module(s). In attesa del(i) modulo(i) %n. In attesa di %n modulo(i). + In attesa di %n modulo(i). - + (%n second(s)) (%n secondo) (%n secondo(i)) + (%n secondo(i)) - + System-requirements checking is complete. Il controllo dei requisiti di sistema è completo. @@ -483,12 +504,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse CalamaresWindow - + %1 Setup Program %1 Programma d'installazione - + %1 Installer %1 Programma di installazione @@ -527,149 +548,149 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse Modulo - + Select storage de&vice: Selezionare un dispositivo di me&moria: - - - - + + + + Current: Corrente: - + After: Dopo: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Partizionamento manuale</strong><br/>Si possono creare o ridimensionare le partizioni manualmente. - + Reuse %1 as home partition for %2. Riutilizzare %1 come partizione home per &2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Selezionare una partizione da ridurre, trascina la barra inferiore per ridimensionare</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 sarà ridotta a %2MiB ed una nuova partizione di %3MiB sarà creata per %4 - + Boot loader location: Posizionamento del boot loader: - + <strong>Select a partition to install on</strong> <strong>Selezionare la partizione sulla quale si vuole installare</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Impossibile trovare una partizione EFI di sistema. Si prega di tornare indietro ed effettuare un partizionamento manuale per configurare %1. - + The EFI system partition at %1 will be used for starting %2. La partizione EFI di sistema su %1 sarà usata per avviare %2. - + EFI system partition: Partizione EFI di sistema: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Questo dispositivo di memoria non sembra contenere alcun sistema operativo. Come si vuole procedere?<br/>Si potranno comunque rivedere e confermare le scelte prima di apportare i cambiamenti al dispositivo. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Cancellare disco</strong><br/>Questo <font color="red">cancellerà</font> tutti i dati attualmente presenti sul dispositivo di memoria. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Installare a fianco</strong><br/>Il programma di installazione ridurrà una partizione per dare spazio a %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Sostituire una partizione</strong><br/>Sostituisce una partizione con %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Questo dispositivo di memoria ha %1. Come si vuole procedere?<br/>Si potranno comunque rivedere e confermare le scelte prima di apportare i cambiamenti al dispositivo. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Questo dispositivo di memoria contenere già un sistema operativo. Come si vuole procedere?<br/>Si potranno comunque rivedere e confermare le scelte prima di apportare i cambiamenti al dispositivo. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Questo dispositivo di memoria contenere diversi sistemi operativi. Come si vuole procedere?<br/>Comunque si potranno rivedere e confermare le scelte prima di apportare i cambiamenti al dispositivo. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap No Swap - + Reuse Swap Riutilizza Swap - + Swap (no Hibernate) Swap (senza ibernazione) - + Swap (with Hibernate) Swap (con ibernazione) - + Swap to file Swap su file @@ -757,27 +778,27 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse Config - + Set keyboard model to %1.<br/> Impostare il modello di tastiera a %1.<br/> - + Set keyboard layout to %1/%2. Impostare il layout della tastiera a %1/%2. - + Set timezone to %1/%2. Imposta fuso orario a %1/%2. - + The system language will be set to %1. La lingua di sistema sarà impostata a %1. - + The numbers and dates locale will be set to %1. I numeri e le date locali saranno impostati a %1. @@ -812,97 +833,97 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse Installazione di rete. (Disabilitata: impossibile recuperare le liste dei pacchetti, controllare la connessione di rete) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Questo computer non soddisfa i requisiti minimi per la configurazione di %1.<br/>La configurazione non può continuare. <a href="#details">Dettagli...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Questo computer non soddisfa i requisiti minimi per installare %1. <br/>L'installazione non può continuare. <a href="#details">Dettagli...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Questo computer non soddisfa alcuni requisiti raccomandati per la configurazione di %1.<br/>La configurazione può continuare ma alcune funzionalità potrebbero essere disabilitate. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Questo computer non soddisfa alcuni requisiti consigliati per l'installazione di %1.<br/>L'installazione può continuare ma alcune funzionalità potrebbero non essere disponibili. - + This program will ask you some questions and set up %2 on your computer. Questo programma chiederà alcune informazioni e configurerà %2 sul computer. - + <h1>Welcome to the Calamares setup program for %1</h1> Benvenuto nel programma di installazione Calamares di %1 - + <h1>Welcome to %1 setup</h1> Benvenuto nell'installazione di %1 - + <h1>Welcome to the Calamares installer for %1</h1> Benvenuto nel programma di installazione Calamares di %1 - + <h1>Welcome to the %1 installer</h1> Benvenuto nel programma di installazione di %1 - + Your username is too long. Il nome utente è troppo lungo. - + '%1' is not allowed as username. '%1' non è consentito come nome utente. - + Your username must start with a lowercase letter or underscore. Il tuo username deve iniziare con una lettera minuscola o un trattino basso. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Solo lettere minuscole, numeri, trattini e trattini bassi sono permessi. - + Your hostname is too short. Hostname è troppo corto. - + Your hostname is too long. Hostname è troppo lungo. - + '%1' is not allowed as hostname. '%1' non è consentito come nome host. - + Only letters, numbers, underscore and hyphen are allowed. Solo lettere, numeri, trattini e trattini bassi sono permessi. - + Your passwords do not match! Le password non corrispondono! - + OK! OK! @@ -958,11 +979,16 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse + Packages + Pacchetti + + + Install option: <strong>%1</strong> Opzione di installazione: <strong>%1</strong> - + None Nessuno @@ -1421,6 +1447,16 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse FS Label: Etichetta FS: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1450,8 +1486,8 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse Confermare frase di accesso - - + + Please enter the same passphrase in both boxes. Si prega di immettere la stessa frase di accesso in entrambi i riquadri. @@ -1459,12 +1495,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse ErrorDialog - + Details: Dettagli: - + Would you like to paste the install log to the web? Si vuole mettere il log di installazione sul web? @@ -1540,32 +1576,32 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse &Riavviare ora - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Tutto eseguito.</h1><br/>%1 è stato configurato sul tuo computer.<br/>Adesso puoi iniziare a utilizzare il tuo nuovo sistema. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Quando questa casella è selezionata, il tuo computer verrà riavviato immediatamente quando clicchi su <span style="font-style:italic;">Finito</span> oppure chiudi il programma di setup.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Tutto fatto.</ h1><br/>%1 è stato installato sul computer.<br/>Ora è possibile riavviare il sistema, o continuare a utilizzare l'ambiente Live di %2 . - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Quando questa casella è selezionata, il tuo sistema si riavvierà immediatamente quando clicchi su <span style="font-style:italic;">Fatto</span> o chiudi il programma di installazione.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Installazione fallita</h1><br/>%1 non è stato installato sul tuo computer.<br/>Il messaggio di errore è: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Installazione Fallita</h1><br/>%1 non è stato installato sul tuo computer.<br/>Il messaggio di errore è: %2 @@ -1599,12 +1635,18 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse Formatta la partizione <strong>%1</strong> di dimensione <strong>%3MiB </strong> con il file system <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formattazione della partizione %1 con file system %2. - + The installer failed to format partition %1 on disk '%2'. Il programma di installazione non è riuscito a formattare la partizione %1 sul disco '%2'. @@ -1612,12 +1654,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse GeneralRequirements - + has at least %1 GiB available drive space ha almeno %1 GiB di spazio disponibile - + There is not enough drive space. At least %1 GiB is required. Non c'è abbastanza spazio sul disco. E' richiesto almeno %1 GiB @@ -1657,27 +1699,27 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse sta eseguendo il programma di installazione come amministratore (root) - + The setup program is not running with administrator rights. Il programma di installazione non è stato lanciato con i permessi di amministratore. - + The installer is not running with administrator rights. Il programma di installazione non è stato avviato con i diritti di amministrazione. - + has a screen large enough to show the whole installer ha uno schermo abbastanza grande da mostrare l'intero programma di installazione - + The screen is too small to display the setup program. Lo schermo è troppo piccolo per mostrare il programma di installazione - + The screen is too small to display the installer. Schermo troppo piccolo per mostrare il programma d'installazione. @@ -1977,35 +2019,35 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse LuksBootKeyFileJob - + Configuring LUKS key file. Configurazione in corso del file chiave LUKS. - - + + No partitions are defined. Non è stata specificata alcuna partizione. - - - + + + Encrypted rootfs setup error Errore nella configurazione del rootfs crittato - + Root partition %1 is LUKS but no passphrase has been set. La partizione root %1 è LUKS ma non sono state configurate passphrase. - + Could not create LUKS key file for root partition %1. Impossibile creare il file chiave LUKS per la partizione root %1. - + Could not configure LUKS key file on partition %1. Impossibile configurare il file chiave LUKS per la partizione %1. @@ -2031,12 +2073,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse Map - + Timezone: %1 Fuso orario: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2046,100 +2088,112 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse NetInstallViewStep - + Package selection Selezione del pacchetto - + Office software Software per ufficio - + Office package Pacchetto per ufficio - + Browser software Software navigazione web - + Browser package Pacchetto navigazione web - + Web browser Browser web - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Servizi - + Login + label for netinstall module, choose login manager Accesso - + Desktop + label for netinstall module, choose desktop environment Ambiente desktop - - Applications - Applicazioni - - - + Communication + label for netinstall module Comunicazione - + Development + label for netinstall module Sviluppo - + Office + label for netinstall module Ufficio - + Multimedia + label for netinstall module Multimedia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Personalizzazione tema - + Gaming + label for netinstall module Giochi - + Utilities + label for netinstall module Utilità + + + Applications + Applicazioni + NotesQmlViewStep @@ -2188,24 +2242,24 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse - - - + + + Timezone: %1 Fuso orario: %1 - + Select your preferred Zone within your Region. - + Zones Zone - + You can fine-tune Language and Locale settings below. @@ -2288,6 +2342,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse + @@ -2326,6 +2381,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse + @@ -2334,6 +2390,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse + @@ -2342,6 +2399,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse + @@ -2350,6 +2408,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse + @@ -2363,6 +2422,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse + @@ -2371,6 +2431,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse + @@ -2379,6 +2440,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse + @@ -2387,6 +2449,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse + @@ -2480,7 +2543,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse Errore sconosciuto - + Password is empty Password vuota @@ -2518,22 +2581,6 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse Si prega di scegliere un prodotto dalla lista. Il prodotto selezionato verrà installato. - - PackageChooserQmlViewStep - - - Packages - Pacchetti - - - - PackageChooserViewStep - - - Packages - Pacchetti - - PackageModel @@ -2837,82 +2884,97 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse Partizioni - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Corrente: - + After: Dopo: - + No EFI system partition configured Nessuna partizione EFI di sistema è configurata - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS Opzione per usare GPT su BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - Una tabella partizioni GPT è la migliore opzione per tutti i sistemi. Comunque il programma d'installazione supporta anche la tabella di tipo BIOS. <br/><br/>Per configurare una tabella partizioni GPT su BIOS (se non già configurata) tornare indietro e impostare la tabella partizioni a GPT e creare una partizione non formattata di 8 MB con opzione <strong>%2</strong> abilitata.<br/><br/>Una partizione non formattata di 8 MB è necessaria per avviare %1 su un sistema BIOS con GPT. + - + Boot partition not encrypted Partizione di avvio non criptata - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. E' stata configurata una partizione di avvio non criptata assieme ad una partizione root criptata. <br/><br/>Ci sono problemi di sicurezza con questo tipo di configurazione perchè dei file di sistema importanti sono tenuti su una partizione non criptata.<br/>Si può continuare se lo si desidera ma dopo ci sarà lo sblocco del file system, durante l'avvio del sistema.<br/>Per criptare la partizione di avvio, tornare indietro e ricrearla, selezionando <strong>Criptare</strong> nella finestra di creazione della partizione. - + has at least one disk device available. ha almeno un'unità disco disponibile. - + There are no partitions to install on. Non ci sono partizioni su cui installare. @@ -3047,7 +3109,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3370,12 +3432,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: Per ottenere prestazioni ottimali, assicurarsi che questo computer: - + System requirements Requisiti di sistema @@ -3396,29 +3458,29 @@ Output: SetHostNameJob - + Set hostname %1 Impostare hostname %1 - + Set hostname <strong>%1</strong>. Impostare hostname <strong>%1</strong>. - + Setting hostname %1. Impostare hostname %1. - - + + Internal Error Errore interno - - + + Cannot write hostname to target system Impossibile scrivere l'hostname nel sistema di destinazione @@ -3620,18 +3682,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3639,17 +3701,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Impossibile eseguire chmod sul file sudoers. - + Cannot create sudoers file for writing. Impossibile creare il file sudoers in scrittura. @@ -3803,22 +3865,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Cliccare qui per maggiori informazioni sulla valutazione degli utenti</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3839,12 +3901,12 @@ Output: Smonta i file system. - + No target system available. - + No rootMountPoint is set. @@ -3852,12 +3914,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Se più di una persona utilizzerà questo computer, puoi creare ulteriori account dopo la configurazione.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Se più di una persona utilizzerà questo computer, puoi creare ulteriori account dopo l'installazione.</small> @@ -4006,44 +4068,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Benvenuto nel programma di installazione Calamares di %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Benvenuto nell'installazione di %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Benvenuti nel programma di installazione Calamares per %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Benvenuto nel programma d'installazione di %1.</h1> - - - %1 support supporto %1 - + About %1 setup Informazioni sul sistema di configurazione %1 - + About %1 installer Informazioni sul programma di installazione %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>per %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Grazie al <a href="https://calamares.io/team/">Team di Calamares </a> ed al <a href="https://www.transifex.com/calamares/calamares/">team dei traduttori di Calamares</a>.<br/><br/>Lo sviluppo di <a href="https://calamares.io/">Calamares</a> è sponsorizzato da <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4108,23 +4145,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back Indietro @@ -4224,17 +4245,17 @@ Output: Modello della tastiera: - + Layouts Schemi - + Type here to test your keyboard Digitare qui per provare la tastiera - + Variants Varianti @@ -4382,102 +4403,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. Solo lettere minuscole, numeri, trattini e trattini bassi sono permessi. - + root is not allowed as username. - + What is the name of this computer? Qual è il nome di questo computer? - + Computer Name Nome Computer - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Scegliere una password per rendere sicuro il tuo account. - + Password Password - + Repeat Password Ripetere Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Quando questa casella è selezionata, la robustezza della password viene verificata e non sarà possibile utilizzare password deboli. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. Usare la stessa password per l'account amministratore. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_ja-Hira.ts b/lang/calamares_ja-Hira.ts index 6a0ec6aa2..10dd88794 100644 --- a/lang/calamares_ja-Hira.ts +++ b/lang/calamares_ja-Hira.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install @@ -171,7 +190,7 @@ Calamares::JobThread - + Done @@ -261,21 +280,21 @@ - + Waiting for %n module(s). - + (%n second(s)) - + System-requirements checking is complete. @@ -480,12 +499,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -524,149 +543,149 @@ The installer will quit and all changes will be lost. - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -754,27 +773,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -809,97 +828,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -955,11 +974,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1418,6 +1442,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1447,8 +1481,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1456,12 +1490,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1537,32 +1571,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1596,12 +1630,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1609,12 +1649,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1654,27 +1694,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1974,35 +2014,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2028,12 +2068,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2043,98 +2083,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2185,24 +2237,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2468,7 +2520,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2506,22 +2558,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2825,82 +2861,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3032,7 +3083,7 @@ Output: QObject - + %1 (%2) @@ -3355,12 +3406,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3381,29 +3432,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3605,18 +3656,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3624,17 +3675,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3788,22 +3839,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3824,12 +3875,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3837,12 +3888,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -3991,44 +4042,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4093,23 +4119,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4209,17 +4219,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4346,102 +4356,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_ja.ts b/lang/calamares_ja.ts index e34a0eb38..375fe8834 100644 --- a/lang/calamares_ja.ts +++ b/lang/calamares_ja.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ ウィジェットツリー - + Debug information デバッグ情報 @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up セットアップ - + Install インストール @@ -171,7 +190,7 @@ Calamares::JobThread - + Done 完了 @@ -261,21 +280,21 @@ モジュール <i>%1</i> に必要なパッケージの確認が完了しました。 - + Waiting for %n module(s). %n 個のモジュールを待機しています。 - + (%n second(s)) (%n 秒(s)) - + System-requirements checking is complete. 要求されるシステムの確認を終了しました。 @@ -486,12 +505,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program %1 セットアッププログラム - + %1 Installer %1 インストーラー @@ -530,149 +549,149 @@ The installer will quit and all changes will be lost. フォーム - + Select storage de&vice: ストレージデバイスを選択 (&V): - - - - + + + + Current: 現在: - + After: 後: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>手動パーティション</strong><br/>パーティションを自分で作成またはサイズ変更することができます。 - + Reuse %1 as home partition for %2. %1 を %2 のホームパーティションとして再利用する - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>縮小するパーティションを選択し、下のバーをドラッグしてサイズを変更して下さい</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 は %2MiB に縮小され、%4 に新しい %3MiB のパーティションが作成されます。 - + Boot loader location: ブートローダーの場所: - + <strong>Select a partition to install on</strong> <strong>インストールするパーティションの選択</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. システムにEFIシステムパーティションが存在しません。%1 のセットアップのため、元に戻り、手動パーティショニングを使用してください。 - + The EFI system partition at %1 will be used for starting %2. %1 の EFI システム パーティションは、%2 の起動に使用されます。 - + EFI system partition: EFI システムパーティション: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. このストレージデバイスにはオペレーティングシステムが存在しないようです。何を行いますか?<br/>ストレージデバイスに対する変更を行う前に、変更点をレビューし、確認することができます。 - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>ディスクの消去</strong><br/>選択したストレージデバイス上のデータがすべて <font color="red">削除</font>されます。 - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>共存してインストール</strong><br/>インストーラは %1 用の空きスペースを確保するため、パーティションを縮小します。 - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>パーティションの置換</strong><br/>パーティションを %1 に置き換えます。 - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. このストレージデバイスには %1 が存在します。何を行いますか?<br/>ストレージデバイスに対する変更を行う前に、変更点をレビューし、確認することができます。 - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. このストレージデバイスにはすでにオペレーティングシステムが存在します。何を行いますか?<br/>ストレージデバイスに対する変更を行う前に、変更点をレビューし、確認することができます。 - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. このストレージデバイスには複数のオペレーティングシステムが存在します。何を行いますか?<br />ストレージデバイスに対する変更を行う前に、変更点をレビューし、確認することができます。 - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> このストレージデバイスにはすでにオペレーティングシステムがインストールされていますが、パーティションテーブル <strong>%1</strong> は必要な <strong>%2</strong> とは異なります。<br/> - + This storage device has one of its partitions <strong>mounted</strong>. このストレージデバイスにはパーティションの1つが<strong>マウントされています</strong>。 - + This storage device is a part of an <strong>inactive RAID</strong> device. このストレージデバイスは<strong>非アクティブなRAID</strong>デバイスの一部です。 - + No Swap スワップを使用しない - + Reuse Swap スワップを再利用 - + Swap (no Hibernate) スワップ(ハイバーネートなし) - + Swap (with Hibernate) スワップ(ハイバーネート) - + Swap to file ファイルにスワップ @@ -760,27 +779,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> キーボードのモデルを %1 に設定する。<br/> - + Set keyboard layout to %1/%2. キーボードのレイアウトを %1/%2 に設定する。 - + Set timezone to %1/%2. タイムゾーンを %1/%2 に設定する。 - + The system language will be set to %1. システムの言語を %1 に設定する。 - + The numbers and dates locale will be set to %1. 数値と日付のロケールを %1 に設定する。 @@ -815,97 +834,97 @@ The installer will quit and all changes will be lost. ネットワークインストール。(無効: パッケージリストを取得できません。ネットワーク接続を確認してください。) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> このコンピューターは %1 をセットアップするための最低要件を満たしていません。<br/>セットアップは続行できません。 <a href="#details">詳細...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> このコンピューターは %1 をインストールするための最低要件を満たしていません。<br/>インストールは続行できません。<a href="#details">詳細...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. このコンピューターは、 %1 をセットアップするための推奨条件をいくつか満たしていません。<br/>インストールは続行しますが、一部の機能が無効になる場合があります。 - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. このコンピューターは、 %1 をインストールするための推奨条件をいくつか満たしていません。<br/>インストールは続行しますが、一部の機能が無効になる場合があります。 - + This program will ask you some questions and set up %2 on your computer. このプログラムはあなたにいくつか質問をして、コンピューターに %2 を設定します。 - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>%1 のCalamaresセットアッププログラムへようこそ</h1> - + <h1>Welcome to %1 setup</h1> <h1>%1 のセットアップへようこそ</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>%1 のCalamaresインストーラーへようこそ</h1> - + <h1>Welcome to the %1 installer</h1> <h1>%1 インストーラーへようこそ</h1> - + Your username is too long. ユーザー名が長すぎます。 - + '%1' is not allowed as username. '%1' はユーザー名として許可されていません。 - + Your username must start with a lowercase letter or underscore. ユーザー名はアルファベットの小文字または _ で始めてください。 - + Only lowercase letters, numbers, underscore and hyphen are allowed. 使用できるのはアルファベットの小文字と数字と _ と - だけです。 - + Your hostname is too short. ホスト名が短すぎます。 - + Your hostname is too long. ホスト名が長過ぎます。 - + '%1' is not allowed as hostname. '%1' はホスト名として許可されていません。 - + Only letters, numbers, underscore and hyphen are allowed. 使用できるのはアルファベットと数字と _ と - だけです。 - + Your passwords do not match! パスワードが一致していません! - + OK! OK! @@ -962,11 +981,16 @@ The installer will quit and all changes will be lost. + Packages + パッケージ + + + Install option: <strong>%1</strong> インストールオプション: <strong>%1</strong> - + None なし @@ -1425,6 +1449,16 @@ The installer will quit and all changes will be lost. FS Label: FSラベル: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1454,8 +1488,8 @@ The installer will quit and all changes will be lost. パスフレーズの確認 - - + + Please enter the same passphrase in both boxes. 両方のボックスに同じパスフレーズを入力してください。 @@ -1463,12 +1497,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: 詳細: - + Would you like to paste the install log to the web? インストールログをWebに貼り付けますか? @@ -1544,32 +1578,32 @@ The installer will quit and all changes will be lost. 今すぐ再起動 (&R) - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>すべて完了しました。</h1><br/>%1 はコンピューターにセットアップされました。<br/>今から新しいシステムを開始することができます。 - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>このボックスをチェックすると、 <span style="font-style:italic;">実行</span>をクリックするかプログラムを閉じると直ちにシステムが再起動します。</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>すべて完了しました。</h1><br/>%1 がコンピューターにインストールされました。<br/>再起動して新しいシステムを使用することもできますし、%2 ライブ環境の使用を続けることもできます。 - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>このボックスをチェックすると、 <span style="font-style:italic;">実行</span>をクリックするかインストーラーを閉じると直ちにシステムが再起動します。</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>セットアップに失敗しました。</h1><br/>%1 はコンピューターにセットアップされていません。<br/>エラーメッセージ: %2 - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>インストールに失敗しました</h1><br/>%1 はコンピューターにインストールされませんでした。<br/>エラーメッセージ: %2. @@ -1603,12 +1637,18 @@ The installer will quit and all changes will be lost. <strong>%3MiB</strong> のパーティション <strong>%1</strong> をファイルシステム <strong>%2</strong> でフォーマットする。 - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. ファイルシステム %2 でパーティション %1 をフォーマットしています。 - + The installer failed to format partition %1 on disk '%2'. インストーラーはディスク '%2' 上のパーティション %1 のフォーマットに失敗しました。 @@ -1616,12 +1656,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space 利用可能な容量が少なくとも %1 GiB - + There is not enough drive space. At least %1 GiB is required. 空き容量が十分ではありません。少なくとも %1 GiB 必要です。 @@ -1661,27 +1701,27 @@ The installer will quit and all changes will be lost. は管理者(root)としてインストーラーを実行しています - + The setup program is not running with administrator rights. セットアッププログラムは管理者権限で実行されていません。 - + The installer is not running with administrator rights. インストーラーは管理者権限で実行されていません。 - + has a screen large enough to show the whole installer にはインストーラー全体を表示できる大きさの画面があります - + The screen is too small to display the setup program. 画面が小さすぎてセットアッププログラムを表示できません。 - + The screen is too small to display the installer. 画面が小さすぎてインストーラーを表示できません。 @@ -1981,35 +2021,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. LUKSキーファイルを設定しています。 - - + + No partitions are defined. パーティションが定義されていません。 - - - + + + Encrypted rootfs setup error 暗号化された rootfs のセットアップエラー - + Root partition %1 is LUKS but no passphrase has been set. ルートパーティション %1 はLUKSですが、パスワードが設定されていません。 - + Could not create LUKS key file for root partition %1. ルートパーティション %1 のLUKSキーファイルを作成できませんでした。 - + Could not configure LUKS key file on partition %1. パーティション %1 でLUKSキーファイルを設定できませんでした。 @@ -2035,12 +2075,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 タイムゾーン: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2053,100 +2093,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection パッケージの選択 - + Office software オフィスソフトウェア - + Office package オフィスパッケージ - + Browser software ブラウザソフトウェア - + Browser package ブラウザパッケージ - + Web browser ウェブブラウザ - + Kernel + label for netinstall module, Linux kernel カーネル - + Services + label for netinstall module, system services サービス - + Login + label for netinstall module, choose login manager ログイン - + Desktop + label for netinstall module, choose desktop environment デスクトップ - - Applications - アプリケーション - - - + Communication + label for netinstall module コミュニケーション - + Development + label for netinstall module 開発 - + Office + label for netinstall module オフィス - + Multimedia + label for netinstall module マルチメディア - + Internet + label for netinstall module インターネット - + Theming + label for netinstall module テーマ - + Gaming + label for netinstall module ゲーム - + Utilities + label for netinstall module ユーティリティー + + + Applications + アプリケーション + NotesQmlViewStep @@ -2195,24 +2247,24 @@ The installer will quit and all changes will be lost. 希望する地域を選択するか、デフォルトの設定を使用してください。 - - - + + + Timezone: %1 タイムゾーン: %1 - + Select your preferred Zone within your Region. 地域内の優先ゾーンを選択してください。 - + Zones ゾーン - + You can fine-tune Language and Locale settings below. 以下の言語とロケールの設定を微調整できます。 @@ -2478,7 +2530,7 @@ The installer will quit and all changes will be lost. 未知のエラー - + Password is empty パスワードが空です @@ -2516,22 +2568,6 @@ The installer will quit and all changes will be lost. リストから製品を選んでください。選択した製品がインストールされます。 - - PackageChooserQmlViewStep - - - Packages - パッケージ - - - - PackageChooserViewStep - - - Packages - パッケージ - - PackageModel @@ -2835,82 +2871,97 @@ The installer will quit and all changes will be lost. パーティション - + + Unsafe partition actions are enabled. + 安全でないパーティションアクションが有効になります。 + + + + Partitioning is configured to <b>always</b> fail. + パーティショニングが<b>常に</b>失敗するように設定されています。 + + + + No partitions will be changed. + パーティションは変更されません。 + + + Current: 現在: - + After: 変更後: - + No EFI system partition configured EFI システムパーティションが設定されていません - + EFI system partition configured incorrectly EFI システムパーティションが正しく設定されていません - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. %1 を起動するには EFI システムパーティションが必要です。<br/><br/>EFI システムパーティションを設定するには、戻って適切なファイルシステムを選択または作成してください。 - + The filesystem must be mounted on <strong>%1</strong>. ファイルシステムは <strong>%1</strong> にマウントする必要があります。 - + The filesystem must have type FAT32. ファイルシステムのタイプは FAT32 にする必要があります。 - + The filesystem must be at least %1 MiB in size. ファイルシステムのサイズは最低でも %1 MiB である必要があります。 - + The filesystem must have flag <strong>%1</strong> set. ファイルシステムにはフラグ <strong>%1</strong> を設定する必要があります。 - + You can continue without setting up an EFI system partition but your system may fail to start. EFI システムパーティションを設定しなくても続行できますが、システムが起動しない場合があります。 - + Option to use GPT on BIOS BIOS で GPT を使用するためのオプション - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - GPT パーティションテーブルは、すべてのシステムに最適なオプションです。このインストーラーは、BIOS システムのこのようなセットアップもサポートしています。<br/><br/>BIOS で GPT パーティションテーブルを設定するには(まだ行っていない場合)、前に戻ってパーティションテーブルを GPT に設定し、<strong>%2</strong> フラグを有効にして 8 MB の未フォーマットのパーティションを作成します。GPT に設定した BIOS システムで %1 を起動するには、未フォーマットの 8 MB パーティションが必要です。 + GPT パーティションテーブルは、すべてのシステムに最適なオプションです。このインストーラーは、BIOS システムのそのようなセットアップもサポートします。<br/><br/>BIOS で GPT パーティションテーブルを設定するには(まだ設定していない場合は)、戻ってパーティションテーブルを GPT に設定し、<strong>%2</strong> フラグを有効にした 8 MB の未フォーマットパーティションを作成します。<br/><br/>GPT を使用する BIOS システムで %1 を開始するには、未フォーマットの 8 MB のパーティションが必要です。 - + Boot partition not encrypted ブートパーティションが暗号化されていません - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. ブートパーティションは暗号化されたルートパーティションとともにセットアップされましたが、ブートパーティションは暗号化されていません。<br/><br/>重要なシステムファイルが暗号化されていないパーティションに残されているため、このようなセットアップは安全上の懸念があります。<br/>セットアップを続行することはできますが、後でシステムの起動中にファイルシステムが解除されます。<br/>ブートパーティションを暗号化させるには、前の画面に戻って、再度パーティションを作成し、パーティション作成ウィンドウ内で<strong>Encrypt</strong> (暗号化) を選択してください。 - + has at least one disk device available. は少なくとも1つのディスクデバイスを利用可能です。 - + There are no partitions to install on. インストールするパーティションがありません。 @@ -3045,7 +3096,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3371,12 +3422,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: 良好な結果を得るために、このコンピューターについて以下の項目を確認してください: - + System requirements システム要件 @@ -3397,29 +3448,29 @@ Output: SetHostNameJob - + Set hostname %1 ホスト名 %1 の設定 - + Set hostname <strong>%1</strong>. ホスト名 <strong>%1</strong> を設定する。 - + Setting hostname %1. ホスト名 %1 を設定しています。 - - + + Internal Error 内部エラー - - + + Cannot write hostname to target system ターゲットとするシステムにホスト名を書き込めません @@ -3621,18 +3672,18 @@ Output: SetupGroupsJob - + Preparing groups. グループを準備しています。 - - + + Could not create groups in target system ターゲットシステムにグループを作成できませんでした - + These groups are missing in the target system: %1 これらのグループはターゲットシステムにありません: %1 @@ -3640,17 +3691,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. <pre>sudo</pre> ユーザーを設定する。 - + Cannot chmod sudoers file. sudoersファイルの権限を変更できません。 - + Cannot create sudoers file for writing. sudoersファイルを作成できません。 @@ -3804,22 +3855,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">ユーザーフィードバックについての詳しい情報については、ここをクリックしてください</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. 追跡することにより、%1 はインストールの頻度、インストールされているハードウェア、使用されているアプリケーションを確認できます。送信内容を確認するには、各エリアの横にあるヘルプアイコンをクリックしてください。 - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. これを選択すると、インストールとハードウェアに関する情報が送信されます。この情報は、インストールの完了後に<b>1度だけ</b>送信されます。 - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. これを選択すると、<b>マシン</b>のインストール、ハードウェア、アプリケーションに関する情報が定期的に %1 に送信されます。 - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. これを選択すると、<b>ユーザーの</b>インストール、ハードウェア、アプリケーション、アプリケーションの使用パターンに関する情報が定期的に %1 に送信されます。 @@ -3840,12 +3891,12 @@ Output: ファイルシステムをアンマウント。 - + No target system available. 使用可能なターゲットシステムがありません。 - + No rootMountPoint is set. rootMountPoint が設定されていません。 @@ -3853,12 +3904,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>複数の人がこのコンピューターを使用する場合は、セットアップ後に複数のアカウントを作成できます。</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>複数の人がこのコンピューターを使用する場合は、インストール後に複数のアカウントを作成できます。</small> @@ -4007,44 +4058,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>%1 Calamares セットアッププログラムにようこそ</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>%1 セットアップへようこそ</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>%1 Calamares インストーラーにようこそ</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>%1 インストーラーへようこそ。</h1> - - - %1 support %1 サポート - + About %1 setup %1 セットアップについて - + About %1 installer %1 インストーラーについて - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4109,34 +4135,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back 戻る @@ -4241,17 +4240,17 @@ Output: キーボードモデル: - + Layouts レイアウト - + Type here to test your keyboard ここでタイプしてキーボードをテストしてください - + Variants バリアント @@ -4400,102 +4399,102 @@ Output: 複数のユーザーがこのコンピューターを使用する場合は、インストール後に複数のアカウントを作成できます。 - + Only lowercase letters, numbers, underscore and hyphen are allowed. 使用できるのはアルファベットの小文字と数字と _ と - だけです。 - + root is not allowed as username. root はユーザー名として許可されていません。 - + What is the name of this computer? このコンピューターの名前は何ですか? - + Computer Name コンピューターの名前 - + This name will be used if you make the computer visible to others on a network. この名前は、コンピューターをネットワーク上の他のユーザーに表示する場合に使用されます。 - + localhost is not allowed as hostname. localhost はユーザー名として許可されていません。 - + Choose a password to keep your account safe. アカウントを安全に使うため、パスワードを選択してください - + Password パスワード - + Repeat Password パスワードを再度入力 - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. 同じパスワードを2回入力して、入力エラーをチェックできるようにします。適切なパスワードは文字、数字、句読点が混在する8文字以上のもので、定期的に変更する必要があります。 - + Validate passwords quality パスワードの品質を検証する - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. このボックスをオンにするとパスワードの強度チェックが行われ、弱いパスワードを使用できなくなります。 - + Log in automatically without asking for the password パスワードを要求せずに自動的にログインする - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. 使用できるのはアルファベットと数字と _ と - で、2文字以上必要です。 - + Reuse user password as root password rootパスワードとしてユーザーパスワードを再利用する - + Use the same password for the administrator account. 管理者アカウントと同じパスワードを使用する。 - + Choose a root password to keep your account safe. アカウントを安全に保つために、rootパスワードを選択してください。 - + Root Password rootパスワード - + Repeat Root Password rootパスワードを再入力 - + Enter the same password twice, so that it can be checked for typing errors. 同じパスワードを2回入力して、入力エラーをチェックできるようにします。 diff --git a/lang/calamares_kk.ts b/lang/calamares_kk.ts index 579864b15..703fd73ab 100644 --- a/lang/calamares_kk.ts +++ b/lang/calamares_kk.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information Жөндеу ақпараты @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Орнату @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Дайын @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -482,12 +501,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -526,149 +545,149 @@ The installer will quit and all changes will be lost. - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: EFI жүйелік бөлімі: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -756,27 +775,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -811,97 +830,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -957,11 +976,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1420,6 +1444,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1449,8 +1483,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1458,12 +1492,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1539,32 +1573,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1598,12 +1632,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1611,12 +1651,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1656,27 +1696,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1976,35 +2016,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2030,12 +2070,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2045,98 +2085,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2187,24 +2239,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2479,7 +2531,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2517,22 +2569,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2836,82 +2872,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3043,7 +3094,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3366,12 +3417,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3392,29 +3443,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3616,18 +3667,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3635,17 +3686,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3799,22 +3850,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3835,12 +3886,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3848,12 +3899,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4002,44 +4053,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support %1 қолдауы - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4104,23 +4130,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4220,17 +4230,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4357,102 +4367,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_kn.ts b/lang/calamares_kn.ts index 999625913..68c4b64c9 100644 --- a/lang/calamares_kn.ts +++ b/lang/calamares_kn.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install ಸ್ಥಾಪಿಸು @@ -171,7 +190,7 @@ Calamares::JobThread - + Done @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -482,12 +501,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -526,149 +545,149 @@ The installer will quit and all changes will be lost. - + Select storage de&vice: - - - - + + + + Current: ಪ್ರಸಕ್ತ: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -756,27 +775,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -811,97 +830,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -957,11 +976,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1420,6 +1444,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1449,8 +1483,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1458,12 +1492,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1539,32 +1573,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1598,12 +1632,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1611,12 +1651,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1656,27 +1696,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1976,35 +2016,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2030,12 +2070,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2045,98 +2085,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2187,24 +2239,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2479,7 +2531,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2517,22 +2569,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2836,82 +2872,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: ಪ್ರಸಕ್ತ: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3043,7 +3094,7 @@ Output: QObject - + %1 (%2) @@ -3366,12 +3417,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3392,29 +3443,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3616,18 +3667,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3635,17 +3686,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3799,22 +3850,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3835,12 +3886,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3848,12 +3899,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4002,44 +4053,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4104,23 +4130,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4220,17 +4230,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4357,102 +4367,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_ko.ts b/lang/calamares_ko.ts index 785b829d8..d042111ed 100644 --- a/lang/calamares_ko.ts +++ b/lang/calamares_ko.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ 위젯 트리 - + Debug information 디버그 정보 @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up 설정 - + Install 설치 @@ -171,7 +190,7 @@ Calamares::JobThread - + Done 완료 @@ -261,21 +280,21 @@ <i>%1</i> 모듈에 대한 요구사항 검사가 완료되었습니다. - + Waiting for %n module(s). %n 모듈(들)을 기다리는 중. - + (%n second(s)) (%n 초) - + System-requirements checking is complete. 시스템 요구사항 검사가 완료 되었습니다. @@ -338,12 +357,12 @@ Link copied to clipboard Calamares Initialization Failed - 깔라마레스 초기화 실패 + Calamares 초기화에 실패했습니다 %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution. - %1 가 설치될 수 없습니다. 깔라마레스가 모든 구성된 모듈을 불러올 수 없었습니다. 이것은 깔라마레스가 배포판에서 사용되는 방식에서 발생한 문제입니다. + %1 가 설치될 수 없습니다. Calamares가 모든 구성된 모듈을 불러올 수 없었습니다. 이것은 Calamares가 배포판에서 사용되는 방식에서 발생한 문제입니다. @@ -486,12 +505,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program %1 설치 프로그램 - + %1 Installer %1 설치 관리자 @@ -530,149 +549,149 @@ The installer will quit and all changes will be lost. 형식 - + Select storage de&vice: 저장 장치 선택 (&v) - - - - + + + + Current: 현재: - + After: 이후: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>수동 파티션 작업</strong><br/>직접 파티션을 만들거나 크기를 조정할 수 있습니다. - + Reuse %1 as home partition for %2. %2의 홈 파티션으로 %1을 재사용합니다. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>축소할 파티션을 선택한 다음 하단 막대를 끌어 크기를 조정합니다.</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1이 %2MiB로 축소되고 %4에 대해 새 %3MiB 파티션이 생성됩니다. - + Boot loader location: 부트 로더 위치 : - + <strong>Select a partition to install on</strong> <strong>설치할 파티션을 선택합니다.</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. 이 시스템에서는 EFI 시스템 파티션을 찾을 수 없습니다. 돌아가서 수동 파티션 작업을 사용하여 %1을 설정하세요. - + The EFI system partition at %1 will be used for starting %2. %1의 EFI 시스템 파티션은 %2의 시작으로 사용될 것입니다. - + EFI system partition: EFI 시스템 파티션: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. 이 저장 장치에는 운영 체제가없는 것 같습니다. 무엇을하고 싶으십니까?<br/>저장 장치를 변경하기 전에 선택 사항을 검토하고 확인할 수 있습니다. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>디스크 지우기</strong><br/>그러면 선택한 저장 장치에 현재 있는 모든 데이터가 <font color="red">삭제</font>됩니다. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>함께 설치</strong><br/>설치 관리자가 파티션을 축소하여 %1 공간을 확보합니다. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>파티션 바꾸기</strong><br/>파티션을 %1로 바꿉니다. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. 이 저장 장치에 %1이 있습니다. 무엇을하고 싶으십니까?<br/>저장 장치를 변경하기 전에 선택 사항을 검토하고 확인할 수 있습니다. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. 이 저장 장치에는 이미 운영 체제가 있습니다. 무엇을하고 싶으십니까?<br/>저장 장치를 변경하기 전에 선택 사항을 검토하고 확인할 수 있습니다. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. 이 저장 장치에는 여러 개의 운영 체제가 있습니다. 무엇을하고 싶으십니까?<br/>저장 장치를 변경하기 전에 선택 사항을 검토하고 확인할 수 있습니다. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> 이 스토리지 장치에는 이미 운영 체제가 설치되어 있으나 <strong>%1</strong> 파티션 테이블이 필요로 하는 <strong>%2</strong>와 다릅니다.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. 이 스토리지 장치는 하나 이상의 <strong>마운트된</strong> 파티션을 갖고 있습니다. - + This storage device is a part of an <strong>inactive RAID</strong> device. 이 스토리지 장치는 <strong>비활성화된 RAID</strong> 장치의 일부입니다. - + No Swap 스왑 없음 - + Reuse Swap 스왑 재사용 - + Swap (no Hibernate) 스왑 (최대 절전모드 아님) - + Swap (with Hibernate) 스왑 (최대 절전모드 사용) - + Swap to file 파일로 스왑 @@ -760,27 +779,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> 키보드 모델을 %1로 설정합니다.<br/> - + Set keyboard layout to %1/%2. 키보드 레이아웃을 %1/%2로 설정합니다. - + Set timezone to %1/%2. 표준시간대를 %1/%2로 설정합니다. - + The system language will be set to %1. 시스템 언어가 %1로 설정됩니다. - + The numbers and dates locale will be set to %1. 숫자와 날짜 로케일이 %1로 설정됩니다. @@ -815,97 +834,97 @@ The installer will quit and all changes will be lost. 네트워크 설치. (불가: 패키지 목록을 가져올 수 없습니다. 네트워크 연결을 확인해주세요) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> 이 컴퓨터는 %1 설치를 위한 최소 요구 사항을 충족하지 않습니다.<br/>설치를 계속할 수 없습니다.<a href="#details">세부 정보...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> 이 컴퓨터는 %1 설치를 위한 최소 요구 사항을 충족하지 않습니다.<br/>설치를 계속할 수 없습니다. <a href="#details">세부 사항입니다...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. 이 컴퓨터는 %1 설치를 위한 권장 요구 사항 중 일부를 충족하지 않습니다.<br/>설치를 계속할 수는 있지만 일부 기능을 사용하지 않도록 설정할 수도 있습니다. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. 이 컴퓨터는 %1 설치를 위한 권장 요구 사항 중 일부를 충족하지 않습니다.<br/>설치를 계속할 수 있지만 일부 기능을 사용하지 않도록 설정할 수 있습니다. - + This program will ask you some questions and set up %2 on your computer. 이 프로그램은 몇 가지 질문을 하고 컴퓨터에 %2을 설정합니다. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1> 깔라마레스 설치 프로그램 %1에 오신 것을 환영합니다</h1> - + <h1>Welcome to %1 setup</h1> <h1>%1 설치에 오신 것을 환영합니다</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>깔라마레스 설치 관리자 %1에 오신 것을 환영합니다</h1> - + <h1>Welcome to the %1 installer</h1> <h1>%1 설치 관리자에 오신 것을 환영합니다</h1> - + Your username is too long. 사용자 이름이 너무 깁니다. - + '%1' is not allowed as username. '%1'은 사용자 이름으로 허용되지 않습니다. - + Your username must start with a lowercase letter or underscore. 사용자 이름은 소문자 또는 밑줄로 시작해야 합니다. - + Only lowercase letters, numbers, underscore and hyphen are allowed. 소문자, 숫자, 밑줄 및 하이픈만 허용됩니다. - + Your hostname is too short. 호스트 이름이 너무 짧습니다. - + Your hostname is too long. 호스트 이름이 너무 깁니다. - + '%1' is not allowed as hostname. '%1'은 호스트 이름으로 허용되지 않습니다. - + Only letters, numbers, underscore and hyphen are allowed. 문자, 숫자, 밑줄 및 하이픈만 허용됩니다. - + Your passwords do not match! 암호가 일치하지 않습니다! - + OK! 확인! @@ -961,11 +980,16 @@ The installer will quit and all changes will be lost. + Packages + 패키지 + + + Install option: <strong>%1</strong> 설치 옵션: <strong>%1</strong> - + None 없음 @@ -1127,7 +1151,7 @@ The installer will quit and all changes will be lost. The installer failed to create partition on disk '%1'. - 디스크 '%1'에 파티션을 생성하지 못했습니다. + 설치 관리자가 디스크 '%1'에 파티션을 생성하지 못했습니다. @@ -1262,7 +1286,7 @@ The installer will quit and all changes will be lost. The installer failed to deactivate a volume group named %1. - %1로 이름 지정된 볼륨 그룹을 비활성화하지 못했습니다. + 설치 관리자가 %1로 이름 지정된 볼륨 그룹을 비활성화하지 못했습니다. @@ -1424,6 +1448,16 @@ The installer will quit and all changes will be lost. FS Label: 파일시스템 레이블: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1453,8 +1487,8 @@ The installer will quit and all changes will be lost. 암호 확인 - - + + Please enter the same passphrase in both boxes. 암호와 암호 확인 상자에 동일한 값을 입력해주세요. @@ -1462,12 +1496,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: 상세: - + Would you like to paste the install log to the web? 설치 로그를 웹에 붙여넣으시겠습니까? @@ -1543,32 +1577,32 @@ The installer will quit and all changes will be lost. 지금 재시작 (&R) - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>모두 완료.</h1><br/>%1이 컴퓨터에 설정되었습니다.<br/>이제 새 시스템을 사용할 수 있습니다. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>이 확인란을 선택하면 <span style="font-style:italic;">완료</span>를 클릭하거나 설치 프로그램을 닫으면 시스템이 즉시 다시 시작됩니다.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>모두 완료되었습니다.</h1><br/>%1이 컴퓨터에 설치되었습니다.<br/>이제 새 시스템으로 다시 시작하거나 %2 라이브 환경을 계속 사용할 수 있습니다. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>이 확인란을 선택하면 <span style="font-style:italic;">완료</span>를 클릭하거나 설치 관리자를 닫으면 시스템이 즉시 다시 시작됩니다.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>설치 실패</h1><br/>%1이 컴퓨터에 설정되지 않았습니다.<br/>오류 메시지 : %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>설치에 실패했습니다.</h1><br/>%1이 컴퓨터에 설치되지 않았습니다.<br/>오류 메시지는 %2입니다. @@ -1602,12 +1636,18 @@ The installer will quit and all changes will be lost. <strong>%3MiB</strong> 파티션 <strong>%1</strong>을 파일 시스템 <strong>%2</strong>로 포맷합니다. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. %1 파티션을 %2 파일 시스템으로 포맷하는 중입니다. - + The installer failed to format partition %1 on disk '%2'. 설치 관리자가 '%2' 디스크에 있는 %1 파티션을 포맷하지 못했습니다. @@ -1615,12 +1655,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space %1 GiB 이상의 사용 가능한 드라이브 공간이 있음 - + There is not enough drive space. At least %1 GiB is required. 드라이브 공간이 부족합니다. %1 GiB 이상이 필요합니다. @@ -1660,27 +1700,27 @@ The installer will quit and all changes will be lost. 설치 관리자를 관리자(루트)로 실행 중입니다 - + The setup program is not running with administrator rights. 설치 프로그램이 관리자 권한으로 실행되고 있지 않습니다. - + The installer is not running with administrator rights. 설치 관리자가 관리자 권한으로 동작하고 있지 않습니다. - + has a screen large enough to show the whole installer - 전체 설치 프로그램을 표시할 수 있을 만큼 큰 화면이 있습니다 + 전체 설치 관리자를 표시할 수 있을 만큼 큰 화면이 있습니다 - + The screen is too small to display the setup program. 화면이 너무 작아서 설정 프로그램을 표시할 수 없습니다. - + The screen is too small to display the installer. 설치 관리자를 표시하기에는 화면이 너무 작습니다. @@ -1980,35 +2020,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. LUKS 키 파일 구성 중. - - + + No partitions are defined. 파티션이 정의되지 않았습니다. - - - + + + Encrypted rootfs setup error 암호화된 rootfs 설정 오류 - + Root partition %1 is LUKS but no passphrase has been set. 루트 파티션 %1이(가) LUKS이지만 암호가 설정되지 않았습니다. - + Could not create LUKS key file for root partition %1. 루트 파티션 %1에 대한 LUKS 키 파일을 생성할 수 없습니다. - + Could not configure LUKS key file on partition %1. 파티션 %1에 LUKS 키 파일을 설정할 수 없습니다. @@ -2034,12 +2074,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 표준시간대: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2051,100 +2091,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection 패키지 선택 - + Office software 오피스 소프트웨어 - + Office package 오피스 패키지 - + Browser software 브라우저 소프트웨어 - + Browser package 브라우저 패키지 - + Web browser 웹 브라우저 - + Kernel + label for netinstall module, Linux kernel 커널 - + Services + label for netinstall module, system services 서비스 - + Login + label for netinstall module, choose login manager 로그인 - + Desktop + label for netinstall module, choose desktop environment 데스크탑 - - Applications - 애플리케이션 - - - + Communication + label for netinstall module 통신 - + Development + label for netinstall module 개발 - + Office + label for netinstall module 오피스 - + Multimedia + label for netinstall module 멀티미디어 - + Internet + label for netinstall module 인터넷 - + Theming + label for netinstall module 테마 - + Gaming + label for netinstall module 게임 - + Utilities + label for netinstall module 유틸리티 + + + Applications + 애플리케이션 + NotesQmlViewStep @@ -2193,24 +2245,24 @@ The installer will quit and all changes will be lost. 원하는 지역을 선택하거나, 기본 설정을 사용하십시오. - - - + + + Timezone: %1 표준시간대: %1 - + Select your preferred Zone within your Region. 선호하는 표준시간대와 지역을 선택하세요. - + Zones 표준시간대 - + You can fine-tune Language and Locale settings below. 아래에서 언어 및 로케일을 상세하게 설정할 수 있습니다. @@ -2476,7 +2528,7 @@ The installer will quit and all changes will be lost. 알 수 없는 오류 - + Password is empty 비밀번호가 비어 있습니다 @@ -2514,22 +2566,6 @@ The installer will quit and all changes will be lost. 목록에서 제품을 선택하십시오. 선택한 제품이 설치됩니다. - - PackageChooserQmlViewStep - - - Packages - 패키지 - - - - PackageChooserViewStep - - - Packages - 패키지 - - PackageModel @@ -2833,82 +2869,97 @@ The installer will quit and all changes will be lost. 파티션 - + + Unsafe partition actions are enabled. + 안전하지 않은 파티션 작업이 활성화되었습니다. + + + + Partitioning is configured to <b>always</b> fail. + 파티셔닝이 <b>항상</b> 실패하도록 구성되어 있습니다. + + + + No partitions will be changed. + 파티션 없음은 변경될 것입니다. + + + Current: 현재: - + After: 이후: - + No EFI system partition configured EFI 시스템 파티션이 설정되지 않았습니다 - + EFI system partition configured incorrectly EFI 시스템 파티션이 잘못 구성됨 - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. %1을(를) 시작하려면 EFI 시스템 파티션이 필요합니다.<br/><br/>EFI 시스템 파티션을 구성하려면 돌아가서 적절한 파일 시스템을 선택하거나 생성하십시오. - + The filesystem must be mounted on <strong>%1</strong>. 파일 시스템은 <strong>%1</strong>에 마운트되어야 합니다. - + The filesystem must have type FAT32. 파일 시스템에는 FAT32 유형이 있어야 합니다. - + The filesystem must be at least %1 MiB in size. 파일 시스템의 크기는 %1MiB 이상이어야 합니다. - + The filesystem must have flag <strong>%1</strong> set. 파일 시스템에 플래그 <strong>%1</strong> 세트가 있어야 합니다. - + You can continue without setting up an EFI system partition but your system may fail to start. EFI 시스템 파티션을 설정하지 않고 계속할 수 있지만 시스템이 시작되지 않을 수 있습니다. - + Option to use GPT on BIOS BIOS에서 GPT를 사용하는 옵션 - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - GPT 파티션 테이블은 모든 시스템에 가장 적합한 옵션입니다. 이 설치 프로그램은 BIOS 시스템에 대한 이러한 설정도 지원합니다.<br/><br/>BIOS에서 GPT 파티션 테이블을 구성하려면(아직 구성되지 않은 경우) 돌아가서 파티션 테이블을 GPT로 설정한 다음, <strong>%2</strong> 플래그가 사용하도록 설정된 8MB의 포맷되지 않은 파티션을 생성합니다.<br/><br/>GPT가 있는 BIOS 시스템에서 %1을 시작하려면 포맷되지 않은 8MB 파티션이 필요합니다. + GPT 파티션 테이블은 모든 시스템에 가장 적합한 옵션입니다. 이 설치 관리자는 BIOS 시스템에 대한 이러한 설정도 지원합니다.<br/><br/>BIOS에서 GPT 파티션 테이블을 구성하려면(아직 수행하지 않은 경우) 돌아가서 파티션 테이블을 GPT로 설정한 다음 <strong>%2</strong> 플래그가 활성화된 8MB의 포맷되지 않은 파티션을 생성하십시오.<br/><br/>GPT가 있는 BIOS 시스템에서 %1을(를) 시작하려면 포맷되지 않은 8MB 파티션이 필요합니다. - + Boot partition not encrypted 부트 파티션이 암호화되지 않았습니다 - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. 암호화된 루트 파티션과 함께 별도의 부팅 파티션이 설정되었지만 부팅 파티션은 암호화되지 않았습니다.<br/><br/>중요한 시스템 파일은 암호화되지 않은 파티션에 보관되기 때문에 이러한 설정과 관련하여 보안 문제가 있습니다.<br/>원하는 경우 계속할 수 있지만 나중에 시스템을 시작하는 동안 파일 시스템 잠금이 해제됩니다.<br/>부팅 파티션을 암호화하려면 돌아가서 다시 생성하여 파티션 생성 창에서 <strong>암호화</strong>를 선택합니다. - + has at least one disk device available. 하나 이상의 디스크 장치를 사용할 수 있습니다. - + There are no partitions to install on. 설치를 위한 파티션이 없습니다. @@ -3043,7 +3094,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3272,7 +3323,7 @@ Output: Calamares cannot start KPMCore for the file-system resize job. - 깔라마레스는 파일 시스템 크기 조정 작업을 위해 KPMCore를 시작할 수 없습니다. + Calamares는 파일 시스템 크기 조정 작업을 위해 KPMCore를 시작할 수 없습니다. @@ -3369,12 +3420,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: 최상의 결과를 얻으려면 이 컴퓨터가 다음 사항을 충족해야 합니다. - + System requirements 시스템 요구 사항 @@ -3395,29 +3446,29 @@ Output: SetHostNameJob - + Set hostname %1 호스트 이름을 %1로 설정합니다 - + Set hostname <strong>%1</strong>. 호스트 이름을 <strong>%1</strong>로 설정합니다. - + Setting hostname %1. 호스트 이름을 %1로 설정하는 중입니다. - - + + Internal Error 내부 오류 - - + + Cannot write hostname to target system 시스템의 호스트 이름을 저장할 수 없습니다 @@ -3619,18 +3670,18 @@ Output: SetupGroupsJob - + Preparing groups. 그룹 준비 중. - - + + Could not create groups in target system 대상 시스템에서 그룹을 만들 수 없습니다 - + These groups are missing in the target system: %1 다음 그룹이 대상 시스템에 없습니다: %1 @@ -3638,17 +3689,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. <pre>sudo</pre> 사용자를 구성하십시오. - + Cannot chmod sudoers file. sudoers 파일의 권한을 변경할 수 없습니다. - + Cannot create sudoers file for writing. sudoers 파일을 쓸 수 없습니다. @@ -3776,7 +3827,7 @@ Output: Could not configure machine feedback correctly, Calamares error %1. - 시스템 피드백을 정확하게 설정할 수 없습니다, %1 깔라마레스 오류. + 시스템 피드백을 정확하게 설정할 수 없습니다, Calamares의 %1 오류입니다. @@ -3802,22 +3853,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">사용자 피드백에 대한 자세한 정보를 보려면 여기를 클릭하세요.</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. 트래킹을 통해 %1이(가) 얼마나 자주 설치되는지, 어떤 하드웨어에 설치되어 있고 어떤 응용 프로그램이 사용되는지 확인할 수 있습니다. 전송할 내용을 보려면 각 영역 옆에 있는 도움말 아이콘을 클릭하십시오. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. 이 옵션을 선택하면 설치 및 하드웨어에 대한 정보가 전송됩니다. 이 정보는 설치가 완료된 후 <b>한 번만</b> 전송됩니다. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. 이 옵션을 선택하면 <b>컴퓨터</b> 설치, 하드웨어 및 응용 프로그램에 대한 정보를 %1에게 주기적으로 보냅니다. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. 이를 선택하면 <b>사용자</b> 설치, 하드웨어, 응용 프로그램 및 응용 프로그램 사용 패턴에 대한 정보를 정기적으로 %1에게 보냅니다. @@ -3838,12 +3889,12 @@ Output: 파일시스템을 마운트 해제합니다. - + No target system available. 대상 시스템을 사용할 수 없습니다. - + No rootMountPoint is set. 루트 마운트 경로가 지정되지 않았습니다. @@ -3851,12 +3902,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>둘 이상의 사용자가 이 컴퓨터를 사용할 경우, 설정 후 계정을 여러 개 만들 수 있습니다.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>둘 이상의 사용자가 이 컴퓨터를 사용할 경우 설치 후 계정을 여러 개 만들 수 있습니다.</small> @@ -4005,44 +4056,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>%1에 대한 깔라마레스 설정 프로그램에 오신 것을 환영합니다.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>%1 설치에 오신 것을 환영합니다.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>%1을 위한 깔라마레스 설치 관리자에 오신 것을 환영합니다.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>%1 설치 관리자에 오신 것을 환영합니다.</h1> - - - %1 support %1 지원 - + About %1 setup %1 설치 정보 - + About %1 installer %1 설치 관리자에 대하여 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/><a href="https://calamares.io/team/">Calamares 팀</a>과 <a href="https://www.transifex.com/calamares/calamares/">Calamares 번역 팀</a> 덕분입니다.<br/><br/><a href="https://calamares.io/">Calamares</a> 개발은 <br/><a href="http://www.blue-systems.com/">Blue Systems</a>에서 후원합니다 - Liberating Software. - WelcomeQmlViewStep @@ -4080,7 +4106,7 @@ Output: No partitions are available for ZFS. - ZFS에 사용할 수 있는 파티션이 없습니다. + 파티션 없음을 ZFS로 사용할 수 있습니다. @@ -4107,34 +4133,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - <a href='https://calamares.io/team/'>Calamares 팀</a>과 - <a href='https://www.transifex.com/calamares/calamares/'>Calamares 번역 팀</a> - 에게 감사드립니다.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - 개발 후원: <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back 뒤로 @@ -4239,17 +4238,17 @@ Output: 키보드 모델: - + Layouts 레이아웃 - + Type here to test your keyboard 키보드를 테스트하기 위해 여기에 입력하세요 - + Variants 변형 @@ -4398,102 +4397,102 @@ Output: 다수의 사용자가 이 컴퓨터를 사용하는 경우, 설치를 마친 후에 여러 계정을 만들 수 있습니다. - + Only lowercase letters, numbers, underscore and hyphen are allowed. 소문자, 숫자, 밑줄 및 하이픈만 허용됩니다. - + root is not allowed as username. root는 사용자 이름으로 허용되지 않습니다. - + What is the name of this computer? 이 컴퓨터의 이름은 무엇인가요? - + Computer Name 컴퓨터 이름 - + This name will be used if you make the computer visible to others on a network. 이 이름은 네트워크의 다른 사용자가 이 컴퓨터를 볼 수 있게 하는 경우에 사용됩니다. - + localhost is not allowed as hostname. localhost는 호스트 이름으로 허용되지 않습니다. - + Choose a password to keep your account safe. 사용자 계정의 보안을 유지하기 위한 암호를 선택하세요. - + Password 비밀번호 - + Repeat Password 비밀번호 반복 - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. 입력 오류를 확인할 수 있도록 동일한 암호를 두 번 입력합니다. 올바른 암호에는 문자, 숫자 및 구두점이 혼합되어 있으며 길이는 8자 이상이어야 하며 정기적으로 변경해야 합니다. - + Validate passwords quality 암호 품질 검증 - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. 이 확인란을 선택하면 비밀번호 강도 검사가 수행되며 불충분한 비밀번호를 사용할 수 없습니다. - + Log in automatically without asking for the password 암호를 묻지 않고 자동으로 로그인합니다 - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. 문자, 숫자, 밑줄 및 하이픈만 허용되며, 최소 2자 이상이어야 합니다. - + Reuse user password as root password 사용자 암호를 루트 암호로 재사용합니다 - + Use the same password for the administrator account. 관리자 계정에 대해 같은 암호를 사용합니다. - + Choose a root password to keep your account safe. 당신의 계정을 안전하게 보호하기 위해서 루트 암호를 선택하세요. - + Root Password 루트 암호 - + Repeat Root Password 루트 암호 확인 - + Enter the same password twice, so that it can be checked for typing errors. 입력 오류를 확인하기 위해서 동일한 암호를 두번 입력해주세요. @@ -4510,7 +4509,7 @@ Output: About - 깔라마레스에 대하여 + Calamares에 대하여 diff --git a/lang/calamares_ko_KR.ts b/lang/calamares_ko_KR.ts deleted file mode 100644 index e95e2a9dd..000000000 --- a/lang/calamares_ko_KR.ts +++ /dev/null @@ -1,4366 +0,0 @@ - - - - - AutoMountManagementJob - - - Manage auto-mount settings - - - - - BootInfoWidget - - - The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode. - - - - - This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. - - - - - This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. - - - - - BootLoaderModel - - - Master Boot Record of %1 - - - - - Boot Partition - - - - - System Partition - - - - - Do not install a boot loader - - - - - %1 (%2) - - - - - Calamares::BlankViewStep - - - Blank Page - - - - - Calamares::DebugWindow - - - Form - - - - - GlobalStorage - - - - - JobQueue - - - - - Modules - - - - - Type: - - - - - - none - - - - - Interface: - - - - - Crashes Calamares, so that Dr. Konqui can look at it. - - - - - Reloads the stylesheet from the branding directory. - - - - - Uploads the session log to the configured pastebin. - - - - - Send Session Log - - - - - Reload Stylesheet - - - - - Displays the tree of widget names in the log (for stylesheet debugging). - - - - - Widget Tree - - - - - Debug information - - - - - Calamares::ExecutionViewStep - - - Set up - - - - - Install - - - - - Calamares::FailJob - - - Job failed (%1) - - - - - Programmed job failure was explicitly requested. - - - - - Calamares::JobThread - - - Done - - - - - Calamares::NamedJob - - - Example job (%1) - - - - - Calamares::ProcessJob - - - Run command '%1' in target system. - - - - - Run command '%1'. - - - - - Running command %1 %2 - - - - - Calamares::PythonJob - - - Running %1 operation. - - - - - Bad working directory path - - - - - Working directory %1 for python job %2 is not readable. - - - - - Bad main script file - - - - - Main script file %1 for python job %2 is not readable. - - - - - Boost.Python error in job "%1". - - - - - Calamares::QmlViewStep - - - Loading ... - - - - - QML Step <i>%1</i>. - - - - - Loading failed. - - - - - Calamares::RequirementsChecker - - - Requirements checking for module <i>%1</i> is complete. - - - - - Waiting for %n module(s). - - - - - - - (%n second(s)) - - - - - - - System-requirements checking is complete. - - - - - Calamares::ViewManager - - - Setup Failed - - - - - Installation Failed - - - - - Would you like to paste the install log to the web? - - - - - Error - - - - - &Yes - - - - - &No - - - - - &Close - - - - - Install Log Paste URL - - - - - The upload was unsuccessful. No web-paste was done. - - - - - Install log posted to - -%1 - -Link copied to clipboard - - - - - Calamares Initialization Failed - - - - - %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution. - - - - - <br/>The following modules could not be loaded: - - - - - Continue with setup? - - - - - Continue with installation? - - - - - The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - &Set up now - - - - - &Install now - - - - - Go &back - - - - - &Set up - - - - - &Install - - - - - Setup is complete. Close the setup program. - - - - - The installation is complete. Close the installer. - - - - - Cancel setup without changing the system. - - - - - Cancel installation without changing the system. - - - - - &Next - - - - - &Back - - - - - &Done - - - - - &Cancel - - - - - Cancel setup? - - - - - Cancel installation? - - - - - Do you really want to cancel the current setup process? -The setup program will quit and all changes will be lost. - - - - - Do you really want to cancel the current install process? -The installer will quit and all changes will be lost. - - - - - CalamaresPython::Helper - - - Unknown exception type - - - - - unparseable Python error - - - - - unparseable Python traceback - - - - - Unfetchable Python error. - - - - - CalamaresWindow - - - %1 Setup Program - - - - - %1 Installer - - - - - ChangeFilesystemLabelJob - - - Set filesystem label on %1. - - - - - Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>. - - - - - The installer failed to update partition table on disk '%1'. - - - - - CheckerContainer - - - Gathering system information... - - - - - ChoicePage - - - Form - - - - - Select storage de&vice: - - - - - - - - Current: - - - - - After: - - - - - <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - - - - - Reuse %1 as home partition for %2. - - - - - <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - - - - - %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - - - - - Boot loader location: - - - - - <strong>Select a partition to install on</strong> - - - - - An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - - - - <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - - - - - <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - - - - - <strong>Replace a partition</strong><br/>Replaces a partition with %1. - - - - - This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - - - - - This storage device has one of its partitions <strong>mounted</strong>. - - - - - This storage device is a part of an <strong>inactive RAID</strong> device. - - - - - No Swap - - - - - Reuse Swap - - - - - Swap (no Hibernate) - - - - - Swap (with Hibernate) - - - - - Swap to file - - - - - ClearMountsJob - - - Successfully unmounted %1. - - - - - Successfully disabled swap %1. - - - - - Successfully cleared swap %1. - - - - - Successfully closed mapper device %1. - - - - - Successfully disabled volume group %1. - - - - - Clear mounts for partitioning operations on %1 - - - - - Clearing mounts for partitioning operations on %1. - - - - - Cleared all mounts for %1 - - - - - ClearTempMountsJob - - - Clear all temporary mounts. - - - - - Clearing all temporary mounts. - - - - - Cannot get list of temporary mounts. - - - - - Cleared all temporary mounts. - - - - - CommandList - - - - Could not run command. - - - - - The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined. - - - - - The command needs to know the user's name, but no username is defined. - - - - - Config - - - Set keyboard model to %1.<br/> - - - - - Set keyboard layout to %1/%2. - - - - - Set timezone to %1/%2. - - - - - The system language will be set to %1. - - - - - The numbers and dates locale will be set to %1. - - - - - Network Installation. (Disabled: Incorrect configuration) - - - - - Network Installation. (Disabled: Received invalid groups data) - - - - - Network Installation. (Disabled: Internal error) - - - - - Network Installation. (Disabled: No package list) - - - - - Package selection - - - - - Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - - - - - This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - - - - - This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - - - - - This program will ask you some questions and set up %2 on your computer. - - - - - <h1>Welcome to the Calamares setup program for %1</h1> - - - - - <h1>Welcome to %1 setup</h1> - - - - - <h1>Welcome to the Calamares installer for %1</h1> - - - - - <h1>Welcome to the %1 installer</h1> - - - - - Your username is too long. - - - - - '%1' is not allowed as username. - - - - - Your username must start with a lowercase letter or underscore. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - Your hostname is too short. - - - - - Your hostname is too long. - - - - - '%1' is not allowed as hostname. - - - - - Only letters, numbers, underscore and hyphen are allowed. - - - - - Your passwords do not match! - - - - - OK! - - - - - Setup Failed - - - - - Installation Failed - - - - - The setup of %1 did not complete successfully. - - - - - The installation of %1 did not complete successfully. - - - - - Setup Complete - - - - - Installation Complete - - - - - The setup of %1 is complete. - - - - - The installation of %1 is complete. - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - Install option: <strong>%1</strong> - - - - - None - - - - - Summary - - - - - This is an overview of what will happen once you start the setup procedure. - - - - - This is an overview of what will happen once you start the install procedure. - - - - - ContextualProcessJob - - - Contextual Processes Job - - - - - CreatePartitionDialog - - - Create a Partition - - - - - Si&ze: - - - - - MiB - - - - - Partition &Type: - - - - - &Primary - - - - - E&xtended - - - - - Fi&le System: - - - - - LVM LV name - - - - - &Mount Point: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - En&crypt - - - - - Logical - - - - - Primary - - - - - GPT - - - - - Mountpoint already in use. Please select another one. - - - - - CreatePartitionJob - - - Create new %1MiB partition on %3 (%2) with entries %4. - - - - - Create new %1MiB partition on %3 (%2). - - - - - Create new %2MiB partition on %4 (%3) with file system %1. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2). - - - - - Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>. - - - - - - Creating new %1 partition on %2. - - - - - The installer failed to create partition on disk '%1'. - - - - - CreatePartitionTableDialog - - - Create Partition Table - - - - - Creating a new partition table will delete all existing data on the disk. - - - - - What kind of partition table do you want to create? - - - - - Master Boot Record (MBR) - - - - - GUID Partition Table (GPT) - - - - - CreatePartitionTableJob - - - Create new %1 partition table on %2. - - - - - Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). - - - - - Creating new %1 partition table on %2. - - - - - The installer failed to create a partition table on %1. - - - - - CreateUserJob - - - Create user %1 - - - - - Create user <strong>%1</strong>. - - - - - Preserving home directory - - - - - - Creating user %1 - - - - - Configuring user %1 - - - - - Setting file permissions - - - - - CreateVolumeGroupDialog - - - Create Volume Group - - - - - CreateVolumeGroupJob - - - Create new volume group named %1. - - - - - Create new volume group named <strong>%1</strong>. - - - - - Creating new volume group named %1. - - - - - The installer failed to create a volume group named '%1'. - - - - - DeactivateVolumeGroupJob - - - - Deactivate volume group named %1. - - - - - Deactivate volume group named <strong>%1</strong>. - - - - - The installer failed to deactivate a volume group named %1. - - - - - DeletePartitionJob - - - Delete partition %1. - - - - - Delete partition <strong>%1</strong>. - - - - - Deleting partition %1. - - - - - The installer failed to delete partition %1. - - - - - DeviceInfoWidget - - - This device has a <strong>%1</strong> partition table. - - - - - This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. - - - - - This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. - - - - - <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment. - - - - - <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. - - - - - The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. - - - - - DeviceModel - - - %1 - %2 (%3) - device[name] - size[number] (device-node[name]) - - - - - %1 - (%2) - device[name] - (device-node[name]) - - - - - DracutLuksCfgJob - - - Write LUKS configuration for Dracut to %1 - - - - - Skip writing LUKS configuration for Dracut: "/" partition is not encrypted - - - - - Failed to open %1 - - - - - DummyCppJob - - - Dummy C++ Job - - - - - EditExistingPartitionDialog - - - Edit Existing Partition - - - - - Content: - - - - - &Keep - - - - - Format - - - - - Warning: Formatting the partition will erase all existing data. - - - - - &Mount Point: - - - - - Si&ze: - - - - - MiB - - - - - Fi&le System: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - Mountpoint already in use. Please select another one. - - - - - EncryptWidget - - - Form - - - - - En&crypt system - - - - - Passphrase - - - - - Confirm passphrase - - - - - - Please enter the same passphrase in both boxes. - - - - - FillGlobalStorageJob - - - Set partition information - - - - - Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em> - - - - - Install %1 on <strong>new</strong> %2 system partition. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3. - - - - - Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4. - - - - - Install %2 on %3 system partition <strong>%1</strong>. - - - - - Install boot loader on <strong>%1</strong>. - - - - - Setting up mount points. - - - - - FinishedPage - - - Form - - - - - &Restart now - - - - - <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - - - - - <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - - - - - <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - - - - - <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. - - - - - FinishedQmlViewStep - - - Finish - - - - - FinishedViewStep - - - Finish - - - - - FormatPartitionJob - - - Format partition %1 (file system: %2, size: %3 MiB) on %4. - - - - - Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. - - - - - Formatting partition %1 with file system %2. - - - - - The installer failed to format partition %1 on disk '%2'. - - - - - GeneralRequirements - - - has at least %1 GiB available drive space - - - - - There is not enough drive space. At least %1 GiB is required. - - - - - has at least %1 GiB working memory - - - - - The system does not have enough working memory. At least %1 GiB is required. - - - - - is plugged in to a power source - - - - - The system is not plugged in to a power source. - - - - - is connected to the Internet - - - - - The system is not connected to the Internet. - - - - - is running the installer as an administrator (root) - - - - - The setup program is not running with administrator rights. - - - - - The installer is not running with administrator rights. - - - - - has a screen large enough to show the whole installer - - - - - The screen is too small to display the setup program. - - - - - The screen is too small to display the installer. - - - - - HostInfoJob - - - Collecting information about your machine. - - - - - IDJob - - - - - - OEM Batch Identifier - - - - - Could not create directories <code>%1</code>. - - - - - Could not open file <code>%1</code>. - - - - - Could not write to file <code>%1</code>. - - - - - InitcpioJob - - - Creating initramfs with mkinitcpio. - - - - - InitramfsJob - - - Creating initramfs. - - - - - InteractiveTerminalPage - - - Konsole not installed - - - - - Please install KDE Konsole and try again! - - - - - Executing script: &nbsp;<code>%1</code> - - - - - InteractiveTerminalViewStep - - - Script - - - - - KeyboardQmlViewStep - - - Keyboard - - - - - KeyboardViewStep - - - Keyboard - - - - - LCLocaleDialog - - - System locale setting - - - - - The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. - - - - - &Cancel - - - - - &OK - - - - - LicensePage - - - Form - - - - - <h1>License Agreement</h1> - - - - - I accept the terms and conditions above. - - - - - Please review the End User License Agreements (EULAs). - - - - - This setup procedure will install proprietary software that is subject to licensing terms. - - - - - If you do not agree with the terms, the setup procedure cannot continue. - - - - - This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. - - - - - If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. - - - - - LicenseViewStep - - - License - - - - - LicenseWidget - - - URL: %1 - - - - - <strong>%1 driver</strong><br/>by %2 - %1 is an untranslatable product name, example: Creative Audigy driver - - - - - <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> - %1 is usually a vendor name, example: Nvidia graphics driver - - - - - <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 codec</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 package</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1</strong><br/><font color="Grey">by %2</font> - - - - - File: %1 - - - - - Hide license text - - - - - Show the license text - - - - - Open license agreement in browser. - - - - - LocalePage - - - Region: - - - - - Zone: - - - - - - &Change... - - - - - LocaleQmlViewStep - - - Location - - - - - LocaleTests - - - Quit - - - - - LocaleViewStep - - - Location - - - - - LuksBootKeyFileJob - - - Configuring LUKS key file. - - - - - - No partitions are defined. - - - - - - - Encrypted rootfs setup error - - - - - Root partition %1 is LUKS but no passphrase has been set. - - - - - Could not create LUKS key file for root partition %1. - - - - - Could not configure LUKS key file on partition %1. - - - - - MachineIdJob - - - Generate machine-id. - - - - - Configuration Error - - - - - No root mount point is set for MachineId. - - - - - Map - - - Timezone: %1 - - - - - Please select your preferred location on the map so the installer can suggest the locale - and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging - to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. - - - - - NetInstallViewStep - - - Package selection - - - - - Office software - - - - - Office package - - - - - Browser software - - - - - Browser package - - - - - Web browser - - - - - Kernel - - - - - Services - - - - - Login - - - - - Desktop - - - - - Applications - - - - - Communication - - - - - Development - - - - - Office - - - - - Multimedia - - - - - Internet - - - - - Theming - - - - - Gaming - - - - - Utilities - - - - - NotesQmlViewStep - - - Notes - - - - - OEMPage - - - Ba&tch: - - - - - <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html> - - - - - <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html> - - - - - OEMViewStep - - - OEM Configuration - - - - - Set the OEM Batch Identifier to <code>%1</code>. - - - - - Offline - - - Select your preferred Region, or use the default settings. - - - - - - - Timezone: %1 - - - - - Select your preferred Zone within your Region. - - - - - Zones - - - - - You can fine-tune Language and Locale settings below. - - - - - PWQ - - - Password is too short - - - - - Password is too long - - - - - Password is too weak - - - - - Memory allocation error when setting '%1' - - - - - Memory allocation error - - - - - The password is the same as the old one - - - - - The password is a palindrome - - - - - The password differs with case changes only - - - - - The password is too similar to the old one - - - - - The password contains the user name in some form - - - - - The password contains words from the real name of the user in some form - - - - - The password contains forbidden words in some form - - - - - The password contains too few digits - - - - - The password contains too few uppercase letters - - - - - The password contains fewer than %n lowercase letters - - - - - - - The password contains too few lowercase letters - - - - - The password contains too few non-alphanumeric characters - - - - - The password is too short - - - - - The password does not contain enough character classes - - - - - The password contains too many same characters consecutively - - - - - The password contains too many characters of the same class consecutively - - - - - The password contains fewer than %n digits - - - - - - - The password contains fewer than %n uppercase letters - - - - - - - The password contains fewer than %n non-alphanumeric characters - - - - - - - The password is shorter than %n characters - - - - - - - The password is a rotated version of the previous one - - - - - The password contains fewer than %n character classes - - - - - - - The password contains more than %n same characters consecutively - - - - - - - The password contains more than %n characters of the same class consecutively - - - - - - - The password contains monotonic sequence longer than %n characters - - - - - - - The password contains too long of a monotonic character sequence - - - - - No password supplied - - - - - Cannot obtain random numbers from the RNG device - - - - - Password generation failed - required entropy too low for settings - - - - - The password fails the dictionary check - %1 - - - - - The password fails the dictionary check - - - - - Unknown setting - %1 - - - - - Unknown setting - - - - - Bad integer value of setting - %1 - - - - - Bad integer value - - - - - Setting %1 is not of integer type - - - - - Setting is not of integer type - - - - - Setting %1 is not of string type - - - - - Setting is not of string type - - - - - Opening the configuration file failed - - - - - The configuration file is malformed - - - - - Fatal failure - - - - - Unknown error - - - - - Password is empty - - - - - PackageChooserPage - - - Form - - - - - Product Name - - - - - TextLabel - - - - - Long Product Description - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - - - PackageModel - - - Name - - - - - Description - - - - - Page_Keyboard - - - Form - - - - - Keyboard Model: - - - - - Type here to test your keyboard - - - - - Page_UserSetup - - - Form - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - login - - - - - What is the name of this computer? - - - - - <small>This name will be used if you make the computer visible to others on a network.</small> - - - - - Computer Name - - - - - Choose a password to keep your account safe. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> - - - - - - Password - - - - - - Repeat Password - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Require strong passwords. - - - - - Log in automatically without asking for the password. - - - - - Use the same password for the administrator account. - - - - - Choose a password for the administrator account. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors.</small> - - - - - PartitionLabelsView - - - Root - - - - - Home - - - - - Boot - - - - - EFI system - - - - - Swap - - - - - New partition for %1 - - - - - New partition - - - - - %1 %2 - size[number] filesystem[name] - - - - - PartitionModel - - - - Free Space - - - - - - New partition - - - - - Name - - - - - File System - - - - - File System Label - - - - - Mount Point - - - - - Size - - - - - PartitionPage - - - Form - - - - - Storage de&vice: - - - - - &Revert All Changes - - - - - New Partition &Table - - - - - Cre&ate - - - - - &Edit - - - - - &Delete - - - - - New Volume Group - - - - - Resize Volume Group - - - - - Deactivate Volume Group - - - - - Remove Volume Group - - - - - I&nstall boot loader on: - - - - - Are you sure you want to create a new partition table on %1? - - - - - Can not create new partition - - - - - The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead. - - - - - PartitionViewStep - - - Gathering system information... - - - - - Partitions - - - - - Current: - - - - - After: - - - - - No EFI system partition configured - - - - - EFI system partition configured incorrectly - - - - - An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - - - - - The filesystem must be mounted on <strong>%1</strong>. - - - - - The filesystem must have type FAT32. - - - - - The filesystem must be at least %1 MiB in size. - - - - - The filesystem must have flag <strong>%1</strong> set. - - - - - You can continue without setting up an EFI system partition but your system may fail to start. - - - - - Option to use GPT on BIOS - - - - - A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - - - - - Boot partition not encrypted - - - - - A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - - - - - has at least one disk device available. - - - - - There are no partitions to install on. - - - - - PlasmaLnfJob - - - Plasma Look-and-Feel Job - - - - - - Could not select KDE Plasma Look-and-Feel package - - - - - PlasmaLnfPage - - - Form - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - PlasmaLnfViewStep - - - Look-and-Feel - - - - - PreserveFiles - - - Saving files for later ... - - - - - No files configured to save for later. - - - - - Not all of the configured files could be preserved. - - - - - ProcessResult - - - -There was no output from the command. - - - - - -Output: - - - - - - External command crashed. - - - - - Command <i>%1</i> crashed. - - - - - External command failed to start. - - - - - Command <i>%1</i> failed to start. - - - - - Internal error when starting command. - - - - - Bad parameters for process job call. - - - - - External command failed to finish. - - - - - Command <i>%1</i> failed to finish in %2 seconds. - - - - - External command finished with errors. - - - - - Command <i>%1</i> finished with exit code %2. - - - - - QObject - - - %1 (%2) - - - - - unknown - - - - - extended - - - - - unformatted - - - - - swap - - - - - - Default - - - - - - - - File not found - - - - - Path <pre>%1</pre> must be an absolute path. - - - - - Directory not found - - - - - - Could not create new random file <pre>%1</pre>. - - - - - No product - - - - - No description provided. - - - - - (no mount point) - - - - - Unpartitioned space or unknown partition table - - - - - Recommended - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - RemoveUserJob - - - Remove live user from target system - - - - - RemoveVolumeGroupJob - - - - Remove Volume Group named %1. - - - - - Remove Volume Group named <strong>%1</strong>. - - - - - The installer failed to remove a volume group named '%1'. - - - - - ReplaceWidget - - - Form - - - - - Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - - - - - The selected item does not appear to be a valid partition. - - - - - %1 cannot be installed on empty space. Please select an existing partition. - - - - - %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - - - - - %1 cannot be installed on this partition. - - - - - Data partition (%1) - - - - - Unknown system partition (%1) - - - - - %1 system partition (%2) - - - - - <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - - - - - <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - - - <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - Requirements - - - <p>This computer does not satisfy the minimum requirements for installing %1.<br/> - Installation cannot continue.</p> - - - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - ResizeFSJob - - - Resize Filesystem Job - - - - - Invalid configuration - - - - - The file-system resize job has an invalid configuration and will not run. - - - - - KPMCore not Available - - - - - Calamares cannot start KPMCore for the file-system resize job. - - - - - - - - - Resize Failed - - - - - The filesystem %1 could not be found in this system, and cannot be resized. - - - - - The device %1 could not be found in this system, and cannot be resized. - - - - - - The filesystem %1 cannot be resized. - - - - - - The device %1 cannot be resized. - - - - - The filesystem %1 must be resized, but cannot. - - - - - The device %1 must be resized, but cannot - - - - - ResizePartitionJob - - - Resize partition %1. - - - - - Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>. - - - - - Resizing %2MiB partition %1 to %3MiB. - - - - - The installer failed to resize partition %1 on disk '%2'. - - - - - ResizeVolumeGroupDialog - - - Resize Volume Group - - - - - ResizeVolumeGroupJob - - - - Resize volume group named %1 from %2 to %3. - - - - - Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>. - - - - - The installer failed to resize a volume group named '%1'. - - - - - ResultsListDialog - - - For best results, please ensure that this computer: - - - - - System requirements - - - - - ScanningDialog - - - Scanning storage devices... - - - - - Partitioning - - - - - SetHostNameJob - - - Set hostname %1 - - - - - Set hostname <strong>%1</strong>. - - - - - Setting hostname %1. - - - - - - Internal Error - - - - - - Cannot write hostname to target system - - - - - SetKeyboardLayoutJob - - - Set keyboard model to %1, layout to %2-%3 - - - - - Failed to write keyboard configuration for the virtual console. - - - - - - - Failed to write to %1 - - - - - Failed to write keyboard configuration for X11. - - - - - Failed to write keyboard configuration to existing /etc/default directory. - - - - - SetPartFlagsJob - - - Set flags on partition %1. - - - - - Set flags on %1MiB %2 partition. - - - - - Set flags on new partition. - - - - - Clear flags on partition <strong>%1</strong>. - - - - - Clear flags on %1MiB <strong>%2</strong> partition. - - - - - Clear flags on new partition. - - - - - Flag partition <strong>%1</strong> as <strong>%2</strong>. - - - - - Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>. - - - - - Flag new partition as <strong>%1</strong>. - - - - - Clearing flags on partition <strong>%1</strong>. - - - - - Clearing flags on %1MiB <strong>%2</strong> partition. - - - - - Clearing flags on new partition. - - - - - Setting flags <strong>%2</strong> on partition <strong>%1</strong>. - - - - - Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition. - - - - - Setting flags <strong>%1</strong> on new partition. - - - - - The installer failed to set flags on partition %1. - - - - - SetPasswordJob - - - Set password for user %1 - - - - - Setting password for user %1. - - - - - Bad destination system path. - - - - - rootMountPoint is %1 - - - - - Cannot disable root account. - - - - - passwd terminated with error code %1. - - - - - Cannot set password for user %1. - - - - - usermod terminated with error code %1. - - - - - SetTimezoneJob - - - Set timezone to %1/%2 - - - - - Cannot access selected timezone path. - - - - - Bad path: %1 - - - - - Cannot set timezone. - - - - - Link creation failed, target: %1; link name: %2 - - - - - Cannot set timezone, - - - - - Cannot open /etc/timezone for writing - - - - - SetupGroupsJob - - - Preparing groups. - - - - - - Could not create groups in target system - - - - - These groups are missing in the target system: %1 - - - - - SetupSudoJob - - - Configure <pre>sudo</pre> users. - - - - - Cannot chmod sudoers file. - - - - - Cannot create sudoers file for writing. - - - - - ShellProcessJob - - - Shell Processes Job - - - - - SlideCounter - - - %L1 / %L2 - slide counter, %1 of %2 (numeric) - - - - - StandardButtons - - - &OK - - - - - &Yes - - - - - &No - - - - - &Cancel - - - - - &Close - - - - - TrackingInstallJob - - - Installation feedback - - - - - Sending installation feedback. - - - - - Internal error in install-tracking. - - - - - HTTP request timed out. - - - - - TrackingKUserFeedbackJob - - - KDE user feedback - - - - - Configuring KDE user feedback. - - - - - - Error in KDE user feedback configuration. - - - - - Could not configure KDE user feedback correctly, script error %1. - - - - - Could not configure KDE user feedback correctly, Calamares error %1. - - - - - TrackingMachineUpdateManagerJob - - - Machine feedback - - - - - Configuring machine feedback. - - - - - - Error in machine feedback configuration. - - - - - Could not configure machine feedback correctly, script error %1. - - - - - Could not configure machine feedback correctly, Calamares error %1. - - - - - TrackingPage - - - Form - - - - - Placeholder - - - - - <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> - - - - - <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> - - - - - Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - - - - - By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - - - - - By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - - - - - By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. - - - - - TrackingViewStep - - - Feedback - - - - - UsersPage - - - <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - - - - - <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> - - - - - UsersQmlViewStep - - - Users - - - - - UsersViewStep - - - Users - - - - - VariantModel - - - Key - Column header for key/value - - - - - Value - Column header for key/value - - - - - VolumeGroupBaseDialog - - - Create Volume Group - - - - - List of Physical Volumes - - - - - Volume Group Name: - - - - - Volume Group Type: - - - - - Physical Extent Size: - - - - - MiB - - - - - Total Size: - - - - - Used Size: - - - - - Total Sectors: - - - - - Quantity of LVs: - - - - - WelcomePage - - - Form - - - - - - Select application and system language - - - - - &About - - - - - Open donations website - - - - - &Donate - - - - - Open help and support website - - - - - &Support - - - - - Open issues and bug-tracking website - - - - - &Known issues - - - - - Open release notes website - - - - - &Release notes - - - - - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - - %1 support - - - - - About %1 setup - - - - - About %1 installer - - - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - - - - WelcomeQmlViewStep - - - Welcome - - - - - WelcomeViewStep - - - Welcome - - - - - about - - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - - Back - - - - - calamares-sidebar - - - Show debug information - - - - - finishedq - - - Installation Completed - - - - - %1 has been installed on your computer.<br/> - You may now restart into your new system, or continue using the Live environment. - - - - - Close Installer - - - - - Restart System - - - - - <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/> - This log is copied to /var/log/installation.log of the target system.</p> - - - - - i18n - - - <h1>Languages</h1> </br> - The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>. - - - - - <h1>Locales</h1> </br> - The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>. - - - - - Back - - - - - keyboardq - - - To activate keyboard preview, select a layout. - - - - - Keyboard Model: - - - - - Layouts - - - - - Type here to test your keyboard - - - - - Variants - - - - - localeq - - - Change - - - - - notesqml - - - <h3>%1</h3> - <p>These are example release notes.</p> - - - - - packagechooserq - - - LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/> - Default option. - - - - - LibreOffice - - - - - If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives. - - - - - No Office Suite - - - - - Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser. - - - - - Minimal Install - - - - - Please select an option for your install, or use the default: LibreOffice included. - - - - - release_notes - - - <h3>%1</h3> - <p>This an example QML file, showing options in RichText with Flickable content.</p> - - <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p> - - <p><b>This is bold text</b></p> - <p><i>This is italic text</i></p> - <p><u>This is underlined text</u></p> - <p><center>This text will be center-aligned.</center></p> - <p><s>This is strikethrough</s></p> - - <p>Code example: - <code>ls -l /home</code></p> - - <p><b>Lists:</b></p> - <ul> - <li>Intel CPU systems</li> - <li>AMD CPU systems</li> - </ul> - - <p>The vertical scrollbar is adjustable, current width set to 10.</p> - - - - - Back - - - - - usersq - - - Pick your user name and credentials to login and perform admin tasks - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - Login Name - - - - - If more than one person will use this computer, you can create multiple accounts after installation. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - root is not allowed as username. - - - - - What is the name of this computer? - - - - - Computer Name - - - - - This name will be used if you make the computer visible to others on a network. - - - - - localhost is not allowed as hostname. - - - - - Choose a password to keep your account safe. - - - - - Password - - - - - Repeat Password - - - - - Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - - - - - Validate passwords quality - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Log in automatically without asking for the password - - - - - Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - - - - - Reuse user password as root password - - - - - Use the same password for the administrator account. - - - - - Choose a root password to keep your account safe. - - - - - Root Password - - - - - Repeat Root Password - - - - - Enter the same password twice, so that it can be checked for typing errors. - - - - - welcomeq - - - <h3>Welcome to the %1 <quote>%2</quote> installer</h3> - <p>This program will ask you some questions and set up %1 on your computer.</p> - - - - - About - - - - - Support - - - - - Known issues - - - - - Release notes - - - - - Donate - - - - diff --git a/lang/calamares_lo.ts b/lang/calamares_lo.ts index 2daa579a4..87f090046 100644 --- a/lang/calamares_lo.ts +++ b/lang/calamares_lo.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install @@ -171,7 +190,7 @@ Calamares::JobThread - + Done @@ -261,21 +280,21 @@ - + Waiting for %n module(s). - + (%n second(s)) - + System-requirements checking is complete. @@ -480,12 +499,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -524,149 +543,149 @@ The installer will quit and all changes will be lost. - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -754,27 +773,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -809,97 +828,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -955,11 +974,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1418,6 +1442,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1447,8 +1481,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1456,12 +1490,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1537,32 +1571,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1596,12 +1630,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1609,12 +1649,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1654,27 +1694,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1974,35 +2014,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2028,12 +2068,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2043,98 +2083,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2185,24 +2237,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2468,7 +2520,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2506,22 +2558,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2825,82 +2861,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3032,7 +3083,7 @@ Output: QObject - + %1 (%2) @@ -3355,12 +3406,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3381,29 +3432,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3605,18 +3656,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3624,17 +3675,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3788,22 +3839,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3824,12 +3875,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3837,12 +3888,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -3991,44 +4042,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4093,23 +4119,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4209,17 +4219,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4346,102 +4356,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_lt.ts b/lang/calamares_lt.ts index bc365110a..57dc84476 100644 --- a/lang/calamares_lt.ts +++ b/lang/calamares_lt.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + <h1>%1</h1><br/><strong>%2,<br/> skirta %3</strong><br/><br/> + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + Dėkojame <a href="https://calamares.io/team/">Calamares komandai</a> ir <a href="https://www.transifex.com/calamares/calamares/">Calamares vertėjų komandai</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> plėtojimą remia <br/><a href="http://www.blue-systems.com/">„Blue Systems“</a> – Išlaisvinanti programinė įranga. + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + Autorių teisės %1-%2 %3 &lt;%4&gt;<br/> + + AutoMountManagementJob @@ -137,7 +156,7 @@ Valdiklių medis - + Debug information Derinimo informacija @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Sąranka - + Install Diegimas @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Atlikta @@ -261,7 +280,7 @@ Reikalavimų tikrinimas <i>%1</i> moduliui yra užbaigtas. - + Waiting for %n module(s). Laukiama %n modulio. @@ -271,7 +290,7 @@ - + (%n second(s)) (%n sekundė) @@ -281,7 +300,7 @@ - + System-requirements checking is complete. Sistemos reikalavimų tikrinimas yra užbaigtas. @@ -492,12 +511,12 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. CalamaresWindow - + %1 Setup Program %1 sąrankos programa - + %1 Installer %1 diegimo programa @@ -536,149 +555,149 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. Forma - + Select storage de&vice: Pasirinkite atminties įr&enginį: - - - - + + + + Current: Dabartinis: - + After: Po: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Rankinis skaidymas</strong><br/>Galite patys kurti ar keisti skaidinių dydžius. - + Reuse %1 as home partition for %2. Pakartotinai naudoti %1 kaip namų skaidinį, skirtą %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Pasirinkite, kurį skaidinį sumažinti, o tuomet vilkite juostą, kad pakeistumėte skaidinio dydį</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 bus sumažintas iki %2MiB ir naujas %3MiB skaidinys bus sukurtas sistemai %4. - + Boot loader location: Paleidyklės vieta: - + <strong>Select a partition to install on</strong> <strong>Pasirinkite kuriame skaidinyje įdiegti</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Šioje sistemoje niekur nepavyko rasti EFI skaidinio. Prašome grįžti ir naudoti rankinį skaidymą, kad nustatytumėte %1. - + The EFI system partition at %1 will be used for starting %2. %2 paleidimui bus naudojamas EFI sistemos skaidinys, esantis ties %1. - + EFI system partition: EFI sistemos skaidinys: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Atrodo, kad šiame įrenginyje nėra operacinės sistemos. Ką norėtumėte daryti?<br/>Prieš atliekant bet kokius pakeitimus atminties įrenginyje, jūs galėsite apžvelgti ir patvirtinti savo pasirinkimus. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Ištrinti diską</strong><br/>Tai <font color="red">ištrins</font> visus, pasirinktame atminties įrenginyje, esančius duomenis. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Įdiegti šalia</strong><br/>Diegimo programa sumažins skaidinį, kad atlaisvintų vietą sistemai %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Pakeisti skaidinį</strong><br/>Pakeičia skaidinį ir įrašo %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Šiame atminties įrenginyje jau yra %1. Ką norėtumėte daryti?<br/>Prieš atliekant bet kokius pakeitimus atminties įrenginyje, jūs galėsite apžvelgti ir patvirtinti savo pasirinkimus. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Šiame atminties įrenginyje jau yra operacinė sistema. Ką norėtumėte daryti?<br/>Prieš atliekant bet kokius pakeitimus atminties įrenginyje, jūs galėsite apžvelgti ir patvirtinti savo pasirinkimus. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Šiame atminties įrenginyje jau yra kelios operacinės sistemos. Ką norėtumėte daryti?<br/>Prieš atliekant bet kokius pakeitimus atminties įrenginyje, jūs galėsite apžvelgti ir patvirtinti savo pasirinkimus. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Šiame atminties įrenginyje jau yra operacinė sistema, bet skaidinių lentelė <strong>%1</strong> yra kitokia nei reikiama <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Vienas iš šio atminties įrenginio skaidinių yra <strong>prijungtas</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Šis atminties įrenginys yra <strong>neaktyvaus RAID</strong> įrenginio dalis. - + No Swap Be sukeitimų skaidinio - + Reuse Swap Iš naujo naudoti sukeitimų skaidinį - + Swap (no Hibernate) Sukeitimų skaidinys (be užmigdymo) - + Swap (with Hibernate) Sukeitimų skaidinys (su užmigdymu) - + Swap to file Sukeitimų failas @@ -766,27 +785,27 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. Config - + Set keyboard model to %1.<br/> Nustatyti klaviatūros modelį kaip %1.<br/> - + Set keyboard layout to %1/%2. Nustatyti klaviatūros išdėstymą kaip %1/%2. - + Set timezone to %1/%2. Nustatyti laiko juostą į %1/%2. - + The system language will be set to %1. Sistemos kalba bus nustatyta į %1. - + The numbers and dates locale will be set to %1. Skaičių ir datų lokalė bus nustatyta į %1. @@ -821,97 +840,97 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. Tinklo diegimas. (Išjungta: Nepavyksta gauti paketų sąrašus, patikrinkite savo tinklo ryšį) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Šis kompiuteris netenkina minimalių %1 nustatymo reikalavimų.<br/>Sąranka negali būti tęsiama. <a href="#details">Išsamiau...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Šis kompiuteris netenkina minimalių %1 diegimo reikalavimų.<br/>Diegimas negali būti tęsiamas. <a href="#details">Išsamiau...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Šis kompiuteris netenkina kai kurių %1 nustatymui rekomenduojamų reikalavimų.<br/>Sąranką galima tęsti, tačiau kai kurios funkcijos gali būti išjungtos. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Šis kompiuteris netenkina kai kurių %1 diegimui rekomenduojamų reikalavimų.<br/>Diegimą galima tęsti, tačiau kai kurios funkcijos gali būti išjungtos. - + This program will ask you some questions and set up %2 on your computer. Programa užduos kelis klausimus ir padės įsidiegti %2. - + <h1>Welcome to the Calamares setup program for %1</h1> </h1>Jus sveikina Calamares sąrankos programa, skirta %1 sistemai.</h1> - + <h1>Welcome to %1 setup</h1> <h1>Jus sveikina %1 sąranka</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Jus sveikina Calamares diegimo programa, skirta %1 sistemai</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Jus sveikina %1 diegimo programa</h1> - + Your username is too long. Jūsų naudotojo vardas yra pernelyg ilgas. - + '%1' is not allowed as username. „%1“ neleidžiama naudoti kaip naudotojo vardą. - + Your username must start with a lowercase letter or underscore. Jūsų naudotojo vardas privalo prasidėti mažąja raide arba pabraukimo brūkšniu. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Yra leidžiamos tik mažosios raidės, skaitmenys, pabraukimo brūkšniai ir brūkšneliai. - + Your hostname is too short. Jūsų kompiuterio vardas yra pernelyg trumpas. - + Your hostname is too long. Jūsų kompiuterio vardas yra pernelyg ilgas. - + '%1' is not allowed as hostname. „%1“ neleidžiama naudoti kaip kompiuterio vardą. - + Only letters, numbers, underscore and hyphen are allowed. Yra leidžiamos tik raidės, skaitmenys, pabraukimo brūkšniai ir brūkšneliai. - + Your passwords do not match! Jūsų slaptažodžiai nesutampa! - + OK! Gerai! @@ -967,11 +986,16 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. + Packages + Paketai + + + Install option: <strong>%1</strong> Diegimo parinktis: <strong>%1</strong> - + None Nėra @@ -1430,6 +1454,16 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. FS Label: FS etiketė: + + + Passphrase for existing partition + Esamo skaidinio slaptafrazė + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + Nepavyko iššifruoti %1 skaidinio, naudojant pateiktą slaptafrazę.<br/><br/>Taisykite skaidinį dar kartą ir nurodykite teisingą slaptafrazę arba ištrinkite šį ir sukurkite naują šifruotą skaidinį. + EncryptWidget @@ -1459,8 +1493,8 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. Patvirtinkite slaptafrazę - - + + Please enter the same passphrase in both boxes. Prašome abiejuose langeliuose įrašyti tą pačią slaptafrazę. @@ -1468,12 +1502,12 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. ErrorDialog - + Details: Išsamiau: - + Would you like to paste the install log to the web? Ar norėtumėte įdėti diegimo žurnalą į saityną? @@ -1549,32 +1583,32 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. &Paleisti iš naujo dabar - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Viskas atlikta.</h1><br/>%1 sistema jūsų kompiuteryje jau nustatyta.<br/>Dabar galite pradėti naudotis savo naująja sistema. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Pažymėjus šį langelį, jūsų sistema nedelsiant pasileis iš naujo, kai spustelėsite <span style="font-style:italic;">Atlikta</span> ar užversite sąrankos programą.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Viskas atlikta.</h1><br/>%1 sistema jau įdiegta.<br/>Galite iš naujo paleisti kompiuterį dabar ir naudotis savo naująja sistema; arba galite tęsti naudojimąsi %2 sistema demonstracinėje aplinkoje. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Pažymėjus šį langelį, jūsų sistema nedelsiant pasileis iš naujo, kai spustelėsite <span style="font-style:italic;">Atlikta</span> ar užversite diegimo programą.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Sąranka nepavyko</h1><br/>%1 nebuvo nustatyta jūsų kompiuteryje.<br/>Klaidos pranešimas buvo: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Diegimas nepavyko</h1><br/>%1 nebuvo įdiegta jūsų kompiuteryje.<br/>Klaidos pranešimas buvo: %2. @@ -1608,12 +1642,18 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. Formatuoti <strong>%3MiB</strong> skaidinį <strong>%1</strong> su <strong>%2</strong> failų sistema. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formatuojamas skaidinys %1 su %2 failų sistema. - + The installer failed to format partition %1 on disk '%2'. Diegimo programai nepavyko formatuoti „%2“ disko skaidinio %1. @@ -1621,12 +1661,12 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. GeneralRequirements - + has at least %1 GiB available drive space turi bent %1 GiB laisvos vietos diske - + There is not enough drive space. At least %1 GiB is required. Neužtenka vietos diske. Reikia bent %1 GiB. @@ -1666,27 +1706,27 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. vykdo diegimo programą pagrindinio naudotojo (root) teisėmis - + The setup program is not running with administrator rights. Sąrankos programa yra vykdoma be administratoriaus teisių. - + The installer is not running with administrator rights. Diegimo programa yra vykdoma be administratoriaus teisių. - + has a screen large enough to show the whole installer turi ekraną, pakankamai didelį, kad rodytų visą diegimo programą - + The screen is too small to display the setup program. Ekranas yra per mažas, kad būtų parodyta sąrankos programa. - + The screen is too small to display the installer. Ekranas yra per mažas, kad būtų parodyta diegimo programa. @@ -1986,35 +2026,35 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. LuksBootKeyFileJob - + Configuring LUKS key file. Konfigūruojamas LUKS raktų failas. - - + + No partitions are defined. Nėra jokių apibrėžtų skaidinių. - - - + + + Encrypted rootfs setup error Šifruoto rootfs sąrankos klaida - + Root partition %1 is LUKS but no passphrase has been set. Šaknies skaidinys %1 yra LUKS, tačiau nebuvo nustatyta jokia slaptafrazė. - + Could not create LUKS key file for root partition %1. Nepavyko šakniniam skaidiniui %1 sukurti LUKS rakto failo. - + Could not configure LUKS key file on partition %1. Nepavyko konfigūruoti LUKS rakto failo skaidinyje %1. @@ -2040,12 +2080,12 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. Map - + Timezone: %1 Laiko juosta: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2057,100 +2097,112 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. NetInstallViewStep - + Package selection Paketų pasirinkimas - + Office software Raštinės programinė įranga - + Office package Raštinės paketas - + Browser software Naršyklės programinė įranga - + Browser package Naršyklės paketas - + Web browser Saityno naršyklė - + Kernel + label for netinstall module, Linux kernel Branduolys - + Services + label for netinstall module, system services Tarnybos - + Login + label for netinstall module, choose login manager Prisijungimas - + Desktop + label for netinstall module, choose desktop environment Darbalaukis - - Applications - Programos - - - + Communication + label for netinstall module Komunikacija - + Development + label for netinstall module Plėtojimas - + Office + label for netinstall module Raštinė - + Multimedia + label for netinstall module Multimedija - + Internet + label for netinstall module Internetas - + Theming + label for netinstall module Apipavidalinimas - + Gaming + label for netinstall module Žaidimai - + Utilities + label for netinstall module Paslaugų programos + + + Applications + Programos + NotesQmlViewStep @@ -2199,24 +2251,24 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. Pasirinkite pageidaujamą regioną arba naudokite numatytuosius nustatymus. - - - + + + Timezone: %1 Laiko juosta: %1 - + Select your preferred Zone within your Region. Pasirinkite pageidaujamą sritį regiono ribose. - + Zones Sritys - + You can fine-tune Language and Locale settings below. Žemiau galite derinti kalbos ir lokalės nustatymus. @@ -2509,7 +2561,7 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. Nežinoma klaida - + Password is empty Slaptažodis yra tuščias @@ -2547,22 +2599,6 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. Pasirinkite iš sąrašo produktą. Pasirinktas produktas bus įdiegtas. - - PackageChooserQmlViewStep - - - Packages - Paketai - - - - PackageChooserViewStep - - - Packages - Paketai - - PackageModel @@ -2866,82 +2902,97 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. Skaidiniai - + + Unsafe partition actions are enabled. + Nesaugūs veiksmai su skaidiniais yra įjungti. + + + + Partitioning is configured to <b>always</b> fail. + Skaidymas yra sukonfigūruotas taip, kad <b>visada</b> patirtų nesėkmę. + + + + No partitions will be changed. + Nebus pakeisti jokie skaidiniai. + + + Current: Dabartinis: - + After: Po: - + No EFI system partition configured Nėra sukonfigūruoto EFI sistemos skaidinio - + EFI system partition configured incorrectly Neteisingai sukonfigūruotas EFI sistemos skaidinys - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. %1 paleidimui yra reikalingas EFI sistemos skaidinys.<br/><br/>Norėdami konfigūruoti EFI sistemos skaidinį, grįžkite atgal ir pasirinkite arba sukurkite tinkamą failų sistemą. - + The filesystem must be mounted on <strong>%1</strong>. Failų sistema privalo būti prijungta ties <strong>%1</strong>. - + The filesystem must have type FAT32. Failų sistema privalo būti FAT32 tipo. - + The filesystem must be at least %1 MiB in size. Failų sistema privalo būti bent %1 MiB dydžio. - + The filesystem must have flag <strong>%1</strong> set. Failų sistema privalo turėti nustatytą <strong>%1</strong> vėliavėlę. - + You can continue without setting up an EFI system partition but your system may fail to start. Galite tęsti nenustatę EFI sistemos skaidinio, bet jūsų sistema gali nepasileisti. - + Option to use GPT on BIOS Parinktis naudoti GPT per BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. GPT skaidinių lentelė yra geriausias variantas visoms sistemoms. Ši diegimo programa palaiko tokią sąranką taip pat ir BIOS sistemoms.<br/><br/>Norėdami konfigūruoti GPT skaidinių lentelę BIOS sistemoje, (jei dar nesate to padarę) grįžkite atgal ir nustatykite skaidinių lentelę į GPT, toliau, sukurkite 8 MB neformatuotą skaidinį su įjungta <strong>%2</strong> vėliavėle.<br/><br/>Neformatuotas 8 MB skaidinys yra būtinas, norint paleisti %1 BIOS sistemoje su GPT. - + Boot partition not encrypted Paleidimo skaidinys nėra užšifruotas - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Kartu su užšifruotu šaknies skaidiniu, buvo nustatytas atskiras paleidimo skaidinys, tačiau paleidimo skaidinys nėra užšifruotas.<br/><br/>Dėl tokios sąrankos iškyla tam tikrų saugumo klausimų, kadangi svarbūs sisteminiai failai yra laikomi neužšifruotame skaidinyje.<br/>Jeigu norite, galite tęsti, tačiau failų sistemos atrakinimas įvyks vėliau, sistemos paleidimo metu.<br/>Norėdami užšifruoti paleidimo skaidinį, grįžkite atgal ir sukurkite jį iš naujo bei skaidinių kūrimo lange pažymėkite parinktį <strong>Užšifruoti</strong>. - + has at least one disk device available. turi bent vieną prieinamą disko įrenginį. - + There are no partitions to install on. Nėra skaidinių į kuriuos diegti. @@ -3076,7 +3127,7 @@ Išvestis: QObject - + %1 (%2) %1 (%2) @@ -3402,12 +3453,12 @@ Išvestis: ResultsListDialog - + For best results, please ensure that this computer: Norėdami pasiekti geriausių rezultatų, įsitikinkite kad šis kompiuteris: - + System requirements Sistemos reikalavimai @@ -3428,29 +3479,29 @@ Išvestis: SetHostNameJob - + Set hostname %1 Nustatyti kompiuterio vardą %1 - + Set hostname <strong>%1</strong>. Nustatyti kompiuterio vardą <strong>%1</strong>. - + Setting hostname %1. Nustatomas kompiuterio vardas %1. - - + + Internal Error Vidinė klaida - - + + Cannot write hostname to target system Nepavyko įrašyti kompiuterio vardo į paskirties sistemą @@ -3652,18 +3703,18 @@ Išvestis: SetupGroupsJob - + Preparing groups. Ruošiamos grupės. - - + + Could not create groups in target system Nepavyko paskirties sistemoje sukurti grupių - + These groups are missing in the target system: %1 Paskirties sistemoje nėra šių grupių: %1 @@ -3671,17 +3722,17 @@ Išvestis: SetupSudoJob - + Configure <pre>sudo</pre> users. Konfigūruoti <pre>sudo</pre> naudotojus. - + Cannot chmod sudoers file. Nepavyko pritaikyti chmod failui sudoers. - + Cannot create sudoers file for writing. Nepavyko įrašymui sukurti failo sudoers. @@ -3835,22 +3886,22 @@ Išvestis: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Išsamesnei informacijai apie naudotojų grįžtamąjį ryšį, spustelėkite čia</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Sekimas padeda matyti kaip dažnai yra įdiegiama %1, kokioje aparatinėje įrangoje ji yra įdiegiama bei kokios yra naudojamos programos. Norėdami pamatyti kas bus išsiųsta, šalia kiekvienos srities spustelėkite pagalbos piktogramą. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Tai pažymėdami, išsiųsite informaciją apie savo diegimą ir aparatinę įrangą. Ši informacija bus išsiųsta tik <b>vieną kartą</b>, užbaigus diegimą. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Tai pažymėdami, jūs periodiškai siųsite informaciją apie savo <b>kompiuterio</b> diegimą, aparatinę įrangą ir programas į %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Tai pažymėję, reguliariai į %1 siųsite informaciją apie savo <b>naudotojo</b> diegimą, aparatinę įrangą, programas bei naudojimosi programomis šablonus. @@ -3871,12 +3922,12 @@ Išvestis: Atjungti failų sistemas. - + No target system available. Neprieinama jokia paskirties sistema. - + No rootMountPoint is set. Nenustatyta „rootMountPoint“. @@ -3884,12 +3935,12 @@ Išvestis: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Jei šiuo kompiuteriu naudosis keli žmonės, po sąrankos galite sukurti papildomas paskyras.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Jei šiuo kompiuteriu naudosis keli žmonės, po diegimo galite sukurti papildomas paskyras.</small> @@ -4038,44 +4089,19 @@ Išvestis: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Jus sveikina Calamares sąrankos programa, skirta %1 sistemai.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Jus sveikina %1 sąranka.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Jus sveikina Calamares diegimo programa, skirta %1 sistemai.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Jus sveikina %1 diegimo programa.</h1> - - - %1 support %1 palaikymas - + About %1 setup Apie %1 sąranką - + About %1 installer Apie %1 diegimo programą - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>skirta %3</strong><br/><br/>Autorių teisės 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Autorių teisės 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Dėkojame <a href="https://calamares.io/team/">Calamares komandai</a> ir <a href="https://www.transifex.com/calamares/calamares/">Calamares vertėjų komandai</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> plėtojimą remia <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Išlaisvinanti programinė įranga. - WelcomeQmlViewStep @@ -4140,34 +4166,7 @@ Išvestis: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - skirta %3</strong><br/><br/> - Autorių teisės 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Autorių teisės 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Dėkojame <a href='https://calamares.io/team/'>Calamares komandai</a> - ir <a href='https://www.transifex.com/calamares/calamares/'>Calamares - vertėjų komandai</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - plėtojimą remia <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Išlaisvinanti programinė įranga. - - - + Back Atgal @@ -4272,17 +4271,17 @@ Išvestis: Klaviatūros modelis: - + Layouts Išdėstymai - + Type here to test your keyboard Rašykite čia ir išbandykite savo klaviatūrą - + Variants Variantai @@ -4431,102 +4430,102 @@ Išvestis: Jei šiuo kompiuteriu naudosis keli žmonės, po diegimo galėsite sukurti papildomas paskyras. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Yra leidžiamos tik mažosios raidės, skaitmenys, pabraukimo brūkšniai ir brūkšneliai. - + root is not allowed as username. root neleidžiama naudoti kaip naudotojo vardą. - + What is the name of this computer? Koks šio kompiuterio vardas? - + Computer Name Kompiuterio vardas - + This name will be used if you make the computer visible to others on a network. Šis vardas bus naudojamas, jeigu padarysite savo kompiuterį matomą kitiems naudotojams tinkle. - + localhost is not allowed as hostname. localhost neleidžiama naudoti kaip naudotojo vardą. - + Choose a password to keep your account safe. Apsaugokite savo paskyrą slaptažodžiu - + Password Slaptažodis - + Repeat Password Pakartokite slaptažodį - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Norint įsitikinti, kad rašydami slaptažodį nesuklydote, įrašykite tą patį slaptažodį du kartus. Stiprus slaptažodis yra raidžių, skaičių ir punktuacijos ženklų mišinys, jis turi būti mažiausiai aštuonių simbolių, be to, turėtų būti reguliariai keičiamas. - + Validate passwords quality Tikrinti slaptažodžių kokybę - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Pažymėjus šį langelį, bus atliekamas slaptažodžio stiprumo tikrinimas ir negalėsite naudoti silpną slaptažodį. - + Log in automatically without asking for the password Prisijungti automatiškai, neklausiant slaptažodžio - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Yra leidžiamos tik raidės, skaitmenys, pabraukimo brūkšniai ir brūkšneliai, mažiausiai du simboliai. - + Reuse user password as root password Naudotojo slaptažodį naudoti pakartotinai kaip pagrindinio naudotojo (root) slaptažodį - + Use the same password for the administrator account. Naudoti tokį patį slaptažodį administratoriaus paskyrai. - + Choose a root password to keep your account safe. Pasirinkite pagrindinio naudotojo (root) slaptažodį, kad apsaugotumėte savo paskyrą. - + Root Password Pagrindinio naudotojo (Root) slaptažodis - + Repeat Root Password Pakartokite pagrindinio naudotojo (Root) slaptažodį - + Enter the same password twice, so that it can be checked for typing errors. Norint įsitikinti, kad rašydami slaptažodį nesuklydote, įrašykite tą patį slaptažodį du kartus. diff --git a/lang/calamares_lv.ts b/lang/calamares_lv.ts index 64982526e..55606c4bc 100644 --- a/lang/calamares_lv.ts +++ b/lang/calamares_lv.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install @@ -171,7 +190,7 @@ Calamares::JobThread - + Done @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -270,7 +289,7 @@ - + (%n second(s)) @@ -279,7 +298,7 @@ - + System-requirements checking is complete. @@ -484,12 +503,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -528,149 +547,149 @@ The installer will quit and all changes will be lost. - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -758,27 +777,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -813,97 +832,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -959,11 +978,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1422,6 +1446,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1451,8 +1485,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1460,12 +1494,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1541,32 +1575,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1600,12 +1634,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1613,12 +1653,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1658,27 +1698,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1978,35 +2018,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2032,12 +2072,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2047,98 +2087,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2189,24 +2241,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2490,7 +2542,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2528,22 +2580,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2847,82 +2883,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3054,7 +3105,7 @@ Output: QObject - + %1 (%2) @@ -3377,12 +3428,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3403,29 +3454,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3627,18 +3678,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3646,17 +3697,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3810,22 +3861,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3846,12 +3897,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3859,12 +3910,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4013,44 +4064,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4115,23 +4141,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4231,17 +4241,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4368,102 +4378,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_mk.ts b/lang/calamares_mk.ts index 10538dbab..30c0cfa27 100644 --- a/lang/calamares_mk.ts +++ b/lang/calamares_mk.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Инсталирај @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Готово @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -482,12 +501,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -526,149 +545,149 @@ The installer will quit and all changes will be lost. - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -756,27 +775,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -811,97 +830,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -957,11 +976,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1420,6 +1444,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1449,8 +1483,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1458,12 +1492,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1539,32 +1573,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1598,12 +1632,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1611,12 +1651,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1656,27 +1696,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1976,35 +2016,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2030,12 +2070,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2045,98 +2085,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2187,24 +2239,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2479,7 +2531,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2517,22 +2569,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2836,82 +2872,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3043,7 +3094,7 @@ Output: QObject - + %1 (%2) @@ -3366,12 +3417,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3392,29 +3443,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3616,18 +3667,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3635,17 +3686,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3799,22 +3850,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3835,12 +3886,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3848,12 +3899,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4002,44 +4053,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4104,23 +4130,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4220,17 +4230,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4357,102 +4367,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_ml.ts b/lang/calamares_ml.ts index 14a10f051..fbd5ba644 100644 --- a/lang/calamares_ml.ts +++ b/lang/calamares_ml.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ വിഡ്ജറ്റ് ട്രീ - + Debug information ഡീബഗ് വിവരങ്ങൾ @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up സജ്ജമാക്കുക - + Install ഇൻസ്റ്റാൾ ചെയ്യുക @@ -171,7 +190,7 @@ Calamares::JobThread - + Done പൂർത്തിയായി @@ -261,7 +280,7 @@ <i>%1</i>മൊഡ്യൂളിനായുള്ള ആവശ്യകതകൾ പരിശോധിക്കൽ പൂർത്തിയായിരിക്കുന്നു. - + Waiting for %n module(s). %n മൊഡ്യൂളിനായി കാത്തിരിക്കുന്നു. @@ -269,7 +288,7 @@ - + (%n second(s)) (%1 സെക്കൻഡ്) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. സിസ്റ്റം-ആവശ്യകതകളുടെ പരിശോധന പൂർത്തിയായി. @@ -484,12 +503,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program %1 സജ്ജീകരണപ്രയോഗം - + %1 Installer %1 ഇൻസ്റ്റാളർ @@ -528,149 +547,149 @@ The installer will quit and all changes will be lost. ഫോം - + Select storage de&vice: സംഭരണിയ്ക്കുള്ള ഉപകരണം തിരഞ്ഞെടുക്കൂ: - - - - + + + + Current: നിലവിലുള്ളത്: - + After: ശേഷം: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>സ്വമേധയാ ഉള്ള പാർട്ടീഷനിങ്</strong><br/>നിങ്ങൾക്ക് സ്വയം പാർട്ടീഷനുകൾ സൃഷ്ടിക്കാനോ വലുപ്പം മാറ്റാനോ കഴിയും. - + Reuse %1 as home partition for %2. %2 നുള്ള ഹോം പാർട്ടീഷനായി %1 വീണ്ടും ഉപയോഗിക്കൂ. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>ചുരുക്കുന്നതിന് ഒരു പാർട്ടീഷൻ തിരഞ്ഞെടുക്കുക, എന്നിട്ട് വലുപ്പം മാറ്റാൻ ചുവടെയുള്ള ബാർ വലിക്കുക. - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 %2MiB ആയി ചുരുങ്ങുകയും %4 ന് ഒരു പുതിയ %3MiB പാർട്ടീഷൻ സൃഷ്ടിക്കുകയും ചെയ്യും. - + Boot loader location: ബൂട്ട് ലോഡറിന്റെ സ്ഥാനം: - + <strong>Select a partition to install on</strong> <strong>ഇൻസ്റ്റാൾ ചെയ്യാനായി ഒരു പാർട്ടീഷൻ തിരഞ്ഞെടുക്കുക</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. ഈ സിസ്റ്റത്തിൽ എവിടെയും ഒരു ഇ.എഫ്.ഐ സിസ്റ്റം പാർട്ടീഷൻ കണ്ടെത്താനായില്ല. %1 സജ്ജീകരിക്കുന്നതിന് ദയവായി തിരികെ പോയി മാനുവൽ പാർട്ടീഷനിംഗ് ഉപയോഗിക്കുക. - + The EFI system partition at %1 will be used for starting %2. %1 ലെ ഇഎഫ്ഐ സിസ്റ്റം പാർട്ടീഷൻ %2 ആരംഭിക്കുന്നതിന് ഉപയോഗിക്കും. - + EFI system partition: ഇഎഫ്ഐ സിസ്റ്റം പാർട്ടീഷൻ - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. ഈ ഡറ്റോറേജ്‌ ഉപകരണത്തിൽ ഒരു ഓപ്പറേറ്റിംഗ് സിസ്റ്റം ഉണ്ടെന്ന് തോന്നുന്നില്ല. നിങ്ങൾ എന്താണ് ചെയ്യാൻ ആഗ്രഹിക്കുന്നത്?<br/>സ്റ്റോറേജ് ഉപകരണത്തിൽ എന്തെങ്കിലും മാറ്റം വരുത്തുന്നതിനുമുമ്പ് നിങ്ങൾക്ക് നിങ്ങളുടെ ചോയ്‌സുകൾ അവലോകനം ചെയ്യാനും സ്ഥിരീകരിക്കാനും കഴിയും.  - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>ഡിസ്ക് മായ്ക്കൂ</strong><br/>ഈ പ്രവൃത്തി തെരെഞ്ഞെടുത്ത സ്റ്റോറേജ് ഉപകരണത്തിലെ എല്ലാ ഡാറ്റയും <font color="red">മായ്‌ച്ച്കളയും</font>. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>ഇതിനൊപ്പം ഇൻസ്റ്റാൾ ചെയ്യുക</strong><br/>%1 ന് ഇടം നൽകുന്നതിന് ഇൻസ്റ്റാളർ ഒരു പാർട്ടീഷൻ ചുരുക്കും. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>ഒരു പാർട്ടീഷൻ പുനഃസ്ഥാപിക്കുക</strong><br/>ഒരു പാർട്ടീഷന് %1 ഉപയോഗിച്ച് പുനഃസ്ഥാപിക്കുന്നു. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. ഈ സ്റ്റോറേജ് ഉപകരണത്തിൽ %1 ഉണ്ട്.നിങ്ങൾ എന്താണ് ചെയ്യാൻ ആഗ്രഹിക്കുന്നത്?<br/>സ്റ്റോറേജ് ഉപകരണത്തിൽ എന്തെങ്കിലും മാറ്റം വരുത്തുന്നതിനുമുമ്പ് നിങ്ങളുടെ ചോയ്‌സുകൾ അവലോകനം ചെയ്യാനും സ്ഥിരീകരിക്കാനും നിങ്ങൾക്ക് കഴിയും. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. ഈ സ്റ്റോറേജ് ഉപകരണത്തിൽ ഇതിനകം ഒരു ഓപ്പറേറ്റിംഗ് സിസ്റ്റം ഉണ്ട്. നിങ്ങൾ എന്താണ് ചെയ്യാൻ ആഗ്രഹിക്കുന്നത്?<br/>സ്റ്റോറേജ് ഉപകരണത്തിൽ എന്തെങ്കിലും മാറ്റം വരുത്തുന്നതിനുമുമ്പ് നിങ്ങൾക്ക് നിങ്ങളുടെ ചോയ്‌സുകൾ അവലോകനം ചെയ്യാനും സ്ഥിരീകരിക്കാനും കഴിയും.  - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. ഈ സ്റ്റോറേജ് ഉപകരണത്തിൽ ഒന്നിലധികം ഓപ്പറേറ്റിംഗ് സിസ്റ്റങ്ങളുണ്ട്. നിങ്ങൾ എന്താണ് ചെയ്യാൻ ആഗ്രഹിക്കുന്നത്?<br/>സ്റ്റോറേജ് ഉപകരണത്തിൽ എന്തെങ്കിലും മാറ്റം വരുത്തുന്നതിനുമുമ്പ് നിങ്ങൾക്ക് നിങ്ങളുടെ ചോയ്‌സുകൾ അവലോകനം ചെയ്യാനും സ്ഥിരീകരിക്കാനും കഴിയും.  - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap സ്വാപ്പ് വേണ്ട - + Reuse Swap സ്വാപ്പ് വീണ്ടും ഉപയോഗിക്കൂ - + Swap (no Hibernate) സ്വാപ്പ് (ഹൈബർനേഷൻ ഇല്ല) - + Swap (with Hibernate) സ്വാപ്പ് (ഹൈബർനേഷനോട് കൂടി) - + Swap to file ഫയലിലേക്ക് സ്വാപ്പ് ചെയ്യുക @@ -758,27 +777,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> കീബോർഡ് മോഡൽ %1 എന്നതായി ക്രമീകരിക്കുക.<br/> - + Set keyboard layout to %1/%2. കീബോർഡ് വിന്യാസം %1%2 എന്നതായി ക്രമീകരിക്കുക. - + Set timezone to %1/%2. - + The system language will be set to %1. സിസ്റ്റം ഭാഷ %1 ആയി സജ്ജമാക്കും. - + The numbers and dates locale will be set to %1. സംഖ്യ & തീയതി രീതി %1 ആയി ക്രമീകരിക്കും. @@ -813,97 +832,97 @@ The installer will quit and all changes will be lost. നെറ്റ്‌വർക്ക് ഇൻസ്റ്റാളേഷൻ. (അപ്രാപ്‌തമാക്കി: പാക്കേജ് ലിസ്റ്റുകൾ നേടാനായില്ല, നിങ്ങളുടെ നെറ്റ്‌വർക്ക് കണക്ഷൻ പരിശോധിക്കുക) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> %1 സജ്ജീകരിക്കുന്നതിനുള്ള ഏറ്റവും കുറഞ്ഞ ആവശ്യങ്ങൾ ഈ കമ്പ്യൂട്ടർ നിറവേറ്റുന്നില്ല.<br/>സജ്ജീകരണം തുടരാനാവില്ല. <a href="#details">വിവരങ്ങൾ...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> %1 ഇൻസ്റ്റാൾ ചെയ്യുന്നതിനുള്ള ഏറ്റവും കുറഞ്ഞ ആവശ്യങ്ങൾ ഈ കമ്പ്യൂട്ടർ നിറവേറ്റുന്നില്ല.<br/>ഇൻസ്റ്റളേഷൻ തുടരാനാവില്ല. <a href="#details">വിവരങ്ങൾ...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. %1 സജ്ജീകരിക്കുന്നതിനുള്ള ചില ആവശ്യങ്ങൾ ഈ കമ്പ്യൂട്ടർ നിറവേറ്റുന്നില്ല.<br/>സജ്ജീകരണം തുടരാം, പക്ഷേ ചില സവിശേഷതകൾ നിഷ്ക്രിയമായിരിക്കാം. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. %1 ഇൻസ്റ്റാൾ ചെയ്യാൻ ശുപാർശ ചെയ്യപ്പെട്ടിട്ടുള്ള ആവശ്യങ്ങൾ ഈ കമ്പ്യൂട്ടർ നിറവേറ്റുന്നില്ല.<br/>ഇൻസ്റ്റളേഷൻ തുടരാം, പക്ഷേ ചില സവിശേഷതകൾ നിഷ്ക്രിയമായിരിക്കാം. - + This program will ask you some questions and set up %2 on your computer. ഈ പ്രക്രിയ താങ്കളോട് ചില ചോദ്യങ്ങൾ ചോദിക്കുകയും %2 താങ്കളുടെ കമ്പ്യൂട്ടറിൽ സജ്ജീകരിക്കുകയും ചെയ്യും. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. നിങ്ങളുടെ ഉപയോക്തൃനാമം വളരെ വലുതാണ്. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. താങ്കളുടെ ഉപയോക്തൃനാമം ഒരു ചെറിയ അക്ഷരമോ അണ്ടർസ്കോറോ ഉപയോഗിച്ച് വേണം തുടങ്ങാൻ. - + Only lowercase letters, numbers, underscore and hyphen are allowed. ചെറിയ അക്ഷരങ്ങൾ, അക്കങ്ങൾ, അണ്ടർസ്കോർ, ഹൈഫൺ എന്നിവയേ അനുവദിച്ചിട്ടുള്ളൂ. - + Your hostname is too short. നിങ്ങളുടെ ഹോസ്റ്റ്നാമം വളരെ ചെറുതാണ് - + Your hostname is too long. നിങ്ങളുടെ ഹോസ്റ്റ്നാമം ദൈർഘ്യമേറിയതാണ് - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. അക്ഷരങ്ങൾ, അക്കങ്ങൾ, അണ്ടർസ്കോർ, ഹൈഫൺ എന്നിവയേ അനുവദിച്ചിട്ടുള്ളൂ. - + Your passwords do not match! നിങ്ങളുടെ പാസ്‌വേഡുകൾ പൊരുത്തപ്പെടുന്നില്ല! - + OK! @@ -959,11 +978,16 @@ The installer will quit and all changes will be lost. + Packages + പാക്കേജുകൾ + + + Install option: <strong>%1</strong> - + None @@ -1422,6 +1446,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1451,8 +1485,8 @@ The installer will quit and all changes will be lost. രഹസ്യവാചകം സ്ഥിരീകരിക്കുക - - + + Please enter the same passphrase in both boxes. രണ്ട് പെട്ടികളിലും ഒരേ രഹസ്യവാചകം നല്‍കുക, @@ -1460,12 +1494,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? ഇൻസ്റ്റാൾ ലോഗ് വെബിലേക്ക് പകർത്തണോ? @@ -1541,32 +1575,32 @@ The installer will quit and all changes will be lost. ഇപ്പോൾ റീസ്റ്റാർട്ട് ചെയ്യുക (&R) - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>എല്ലാം പൂർത്തിയായി.</h1><br/>%1 താങ്കളുടെ കമ്പ്യൂട്ടറിൽ സജ്ജമാക്കപ്പെട്ടിരിക്കുന്നു. <br/>താങ്കൾക്ക് താങ്കളുടെ പുതിയ സിസ്റ്റം ഉപയോഗിച്ച് തുടങ്ങാം. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>ഈ ബോക്സിൽ ശെരിയിട്ടാൽ,നിങ്ങളുടെ സിസ്റ്റം <span style="font-style:italic;">പൂർത്തിയായി </span>അമർത്തുമ്പോഴോ സജ്ജീകരണ പ്രോഗ്രാം അടയ്ക്കുമ്പോഴോ ഉടൻ പുനരാരംഭിക്കും. - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>എല്ലാം പൂർത്തിയായി.</h1><br/> %1 നിങ്ങളുടെ കമ്പ്യൂട്ടറിൽ ഇൻസ്റ്റാൾ ചെയ്തു. <br/>നിങ്ങൾക്ക് ഇപ്പോൾ നിങ്ങളുടെ പുതിയ സിസ്റ്റത്തിലേക്ക് പുനരാരംഭിക്കാം അല്ലെങ്കിൽ %2 ലൈവ് എൻവയോൺമെൻറ് ഉപയോഗിക്കുന്നത് തുടരാം. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>ഈ ബോക്സിൽ ശെരിയിട്ടാൽ,നിങ്ങളുടെ സിസ്റ്റം <span style="font-style:italic;">പൂർത്തിയായി </span>അമർത്തുമ്പോഴോ സജ്ജീകരണ പ്രോഗ്രാം അടയ്ക്കുമ്പോഴോ ഉടൻ പുനരാരംഭിക്കും. - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>സജ്ജീകരണം പരാജയപ്പെട്ടു</h1><br/>നിങ്ങളുടെ കമ്പ്യൂട്ടറിൽ %1 സജ്ജമാക്കിയിട്ടില്ല.<br/>പിശക് സന്ദേശം ഇതായിരുന്നു: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>ഇൻസ്റ്റാളേഷൻ പരാജയപ്പെട്ടു</h1><br/> നിങ്ങളുടെ കമ്പ്യൂട്ടറിൽ %1 സജ്ജമാക്കിയിട്ടില്ല.<br/>പിശക് സന്ദേശം ഇതായിരുന്നു: %2. @@ -1600,12 +1634,18 @@ The installer will quit and all changes will be lost. ഫയൽ സിസ്റ്റം <strong>%2</strong> ഉപയോഗിച്ച് %3 MiB പാർട്ടീഷൻ <strong>%1</strong> ഫോർമാറ്റ് ചെയ്യുക. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. ഫയൽ സിസ്റ്റം %2 ഉപയോഗിച്ച് പാർട്ടീഷൻ‌%1 ഫോർമാറ്റ് ചെയ്യുന്നു. - + The installer failed to format partition %1 on disk '%2'. ഡിസ്ക് '%2'ൽ ഉള്ള പാർട്ടീഷൻ‌ %1 ഫോർമാറ്റ് ചെയ്യുന്നതിൽ ഇൻസ്റ്റാളർ പരാജയപ്പെട്ടു. @@ -1613,12 +1653,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space %1 GiB ഡിസ്ക്സ്പെയ്സ് എങ്കിലും ലഭ്യമായിരിക്കണം. - + There is not enough drive space. At least %1 GiB is required. ആവശ്യത്തിനു ഡിസ്ക്സ്പെയ്സ് ലഭ്യമല്ല. %1 GiB എങ്കിലും വേണം. @@ -1658,27 +1698,27 @@ The installer will quit and all changes will be lost. ഇൻസ്റ്റാളർ കാര്യനിർവാഹകരിൽ ഒരാളായിട്ടാണ് (root) പ്രവർത്തിപ്പിക്കുന്നത് - + The setup program is not running with administrator rights. സെറ്റപ്പ് പ്രോഗ്രാം അഡ്മിനിസ്ട്രേറ്റർ അവകാശങ്ങൾ ഇല്ലാതെയാണ് പ്രവർത്തിക്കുന്നത്. - + The installer is not running with administrator rights. ഇൻസ്റ്റാളർ അഡ്മിനിസ്ട്രേറ്റർ അവകാശങ്ങൾ ഇല്ലാതെയാണ് പ്രവർത്തിക്കുന്നത് - + has a screen large enough to show the whole installer മുഴുവൻ ഇൻസ്റ്റാളറും കാണിക്കാൻ തക്ക വലിപ്പമുള്ള ഒരു സ്ക്രീനുണ്ട് - + The screen is too small to display the setup program. സജ്ജീകരണ പ്രയോഗം കാണിക്കാൻ തക്ക വലുപ്പം സ്ക്രീനിനില്ല. - + The screen is too small to display the installer. ഇൻസ്റ്റാളർ കാണിക്കാൻ തക്ക വലുപ്പം സ്ക്രീനിനില്ല. @@ -1978,35 +2018,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. LUKS കീ ഫയൽ ക്രമീകരിക്കുന്നു. - - + + No partitions are defined. പാര്‍ട്ടീഷ്യനുകള്‍ നിര്‍വ്വചിച്ചിട്ടില്ല - - - + + + Encrypted rootfs setup error എന്‍ക്രിപ്റ്റുചെയ്ത റൂട്ട് എഫ്എസ് സജ്ജീകരണത്തില്‍ പ്രശ്നമുണ്ടു് - + Root partition %1 is LUKS but no passphrase has been set. റൂട്ട് പാർട്ടീഷൻ %1 LUKS ആണ് പക്ഷേ രഹസ്യവാക്കൊന്നും ക്രമീകരിച്ചിട്ടില്ല. - + Could not create LUKS key file for root partition %1. റൂട്ട് പാർട്ടീഷൻ %1ന് വേണ്ടി LUKS കീ ഫയൽ നിർമ്മിക്കാനായില്ല. - + Could not configure LUKS key file on partition %1. @@ -2032,12 +2072,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2047,98 +2087,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection പാക്കേജു് തിരഞ്ഞെടുക്കല്‍ - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2189,24 +2241,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2481,7 +2533,7 @@ The installer will quit and all changes will be lost. അപരിചിതമായ പിശക് - + Password is empty രഹസ്യവാക്ക് ശൂന്യമാണ് @@ -2519,22 +2571,6 @@ The installer will quit and all changes will be lost. പട്ടികയിൽ നിന്നും ഒരു ഉത്പന്നം തിരഞ്ഞെടുക്കുക. തിരഞ്ഞെടുത്ത ഉത്പന്നം ഇൻസ്റ്റാൾ ചെയ്യപ്പെടുക. - - PackageChooserQmlViewStep - - - Packages - പാക്കേജുകൾ - - - - PackageChooserViewStep - - - Packages - പാക്കേജുകൾ - - PackageModel @@ -2838,82 +2874,97 @@ The installer will quit and all changes will be lost. പാർട്ടീഷനുകൾ - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: നിലവിലുള്ളത്: - + After: ശേഷം: - + No EFI system partition configured ഇഎഫ്ഐ സിസ്റ്റം പാർട്ടീഷനൊന്നും ക്രമീകരിച്ചിട്ടില്ല - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted ബൂട്ട് പാർട്ടീഷൻ എൻക്രിപ്റ്റ് ചെയ്യപ്പെട്ടിട്ടില്ല - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. എൻക്രിപ്റ്റ് ചെയ്ത ഒരു റൂട്ട് പാർട്ടീഷനോടൊപ്പം ഒരു വേർപെടുത്തിയ ബൂട്ട് പാർട്ടീഷനും ക്രമീകരിക്കപ്പെട്ടിരുന്നു, എന്നാൽ ബൂട്ട് പാർട്ടീഷൻ എൻക്രിപ്റ്റ് ചെയ്യപ്പെട്ടതല്ല.<br/><br/>ഇത്തരം സജ്ജീകരണത്തിന്റെ സുരക്ഷ ഉത്കണ്ഠാജനകമാണ്, എന്തെന്നാൽ പ്രധാനപ്പെട്ട സിസ്റ്റം ഫയലുകൾ ഒരു എൻക്രിപ്റ്റ് ചെയ്യപ്പെടാത്ത പാർട്ടീഷനിലാണ് സൂക്ഷിച്ചിട്ടുള്ളത്.<br/> താങ്കൾക്ക് വേണമെങ്കിൽ തുടരാം, പക്ഷേ ഫയൽ സിസ്റ്റം തുറക്കൽ സിസ്റ്റം ആരംഭപ്രക്രിയയിൽ വൈകിയേ സംഭവിക്കൂ.<br/>ബൂട്ട് പാർട്ടീഷൻ എൻക്രിപ്റ്റ് ചെയ്യാനായി, തിരിച്ചു പോയി പാർട്ടീഷൻ നിർമ്മാണ ജാലകത്തിൽ <strong>എൻക്രിപ്റ്റ്</strong> തിരഞ്ഞെടുത്തുകൊണ്ട് അത് വീണ്ടും നിർമ്മിക്കുക. - + has at least one disk device available. ഒരു ഡിസ്ക് ഡിവൈസെങ്കിലും ലഭ്യമാണ്. - + There are no partitions to install on. @@ -3048,7 +3099,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3371,12 +3422,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: മികച്ച ഫലങ്ങൾക്കായി ഈ കമ്പ്യൂട്ടർ താഴെപ്പറയുന്നവ നിറവേറ്റുന്നു എന്നുറപ്പുവരുത്തുക: - + System requirements സിസ്റ്റം ആവശ്യകതകൾ @@ -3397,29 +3448,29 @@ Output: SetHostNameJob - + Set hostname %1 %1 ഹോസ്റ്റ്‌നെയിം ക്രമീകരിക്കുക - + Set hostname <strong>%1</strong>. <strong>%1</strong> ഹോസ്റ്റ്‌നെയിം ക്രമീകരിക്കുക. - + Setting hostname %1. %1 ഹോസ്റ്റ്‌നെയിം ക്രമീകരിക്കുന്നു. - - + + Internal Error ആന്തരികമായ പിഴവ് - - + + Cannot write hostname to target system ടാർഗെറ്റ് സിസ്റ്റത്തിലേക്ക് ഹോസ്റ്റ്നാമം എഴുതാൻ കഴിയില്ല @@ -3621,18 +3672,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3640,17 +3691,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. സുഡോവേഴ്സ് ഫയൽ chmod ചെയ്യാൻ സാധിച്ചില്ല. - + Cannot create sudoers file for writing. എഴുതുന്നതിനായി സുഡോവേഴ്സ് ഫയൽ നിർമ്മിക്കാനായില്ല. @@ -3804,22 +3855,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">ഉപയോക്തൃ ഫീഡ്‌ബാക്കിനെക്കുറിച്ചുള്ള കൂടുതൽ വിവരങ്ങൾക്ക് ഇവിടെ ക്ലിക്കുചെയ്യുക</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3840,12 +3891,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3853,12 +3904,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>ഒന്നിലധികം ആളുകൾ ഈ കമ്പ്യൂട്ടർ ഉപയോഗിക്കുമെങ്കിൽ, താങ്കൾക്ക് സജ്ജീകരണത്തിന് ശേഷം നിരവധി അക്കൗണ്ടുകൾ സൃഷ്ടിക്കാം.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>ഒന്നിലധികം ആളുകൾ ഈ കമ്പ്യൂട്ടർ ഉപയോഗിക്കുമെങ്കിൽ, താങ്കൾക്ക് ഇൻസ്റ്റളേഷന് ശേഷം നിരവധി അക്കൗണ്ടുകൾ സൃഷ്ടിക്കാം.</small> @@ -4007,44 +4058,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>%1 -നായുള്ള കലാമാരേസ് സജ്ജീകരണപ്രക്രിയയിലേയ്ക്ക് സ്വാഗതം.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>%1 സജ്ജീകരണത്തിലേക്ക് സ്വാഗതം.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>%1 -നായുള്ള കലാമാരേസ് ഇൻസ്റ്റാളറിലേക്ക് സ്വാഗതം.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>%1 ഇൻസ്റ്റാളറിലേക്ക് സ്വാഗതം</h1> - - - %1 support %1 പിന്തുണ - + About %1 setup %1 സജ്ജീകരണത്തെക്കുറിച്ച് - + About %1 installer %1 ഇൻസ്റ്റാളറിനെ കുറിച്ച് - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4109,23 +4135,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back പുറകോട്ട് @@ -4225,17 +4235,17 @@ Output: കീബോഡ് മാതൃക: - + Layouts - + Type here to test your keyboard നിങ്ങളുടെ കീബോർഡ് പരിശോധിക്കുന്നതിന് ഇവിടെ ടൈപ്പുചെയ്യുക - + Variants @@ -4362,102 +4372,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. ചെറിയ അക്ഷരങ്ങൾ, അക്കങ്ങൾ, അണ്ടർസ്കോർ, ഹൈഫൺ എന്നിവയേ അനുവദിച്ചിട്ടുള്ളൂ. - + root is not allowed as username. - + What is the name of this computer? ഈ കമ്പ്യൂട്ടറിന്റെ നാമം എന്താണ് ? - + Computer Name കമ്പ്യൂട്ടറിന്റെ പേര് - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. localhost അനുവദനീയമായ ഒരു ഹോസ്റ്റ്‌നെയിം അല്ല. - + Choose a password to keep your account safe. നിങ്ങളുടെ അക്കൗണ്ട് സുരക്ഷിതമായി സൂക്ഷിക്കാൻ ഒരു രഹസ്യവാക്ക് തിരഞ്ഞെടുക്കുക. - + Password രഹസ്യവാക്ക് - + Repeat Password രഹസ്യവാക്ക് വീണ്ടും - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality രഹസ്യവാക്കിന്റെ ഗുണനിലവാരം ഉറപ്പുവരുത്തുക - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. ഈ കള്ളി തിരഞ്ഞെടുക്കുമ്പോൾ, രഹസ്യവാക്കിന്റെ ബലപരിശോധന നടപ്പിലാക്കുകയും, ആയതിനാൽ താങ്കൾക്ക് ദുർബലമായ ഒരു രഹസ്യവാക്ക് ഉപയോഗിക്കാൻ സാധിക്കാതെ വരുകയും ചെയ്യും. - + Log in automatically without asking for the password രഹസ്യവാക്ക് ചോദിക്കാതെ സ്വയം പ്രവേശിക്കുക - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. അക്ഷരങ്ങൾ, അക്കങ്ങൾ, ഹൈഫൻ, അണ്ടർസ്കോർ എന്നിവ മാത്രമേ അനുവദിക്കപ്പെട്ടിട്ടുള്ളൂ, കുറഞ്ഞത് രണ്ടെണ്ണമെങ്കിലും. - + Reuse user password as root password ഉപയോക്തൃ രഹസ്യവാക്ക് റൂട്ട് രഹസ്യവാക്കായി പുനരുപയോഗിക്കുക - + Use the same password for the administrator account. അഡ്മിനിസ്ട്രേറ്റർ അക്കൗണ്ടിനും ഇതേ രഹസ്യവാക്ക് ഉപയോഗിക്കുക. - + Choose a root password to keep your account safe. താങ്കളുടെ അക്കൗണ്ട് സുരക്ഷിതമാക്കാൻ ഒരു റൂട്ട് രഹസ്യവാക്ക് തിരഞ്ഞെടുക്കുക. - + Root Password റൂട്ട് രഹസ്യവാക്ക് - + Repeat Root Password റൂട്ട് രഹസ്യവാക്ക് വീണ്ടും - + Enter the same password twice, so that it can be checked for typing errors. ടൈപ്പിങ്ങ് പിഴവുകളില്ല എന്നുറപ്പിക്കുന്നതിനായി ഒരേ രഹസ്യവാക്ക് രണ്ട് തവണ നൽകുക. diff --git a/lang/calamares_mr.ts b/lang/calamares_mr.ts index 35910689c..64ed5c815 100644 --- a/lang/calamares_mr.ts +++ b/lang/calamares_mr.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information दोषमार्जन माहिती @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install अधिष्ठापना @@ -171,7 +190,7 @@ Calamares::JobThread - + Done पूर्ण झाली @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -482,12 +501,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer %1 अधिष्ठापक @@ -526,149 +545,149 @@ The installer will quit and all changes will be lost. स्वरुप - + Select storage de&vice: - - - - + + + + Current: सद्या : - + After: नंतर : - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -756,27 +775,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -811,97 +830,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. तुमचा वापरकर्तानाव खूप लांब आहे - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. तुमचा संगणकनाव खूप लहान आहे - + Your hostname is too long. तुमचा संगणकनाव खूप लांब आहे - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! तुमचा परवलीशब्द जुळत नाही - + OK! @@ -957,11 +976,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1420,6 +1444,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1449,8 +1483,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1458,12 +1492,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1539,32 +1573,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1598,12 +1632,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1611,12 +1651,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1656,27 +1696,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1976,35 +2016,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2030,12 +2070,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2045,98 +2085,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2187,24 +2239,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2479,7 +2531,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2517,22 +2569,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2836,82 +2872,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: सद्या : - + After: नंतर : - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3043,7 +3094,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3366,12 +3417,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements प्रणालीची आवशक्यता @@ -3392,29 +3443,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error अंतर्गत त्रूटी  - - + + Cannot write hostname to target system @@ -3616,18 +3667,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3635,17 +3686,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3799,22 +3850,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3835,12 +3886,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3848,12 +3899,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4002,44 +4053,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>‌%1 साठी असलेल्या अधिष्ठापकमध्ये स्वागत आहे.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>‌%1 अधिष्ठापकमधे स्वागत आहे.</h1> - - - %1 support %1 पाठबळ - + About %1 setup - + About %1 installer %1 अधिष्ठापक बद्दल - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4104,23 +4130,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4220,17 +4230,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4357,102 +4367,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_nb.ts b/lang/calamares_nb.ts index 18b9cc7b1..d63580e9f 100644 --- a/lang/calamares_nb.ts +++ b/lang/calamares_nb.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information Debug informasjon @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Installer @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Ferdig @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -483,12 +502,12 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. CalamaresWindow - + %1 Setup Program - + %1 Installer %1 Installasjonsprogram @@ -527,149 +546,149 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.Form - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Manuell partisjonering</strong><br/>Du kan opprette eller endre størrelse på partisjoner selv. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -757,27 +776,27 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Config - + Set keyboard model to %1.<br/> Sett tastaturmodell til %1.<br/> - + Set keyboard layout to %1/%2. Sett tastaturoppsett til %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -812,97 +831,97 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Denne datamaskinen oppfyller ikke minimumskravene for installering %1.<br/> Installeringen kan ikke fortsette. <a href="#details">Detaljer..</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. Brukernavnet ditt er for langt. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -958,11 +977,16 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1421,6 +1445,16 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1450,8 +1484,8 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. - - + + Please enter the same passphrase in both boxes. @@ -1459,12 +1493,12 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1540,32 +1574,32 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.&Start på nytt nå - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Innnstallasjonen mislyktes</h1><br/>%1 har ikke blitt installert på datamaskinen din.<br/>Feilmeldingen var: %2. @@ -1599,12 +1633,18 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formaterer partisjon %1 med filsystem %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1612,12 +1652,12 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1657,27 +1697,27 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1977,35 +2017,35 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2031,12 +2071,12 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2046,98 +2086,110 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2188,24 +2240,24 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2480,7 +2532,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.Ukjent feil - + Password is empty @@ -2518,22 +2570,6 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2837,82 +2873,97 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3044,7 +3095,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3367,12 +3418,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements Systemkrav @@ -3393,29 +3444,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error Intern feil - - + + Cannot write hostname to target system @@ -3617,18 +3668,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3636,17 +3687,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3800,22 +3851,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3836,12 +3887,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3849,12 +3900,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4003,44 +4054,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4105,23 +4131,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4221,17 +4231,17 @@ Output: Tastaturmodell: - + Layouts - + Type here to test your keyboard Skriv her for å teste tastaturet ditt - + Variants @@ -4358,102 +4368,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_ne_NP.ts b/lang/calamares_ne_NP.ts index 208e09dda..0a1f2cf22 100644 --- a/lang/calamares_ne_NP.ts +++ b/lang/calamares_ne_NP.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install @@ -171,7 +190,7 @@ Calamares::JobThread - + Done सकियो @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -482,12 +501,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -526,149 +545,149 @@ The installer will quit and all changes will be lost. फारम - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: बूट लोडरको स्थान - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap swap छैन - + Reuse Swap swap पुनः प्रयोग गर्नुहोस - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -756,27 +775,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -811,97 +830,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> %1 को लागि Calamares Setup Programमा स्वागत छ । - + <h1>Welcome to %1 setup</h1> %1 को Setupमा स्वागत छ । - + <h1>Welcome to the Calamares installer for %1</h1> %1 को लागि Calamares Installerमा स्वागत छ । - + <h1>Welcome to the %1 installer</h1> %1 को Installerमा स्वागत छ । - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! पासवर्डहरू मिलेन ।  - + OK! @@ -957,11 +976,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1420,6 +1444,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1449,8 +1483,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1458,12 +1492,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1539,32 +1573,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1598,12 +1632,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1611,12 +1651,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1656,27 +1696,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1976,35 +2016,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2030,12 +2070,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2045,98 +2085,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2187,24 +2239,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2479,7 +2531,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2517,22 +2569,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2836,82 +2872,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3043,7 +3094,7 @@ Output: QObject - + %1 (%2) @@ -3366,12 +3417,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3392,29 +3443,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3616,18 +3667,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3635,17 +3686,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3799,22 +3850,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3835,12 +3886,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3848,12 +3899,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4002,44 +4053,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4104,23 +4130,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4220,17 +4230,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4357,102 +4367,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_nl.ts b/lang/calamares_nl.ts index f8ef484bd..c8f46aa1d 100644 --- a/lang/calamares_nl.ts +++ b/lang/calamares_nl.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Widget-boom - + Debug information Debug informatie @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Inrichten - + Install Installeer @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Gereed @@ -261,7 +280,7 @@ Vereistencontrole voor module <i>%1</i> is voltooid. - + Waiting for %n module(s). Wachten op %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) (%n seconde) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Systeemvereistencontrole is voltooid. @@ -488,12 +507,12 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. CalamaresWindow - + %1 Setup Program %1 Voorbereidingsprogramma - + %1 Installer %1 Installatieprogramma @@ -532,149 +551,149 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. Formulier - + Select storage de&vice: Selecteer &opslagmedium: - - - - + + + + Current: Huidig: - + After: Na: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Handmatig partitioneren</strong><br/>Je maakt of wijzigt zelf de partities. - + Reuse %1 as home partition for %2. Hergebruik %1 als home-partitie voor %2 - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Selecteer een partitie om te verkleinen, en sleep vervolgens de onderste balk om het formaat te wijzigen</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 zal verkleind worden tot %2MiB en een nieuwe %3MiB partitie zal worden aangemaakt voor %4. - + Boot loader location: Bootloader locatie: - + <strong>Select a partition to install on</strong> <strong>Selecteer een partitie om op te installeren</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Er werd geen EFI systeempartitie gevonden op dit systeem. Gelieve terug te gaan en manueel te partitioneren om %1 in te stellen. - + The EFI system partition at %1 will be used for starting %2. De EFI systeempartitie op %1 zal gebruikt worden om %2 te starten. - + EFI system partition: EFI systeempartitie: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Dit opslagmedium lijkt geen besturingssysteem te bevatten. Wat wil je doen?<br/>Je zal jouw keuzes kunnen nazien en bevestigen voordat er iets aan het opslagmedium wordt veranderd. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Wis schijf</strong><br/>Dit zal alle huidige gegevens op de geselecteerd opslagmedium <font color="red">verwijderen</font>. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Installeer ernaast</strong><br/>Het installatieprogramma zal een partitie verkleinen om plaats te maken voor %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Vervang een partitie</strong><br/>Vervangt een partitie met %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Dit opslagmedium bevat %1. Wat wil je doen?<br/>Je zal jouw keuzes kunnen nazien en bevestigen voordat er iets aan het opslagmedium wordt veranderd. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Dit opslagmedium bevat reeds een besturingssysteem. Wat wil je doen?<br/>Je zal jouw keuzes kunnen nazien en bevestigen voordat er iets aan het opslagmedium wordt veranderd. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Dit opslagmedium bevat meerdere besturingssystemen. Wat wil je doen?<br/>Je zal jouw keuzes kunnen nazien en bevestigen voordat er iets aan het opslagmedium wordt veranderd. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Dit opslagmedium bevat al een besturingssysteem, maar de partitietabel <strong>%1</strong> is anders dan het benodigde <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Dit opslagmedium heeft een van de partities <strong>gemount</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Dit opslagmedium maakt deel uit van een <strong>inactieve RAID</strong> apparaat. - + No Swap Geen wisselgeheugen - + Reuse Swap Wisselgeheugen hergebruiken - + Swap (no Hibernate) Wisselgeheugen (geen Sluimerstand) - + Swap (with Hibernate) Wisselgeheugen ( met Sluimerstand) - + Swap to file Wisselgeheugen naar bestand @@ -762,27 +781,27 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. Config - + Set keyboard model to %1.<br/> Instellen toetsenbord model naar %1.<br/> - + Set keyboard layout to %1/%2. Instellen toetsenbord lay-out naar %1/%2. - + Set timezone to %1/%2. Zet tijdzone naar %1/%2. - + The system language will be set to %1. De taal van het systeem zal worden ingesteld op %1. - + The numbers and dates locale will be set to %1. De getal- en datumnotatie worden ingesteld op %1. @@ -817,97 +836,97 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. Netwerkinstallatie. (Uitgeschakeld: kon de pakketlijsten niet binnenhalen, controleer de netwerkconnectie) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Deze computer voldoet niet aan de minimumvereisten om %1 te installeren.<br/>De voorbereiding kan niet doorgaan. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Deze computer voldoet niet aan de minimumvereisten om %1 te installeren.<br/>De installatie kan niet doorgaan. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Deze computer voldoet niet aan enkele van de aanbevolen specificaties om %1 voor te bereiden.<br/>De installatie kan doorgaan, maar sommige functies kunnen uitgeschakeld zijn. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Deze computer voldoet niet aan enkele van de aanbevolen specificaties om %1 te installeren.<br/>De installatie kan doorgaan, maar sommige functies kunnen uitgeschakeld zijn. - + This program will ask you some questions and set up %2 on your computer. Dit programma stelt je enkele vragen en installeert %2 op jouw computer. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Welkom in het Calamares voorbereidingsprogramma voor %1.</h1> - + <h1>Welcome to %1 setup</h1> <h1>Welkom in het %1 voorbereidingsprogramma.</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Welkom in het Calamares installatieprogramma voor %1.</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Welkom in het %1 installatieprogramma.</h1> - + Your username is too long. De gebruikersnaam is te lang. - + '%1' is not allowed as username. De gebruikersnaam '%1' is niet toegestaan. - + Your username must start with a lowercase letter or underscore. Je gebruikersnaam moet beginnen met een kleine letter of laag streepje. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Alleen kleine letters, nummerse en (laag) streepjes zijn toegestaan. - + Your hostname is too short. De hostnaam is te kort. - + Your hostname is too long. De hostnaam is te lang. - + '%1' is not allowed as hostname. De hostnaam '%1' is niet toegestaan. - + Only letters, numbers, underscore and hyphen are allowed. Alleen letters, nummers en (laag) streepjes zijn toegestaan. - + Your passwords do not match! Je wachtwoorden komen niet overeen! - + OK! @@ -963,11 +982,16 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. + Packages + Pakketten + + + Install option: <strong>%1</strong> - + None @@ -1426,6 +1450,16 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1455,8 +1489,8 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. Bevestig wachtwoordzin - - + + Please enter the same passphrase in both boxes. Gelieve in beide velden dezelfde wachtwoordzin in te vullen. @@ -1464,12 +1498,12 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. ErrorDialog - + Details: - + Would you like to paste the install log to the web? Wil je het installatielogboek plakken naar het web? @@ -1545,32 +1579,32 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. &Nu herstarten - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Klaar.</h1><br/>%1 is op je computer geïnstalleerd.<br/>Je mag nu beginnen met het gebruiken van je nieuwe systeem. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Wanneer dit vakje aangevinkt is, zal het systeem herstarten van zodra je op <span style=" font-style:italic;">Voltooid</span> klikt, of het voorbereidingsprogramma afsluit.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Klaar.</h1><br/>%1 is op je computer geïnstalleerd.<br/>Je mag je nieuwe systeem nu herstarten of de %2 Live omgeving blijven gebruiken. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Wanneer dit vakje aangevinkt is, zal het systeem herstarten van zodra je op <span style=" font-style:italic;">Voltooid</span> klikt, of het installatieprogramma afsluit.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Installatie Mislukt</h1><br/>%1 werd niet op de computer geïnstalleerd. <br/>De foutboodschap was: %2 - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Installatie Mislukt</h1><br/>%1 werd niet op de computer geïnstalleerd. <br/>De foutboodschap was: %2 @@ -1604,12 +1638,18 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. Formatteer <strong>%3MiB</strong> partitie <strong>%1</strong> met bestandsysteem <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Partitie %1 formatteren met bestandssysteem %2. - + The installer failed to format partition %1 on disk '%2'. Installatieprogramma heeft gefaald om partitie %1 op schijf %2 te formateren. @@ -1617,12 +1657,12 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. GeneralRequirements - + has at least %1 GiB available drive space tenminste %1 GiB vrije schijfruimte heeft - + There is not enough drive space. At least %1 GiB is required. Er is niet genoeg schijfruimte. Tenminste %1 GiB is vereist. @@ -1662,27 +1702,27 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. is het installatieprogramma aan het uitvoeren als administrator (root) - + The setup program is not running with administrator rights. Het voorbereidingsprogramma draait zonder administratorrechten. - + The installer is not running with administrator rights. Het installatieprogramma draait zonder administratorrechten. - + has a screen large enough to show the whole installer heeft een scherm groot genoeg om het hele installatieprogramma te weergeven - + The screen is too small to display the setup program. Het scherm is te klein on het voorbereidingsprogramma te laten zien. - + The screen is too small to display the installer. Het scherm is te klein on het installatieprogramma te laten zien. @@ -1982,35 +2022,35 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. LuksBootKeyFileJob - + Configuring LUKS key file. LUKS-sleutelbestand configureren. - - + + No partitions are defined. Geen partities gedefineerd. - - - + + + Encrypted rootfs setup error Versleutelde rootfs installatiefout - + Root partition %1 is LUKS but no passphrase has been set. Rootpartitie %1 is LUKS maar er is een wachtwoord ingesteld. - + Could not create LUKS key file for root partition %1. Kon het LUKS-sleutelbestand niet aanmaken voor rootpartitie %1. - + Could not configure LUKS key file on partition %1. Kon het LUKS-sleutelbestand niet aanmaken op partitie %1. @@ -2036,12 +2076,12 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. Map - + Timezone: %1 Tijdzone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2051,100 +2091,112 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. NetInstallViewStep - + Package selection Pakketkeuze - + Office software Kantoor software - + Office package Kantoorpakket - + Browser software Browser software - + Browser package Browserpakket - + Web browser Webbrowser - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Diensten - + Login + label for netinstall module, choose login manager Login - + Desktop + label for netinstall module, choose desktop environment Desktop - - Applications - Applicaties - - - + Communication + label for netinstall module Communicatie - + Development + label for netinstall module Ontwikkelen - + Office + label for netinstall module Kantoor - + Multimedia + label for netinstall module Multimedia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Thema - + Gaming + label for netinstall module Spellen - + Utilities + label for netinstall module Gereedschappen + + + Applications + Applicaties + NotesQmlViewStep @@ -2193,24 +2245,24 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. - - - + + + Timezone: %1 Tijdzone: %1 - + Select your preferred Zone within your Region. Selecteer een voorkeurs tijdzone binnen uw regio. - + Zones Zones - + You can fine-tune Language and Locale settings below. U kunt hieronder gedetailleerde taal- en weergave-instellingen kiezen. @@ -2485,7 +2537,7 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. Onbekende fout - + Password is empty Wachtwoord is leeg @@ -2523,22 +2575,6 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. Kies een product van de lijst. Het geselecteerde product zal worden geïnstalleerd. - - PackageChooserQmlViewStep - - - Packages - Pakketten - - - - PackageChooserViewStep - - - Packages - Pakketten - - PackageModel @@ -2842,82 +2878,97 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. Partities - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Huidig: - + After: Na: - + No EFI system partition configured Geen EFI systeempartitie geconfigureerd - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS Optie om GPT te gebruiken in BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - Een GPT-partitie is de beste optie voor alle systemen. Dit installatieprogramma ondersteund ook zulke installatie voor BIOS systemen.<br/><br/>Om een GPT-partitie te configureren, (als dit nog niet gedaan is) ga terug en stel de partitietavel in als GPT en maak daarna een 8 MB ongeformateerde partitie aan met de <strong>%2</strong>-vlag ingesteld.<br/><br/>Een ongeformateerde 8 MB partitie is nodig om %1 te starten op BIOS-systemen met GPT. + - + Boot partition not encrypted Bootpartitie niet versleuteld - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Een aparte bootpartitie was ingesteld samen met een versleutelde rootpartitie, maar de bootpartitie zelf is niet versleuteld.<br/><br/>Dit is niet volledig veilig, aangezien belangrijke systeembestanden bewaard worden op een niet-versleutelde partitie.<br/>Je kan doorgaan als je wil, maar het ontgrendelen van bestandssystemen zal tijdens het opstarten later plaatsvinden.<br/>Om de bootpartitie toch te versleutelen: keer terug en maak de bootpartitie opnieuw, waarbij je <strong>Versleutelen</strong> aanvinkt in het venster partitie aanmaken. - + has at least one disk device available. tenminste één schijfapparaat beschikbaar. - + There are no partitions to install on. Er zijn geen partities om op te installeren. @@ -3052,7 +3103,7 @@ Uitvoer: QObject - + %1 (%2) %1 (%2) @@ -3376,12 +3427,12 @@ De installatie kan niet doorgaan. ResultsListDialog - + For best results, please ensure that this computer: Voor de beste resultaten is het aangeraden dat deze computer: - + System requirements Systeemvereisten @@ -3402,29 +3453,29 @@ De installatie kan niet doorgaan. SetHostNameJob - + Set hostname %1 Instellen hostnaam %1 - + Set hostname <strong>%1</strong>. Instellen hostnaam <strong>%1</strong> - + Setting hostname %1. Hostnaam %1 instellen. - - + + Internal Error Interne Fout - - + + Cannot write hostname to target system Kan de hostnaam niet naar doelsysteem schrijven @@ -3626,18 +3677,18 @@ De installatie kan niet doorgaan. SetupGroupsJob - + Preparing groups. Gebruikers-groepen worden voorbereid. - - + + Could not create groups in target system Kan groepen niet creëren in doelsysteem. - + These groups are missing in the target system: %1 Deze groepen bestaan niet in het doelsysteem: %1 @@ -3645,17 +3696,17 @@ De installatie kan niet doorgaan. SetupSudoJob - + Configure <pre>sudo</pre> users. Configureer <pre>sudo</pre> (administratie) gebruikers. - + Cannot chmod sudoers file. chmod sudoers gefaald. - + Cannot create sudoers file for writing. Kan het bestand sudoers niet aanmaken. @@ -3809,22 +3860,22 @@ De installatie kan niet doorgaan. <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Klik hier voor meer informatie over gebruikersfeedback</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Tracken helpt %1 te zien hoe vaak het geïnstalleerd wordt. op welke hardware het geïnstalleerd is en welke applicaties worden gebruikt. Om te zien wat er verzonden wordt, klik het help-pictogram naast elke optie. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Door dit aan te vinken zal er informatie verstuurd worden over jouw installatie en hardware. Deze informatie zal slechts <b> eenmaal</b> verstuurd worden na het afronden van de installatie. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Door dit aan te vinken zal periodiek informatie verstuurd worden naar %1 over je <b>apparaat</b>installatie, hardware en toepassingen. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Door dit aan te vinken zal regelmatig informatie verstuurd worden naar %1 over jouw installatie, hardware, toepassingen en gebruikspatronen. @@ -3845,12 +3896,12 @@ De installatie kan niet doorgaan. Unmount bestandssystemen. - + No target system available. - + No rootMountPoint is set. @@ -3858,12 +3909,12 @@ De installatie kan niet doorgaan. UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Als meer dan één persoon deze computer zal gebruiken, kan je meerdere accounts aanmaken na installatie.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Als meer dan één persoon deze computer zal gebruiken, kan je meerdere accounts aanmaken na installatie.</small> @@ -4012,44 +4063,19 @@ De installatie kan niet doorgaan. - <h1>Welcome to the Calamares setup program for %1.</h1> - Welkome in het Calamares voorbereidingsprogramma voor %1. - - - - <h1>Welcome to %1 setup.</h1> - <h1>Welkom in het %1 installatieprogramma.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Welkom in het Calamares installatieprogramma voor %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Welkom in het %1 installatieprogramma.</h1> - - - %1 support %1 ondersteuning - + About %1 setup Over %1 installatieprogramma. - + About %1 installer Over het %1 installatieprogramma - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>voor %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> Met dank aan <a href="https://calamares.io/team/">het Calamares team</a> en <a href="https://www.transifex.com/calamares/calamares/">het Calamares vertaalteam</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> ontwikkeling gesponsord door <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4114,23 +4140,7 @@ De installatie kan niet doorgaan. about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>voor %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> Met dank aan <a href="https://calamares.io/team/">het Calamares team</a> en <a href="https://www.transifex.com/calamares/calamares/">het Calamares vertaalteam</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> ontwikkeling gesponsord door <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - - + Back Terug @@ -4234,17 +4244,17 @@ De systeemstijdinstellingen beïnvloeden de cijfer- en datumsformaat. De huidige Toetsenbord model: - + Layouts Indeling - + Type here to test your keyboard Typ hier om uw toetsenbord te testen - + Variants Varianten @@ -4391,102 +4401,102 @@ De systeemstijdinstellingen beïnvloeden de cijfer- en datumsformaat. De huidige Als meer dan één persoon deze computer zal gebruiken, kan je meerdere accounts aanmaken na installatie. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Alleen kleine letters, nummerse en (laag) streepjes zijn toegestaan. - + root is not allowed as username. - + What is the name of this computer? Wat is de naam van deze computer? - + Computer Name Computer Naam - + This name will be used if you make the computer visible to others on a network. Deze naam zal worden gebruikt als u de computer zichtbaar maakt voor anderen op een netwerk. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Kies een wachtwoord om uw account veilig te houden. - + Password Wachtwoord - + Repeat Password Herhaal wachtwoord - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Voer hetzelfde wachtwoord twee keer in, zodat het gecontroleerd kan worden op tikfouten. Een goed wachtwoord bevat een combinatie van letters, cijfers en leestekens, is ten minste acht tekens lang, en zou regelmatig moeten worden gewijzigd. - + Validate passwords quality Controleer wachtwoorden op gelijkheid - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Wanneer dit vakje is aangevinkt, wachtwoordssterkte zal worden gecontroleerd en je zal geen zwak wachtwoord kunnen gebruiken. - + Log in automatically without asking for the password Automatisch aanmelden zonder wachtwoord te vragen - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password Hergebruik gebruikerswachtwoord als root (administratie) wachtwoord. - + Use the same password for the administrator account. Gebruik hetzelfde wachtwoord voor het administratoraccount. - + Choose a root password to keep your account safe. Kies een root (administratie) wachtwoord om je account veilig te houden. - + Root Password Root (Administratie) Wachtwoord - + Repeat Root Password Herhaal Root Wachtwoord - + Enter the same password twice, so that it can be checked for typing errors. Voer hetzelfde wachtwoord twee keer in, zodat het gecontroleerd kan worden op tikfouten. diff --git a/lang/calamares_ne.ts b/lang/calamares_oc.ts similarity index 89% rename from lang/calamares_ne.ts rename to lang/calamares_oc.ts index 883b01189..4e9e88152 100644 --- a/lang/calamares_ne.ts +++ b/lang/calamares_oc.ts @@ -1,6 +1,25 @@ - + + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -37,22 +56,22 @@ Boot Partition - + Particion d’aviada System Partition - + Particion sistèma Do not install a boot loader - + Installar pas lo gestionari d'aviada %1 (%2) - + %1 (%2) @@ -60,7 +79,7 @@ Blank Page - + Pagina blanca @@ -83,23 +102,23 @@ Modules - + Moduls Type: - + Tipe : none - + cap Interface: - + Interfàcia : @@ -124,7 +143,7 @@ Reload Stylesheet - + Recargar fuèlh d’estil @@ -137,22 +156,22 @@ - + Debug information - + Informacions de desbugatge Calamares::ExecutionViewStep - + Set up - + Configurar - + Install - + Installar @@ -171,9 +190,9 @@ Calamares::JobThread - + Done - + Fach @@ -194,12 +213,12 @@ Run command '%1'. - + Executar la comanda « %1 ». Running command %1 %2 - + Execucion de la comanda %1 %2 @@ -207,7 +226,7 @@ Running %1 operation. - + Execucion de l’operacion %1 @@ -240,7 +259,7 @@ Loading ... - + Cargament... @@ -250,7 +269,7 @@ Loading failed. - + Fracàs del cargament. @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,15 +288,15 @@ - + (%n second(s)) - - - + + (%n segonda) + (%n segondas) - + System-requirements checking is complete. @@ -287,32 +306,32 @@ Setup Failed - + Configuracion fracassada Installation Failed - + Installacion fracassada Error - + Error &Yes - + &Òc &No - + &Non &Close - + &Tampar @@ -336,7 +355,7 @@ Link copied to clipboard Calamares Initialization Failed - + Lançament de Calamares fracassat @@ -351,12 +370,12 @@ Link copied to clipboard Continue with setup? - + Contunhar la configuracion ? Continue with installation? - + Contunhar l’installacion ? @@ -371,77 +390,77 @@ Link copied to clipboard &Set up now - + &Configurar ara &Install now - + &Installar ara Go &back - + &Tornar &Set up - + &Configurar &Install - + &Installar Setup is complete. Close the setup program. - + Configuracion acabada. Tampatz lo programa de configuracion. The installation is complete. Close the installer. - + L’installacion es acabada. Tampatz l’installador. Cancel setup without changing the system. - + Anullar la configuracion sens cambiar lo sistèma. Cancel installation without changing the system. - + Anullar l’installacion sens cambiar lo sistèma. &Next - + &Seguent &Back - + &Tornar &Done - + &Acabat &Cancel - + &Anullar Cancel setup? - + Anullar la configuracion ? Cancel installation? - + Anullar l’installacion ? @@ -482,14 +501,14 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer - + Installador de %1 @@ -526,149 +545,149 @@ The installer will quit and all changes will be lost. - + Select storage de&vice: - - - - + + + + Current: - + Actual : - + After: - + Aprèp : - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + Emplaçament del gestionari d'aviada : - + <strong>Select a partition to install on</strong> - + <strong>Seleccionar una particion ont installar</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + Particion sistèma EFI : - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -756,27 +775,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -803,7 +822,7 @@ The installer will quit and all changes will be lost. Package selection - + Seleccion dels paquets @@ -811,109 +830,109 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>La benvenguda al programa d’installacion de Calamares per %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>La benvenguda a la configuracion de %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>La benvenguda a l’installador de Calamares per %1</h1> - + <h1>Welcome to the %1 installer</h1> - + <h1>La benvenguda a l’installador de %1</h1> - + Your username is too long. - + Vòstre nom d’utilizaire es tròp long. - + '%1' is not allowed as username. - + « %1 » es pas permés coma nom d’utilizaire. - + Your username must start with a lowercase letter or underscore. - + Vòstre nom d’utilizaire deu començar per una minuscula o un jonhent bas. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Son solament permeses las letras minusculas, nombres, jonhents basses e los tirets. - + Your hostname is too short. - + Vòstre nom d’òste es tròp cort. - + Your hostname is too long. - + Vòstre nom d’òste es tròp long. - + '%1' is not allowed as hostname. - + « %1 » es pas permés coma nom d’òste. - + Only letters, numbers, underscore and hyphen are allowed. - + Son solament permeses las letras, nombres, jonhents basses e los tirets. - + Your passwords do not match! - + Los senhals correspondon pas ! - + OK! - + D’acòrd ! Setup Failed - + Configuracion fracassada Installation Failed - + Installacion fracassada @@ -928,27 +947,27 @@ The installer will quit and all changes will be lost. Setup Complete - + Configuracion acabada Installation Complete - + Installacion acabada The setup of %1 is complete. - + La configuracion de %1 es acabada. The installation of %1 is complete. - + L’installacion de %1 es acabada. Package Selection - + Seleccion dels paquets @@ -957,11 +976,16 @@ The installer will quit and all changes will be lost. + Packages + Paquets + + + Install option: <strong>%1</strong> - + None @@ -994,37 +1018,37 @@ The installer will quit and all changes will be lost. Create a Partition - + Crear una particion Si&ze: - + Ta&lha : MiB - + MiO Partition &Type: - + &Tipe de particion : Primar&y - + Primàr&ia E&xtended - + E&spandida Fi&le System: - + Sistèma de fic&hièr : @@ -1034,7 +1058,7 @@ The installer will quit and all changes will be lost. &Mount Point: - + Punt de &montatge : @@ -1182,33 +1206,33 @@ The installer will quit and all changes will be lost. Create user %1 - + Crear l’utilizaire %1 Create user <strong>%1</strong>. - + Crear utilizaire <strong>%1</strong>. Preserving home directory - + Servar lo repertòri home Creating user %1 - + Creacion de l’utilizaire %1 Configuring user %1 - + Configuracion de l’utilizaire %1 Setting file permissions - + Definicion de las autorizacions fichièr @@ -1216,7 +1240,7 @@ The installer will quit and all changes will be lost. Create Volume Group - + Crear un grop de volum @@ -1266,7 +1290,7 @@ The installer will quit and all changes will be lost. Delete partition %1. - + Suprimir la particion %1. @@ -1276,7 +1300,7 @@ The installer will quit and all changes will be lost. Deleting partition %1. - + Supression de la particion %1. @@ -1323,13 +1347,13 @@ The installer will quit and all changes will be lost. %1 - %2 (%3) device[name] - size[number] (device-node[name]) - + %1 - %2 (%3) %1 - (%2) device[name] - (device-node[name]) - + %1 - (%2) @@ -1373,12 +1397,12 @@ The installer will quit and all changes will be lost. &Keep - + &Gardar Format - + Format @@ -1388,22 +1412,22 @@ The installer will quit and all changes will be lost. &Mount Point: - + Punt de &montatge : Si&ze: - + Ta&lha : MiB - + MiO Fi&le System: - + Sistèma de fic&hièr : @@ -1420,6 +1444,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1449,8 +1483,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1458,12 +1492,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Detalhs : - + Would you like to paste the install log to the web? @@ -1536,35 +1570,35 @@ The installer will quit and all changes will be lost. &Restart now - + &Reaviar ara - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1574,7 +1608,7 @@ The installer will quit and all changes will be lost. Finish - + Terminar @@ -1582,7 +1616,7 @@ The installer will quit and all changes will be lost. Finish - + Terminar @@ -1598,12 +1632,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1611,12 +1651,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1633,22 +1673,22 @@ The installer will quit and all changes will be lost. is plugged in to a power source - + es brancat a una alimentacion electrica The system is not plugged in to a power source. - + Lo sistèma es pas brancat a una alimentacion electrica. is connected to the Internet - + es connectat a l’Internet The system is not connected to the Internet. - + Lo sistèma es pas connectat a l’Internet. @@ -1656,27 +1696,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1736,7 +1776,7 @@ The installer will quit and all changes will be lost. Konsole not installed - + Konsole pas installada @@ -1754,7 +1794,7 @@ The installer will quit and all changes will be lost. Script - + Escript @@ -1762,7 +1802,7 @@ The installer will quit and all changes will be lost. Keyboard - + Clavièr @@ -1770,7 +1810,7 @@ The installer will quit and all changes will be lost. Keyboard - + Clavièr @@ -1778,7 +1818,7 @@ The installer will quit and all changes will be lost. System locale setting - + Paramètres de regionalizacion del sistèma @@ -1788,12 +1828,12 @@ The installer will quit and all changes will be lost. &Cancel - + &Anullar &OK - + &D’acòrdi @@ -1806,7 +1846,7 @@ The installer will quit and all changes will be lost. No target system available. - + Cap de sistèma cibla pas disponible. @@ -1829,12 +1869,12 @@ The installer will quit and all changes will be lost. <h1>License Agreement</h1> - + <h1>Acòrd de licéncia</h1> I accept the terms and conditions above. - + Accèpti los tèrmes e las condicion aquí dessús. @@ -1867,7 +1907,7 @@ The installer will quit and all changes will be lost. License - + Licéncia @@ -1875,7 +1915,7 @@ The installer will quit and all changes will be lost. URL: %1 - + URL : %1 @@ -1912,22 +1952,22 @@ The installer will quit and all changes will be lost. File: %1 - + Fichièr : %1 Hide license text - + Amagar lo tèxte de licéncia Show the license text - + Mostrar lo tèxte de licéncia Open license agreement in browser. - + Dobrir l’acòrd de licéncia dins lo navegador. @@ -1935,18 +1975,18 @@ The installer will quit and all changes will be lost. Region: - + Region : Zone: - + Zòna ; &Change... - + &Cambiar... @@ -1954,7 +1994,7 @@ The installer will quit and all changes will be lost. Location - + Emplaçament @@ -1962,7 +2002,7 @@ The installer will quit and all changes will be lost. Quit - + Quitar @@ -1970,41 +2010,41 @@ The installer will quit and all changes will be lost. Location - + Emplaçament LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2019,7 +2059,7 @@ The installer will quit and all changes will be lost. Configuration Error - + Error de configuracion @@ -2030,12 +2070,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Fus orari : %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2045,99 +2085,111 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Seleccion dels paquets - + Office software - + Office package - + Browser software - - - Browser package - - - Web browser - + Browser package + Percórrer lo paquet - Kernel - + Web browser + Navegador web - Services - + Kernel + label for netinstall module, Linux kernel + Nuclèu - Login - + Services + label for netinstall module, system services + Servicis - Desktop - + Login + label for netinstall module, choose login manager + Connexion - Applications - - - - - Communication - + Desktop + label for netinstall module, choose desktop environment + Burèu - Development - + Communication + label for netinstall module + Comunicacion - Office - + Development + label for netinstall module + Desvolopament - Multimedia - + Office + label for netinstall module + Burotica - Internet - + Multimedia + label for netinstall module + Multimèdia - Theming - + Internet + label for netinstall module + Internet - Gaming - + Theming + label for netinstall module + Personalizacion + Gaming + label for netinstall module + Jòc + + + Utilities - + label for netinstall module + Utilitaris + + + + Applications + Aplicacions @@ -2145,7 +2197,7 @@ The installer will quit and all changes will be lost. Notes - + Nòtas @@ -2171,7 +2223,7 @@ The installer will quit and all changes will be lost. OEM Configuration - + Configuracion OEM @@ -2187,24 +2239,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Fus orari : %1 - + Select your preferred Zone within your Region. - + Zones - + Zònas - + You can fine-tune Language and Locale settings below. @@ -2214,17 +2266,17 @@ The installer will quit and all changes will be lost. Password is too short - + Lo senhal es tròp cort Password is too long - + Lo senhal es tròp long Password is too weak - + Lo senhal es tròp feble @@ -2302,7 +2354,7 @@ The installer will quit and all changes will be lost. The password is too short - + Lo senhal es tròp cort @@ -2421,12 +2473,12 @@ The installer will quit and all changes will be lost. Unknown setting - %1 - + Paramètre desconegut - %1 Unknown setting - + Paramètre desconegut @@ -2436,7 +2488,7 @@ The installer will quit and all changes will be lost. Bad integer value - + Marrida valor d’entièr @@ -2476,12 +2528,12 @@ The installer will quit and all changes will be lost. Unknown error - + Error desconeguda - + Password is empty - + Lo senhal es void @@ -2509,7 +2561,7 @@ The installer will quit and all changes will be lost. Package Selection - + Seleccion dels paquets @@ -2517,33 +2569,17 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel Name - + Nom Description - + Descripcion @@ -2556,12 +2592,12 @@ The installer will quit and all changes will be lost. Keyboard Model: - + Modèl de clavièr : Type here to test your keyboard - + Picatz aicí per ensajar lo clavièr @@ -2574,27 +2610,27 @@ The installer will quit and all changes will be lost. What is your name? - + Cossí vos dison ? Your Full Name - + Vòstre nom complèt What name do you want to use to log in? - + Qual nom volètz utilizar per vos connectar ? login - + identificant What is the name of this computer? - + Cossí s’apèla aqueste ordenador ? @@ -2604,7 +2640,7 @@ The installer will quit and all changes will be lost. Computer Name - + Nom de l’ordenador @@ -2621,7 +2657,7 @@ The installer will quit and all changes will be lost. Password - + Senhal @@ -2671,17 +2707,17 @@ The installer will quit and all changes will be lost. Home - + Home Boot - + Boot EFI system - + Sistèma EFI @@ -2696,13 +2732,13 @@ The installer will quit and all changes will be lost. New partition - + Particion novèla %1 %2 size[number] filesystem[name] - + %1 %2 @@ -2711,18 +2747,18 @@ The installer will quit and all changes will be lost. Free Space - + Espaci disponible New partition - + Particion novèla Name - + Nom @@ -2737,12 +2773,12 @@ The installer will quit and all changes will be lost. Mount Point - + Punt de montatge Size - + Talha @@ -2780,7 +2816,7 @@ The installer will quit and all changes will be lost. &Delete - + &Suprimir @@ -2836,82 +2872,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + Actual : - + After: - + Aprèp : - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3043,14 +3094,14 @@ Output: QObject - + %1 (%2) - + %1 (%2) unknown - + desconegut @@ -3226,7 +3277,7 @@ Output: EFI system partition: - + Particion sistèma EFI : @@ -3366,12 +3417,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3392,29 +3443,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - + Error intèrna - - + + Cannot write hostname to target system @@ -3537,12 +3588,12 @@ Output: Set password for user %1 - + Definir lo senhal per l’utilizaire %1 Setting password for user %1. - + Definicion de senhal per l’utilizaire %1 @@ -3567,7 +3618,7 @@ Output: Cannot set password for user %1. - + Definicion del senhal per l’utilizaire %1 impossibla. @@ -3580,7 +3631,7 @@ Output: Set timezone to %1/%2 - + Fus orari definit a %1/%2 @@ -3595,7 +3646,7 @@ Output: Cannot set timezone. - + Definicion impossibla de la zòna orària. @@ -3605,29 +3656,29 @@ Output: Cannot set timezone, - + Definicion impossibla de la zòna orària. Cannot open /etc/timezone for writing - + Dubertura impossibla en escritura de /etc/timezone SetupGroupsJob - + Preparing groups. - + Preparacion dels grops. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3635,17 +3686,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Configurar l’utilizaire <pre>sudo</pre>. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3664,7 +3715,7 @@ Output: %L1 / %L2 slide counter, %1 of %2 (numeric) - + %L1 / %L2 @@ -3672,27 +3723,27 @@ Output: &OK - + &D’acòrdi &Yes - + &Òc &No - + &Non &Cancel - + &Anullar &Close - + &Tampar @@ -3700,12 +3751,12 @@ Output: Installation feedback - + Comentaris d’installacion Sending installation feedback. - + Mandadís dels comentaris d’installacion. @@ -3799,22 +3850,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3835,12 +3886,12 @@ Output: - + No target system available. - + Cap de sistèma cibla pas disponible. - + No rootMountPoint is set. @@ -3848,12 +3899,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -3863,7 +3914,7 @@ Output: Users - + Utilizaires @@ -3871,7 +3922,7 @@ Output: Users - + Utilizaires @@ -3880,13 +3931,13 @@ Output: Key Column header for key/value - + Clau Value Column header for key/value - + Valor @@ -3894,7 +3945,7 @@ Output: Create Volume Group - + Crear un grop de volum @@ -3919,7 +3970,7 @@ Output: MiB - + MiO @@ -3958,7 +4009,7 @@ Output: &About - + &A prepaus @@ -3968,7 +4019,7 @@ Output: &Donate - + &Donar @@ -3978,7 +4029,7 @@ Output: &Support - + &Assisténcia @@ -3988,7 +4039,7 @@ Output: &Known issues - + &Problèmas coneguts @@ -4002,51 +4053,26 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - + %1 support + Assisténcia %1 - <h1>Welcome to the %1 installer.</h1> - - - - - %1 support - - - - About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep Welcome - + La benvenguda @@ -4054,7 +4080,7 @@ Output: Welcome - + La benvenguda @@ -4072,7 +4098,7 @@ Output: Configuration Error - + Error de configuracion @@ -4104,25 +4130,9 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back - + Tornar @@ -4130,7 +4140,7 @@ Output: Show debug information - + Afichar las informacions de desbugatge @@ -4138,7 +4148,7 @@ Output: Installation Completed - + Installacion acabada @@ -4149,12 +4159,12 @@ Output: Close Installer - + Tampar l’installador Restart System - + Reaviar lo sistèma @@ -4168,7 +4178,7 @@ Output: Installation Completed - + Installacion acabada @@ -4179,12 +4189,12 @@ Output: Close - + Tampar Restart - + Reaviar @@ -4193,7 +4203,8 @@ Output: <h1>Languages</h1> </br> The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>. - + <h1>Lengas</h1> </br> + Los paramètres de lingüistics del sistèma afèctan la lenga, lo jòc de caractèrs per d’unes elements d’interfàcias de linha de comanda. Lo parametratge actual es <strong>%1</strong>. @@ -4204,7 +4215,7 @@ Output: Back - + Tornar @@ -4217,20 +4228,20 @@ Output: Keyboard Model: - + Modèl de clavièr : - + Layouts - + Agençament - + Type here to test your keyboard - + Picatz aicí per ensajar lo clavièr - + Variants @@ -4263,7 +4274,7 @@ Output: LibreOffice - + LibreOffice @@ -4283,7 +4294,7 @@ Output: Minimal Install - + Installacion minimala @@ -4321,7 +4332,7 @@ Output: Back - + Tornar @@ -4334,17 +4345,17 @@ Output: What is your name? - + Cossí vos dison ? Your Full Name - + Vòstre nom complèt What name do you want to use to log in? - + Qual nom volètz utilizar per vos connectar ? @@ -4357,102 +4368,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Son solament permeses las letras, nombres, jonhents basses e los tirets. - + root is not allowed as username. - + What is the name of this computer? - + Cossí s’apèla aqueste ordenador ? - + Computer Name - + Nom de l’ordenador - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Senhal - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. @@ -4468,17 +4479,17 @@ Output: About - + A prepaus Support - + Assisténcia Known issues - + Problèmas coneguts @@ -4488,7 +4499,7 @@ Output: Donate - + Donar diff --git a/lang/calamares_pl.ts b/lang/calamares_pl.ts index 37efbbff6..f64b13de8 100644 --- a/lang/calamares_pl.ts +++ b/lang/calamares_pl.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information Informacje debugowania @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Zainstaluj @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Ukończono @@ -240,7 +259,7 @@ Loading ... - + Ładowanie... @@ -261,7 +280,7 @@ - + Waiting for %n module(s). Oczekiwanie na %n moduł. @@ -271,7 +290,7 @@ - + (%n second(s)) @@ -281,7 +300,7 @@ - + System-requirements checking is complete. @@ -360,7 +379,7 @@ Link copied to clipboard Continue with installation? - + Kontynuować instalację? @@ -487,12 +506,12 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. CalamaresWindow - + %1 Setup Program - + %1 Installer Instalator %1 @@ -502,7 +521,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. Set filesystem label on %1. - + Ustaw etykietę systemu plików na %1. @@ -531,149 +550,149 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.Formularz - + Select storage de&vice: &Wybierz urządzenie przechowywania: - - - - + + + + Current: Bieżący: - + After: Po: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Ręczne partycjonowanie</strong><br/>Możesz samodzielnie utworzyć lub zmienić rozmiar istniejących partycji. - + Reuse %1 as home partition for %2. Użyj ponownie %1 jako partycji domowej dla %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Wybierz partycję do zmniejszenia, a następnie przeciągnij dolny pasek, aby zmienić jej rozmiar</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Położenie programu rozruchowego: - + <strong>Select a partition to install on</strong> <strong>Wybierz partycję, na której przeprowadzona będzie instalacja</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Nigdzie w tym systemie nie można odnaleźć partycji systemowej EFI. Prosimy się cofnąć i użyć ręcznego partycjonowania dysku do ustawienia %1. - + The EFI system partition at %1 will be used for starting %2. Partycja systemowa EFI na %1 będzie użyta do uruchamiania %2. - + EFI system partition: Partycja systemowa EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. To urządzenie pamięci masowej prawdopodobnie nie posiada żadnego systemu operacyjnego. Co chcesz zrobić?<br/>Będziesz miał możliwość przejrzenia oraz zatwierdzenia swoich ustawień przed wykonaniem jakichkolwiek zmian na tym urządzeniu. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Wyczyść dysk</strong><br/>Ta operacja <font color="red">usunie</font> wszystkie dane obecnie znajdujące się na wybranym urządzeniu przechowywania. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Zainstaluj obok siebie</strong><br/>Instalator zmniejszy partycję, aby zrobić miejsce dla %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Zastąp partycję</strong><br/>Zastępowanie partycji poprzez %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. To urządzenie pamięci masowej posiada %1. Co chcesz zrobić?<br/>Będziesz miał możliwość przejrzenia oraz zatwierdzenia swoich ustawień przed wykonaniem jakichkolwiek zmian na tym urządzeniu. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. To urządzenie pamięci masowej posiada już system operacyjny. Co chcesz zrobić?<br/>Będziesz miał możliwość przejrzenia oraz zatwierdzenia swoich ustawień przed wykonaniem jakichkolwiek zmian na tym urządzeniu. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. To urządzenie pamięci masowej posiada kilka systemów operacyjnych. Co chcesz zrobić?<br/>Będziesz miał możliwość przejrzenia oraz zatwierdzenia swoich ustawień przed wykonaniem jakichkolwiek zmian na tym urządzeniu. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap Brak przestrzeni wymiany - + Reuse Swap Użyj ponownie przestrzeni wymiany - + Swap (no Hibernate) Przestrzeń wymiany (bez hibernacji) - + Swap (with Hibernate) Przestrzeń wymiany (z hibernacją) - + Swap to file Przestrzeń wymiany do pliku @@ -683,7 +702,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. Successfully unmounted %1. - + Pomyślnie odmontowano %1. @@ -761,27 +780,27 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. Config - + Set keyboard model to %1.<br/> Ustaw model klawiatury na %1.<br/> - + Set keyboard layout to %1/%2. Ustaw model klawiatury na %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. Język systemu zostanie ustawiony na %1. - + The numbers and dates locale will be set to %1. Format liczb i daty zostanie ustawiony na %1. @@ -816,99 +835,99 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.Instalacja sieciowa. (Wyłączona: Nie można pobrać listy pakietów, sprawdź swoje połączenie z siecią) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Ten komputer nie spełnia minimalnych wymagań, niezbędnych do instalacji %1.<br/>Instalacja nie może być kontynuowana. <a href="#details">Szczegóły...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Ten komputer nie spełnia wszystkich, zalecanych do instalacji %1 wymagań.<br/>Instalacja może być kontynuowana, ale niektóre opcje mogą być niedostępne. - + This program will ask you some questions and set up %2 on your computer. Ten program zada Ci garść pytań i ustawi %2 na Twoim komputerze. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. Twoja nazwa użytkownika jest za długa. - + '%1' is not allowed as username. - + '%1' nie może zostać użyte jako nazwa użytkownika. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. Twoja nazwa komputera jest za krótka. - + Your hostname is too long. Twoja nazwa komputera jest za długa. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! Twoje hasła nie są zgodne! - + OK! - + OK! @@ -953,7 +972,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. Package Selection - + Wybór Pakietów @@ -962,11 +981,16 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. + Packages + Pakiety + + + Install option: <strong>%1</strong> - + None @@ -1049,7 +1073,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. Label for the filesystem - + Etykieta dla systemu plików @@ -1084,7 +1108,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. Mountpoint must start with a <tt>/</tt>. - + Punkt montowania musi się zaczynać od <tt>/</tt>. @@ -1418,13 +1442,23 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. Label for the filesystem - + Etykieta dla systemu plików FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1454,8 +1488,8 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.Potwierdź hasło - - + + Please enter the same passphrase in both boxes. Użyj tego samego hasła w obu polach. @@ -1463,12 +1497,12 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1544,32 +1578,32 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.&Uruchom ponownie teraz - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Wszystko gotowe.</h1><br/>%1 został zainstalowany na Twoim komputerze.<br/>Możesz teraz ponownie uruchomić komputer, aby przejść do nowego systemu, albo kontynuować używanie środowiska live %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Instalacja nie powiodła się</h1><br/>Nie udało się zainstalować %1 na Twoim komputerze.<br/>Komunikat o błędzie: %2. @@ -1603,12 +1637,18 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formatowanie partycji %1 z systemem plików %2. - + The installer failed to format partition %1 on disk '%2'. Instalator nie mógł sformatować partycji %1 na dysku '%2'. @@ -1616,12 +1656,12 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1661,27 +1701,27 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. Instalator jest uruchomiony bez praw administratora. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. Zbyt niska rozdzielczość ekranu, aby wyświetlić instalator. @@ -1981,35 +2021,35 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. LuksBootKeyFileJob - + Configuring LUKS key file. Konfigurowanie pliku klucza LUKS. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2035,12 +2075,12 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. Map - + Timezone: %1 - + Strefa czasowa: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2050,98 +2090,110 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. NetInstallViewStep - + Package selection Wybór pakietów - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2192,24 +2244,24 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. - - - + + + Timezone: %1 - + Strefa czasowa: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2289,11 +2341,11 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. The password contains fewer than %n lowercase letters - - - - - + + Hasło składa się z mniej niż %1 małej litery + Hasło składa się z mniej niż %1 małych liter + Hasło składa się z mniej niż %1 małych liter + Hasło składa się z mniej niż %1 małych liter @@ -2502,9 +2554,9 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.Nieznany błąd - + Password is empty - + Hasło jest puste @@ -2532,7 +2584,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. Package Selection - + Wybór Pakietów @@ -2540,22 +2592,6 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2602,7 +2638,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. Your Full Name - + Twoja Pełne Imię @@ -2612,7 +2648,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. login - + login @@ -2627,7 +2663,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. Computer Name - + Nazwa Komputera @@ -2644,13 +2680,13 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. Password - + Hasło Repeat Password - + Powtórz Hasło @@ -2755,7 +2791,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. File System Label - + Etykieta Systemu Plików @@ -2859,82 +2895,97 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.Partycje - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Bieżący: - + After: Po: - + No EFI system partition configured Nie skonfigurowano partycji systemowej EFI - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + System plików musi zostać zamontowany w <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted Niezaszyfrowana partycja rozruchowa - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Oddzielna partycja rozruchowa została skonfigurowana razem z zaszyfrowaną partycją roota, ale partycja rozruchowa nie jest szyfrowana.<br/><br/>Nie jest to najbezpieczniejsze rozwiązanie, ponieważ ważne pliki systemowe znajdują się na niezaszyfrowanej partycji.<br/>Możesz kontynuować, ale odblokowywanie systemu nastąpi później, w trakcie uruchamiania.<br/>Aby zaszyfrować partycję rozruchową, wróć i utwórz ją ponownie zaznaczając opcję <strong>Szyfruj</strong> w oknie tworzenia partycji. - + has at least one disk device available. - + There are no partitions to install on. @@ -3069,7 +3120,7 @@ Wyjście: QObject - + %1 (%2) %1 (%2) @@ -3105,7 +3156,7 @@ Wyjście: File not found - + Plik nie został znaleziony @@ -3115,7 +3166,7 @@ Wyjście: Directory not found - + Katalog nie został znaleziony @@ -3393,12 +3444,12 @@ i nie uruchomi się ResultsListDialog - + For best results, please ensure that this computer: Dla osiągnięcia najlepszych rezultatów upewnij się, że ten komputer: - + System requirements Wymagania systemowe @@ -3419,29 +3470,29 @@ i nie uruchomi się SetHostNameJob - + Set hostname %1 Ustaw nazwę komputera %1 - + Set hostname <strong>%1</strong>. Ustaw nazwę komputera <strong>%1</strong>. - + Setting hostname %1. Ustawianie nazwy komputera %1. - - + + Internal Error Błąd wewnętrzny - - + + Cannot write hostname to target system Nie można zapisać nazwy komputera w docelowym systemie @@ -3643,18 +3694,18 @@ i nie uruchomi się SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3662,17 +3713,17 @@ i nie uruchomi się SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Nie można wykonać chmod na pliku sudoers. - + Cannot create sudoers file for writing. Nie można utworzyć pliku sudoers z możliwością zapisu. @@ -3826,22 +3877,22 @@ i nie uruchomi się <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Naciśnij, aby dowiedzieć się więcej o uzyskiwaniu informacji zwrotnych.</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3862,12 +3913,12 @@ i nie uruchomi się Odmontuj systemy plików. - + No target system available. - + No rootMountPoint is set. @@ -3875,12 +3926,12 @@ i nie uruchomi się UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -3907,7 +3958,7 @@ i nie uruchomi się Key Column header for key/value - + Klucz @@ -4029,44 +4080,19 @@ i nie uruchomi się - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - <h1>Witamy w ustawianiu %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Witamy w instalatorze Calamares dla systemu %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Witamy w instalatorze %1.</h1> - - - %1 support Wsparcie %1 - + About %1 setup - + About %1 installer O instalatorze %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4131,25 +4157,9 @@ i nie uruchomi się about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back - + Wstecz @@ -4165,7 +4175,7 @@ i nie uruchomi się Installation Completed - + Instalacja została zakończona @@ -4176,12 +4186,12 @@ i nie uruchomi się Close Installer - + Zamknij instalator Restart System - + Uruchom ponownie system @@ -4195,7 +4205,7 @@ i nie uruchomi się Installation Completed - + Instalacja została zakończona @@ -4231,7 +4241,7 @@ i nie uruchomi się Back - + Wstecz @@ -4247,17 +4257,17 @@ i nie uruchomi się Model klawiatury: - + Layouts - + Type here to test your keyboard Napisz coś tutaj, aby sprawdzić swoją klawiaturę - + Variants @@ -4348,7 +4358,7 @@ i nie uruchomi się Back - + Wstecz @@ -4366,7 +4376,7 @@ i nie uruchomi się Your Full Name - + Twoja Pełne Imię @@ -4384,102 +4394,102 @@ i nie uruchomi się - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? Jaka jest nazwa tego komputera? - + Computer Name - + Nazwa Komputera - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Wybierz hasło, aby chronić swoje konto. - + Password - + Hasło - + Repeat Password - + Powtórz Hasło - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. Użyj tego samego hasła dla konta administratora. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_pt_BR.ts b/lang/calamares_pt_BR.ts index 8ba20d707..779bf20fb 100644 --- a/lang/calamares_pt_BR.ts +++ b/lang/calamares_pt_BR.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Árvore de widgets - + Debug information Informações de depuração @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Configurar - + Install Instalar @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Concluído @@ -261,23 +280,25 @@ A verificação de requisitos para o módulo <i>%1</i> está completa. - + Waiting for %n module(s). Esperando por %n módulo. Esperando por %n módulos. + Esperando por %n módulos. - + (%n second(s)) (%n segundo) (%n segundos) + (%n segundos) - + System-requirements checking is complete. Verificação de requisitos do sistema completa. @@ -488,12 +509,12 @@ O instalador será fechado e todas as alterações serão perdidas. CalamaresWindow - + %1 Setup Program Programa de configuração %1 - + %1 Installer Instalador %1 @@ -532,149 +553,149 @@ O instalador será fechado e todas as alterações serão perdidas.Formulário - + Select storage de&vice: Selecione o dispositivo de armazenamento: - - - - + + + + Current: Atual: - + After: Depois: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Particionamento manual</strong><br/>Você pode criar ou redimensionar partições. - + Reuse %1 as home partition for %2. Reutilizar %1 como partição home para %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Selecione uma partição para reduzir, então arraste a barra de baixo para redimensionar</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 será reduzida para %2MiB e uma nova partição de %3MiB será criada para %4. - + Boot loader location: Local do gerenciador de inicialização: - + <strong>Select a partition to install on</strong> <strong>Selecione uma partição para instalação</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Uma partição de sistema EFI não pôde ser encontrada neste dispositivo. Por favor, volte e use o particionamento manual para gerenciar %1. - + The EFI system partition at %1 will be used for starting %2. A partição de sistema EFI em %1 será utilizada para iniciar %2. - + EFI system partition: Partição de sistema EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Parece que não há um sistema operacional neste dispositivo de armazenamento. O que você gostaria de fazer?<br/>Você poderá revisar e confirmar suas opções antes que as alterações sejam feitas no dispositivo de armazenamento. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Apagar disco</strong><br/>Isto <font color="red">excluirá</font> todos os dados presentes atualmente no dispositivo de armazenamento selecionado. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Instalar lado a lado</strong><br/>O instalador reduzirá uma partição para liberar espaço para %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Substituir uma partição</strong><br/>Substitui uma partição com %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Este dispositivo de armazenamento possui %1 nele. O que você gostaria de fazer?<br/>Você poderá revisar e confirmar suas opções antes que as alterações sejam feitas no dispositivo de armazenamento. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Já há um sistema operacional neste dispositivo de armazenamento. O que você gostaria de fazer?<br/>Você poderá revisar e confirmar suas opções antes que as alterações sejam feitas no dispositivo de armazenamento. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Há diversos sistemas operacionais neste dispositivo de armazenamento. O que você gostaria de fazer?<br/>Você poderá revisar e confirmar suas opções antes que as alterações sejam feitas no dispositivo de armazenamento. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> O dispositivo de armazenamento já possui um sistema operacional, mas a tabela de partições <strong>%1</strong> é diferente da necessária <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. O dispositivo de armazenamento tem uma de suas partições <strong>montada</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. O dispositivo de armazenamento é parte de um dispositivo <strong>RAID inativo</strong>. - + No Swap Sem swap - + Reuse Swap Reutilizar swap - + Swap (no Hibernate) Swap (sem hibernação) - + Swap (with Hibernate) Swap (com hibernação) - + Swap to file Swap em arquivo @@ -762,27 +783,27 @@ O instalador será fechado e todas as alterações serão perdidas. Config - + Set keyboard model to %1.<br/> Definir o modelo de teclado para %1.<br/> - + Set keyboard layout to %1/%2. Definir o layout do teclado para %1/%2. - + Set timezone to %1/%2. Definir o fuso horário para %1/%2. - + The system language will be set to %1. O idioma do sistema será definido como %1. - + The numbers and dates locale will be set to %1. A localidade dos números e datas será definida como %1. @@ -817,97 +838,97 @@ O instalador será fechado e todas as alterações serão perdidas.Instalação pela Rede. (Desabilitada: Não foi possível adquirir lista de pacotes, verifique sua conexão com a internet) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Este computador não satisfaz os requisitos mínimos para configurar %1.<br/>A configuração não pode continuar. <a href="#details">Detalhes...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Este computador não satisfaz os requisitos mínimos para instalar %1.<br/>A instalação não pode continuar. <a href="#details">Detalhes...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Este computador não satisfaz alguns dos requisitos recomendados para configurar %1.<br/>A configuração pode continuar, mas alguns recursos podem ser desativados. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Este computador não satisfaz alguns dos requisitos recomendados para instalar %1.<br/>A instalação pode continuar, mas alguns recursos podem ser desativados. - + This program will ask you some questions and set up %2 on your computer. Este programa irá fazer-lhe algumas perguntas e configurar %2 no computador. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Bem-vindo ao programa de configuração Calamares para %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Bem-vindo à configuração de %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Bem-vindo ao instalador Calamares para %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Bem-vindo ao instalador de %1</h1> - + Your username is too long. O nome de usuário é grande demais. - + '%1' is not allowed as username. '%1' não é permitido como nome de usuário. - + Your username must start with a lowercase letter or underscore. Seu nome de usuário deve começar com uma letra minúscula ou com um sublinhado. - + Only lowercase letters, numbers, underscore and hyphen are allowed. É permitido apenas letras minúsculas, números, sublinhado e hífen. - + Your hostname is too short. O nome da máquina é muito curto. - + Your hostname is too long. O nome da máquina é muito grande. - + '%1' is not allowed as hostname. '%1' não é permitido como nome da máquina. - + Only letters, numbers, underscore and hyphen are allowed. É permitido apenas letras, números, sublinhado e hífen. - + Your passwords do not match! As senhas não estão iguais! - + OK! OK! @@ -963,11 +984,16 @@ O instalador será fechado e todas as alterações serão perdidas. + Packages + Pacotes + + + Install option: <strong>%1</strong> Instalar opção: <strong>%1</strong> - + None Nenhum @@ -1426,6 +1452,16 @@ O instalador será fechado e todas as alterações serão perdidas.FS Label: Etiqueta do FS: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1455,8 +1491,8 @@ O instalador será fechado e todas as alterações serão perdidas.Confirme a frase-chave - - + + Please enter the same passphrase in both boxes. Por favor, insira a mesma frase-chave nos dois campos. @@ -1464,12 +1500,12 @@ O instalador será fechado e todas as alterações serão perdidas. ErrorDialog - + Details: Detalhes: - + Would you like to paste the install log to the web? Deseja colar o registro de instalação na internet? @@ -1545,32 +1581,32 @@ O instalador será fechado e todas as alterações serão perdidas.&Reiniciar agora - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Tudo concluído.</h1><br/>%1 foi configurado no seu computador.<br/>Agora você pode começar a usar seu novo sistema. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Quando essa caixa for marcada, seu sistema irá reiniciar imediatamente quando você clicar em <span style="font-style:italic;">Concluído</span> ou fechar o programa de configuração.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Tudo pronto.</h1><br/>%1 foi instalado no seu computador.<br/>Agora você pode reiniciar seu novo sistema ou continuar usando o ambiente Live %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Quando essa caixa for marcada, seu sistema irá reiniciar imediatamente quando você clicar em <span style="font-style:italic;">Concluído</span> ou fechar o instalador.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>A configuração falhou</h1><br/>%1 não foi configurado no seu computador.<br/>A mensagem de erro foi: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>A instalação falhou</h1><br/>%1 não foi instalado em seu computador.<br/>A mensagem de erro foi: %2. @@ -1604,12 +1640,18 @@ O instalador será fechado e todas as alterações serão perdidas.Formatar partição de <strong>%3MiB</strong> <strong>%1</strong> com o sistema de arquivos <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formatando partição %1 com o sistema de arquivos %2. - + The installer failed to format partition %1 on disk '%2'. O instalador falhou em formatar a partição %1 no disco '%2'. @@ -1617,12 +1659,12 @@ O instalador será fechado e todas as alterações serão perdidas. GeneralRequirements - + has at least %1 GiB available drive space tenha pelo menos %1 GiB disponível de espaço no disco - + There is not enough drive space. At least %1 GiB is required. Não há espaço suficiente no disco. Pelo menos %1 GiB é requerido. @@ -1662,27 +1704,27 @@ O instalador será fechado e todas as alterações serão perdidas.está executando o instalador como administrador (root) - + The setup program is not running with administrator rights. O programa de configuração não está sendo executado com direitos de administrador. - + The installer is not running with administrator rights. O instalador não está sendo executado com permissões de administrador. - + has a screen large enough to show the whole installer tem uma tela grande o suficiente para mostrar todo o instalador - + The screen is too small to display the setup program. A tela é muito pequena para exibir o programa de configuração. - + The screen is too small to display the installer. A tela é muito pequena para exibir o instalador. @@ -1982,35 +2024,35 @@ O instalador será fechado e todas as alterações serão perdidas. LuksBootKeyFileJob - + Configuring LUKS key file. Configurando o arquivo de chave do LUKS. - - + + No partitions are defined. Nenhuma partição está definida. - - - + + + Encrypted rootfs setup error Erro de configuração de rootfs encriptado - + Root partition %1 is LUKS but no passphrase has been set. A partição raiz %1 é LUKS, mas nenhuma senha foi definida. - + Could not create LUKS key file for root partition %1. Não foi possível criar o arquivo de chave LUKS para a partição raiz %1. - + Could not configure LUKS key file on partition %1. Não foi possível configurar a chave LUKS na partição %1. @@ -2036,12 +2078,12 @@ O instalador será fechado e todas as alterações serão perdidas. Map - + Timezone: %1 Fuso horário: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2053,100 +2095,112 @@ O instalador será fechado e todas as alterações serão perdidas. NetInstallViewStep - + Package selection Seleção de pacotes - + Office software Software de office - + Office package Pacote office - + Browser software Softwares de browser - + Browser package Pacote de browser - + Web browser Navegador de internet - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Seriços - + Login + label for netinstall module, choose login manager Login - + Desktop + label for netinstall module, choose desktop environment Área de trabalho - - Applications - Aplicações - - - + Communication + label for netinstall module Comunicação - + Development + label for netinstall module Desenvolvimento - + Office + label for netinstall module Escritório - + Multimedia + label for netinstall module Multimídia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Temas - + Gaming + label for netinstall module Jogos - + Utilities + label for netinstall module Utilitários + + + Applications + Aplicações + NotesQmlViewStep @@ -2195,24 +2249,24 @@ O instalador será fechado e todas as alterações serão perdidas.Selecione sua região preferida ou use as configurações predefinidas. - - - + + + Timezone: %1 Fuso horário: %1 - + Select your preferred Zone within your Region. Selecione a sua Zona preferida dentro da sua Região. - + Zones Zonas - + You can fine-tune Language and Locale settings below. Você pode ajustar as configurações de Idioma e Localidade abaixo. @@ -2295,6 +2349,7 @@ O instalador será fechado e todas as alterações serão perdidas. A senha contém menos que %n letras minúsculas A senha contém menos que %n letras minúsculas + A senha contém menos que %n letras minúsculas @@ -2333,6 +2388,7 @@ O instalador será fechado e todas as alterações serão perdidas. A senha contém menos que %n dígitos A senha contém menos que %n dígitos + A senha contém menos que %n dígitos @@ -2341,6 +2397,7 @@ O instalador será fechado e todas as alterações serão perdidas. A senha contém menos que %n caracteres em maiúsculo A senha contém menos que %n caracteres em maiúsculo + A senha contém menos que %n caracteres em maiúsculo @@ -2349,6 +2406,7 @@ O instalador será fechado e todas as alterações serão perdidas. A senha contém menos que %n caracteres não alfanuméricos A senha contém menos que %n caracteres não alfanuméricos + A senha contém menos que %n caracteres não alfanuméricos @@ -2357,6 +2415,7 @@ O instalador será fechado e todas as alterações serão perdidas. A senha é menor que %n caracteres A senha é menor que %n caracteres + A senha é menor que %n caracteres @@ -2370,6 +2429,7 @@ O instalador será fechado e todas as alterações serão perdidas. A senha contém menos que %n classes de caracteres A senha contém menos que %n classes de caracteres + A senha contém menos que %n classes de caracteres @@ -2378,6 +2438,7 @@ O instalador será fechado e todas as alterações serão perdidas. A senha contém mais que %n caracteres iguais consecutivamente A senha contém mais que %n caracteres iguais consecutivamente + A senha contém mais que %n caracteres iguais consecutivamente @@ -2386,6 +2447,7 @@ O instalador será fechado e todas as alterações serão perdidas. A senha contém mais que %n caracteres da mesma classe consecutivamente A senha contém mais que %n caracteres da mesma classe consecutivamente + A senha contém mais que %n caracteres da mesma classe consecutivamente @@ -2394,6 +2456,7 @@ O instalador será fechado e todas as alterações serão perdidas. A senha contém uma sequência monotônica maior que %n caracteres A senha contém uma sequência monotônica maior que %n caracteres + A senha contém uma sequência monotônica maior que %n caracteres @@ -2487,7 +2550,7 @@ O instalador será fechado e todas as alterações serão perdidas.Erro desconhecido - + Password is empty A senha está em branco @@ -2525,22 +2588,6 @@ O instalador será fechado e todas as alterações serão perdidas.Por favor, escolha um produto da lista. O produto selecionado será instalado. - - PackageChooserQmlViewStep - - - Packages - Pacotes - - - - PackageChooserViewStep - - - Packages - Pacotes - - PackageModel @@ -2844,82 +2891,97 @@ O instalador será fechado e todas as alterações serão perdidas.Partições - + + Unsafe partition actions are enabled. + As ações de partição não seguras estão habilitadas. + + + + Partitioning is configured to <b>always</b> fail. + O particionamento está configurado para <b>sempre</b> falhar. + + + + No partitions will be changed. + Nenhuma partição será modificada. + + + Current: Atualmente: - + After: Depois: - + No EFI system partition configured Nenhuma partição de sistema EFI configurada - + EFI system partition configured incorrectly Partição EFI do sistema configurada incorretamente - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. Uma partição de sistema EFI é necessária para iniciar o %1. <br/><br/>Para configurar uma partição de sistema EFI, volte atrás e selecione ou crie um sistema de arquivos adequado. - + The filesystem must be mounted on <strong>%1</strong>. O sistema de arquivos deve ser montado em <strong>%1</strong>. - + The filesystem must have type FAT32. O sistema de arquivos deve ter o tipo FAT32. - + The filesystem must be at least %1 MiB in size. O sistema de arquivos deve ter pelo menos %1 MiB de tamanho. - + The filesystem must have flag <strong>%1</strong> set. O sistema de arquivos deve ter o marcador %1 definido. - + You can continue without setting up an EFI system partition but your system may fail to start. Você pode continuar sem configurar uma partição de sistema EFI, mas seu sistema pode não iniciar. - + Option to use GPT on BIOS Opção para usar GPT no BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - Uma tabela de partições GPT é a melhor opção para todos os sistemas. Este instalador suporta tal configuração para sistemas BIOS também.<br/><br/>Para configurar uma tabela de partições GPT no BIOS, (caso não tenha sido feito ainda) volte e defina a tabela de partições como GPT, depois crie uma partição sem formatação de 8 MB com o marcador <strong>%2</strong> ativado.<br/><br/>Uma partição não formatada de 8 MB é necessária para iniciar %1 num sistema BIOS com o GPT. + Uma tabela de partições GPT é a melhor opção para todos os sistemas. Este instalador suporta tal configuração para sistemas BIOS também.<br/><br/>Para configurar uma tabela de partições GPT no BIOS, (caso não tenha sido feito ainda) volte atrás e defina a tabela de partições como GPT, depois crie uma partição sem formatação de 8 MB com o marcador <strong>%2</strong> ativado.<br/><br/>Uma partição não formatada de 8 MB é necessária para iniciar %1 em um sistema BIOS com GPT. - + Boot partition not encrypted Partição de inicialização não criptografada - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Uma partição de inicialização separada foi configurada juntamente com uma partição raiz criptografada, mas a partição de inicialização não é criptografada.<br/><br/>Há preocupações de segurança quanto a esse tipo de configuração, porque arquivos de sistema importantes são mantidos em uma partição não criptografada.<br/>Você pode continuar se quiser, mas o desbloqueio do sistema de arquivos acontecerá mais tarde durante a inicialização do sistema.<br/>Para criptografar a partição de inicialização, volte e recrie-a, selecionando <strong>Criptografar</strong> na janela de criação da partição. - + has at least one disk device available. tem pelo menos um dispositivo de disco disponível. - + There are no partitions to install on. Não há partições para instalar. @@ -3054,7 +3116,7 @@ Saída: QObject - + %1 (%2) %1 (%2) @@ -3380,12 +3442,12 @@ Saída: ResultsListDialog - + For best results, please ensure that this computer: Para melhores resultados, por favor, certifique-se de que este computador: - + System requirements Requisitos do sistema @@ -3406,29 +3468,29 @@ Saída: SetHostNameJob - + Set hostname %1 Definir nome da máquina %1 - + Set hostname <strong>%1</strong>. Definir nome da máquina <strong>%1</strong>. - + Setting hostname %1. Definindo nome da máquina %1. - - + + Internal Error Erro interno - - + + Cannot write hostname to target system Não é possível gravar o nome da máquina para o sistema alvo @@ -3630,18 +3692,18 @@ Saída: SetupGroupsJob - + Preparing groups. Preparando grupos. - - + + Could not create groups in target system Não foi possível criar grupos no sistema alvo - + These groups are missing in the target system: %1 Estes grupos estão faltando no sistema alvo: %1 @@ -3649,17 +3711,17 @@ Saída: SetupSudoJob - + Configure <pre>sudo</pre> users. Configurar usuários <pre>sudo</pre>. - + Cannot chmod sudoers file. Não foi possível utilizar chmod no arquivo sudoers. - + Cannot create sudoers file for writing. Não foi possível criar arquivo sudoers para gravação. @@ -3813,22 +3875,22 @@ Saída: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Clique aqui para mais informações sobre o feedback do usuário</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. O rastreamento ajuda %1 a ver quão frequentemente ele é instalado, em qual hardware ele é instalado e quais aplicações são usadas. Para ver o que será enviado, por favor, clique no ícone de ajuda próximo a cada área. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Ao selecionar isto você enviará informações sobre sua instalação e hardware. Essa informação será enviada apenas <b>uma vez</b> depois que a instalação terminar. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Ao selecionar isto você enviará periodicamente informações sobre a instalação da sua <b>máquina</b>, hardware e aplicações para %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Ao selecionar isto você enviará periodicamente informações sobre a instalação do seu <b>usuário</b>, hardware, aplicações e padrões de uso das aplicações para %1. @@ -3849,12 +3911,12 @@ Saída: Desmontar os sistemas de arquivos. - + No target system available. Não há um sistema alvo disponível. - + No rootMountPoint is set. Nenhum rootMountPoint está definido. @@ -3862,12 +3924,12 @@ Saída: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Se mais de uma pessoa for utilizar este computador, você poderá criar múltiplas contas após terminar a configuração.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Se mais de uma pessoa for utilizar este computador, você poderá criar múltiplas contas após terminar de instalar.</small> @@ -4016,44 +4078,19 @@ Saída: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Bem-vindo ao programa de configuração Calamares para %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Bem-vindo à configuração de %1</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Bem-vindo ao instalador Calamares para %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Bem-vindo ao instalador %1.</h1> - - - %1 support %1 suporte - + About %1 setup Sobre a configuração de %1 - + About %1 installer Sobre o instalador %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>para %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Obrigado ao <a href="https://calamares.io/team/">time Calamares</a> e ao <a href="https://www.transifex.com/calamares/calamares/">time de tradutores do Calamares</a>.<br/><br/>O desenvolvimento do <a href="https://calamares.io/">Calamares</a> é patrocinado pela <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4091,7 +4128,7 @@ Saída: No partitions are available for ZFS. - + Não há partições disponíveis para o ZFS. @@ -4118,34 +4155,7 @@ Saída: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - para %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Obrigado ao <a href='https://calamares.io/team/'>time Calamares</a> - e ao <a href='https://www.transifex.com/calamares/calamares/'>time de - tradutores do Calamares</a>.<br/><br/> - O desenvolvimento do <a href='https://calamares.io/'>Calamares</a> - é patrocinado pela <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Voltar @@ -4250,17 +4260,17 @@ Saída: Modelo de teclado: - + Layouts Layouts - + Type here to test your keyboard Escreva aqui para testar o seu teclado - + Variants Variantes @@ -4409,102 +4419,102 @@ Saída: Se mais de uma pessoa for usar este computador, você poderá criar múltiplas contas após a instalação. - + Only lowercase letters, numbers, underscore and hyphen are allowed. É permitido apenas letras minúsculas, números, sublinhado e hífen. - + root is not allowed as username. root não é permitido como um nome de usuário. - + What is the name of this computer? Qual é o nome deste computador? - + Computer Name Nome do computador - + This name will be used if you make the computer visible to others on a network. Este nome será usado se você fizer o computador ficar visível para outros numa rede. - + localhost is not allowed as hostname. localhost não é permitido como hostname. - + Choose a password to keep your account safe. Escolha uma senha para manter a sua conta segura. - + Password Senha - + Repeat Password Repita a senha - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Digite a mesma senha duas vezes, de modo que possam ser verificados erros de digitação. Uma boa senha contém uma mistura de letras, números e sinais de pontuação, deve ter pelo menos oito caracteres, e deve ser alterada em intervalos regulares. - + Validate passwords quality Validar qualidade das senhas - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Quando esta caixa estiver marcada, será feita a verificação da força da senha e você não poderá usar uma senha fraca. - + Log in automatically without asking for the password Entrar automaticamente sem perguntar pela senha - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. São permitidos apenas letras, números, sublinhado e hífen, com no mínimo dois caracteres. - + Reuse user password as root password Reutilizar a senha de usuário como senha de root - + Use the same password for the administrator account. Usar a mesma senha para a conta de administrador. - + Choose a root password to keep your account safe. Escolha uma senha de root para manter sua conta segura. - + Root Password Senha de Root - + Repeat Root Password Repita a Senha de Root - + Enter the same password twice, so that it can be checked for typing errors. Digite a mesma senha duas vezes, de modo que possam ser verificados erros de digitação. diff --git a/lang/calamares_pt_PT.ts b/lang/calamares_pt_PT.ts index a80b72068..7c50a375a 100644 --- a/lang/calamares_pt_PT.ts +++ b/lang/calamares_pt_PT.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + <h1>%1</h1><br/><strong>%2<br/> para %3</strong><br/><br/> + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + Obrigado à <a href="https://calamares.io/team/">equipa do Calamares</a> e à <a href="https://www.transifex.com/calamares/calamares/">equipa de tradutores do Calamares</a>.<br/><br/> O desenvolvimento do <a href="https://calamares.io/">Calamares</a> é patrocinado pela <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + Direitos de autor %1-%2 %3 &lt;%4&gt;<br/> + + AutoMountManagementJob @@ -137,7 +156,7 @@ Árvore de Widgets - + Debug information Informação de depuração @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Configuração - + Install Instalar @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Concluído @@ -261,23 +280,25 @@ A verificação de requisitos para o módulo <i>%1</i> está completa. - + Waiting for %n module(s). A aguardar por %n módulo(s). A aguardar por %n módulo(s). + A aguardar por %n módulo(s). - + (%n second(s)) (%n segundo(s)) (%n segundo(s)) + (%n segundo(s)) - + System-requirements checking is complete. A verificação de requisitos de sistema está completa. @@ -365,12 +386,12 @@ Ligação copiada para a área de transferência The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong> - O programa de instalação %1 está prestes a fazer alterações no seu disco para configurar o %2.<br/><strong>Você não poderá desfazer essas alterações.</strong> + O programa de instalação %1 está prestes a efetuar alterações no seu disco a fim de configurar o %2.<br/><strong>Não poderá anular estas alterações.</strong> The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> - O %1 instalador está prestes a fazer alterações ao seu disco em ordem para instalar %2.<br/><strong>Não será capaz de desfazer estas alterações.</strong> + O instalador %1 está prestes a efetuar alterações ao seu disco a fim de instalar o %2.<br/><strong>Não será capaz de anular estas alterações.</strong> @@ -488,12 +509,12 @@ O instalador será encerrado e todas as alterações serão perdidas. CalamaresWindow - + %1 Setup Program %1 Programa de Instalação - + %1 Installer %1 Instalador @@ -532,149 +553,149 @@ O instalador será encerrado e todas as alterações serão perdidas.Formulário - + Select storage de&vice: Selecione o dis&positivo de armazenamento: - - - - + + + + Current: Atual: - + After: Depois: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Particionamento manual</strong><br/>Pode criar ou redimensionar partições manualmente. - + Reuse %1 as home partition for %2. Reutilizar %1 como partição home para %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Selecione uma partição para encolher, depois arraste a barra de fundo para redimensionar</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 será encolhida para %2MiB e uma nova %3MiB partição será criada para %4. - + Boot loader location: Localização do carregador de arranque: - + <strong>Select a partition to install on</strong> <strong>Selecione uma partição para instalar</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Nenhuma partição de sistema EFI foi encontrada neste sistema. Por favor volte atrás e use o particionamento manual para configurar %1. - + The EFI system partition at %1 will be used for starting %2. A partição de sistema EFI em %1 será usada para iniciar %2. - + EFI system partition: Partição de sistema EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Este dispositivo de armazenamento aparenta não ter um sistema operativo. O que quer fazer?<br/>Poderá rever e confirmar as suas escolhas antes de qualquer alteração ser feita no dispositivo de armazenamento. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Apagar disco</strong><br/>Isto irá <font color="red">apagar</font> todos os dados atualmente apresentados no dispositivo de armazenamento selecionado. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Instalar paralelamente</strong><br/>O instalador irá encolher a partição para arranjar espaço para %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Substituir a partição</strong><br/>Substitui a partição com %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Este dispositivo de armazenamento tem %1 nele. O que quer fazer?<br/>Poderá rever e confirmar as suas escolhas antes de qualquer alteração ser feita no dispositivo de armazenamento. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Este dispositivo de armazenamento já tem um sistema operativo nele. O que quer fazer?<br/>Poderá rever e confirmar as suas escolhas antes de qualquer alteração ser feita no dispositivo de armazenamento. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Este dispositivo de armazenamento tem múltiplos sistemas operativos nele, O que quer fazer?<br/>Poderá rever e confirmar as suas escolhas antes de qualquer alteração ser feita no dispositivo de armazenamento. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> O dispositivo de armazenamento já possui um sistema operativo, mas a tabela de partições <strong>%1</strong> é diferente da necessária <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. O dispositivo de armazenamento tem uma das suas partições <strong>montada</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. O dispositivo de armazenamento é parte de um dispositivo <strong>RAID inativo</strong>. - + No Swap Sem Swap - + Reuse Swap Reutilizar Swap - + Swap (no Hibernate) Swap (sem Hibernação) - + Swap (with Hibernate) Swap (com Hibernação) - + Swap to file Swap para ficheiro @@ -762,27 +783,27 @@ O instalador será encerrado e todas as alterações serão perdidas. Config - + Set keyboard model to %1.<br/> Definir o modelo do teclado para %1.<br/> - + Set keyboard layout to %1/%2. Definir esquema do teclado para %1/%2. - + Set timezone to %1/%2. Definir fuso horário para %1/%2. - + The system language will be set to %1. O idioma do sistema será definido para %1. - + The numbers and dates locale will be set to %1. Os números e datas locais serão definidos para %1. @@ -817,97 +838,97 @@ O instalador será encerrado e todas as alterações serão perdidas.Instalação de rede. (Desativada: Incapaz de buscar listas de pacotes, verifique a sua ligação de rede) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Este computador não satisfaz os requisitos mínimos para configurar %1.<br/>A configuração não pode continuar. <a href="#details">Detalhes...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Este computador não satisfaz os requisitos mínimos para instalar o %1.<br/>A instalação não pode continuar. <a href="#details">Detalhes...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Este computador não satisfaz alguns dos requisitos recomendados para configurar %1.<br/>A configuração pode continuar, mas algumas funcionalidades podem ser desativadas. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Este computador não satisfaz alguns dos requisitos recomendados para instalar o %1.<br/>A instalação pode continuar, mas algumas funcionalidades poderão ser desativadas. - + This program will ask you some questions and set up %2 on your computer. Este programa vai fazer-lhe algumas perguntas e configurar o %2 no seu computador. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Bem-vindo ao programa de configuração do Calamares para %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Bem-vindo à configuração de %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Bem-vindo ao instalador do Calamares para %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Bem-vindo ao instalador do %1</h1> - + Your username is too long. O seu nome de utilizador é demasiado longo. - + '%1' is not allowed as username. '%1' não é permitido como nome de utilizador. - + Your username must start with a lowercase letter or underscore. O seu nome de utilizador deve começar com uma letra minúscula ou underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Apenas letras minúsculas, números, underscore e hífen são permitidos. - + Your hostname is too short. O nome da sua máquina é demasiado curto. - + Your hostname is too long. O nome da sua máquina é demasiado longo. - + '%1' is not allowed as hostname. '%1' não é permitido como nome da máquina. - + Only letters, numbers, underscore and hyphen are allowed. Apenas letras, números, underscore e hífen são permitidos. - + Your passwords do not match! As suas palavras-passe não coincidem! - + OK! OK! @@ -963,11 +984,16 @@ O instalador será encerrado e todas as alterações serão perdidas. + Packages + Pacotes + + + Install option: <strong>%1</strong> Instalar opção: <strong>%1</strong> - + None Nenhum @@ -1426,6 +1452,16 @@ O instalador será encerrado e todas as alterações serão perdidas.FS Label: Identificação do FS: + + + Passphrase for existing partition + Frase-chave para a partição existente + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + Não foi possível desencriptar a partição %1 com a frase-chave introduzida. Edite novamente a partição e introduza a frase-chave correta ou elimine e crie uma nova partição encriptada. + EncryptWidget @@ -1455,8 +1491,8 @@ O instalador será encerrado e todas as alterações serão perdidas.Confirmar frase-chave - - + + Please enter the same passphrase in both boxes. Por favor insira a mesma frase-passe em ambas as caixas. @@ -1464,12 +1500,12 @@ O instalador será encerrado e todas as alterações serão perdidas. ErrorDialog - + Details: Detalhes: - + Would you like to paste the install log to the web? Deseja colar o registo de instalação na Web? @@ -1545,32 +1581,32 @@ O instalador será encerrado e todas as alterações serão perdidas.&Reiniciar agora - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Tudo concluído.</h1><br/>%1 foi configurado no seu computador.<br/>Pode agora começar a utilizar o seu novo sistema. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Quando esta caixa for marcada, o seu sistema irá reiniciar imediatamente quando clicar em <span style="font-style:italic;">Concluído</span> ou fechar o programa de configuração.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Tudo feito</h1><br/>%1 foi instalado no seu computador.<br/>Pode agora reiniciar para o seu novo sistema, ou continuar a usar o %2 ambiente Live. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Quando esta caixa for marcada, o seu sistema irá reiniciar imediatamente quando clicar em <span style="font-style:italic;">Concluído</span> ou fechar o instalador.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Falha na configuração</h1><br/>%1 não foi configurado no seu computador.<br/>A mensagem de erro foi: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Instalação Falhada</h1><br/>%1 não foi instalado no seu computador.<br/>A mensagem de erro foi: %2. @@ -1604,12 +1640,18 @@ O instalador será encerrado e todas as alterações serão perdidas.Formatar partição de <strong>%3MiB</strong> <strong>%1</strong> com o sistema de ficheiros <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. A formatar partição %1 com sistema de ficheiros %2. - + The installer failed to format partition %1 on disk '%2'. O instalador falhou ao formatar a partição %1 no disco '%2'. @@ -1617,12 +1659,12 @@ O instalador será encerrado e todas as alterações serão perdidas. GeneralRequirements - + has at least %1 GiB available drive space tem pelo menos %1 GiB de espaço livre em disco - + There is not enough drive space. At least %1 GiB is required. Não existe espaço livre suficiente em disco. É necessário pelo menos %1 GiB. @@ -1662,27 +1704,27 @@ O instalador será encerrado e todas as alterações serão perdidas.está a executar o instalador como um administrador (root) - + The setup program is not running with administrator rights. O programa de instalação está agora a correr com direitos de administrador. - + The installer is not running with administrator rights. O instalador não está a ser executado com permissões de administrador. - + has a screen large enough to show the whole installer tem um ecrã grande o suficiente para mostrar todo o instalador - + The screen is too small to display the setup program. O ecrã é demasiado pequeno para mostrar o programa de instalação. - + The screen is too small to display the installer. O ecrã tem um tamanho demasiado pequeno para mostrar o instalador. @@ -1982,35 +2024,35 @@ O instalador será encerrado e todas as alterações serão perdidas. LuksBootKeyFileJob - + Configuring LUKS key file. A configurar o ficheiro chave do LUKS. - - + + No partitions are defined. Nenhuma partição é definida. - - - + + + Encrypted rootfs setup error Erro de configuração do rootfs criptografado - + Root partition %1 is LUKS but no passphrase has been set. A partição root %1 é LUKS, mas nenhuma palavra-passe foi definida. - + Could not create LUKS key file for root partition %1. Não foi possível criar o ficheiro de chave LUKS para a partição root %1. - + Could not configure LUKS key file on partition %1. Não foi possível configurar a chave LUKS na partição %1. @@ -2036,12 +2078,12 @@ O instalador será encerrado e todas as alterações serão perdidas. Map - + Timezone: %1 Fuso horário: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2053,100 +2095,112 @@ O instalador será encerrado e todas as alterações serão perdidas. NetInstallViewStep - + Package selection Seleção de pacotes - + Office software Programas de Escritório - + Office package Pacote de escritório - + Browser software Software de navegação - + Browser package Pacote de navegador - + Web browser Navegador - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Serviços - + Login + label for netinstall module, choose login manager Entrar - + Desktop + label for netinstall module, choose desktop environment Ambiente de trabalho - - Applications - Aplicações - - - + Communication + label for netinstall module Comunicação - + Development + label for netinstall module Desenvolvimento - + Office + label for netinstall module Escritório - + Multimedia + label for netinstall module Multimédia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Temas - + Gaming + label for netinstall module Jogos - + Utilities + label for netinstall module Utilitários + + + Applications + Aplicações + NotesQmlViewStep @@ -2195,24 +2249,24 @@ O instalador será encerrado e todas as alterações serão perdidas.Selecione a sua Região preferida, ou utilize as definições predefinidas. - - - + + + Timezone: %1 Fuso horário: %1 - + Select your preferred Zone within your Region. Selecione a sua Zona preferida dentro da sua Região. - + Zones Zonas - + You can fine-tune Language and Locale settings below. Pode ajustar as definições de Idioma e Localização abaixo. @@ -2295,6 +2349,7 @@ O instalador será encerrado e todas as alterações serão perdidas. A palavra-passe contém menos que %n letra minúscula A palavra-passe contém menos que %n letras minúsculas + A palavra-passe contém menos que %n letras minúsculas @@ -2333,6 +2388,7 @@ O instalador será encerrado e todas as alterações serão perdidas. A palavra-passe contém menos do que %n dígito A palavra-passe contém menos do que %n dígitos + A palavra-passe contém menos do que %n dígitos @@ -2341,6 +2397,7 @@ O instalador será encerrado e todas as alterações serão perdidas. A palavra-passe contém menos do que %n caracter em maiúscula A palavra-passe contém menos do que %n caracteres em maiúsculas + A palavra-passe contém menos do que %n caracteres em maiúsculas @@ -2349,6 +2406,7 @@ O instalador será encerrado e todas as alterações serão perdidas. A palavra-passe contém menos do que %n caracter não alfanumérico A palavra-passe contém menos do que %n caracteres não alfanuméricos + A palavra-passe contém menos do que %n caracteres não alfanuméricos @@ -2357,6 +2415,7 @@ O instalador será encerrado e todas as alterações serão perdidas. A palavra-passe é menor do que %n caracter A palavra-passe é menor do que %n caracteres + A palavra-passe é menor do que %n caracteres @@ -2370,6 +2429,7 @@ O instalador será encerrado e todas as alterações serão perdidas. A palavra-passe contém menos do que %n classe de caracter A palavra-passe contém menos do que %n classes de caracteres + A palavra-passe contém menos do que %n classes de caracteres @@ -2378,6 +2438,7 @@ O instalador será encerrado e todas as alterações serão perdidas. A palavra-passe contém mais do que %n caracter igual consecutivamente A palavra-passe contém mais do que %n caracteres iguais consecutivamente + A palavra-passe contém mais do que %n caracteres iguais consecutivamente @@ -2386,6 +2447,7 @@ O instalador será encerrado e todas as alterações serão perdidas. A palavra-passe contém mais do que %n caracter da mesma classe consecutivamente A palavra-passe contém mais do que %n caracteres da mesma classe consecutivamente + A palavra-passe contém mais do que %n caracteres da mesma classe consecutivamente @@ -2394,6 +2456,7 @@ O instalador será encerrado e todas as alterações serão perdidas. A palavra-passe contém uma sequência monotónica maior do que %n caracter A palavra-passe contém uma sequência monotónica maior do que %n caracteres + A palavra-passe contém uma sequência monotónica maior do que %n caracteres @@ -2487,7 +2550,7 @@ O instalador será encerrado e todas as alterações serão perdidas.Erro desconhecido - + Password is empty Palavra-passe está vazia @@ -2525,22 +2588,6 @@ O instalador será encerrado e todas as alterações serão perdidas.Por favor, escolha um produto da lista. O produto selecionado será instalado. - - PackageChooserQmlViewStep - - - Packages - Pacotes - - - - PackageChooserViewStep - - - Packages - Pacotes - - PackageModel @@ -2844,82 +2891,97 @@ O instalador será encerrado e todas as alterações serão perdidas.Partições - + + Unsafe partition actions are enabled. + As ações de partição inseguras estão ativadas. + + + + Partitioning is configured to <b>always</b> fail. + A partição é configurada para falhar <b>sempre</b>. + + + + No partitions will be changed. + Nenhuma partição será alterada. + + + Current: Atual: - + After: Depois: - + No EFI system partition configured Nenhuma partição de sistema EFI configurada - + EFI system partition configured incorrectly Partição de sistema EFI configurada incorretamente - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. Uma partição de sistema EFI é necessária para iniciar o %1. <br/><br/>Para configurar uma partição de sistema EFI, volte atrás e selecione ou crie um sistema de ficheiros adequado. - + The filesystem must be mounted on <strong>%1</strong>. O sistema de ficheiros deve ser montado em <strong>%1</strong>. - + The filesystem must have type FAT32. O sistema de ficheiros deve ter o tipo FAT32. - + The filesystem must be at least %1 MiB in size. O sistema de ficheiros deve ter pelo menos %1 MiB de tamanho. - + The filesystem must have flag <strong>%1</strong> set. O sistema de ficheiros deve ter a "flag" %1 definida. - + You can continue without setting up an EFI system partition but your system may fail to start. Pode continuar sem configurar uma partição do sistema EFI, mas o seu sistema pode não arrancar. - + Option to use GPT on BIOS Opção para utilizar GPT no BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - Uma tabela de partições GPT é a melhor opção para todos os sistemas. Este instalador suporta tal configuração para sistemas BIOS também.<br/><br/>Para configurar uma tabela de partições GPT no BIOS, (caso não tenha sido feito ainda) volte atrás e defina a tabela de partições como GPT, depois crie uma partição sem formatação de 8 MB com o marcador <strong>%2</strong> ativado.<br/><br/>Uma partição não formatada de 8 MB é necessária para iniciar %1 num sistema BIOS com o GPT. + Uma tabela de partições GPT é a melhor opção para todos os sistemas. Este instalador suporta tal configuração para sistemas BIOS também.<br/><br/>Para configurar uma tabela de partições GPT no BIOS, (caso não tenha sido feito ainda) volte atrás e defina a tabela de partições como GPT, depois crie uma partição sem formatação de 8 MB com o sinalizador <strong>%2</strong> ativado.<br/><br/>Uma partição não formatada de 8 MB é necessária para iniciar %1 num sistema BIOS com o GPT. - + Boot partition not encrypted Partição de arranque não encriptada - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Foi preparada uma partição de arranque separada juntamente com uma partição root encriptada, mas a partição de arranque não está encriptada.<br/><br/>Existem preocupações de segurança com este tipo de configuração, por causa de importantes ficheiros de sistema serem guardados numa partição não encriptada.<br/>Se desejar pode continuar, mas o destrancar do sistema de ficheiros irá ocorrer mais tarde durante o arranque do sistema.<br/>Para encriptar a partição de arranque, volte atrás e recrie-a, e selecione <strong>Encriptar</strong> na janela de criação de partições. - + has at least one disk device available. tem pelo menos um dispositivo de disco disponível. - + There are no partitions to install on. Não há partições para instalar. @@ -3054,7 +3116,7 @@ Saída de Dados: QObject - + %1 (%2) %1 (%2) @@ -3380,12 +3442,12 @@ Saída de Dados: ResultsListDialog - + For best results, please ensure that this computer: Para melhores resultados, por favor certifique-se que este computador: - + System requirements Requisitos de sistema @@ -3406,29 +3468,29 @@ Saída de Dados: SetHostNameJob - + Set hostname %1 Configurar nome da máquina %1 - + Set hostname <strong>%1</strong>. Definir nome da máquina <strong>%1</strong>. - + Setting hostname %1. A definir nome da máquina %1. - - + + Internal Error Erro interno - - + + Cannot write hostname to target system Não é possível escrever o nome da máquina para o sistema selecionado @@ -3630,18 +3692,18 @@ Saída de Dados: SetupGroupsJob - + Preparing groups. A preparar grupos. - - + + Could not create groups in target system Não foi possível criar grupos no sistema de destino - + These groups are missing in the target system: %1 Estes grupos estão em falta no sistema de destino: %1 @@ -3649,17 +3711,17 @@ Saída de Dados: SetupSudoJob - + Configure <pre>sudo</pre> users. Configurar utilizadores <pre>sudo</pre>. - + Cannot chmod sudoers file. Impossível de usar chmod no ficheiro dos super utilizadores. - + Cannot create sudoers file for writing. Impossível criar ficheiro do super utilizador para escrita. @@ -3813,22 +3875,22 @@ Saída de Dados: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Clique aqui para mais informação acerca do relatório do utilizador</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. O rastreio ajuda %1 a ver quão frequentemente ele é instalado, em qual hardware ele é instalado e quais aplicações são utilizadas. Para ver o que será enviado, por favor, clique no ícone de ajuda próximo a cada área. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Ao selecionar isto irá enviar informações sobre a sua instalação e hardware. Esta informação será enviada apenas <b>uma vez</b> depois que a instalação terminar. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Ao selecionar isto irá enviar periodicamente informações sobre a instalação da sua <b>máquina</b>, hardware e aplicações para %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Ao selecionar isto irá enviar periodicamente informações sobre a instalação do seu <b>utilizador</b>, hardware, aplicações e padrões de utilização das aplicações para %1. @@ -3849,12 +3911,12 @@ Saída de Dados: Desmontar sistemas de ficheiros. - + No target system available. Não existe um sistema alvo disponível. - + No rootMountPoint is set. Nenhum rootMountPoint está definido. @@ -3862,12 +3924,12 @@ Saída de Dados: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Se mais de uma pessoa usar este computador, você pode criar várias contas após a configuração.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Se mais de uma pessoa usar este computador, você pode criar várias contas após a instalação.</small> @@ -4016,44 +4078,19 @@ Saída de Dados: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Bem vindo ao programa de instalação Calamares para %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Bem vindo à instalação de %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Bem vindo ao instalador Calamares para %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Bem vindo ao instalador do %1.</h1> - - - %1 support Suporte do %1 - + About %1 setup Sobre a instalação de %1 - + About %1 installer Acerca do instalador %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>para o %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Obrigado à <a href="https://calamares.io/team/">equipa Calamares</a> e à <a href="https://www.transifex.com/calamares/calamares/">equipa de tradutores do Calamares</a>.<br/><br/>O desenvolvimento do <a href="https://calamares.io/">Calamares</a> é patrocinado pela <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4091,7 +4128,7 @@ Saída de Dados: No partitions are available for ZFS. - + Não estão disponíveis partições para ZFS. @@ -4118,34 +4155,7 @@ Saída de Dados: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - para %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Obrigado à <a href='https://calamares.io/team/'>equipa Calamares</a> - e à <a href='https://www.transifex.com/calamares/calamares/'>equipa de - tradutores do Calamares</a>.<br/><br/> - O desenvolvimento do <a href='https://calamares.io/'>Calamares</a> - é patrocinado pela <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Voltar @@ -4250,17 +4260,17 @@ Saída de Dados: Modelo do Teclado: - + Layouts Disposições - + Type here to test your keyboard Escreva aqui para testar a configuração do teclado - + Variants Variantes @@ -4409,102 +4419,102 @@ Saída de Dados: Se mais do que uma pessoa utilizar este computador, poderá criar várias contas após a instalação. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Apenas letras minúsculas, números, underscore e hífen são permitidos. - + root is not allowed as username. root não é permitido como nome de utilizador. - + What is the name of this computer? Qual o nome deste computador? - + Computer Name Nome do computador - + This name will be used if you make the computer visible to others on a network. Este nome será utilizado se tornar o computador visível a outros numa rede. - + localhost is not allowed as hostname. localhost não é permitido como "hostname". - + Choose a password to keep your account safe. Escolha uma palavra-passe para manter a sua conta segura. - + Password Palavra-passe - + Repeat Password Repita a palavra-passe - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Introduzir a mesma palavra-passe duas vezes, para que possa ser verificada a existência de erros de escrita. Uma boa palavra-passe conterá uma mistura de letras, números e pontuação, deve ter pelo menos oito caracteres, e deve ser alterada a intervalos regulares. - + Validate passwords quality Validar qualidade das palavras-passe - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Quando esta caixa é assinalada, a verificação da força da palavra-passe é feita e não será possível utilizar uma palavra-passe fraca. - + Log in automatically without asking for the password Iniciar sessão automaticamente sem pedir a palavra-passe - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Apenas são permitidas letras, números, sublinhado e hífen, mínimo de dois caracteres. - + Reuse user password as root password Reutilizar palavra-passe de utilizador como palavra-passe de root - + Use the same password for the administrator account. Usar a mesma palavra-passe para a conta de administrador. - + Choose a root password to keep your account safe. Escolha uma palavra-passe de root para manter a sua conta segura. - + Root Password Palavra-passe de root - + Repeat Root Password Repetir palavra-passe de root - + Enter the same password twice, so that it can be checked for typing errors. Introduzir a mesma palavra-passe duas vezes, para que possa ser verificada a existência de erros de escrita. diff --git a/lang/calamares_ro.ts b/lang/calamares_ro.ts index 7fd578c33..a7584e3ab 100644 --- a/lang/calamares_ro.ts +++ b/lang/calamares_ro.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Arborele de widget - + Debug information Informație pentru depanare @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Setat - + Install Instalează @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Gata @@ -261,7 +280,7 @@ Verificarea cerințelor de module <i>%1</i> este completă - + Waiting for %n module(s). @@ -270,7 +289,7 @@ - + (%n second(s)) @@ -279,7 +298,7 @@ - + System-requirements checking is complete. @@ -485,12 +504,12 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. CalamaresWindow - + %1 Setup Program - + %1 Installer Program de instalare %1 @@ -529,149 +548,149 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.Formular - + Select storage de&vice: Selectează dispoziti&vul de stocare: - - - - + + + + Current: Actual: - + After: După: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Partiționare manuală</strong><br/>Puteți crea sau redimensiona partițiile. - + Reuse %1 as home partition for %2. Reutilizează %1 ca partiție home pentru %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Selectează o partiție de micșorat, apoi trageți bara din jos pentru a redimensiona</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Locație boot loader: - + <strong>Select a partition to install on</strong> <strong>Selectează o partiție pe care să se instaleze</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. O partiție de sistem EFI nu poate fi găsită nicăieri în acest sistem. Vă rugăm să reveniți și să partiționați manual pentru a seta %1. - + The EFI system partition at %1 will be used for starting %2. Partiția de sistem EFI de la %1 va fi folosită pentru a porni %2. - + EFI system partition: Partiție de sistem EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Acest dispozitiv de stocare nu pare să aibă un sistem de operare instalat. Ce doriți să faceți?<br/>Veți putea revedea și confirma alegerile făcute înainte să fie realizate schimbări pe dispozitivul de stocare. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Șterge discul</strong><br/>Aceasta va <font color="red">șterge</font> toate datele prezente pe dispozitivul de stocare selectat. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Instalează laolaltă</strong><br/>Instalatorul va micșora o partiție pentru a face loc pentru %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Înlocuiește o partiție</strong><br/>Înlocuiește o partiție cu %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Acest dispozitiv de stocare are %1. Ce doriți să faceți?<br/>Veți putea revedea și confirma alegerile făcute înainte să fie realizate schimbări pe dispozitivul de stocare. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Acest dispozitiv de stocare are deja un sistem de operare instalat. Ce doriți să faceți?<br/>Veți putea revedea și confirma alegerile făcute înainte de se realiza schimbări pe dispozitivul de stocare. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Acest dispozitiv de stocare are mai multe sisteme de operare instalate. Ce doriți să faceți?<br/>Veți putea revedea și confirma alegerile făcute înainte de a se realiza schimbări pe dispozitivul de stocare. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -759,27 +778,27 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. Config - + Set keyboard model to %1.<br/> Setează modelul tastaturii la %1.<br/> - + Set keyboard layout to %1/%2. Setează aranjamentul de tastatură la %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. Limba sistemului va fi %1. - + The numbers and dates locale will be set to %1. Formatul numerelor și datelor calendaristice va fi %1. @@ -814,97 +833,97 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.Instalarea rețelei. (Dezactivat: Nu se pot obține listele de pachete, verificați conexiunea la rețea) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Acest calculator nu satisface cerințele minimale pentru instalarea %1.<br/>Instalarea nu poate continua. <a href="#details">Detalii...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Acest calculator nu satisface unele din cerințele recomandate pentru instalarea %1.<br/>Instalarea poate continua, dar unele funcții ar putea fi dezactivate. - + This program will ask you some questions and set up %2 on your computer. Acest program vă va pune mai multe întrebări și va seta %2 pe calculatorul dumneavoastră. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. Numele de utilizator este prea lung. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. Hostname este prea scurt. - + Your hostname is too long. Hostname este prea lung. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! Parolele nu se potrivesc! - + OK! @@ -960,11 +979,16 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1423,6 +1447,16 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1452,8 +1486,8 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.Confirmă fraza secretă - - + + Please enter the same passphrase in both boxes. Introduceți aceeași frază secretă în ambele căsuțe. @@ -1461,12 +1495,12 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1542,32 +1576,32 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.&Repornește acum - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Gata.</h1><br/>%1 a fost instalat pe calculatorul dumneavoastră.<br/>Puteți reporni noul sistem, sau puteți continua să folosiți sistemul de operare portabil %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Instalarea a eșuat</h1><br/>%1 nu a mai fost instalat pe acest calculator.<br/>Mesajul de eroare era: %2. @@ -1601,12 +1635,18 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Se formatează partiția %1 cu sistemul de fișiere %2. - + The installer failed to format partition %1 on disk '%2'. Programul de instalare nu a putut formata partiția %1 pe discul „%2”. @@ -1614,12 +1654,12 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1659,27 +1699,27 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. Programul de instalare nu rulează cu privilegii de administrator. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. Ecranu este prea mic pentru a afișa instalatorul. @@ -1979,35 +2019,35 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2033,12 +2073,12 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2048,98 +2088,110 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. NetInstallViewStep - + Package selection Selecția pachetelor - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2190,24 +2242,24 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2494,7 +2546,7 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.Eroare necunoscuta - + Password is empty @@ -2532,22 +2584,6 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2851,82 +2887,97 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.Partiții - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Actual: - + After: După: - + No EFI system partition configured Nicio partiție de sistem EFI nu a fost configurată - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted Partiția de boot nu este criptată - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. A fost creată o partiție de boot împreună cu o partiție root criptată, dar partiția de boot nu este criptată.<br/><br/>Sunt potențiale probleme de securitate cu un astfel de aranjament deoarece importante fișiere de sistem sunt păstrate pe o partiție necriptată.<br/>Puteți continua dacă doriți, dar descuierea sistemului se va petrece mai târziu în timpul pornirii.<br/>Pentru a cripta partiția de boot, reveniți și recreați-o, alegând opțiunea <strong>Criptează</strong> din fereastra de creare de partiții. - + has at least one disk device available. - + There are no partitions to install on. @@ -3061,7 +3112,7 @@ Output QObject - + %1 (%2) %1 (%2) @@ -3384,12 +3435,12 @@ Output ResultsListDialog - + For best results, please ensure that this computer: Pentru rezultate optime, asigurați-vă că acest calculator: - + System requirements Cerințe de sistem @@ -3410,29 +3461,29 @@ Output SetHostNameJob - + Set hostname %1 Setează hostname %1 - + Set hostname <strong>%1</strong>. Setați un hostname <strong>%1</strong>. - + Setting hostname %1. Se setează hostname %1. - - + + Internal Error Eroare internă - - + + Cannot write hostname to target system Nu se poate scrie hostname pe sistemul țintă @@ -3634,18 +3685,18 @@ Output SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3653,17 +3704,17 @@ Output SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Nu se poate chmoda fișierul sudoers. - + Cannot create sudoers file for writing. Nu se poate crea fișierul sudoers pentru scriere. @@ -3817,22 +3868,22 @@ Output <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Clic aici pentru mai multe informații despre feedback-ul de la utilizatori</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3853,12 +3904,12 @@ Output Demonteaza sistemul de fisiere - + No target system available. - + No rootMountPoint is set. @@ -3866,12 +3917,12 @@ Output UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4020,44 +4071,19 @@ Output - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Bun venit în programul de instalare Calamares pentru %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Bine ați venit la programul de instalare pentru %1.</h1> - - - %1 support %1 suport - + About %1 setup - + About %1 installer Despre programul de instalare %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4122,23 +4148,7 @@ Output about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4238,17 +4248,17 @@ Output Modelul tastaturii: - + Layouts - + Type here to test your keyboard Tastați aici pentru a testa tastatura - + Variants @@ -4375,102 +4385,102 @@ Output - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? Care este numele calculatorului? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Alegeți o parolă pentru a menține contul în siguranță. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. Folosește aceeași parolă pentru contul de administrator. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_ru.ts b/lang/calamares_ru.ts index 03bcd21db..a17bc4b8b 100644 --- a/lang/calamares_ru.ts +++ b/lang/calamares_ru.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -109,12 +128,12 @@ Reloads the stylesheet from the branding directory. - + Перезапуск стилей из помеченного каталога Uploads the session log to the configured pastebin. - + Загрузка журнала сессии на pastebin. @@ -129,7 +148,7 @@ Displays the tree of widget names in the log (for stylesheet debugging). - + Отображает дерево имен виджетов в журнале (для отладки стилей). @@ -137,7 +156,7 @@ Дерево виджетов - + Debug information Отладочная информация @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Настроить - + Install Установить @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Готово @@ -261,7 +280,7 @@ Проверка требований для модуля <i>%1</i> завершена. - + Waiting for %n module(s). Ожидание %n модуля. @@ -271,7 +290,7 @@ - + (%n second(s)) (%n секунда) @@ -281,7 +300,7 @@ - + System-requirements checking is complete. Проверка соответствия системным требованиям завершена. @@ -335,7 +354,11 @@ %1 Link copied to clipboard - + Журнал установки отправлен в + +%1 + +Ссылка скопирована @@ -487,12 +510,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program Программа установки %1 - + %1 Installer Программа установки %1 @@ -502,12 +525,12 @@ The installer will quit and all changes will be lost. Set filesystem label on %1. - + Добавить метку файловой системы на %1. Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>. - + Добавить метку файловой системы <strong>%1</strong> на раздел <strong>%2</strong>. @@ -531,149 +554,149 @@ The installer will quit and all changes will be lost. Форма - + Select storage de&vice: Выбрать устройство &хранения: - - - - + + + + Current: Текущий: - + After: После: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Ручная разметка</strong><br/>Вы можете самостоятельно создавать разделы или изменять их размеры. - + Reuse %1 as home partition for %2. Использовать %1 как домашний раздел для %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Выберите раздел для уменьшения, затем двигайте ползунок, изменяя размер</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 будет уменьшен до %2MB и новый раздел %3MB будет создан для %4. - + Boot loader location: Расположение загрузчика: - + <strong>Select a partition to install on</strong> <strong>Выберите раздел для установки</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Не найдено системного раздела EFI. Пожалуйста, вернитесь назад и выполните ручную разметку %1. - + The EFI system partition at %1 will be used for starting %2. Системный раздел EFI на %1 будет использован для запуска %2. - + EFI system partition: Системный раздел EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Видимо, на этом устройстве нет операционной системы. Что Вы хотите сделать?<br/>Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Стереть диск</strong><br/>Это <font color="red">удалит</font> все данные, которые сейчас находятся на выбранном устройстве. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Установить рядом</strong><br/>Программа установки уменьшит раздел, чтобы освободить место для %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Заменить раздел</strong><br/>Меняет раздел на %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. На этом устройстве есть %1. Что Вы хотите сделать?<br/>Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. На этом устройстве уже есть операционная система. Что Вы хотите сделать?<br/>Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. На этом устройстве есть несколько операционных систем. Что Вы хотите сделать?<br/>Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + Этот накопитель данных уже имеет операционную систему на нём, но разметка диска <strong>%1</strong> отличается от нужной <strong>%2</strong>. <br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + Этот накопитель данных имеет один из его разделов, <strong>который смонтирован</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + Этот накопитель данных является частью <strong>неактивного устройства RAID</strong> . - + No Swap Без раздела подкачки - + Reuse Swap Использовать существующий раздел подкачки - + Swap (no Hibernate) Swap (без Гибернации) - + Swap (with Hibernate) Swap (с Гибернацией) - + Swap to file Файл подкачки @@ -683,17 +706,17 @@ The installer will quit and all changes will be lost. Successfully unmounted %1. - + Успешно размонтирован %1. Successfully disabled swap %1. - + Успешно отключен раздел swap %1. Successfully cleared swap %1. - + Успешно очищен раздел swap %1. @@ -761,27 +784,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> Установить модель клавиатуры на %1.<br/> - + Set keyboard layout to %1/%2. Установить раскладку клавиатуры на %1/%2. - + Set timezone to %1/%2. Установить часовой пояс на %1/%2 - + The system language will be set to %1. Системным языком будет установлен %1. - + The numbers and dates locale will be set to %1. Региональным форматом чисел и дат будет установлен %1. @@ -798,12 +821,12 @@ The installer will quit and all changes will be lost. Network Installation. (Disabled: Internal error) - + Сетевая установка. (Отключено: Внутренняя ошибка) Network Installation. (Disabled: No package list) - + Сетевая установка. (Отключено: Нет списка пакетов). @@ -816,99 +839,99 @@ The installer will quit and all changes will be lost. Установка по сети. (Отключено: не удается получить список пакетов, проверьте сетевое подключение) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Этот компьютер не соответствует минимальным требованиям для установки %1.<br/>Невозможно продолжить установку. <a href="#details">Подробнее...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Этот компьютер не соответствует минимальным требованиям для установки %1.<br/>Невозможно продолжить установку. <a href="#details">Подробнее...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Этот компьютер соответствует не всем рекомендуемым требованиям для установки %1.<br/>Можно продолжить установку, но некоторые возможности могут быть недоступны. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Этот компьютер соответствует не всем рекомендуемым требованиям для установки %1.<br/>Можно продолжить установку, но некоторые возможности могут быть недоступны. - + This program will ask you some questions and set up %2 on your computer. Эта программа задаст вам несколько вопросов и поможет установить %2 на ваш компьютер. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Добро пожаловать в программу установки Calamares для %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Добро пожаловать в программу установки %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Добро пожаловать в программу установки Calamares для %1 .</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Добро пожаловать в программу установки %1 .</h1> - + Your username is too long. Ваше имя пользователя слишком длинное. - + '%1' is not allowed as username. '%1' нельзя использовать как имя пользователя - + Your username must start with a lowercase letter or underscore. Ваше имя пользователя должно начинаться со строчной буквы или подчеркивания. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Допускаются только строчные буквы, числа, символы подчёркивания и дефисы. - + Your hostname is too short. Имя вашего компьютера слишком коротко. - + Your hostname is too long. Имя вашего компьютера слишком длинное. - + '%1' is not allowed as hostname. '%1' нельзя использовать как имя хоста - + Only letters, numbers, underscore and hyphen are allowed. Допускаются только буквы, цифры, символы подчёркивания и дефисы. - + Your passwords do not match! Пароли не совпадают! - + OK! - + Успешно! @@ -923,12 +946,12 @@ The installer will quit and all changes will be lost. The setup of %1 did not complete successfully. - + Настройка %1 завершена неудачно. The installation of %1 did not complete successfully. - + Установка %1 завершена неудачно. @@ -962,13 +985,18 @@ The installer will quit and all changes will be lost. - Install option: <strong>%1</strong> - + Packages + Пакеты - + + Install option: <strong>%1</strong> + Опция установки: <strong>%1</strong> + + + None - + Нет @@ -1084,7 +1112,7 @@ The installer will quit and all changes will be lost. Mountpoint must start with a <tt>/</tt>. - + Точка монтирования должна начинаться с <tt>/</tt>. @@ -1425,6 +1453,16 @@ The installer will quit and all changes will be lost. FS Label: Метка ФС: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1454,8 +1492,8 @@ The installer will quit and all changes will be lost. Подтвердите пароль - - + + Please enter the same passphrase in both boxes. Пожалуйста, введите один и тот же пароль в оба поля. @@ -1463,12 +1501,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Детали: - + Would you like to paste the install log to the web? Разместить журнал установки в интернете? @@ -1544,32 +1582,32 @@ The installer will quit and all changes will be lost. П&ерезагрузить - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Готово.</h1><br/>Система %1 установлена на ваш компьютер.<br/>Можете перезагрузить компьютер и начать использовать вашу новую систему. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Если этот флажок установлен, ваша система будет перезагружена сразу после нажатия кнопки <span style="font-style:italic;">Готово</span> или закрытия программы установки.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Готово.</h1><br/>Система %1 установлена на Ваш компьютер.<br/>Вы можете перезагрузить компьютер и использовать Вашу новую систему или продолжить работу в Live окружении %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Если этот флажок установлен, ваша система будет перезагружена сразу после нажатия кнопки <span style=" font-style:italic;">Готово</span> или закрытия программы установки.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Сбой установки</h1><br/>Система %1 не была установлена на ваш компьютер.<br/>Сообщение об ошибке: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Сбой установки</h1><br/>Не удалось установить %1 на ваш компьютер.<br/>Сообщение об ошибке: %2. @@ -1603,12 +1641,18 @@ The installer will quit and all changes will be lost. Форматировать раздел <strong>%1</strong> размером <strong>%3MB</strong> с файловой системой <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Форматируется раздел %1 под файловую систему %2. - + The installer failed to format partition %1 on disk '%2'. Программе установки не удалось отформатировать раздел %1 на диске '%2'. @@ -1616,12 +1660,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space доступно как минимум %1 ГБ свободного дискового пространства - + There is not enough drive space. At least %1 GiB is required. Недостаточно места на дисках. Необходимо как минимум %1 ГБ. @@ -1661,27 +1705,27 @@ The installer will quit and all changes will be lost. запуск установщика с правами администратора (root) - + The setup program is not running with administrator rights. Программа установки запущена без прав администратора. - + The installer is not running with administrator rights. Программа установки не запущена с привилегиями администратора. - + has a screen large enough to show the whole installer экран достаточно большой, чтобы показать установщик полностью - + The screen is too small to display the setup program. Экран слишком маленький, чтобы отобразить программу установки. - + The screen is too small to display the installer. Экран слишком маленький, чтобы отобразить окно установщика. @@ -1816,12 +1860,12 @@ The installer will quit and all changes will be lost. No rootMountPoint is set. - + Не задано rootMountPoint. No configFilePath is set. - + Не задано configFilePath. @@ -1967,7 +2011,7 @@ The installer will quit and all changes will be lost. Quit - + Выход @@ -1981,35 +2025,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. Конфигурация файла ключа LUKS. - - + + No partitions are defined. Разделы не были заданы. - - - + + + Encrypted rootfs setup error Ошибка шифрования корневой файловой системы - + Root partition %1 is LUKS but no passphrase has been set. Корневой раздел %1 это LUKS, но ключ шифрования не был задан. - + Could not create LUKS key file for root partition %1. Не удалось создать файл ключа LUKS для корневого раздела %1. - + Could not configure LUKS key file on partition %1. Не удалось настроить файл ключа LUKS на разделе %1. @@ -2035,12 +2079,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 Часовой пояс: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2050,100 +2094,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection Выбор пакетов - + Office software Офисное программное обеспечение - + Office package Офисный пакет - + Browser software Браузерное программное обеспечение - + Browser package Браузерный пакет - + Web browser Веб-браузер - + Kernel + label for netinstall module, Linux kernel Ядро - + Services + label for netinstall module, system services Сервисы - + Login + label for netinstall module, choose login manager Вход - + Desktop + label for netinstall module, choose desktop environment Рабочий стол - - Applications - Приложения - - - + Communication + label for netinstall module Общение - + Development + label for netinstall module Разработка - + Office + label for netinstall module Офис - + Multimedia + label for netinstall module Мультимедиа - + Internet + label for netinstall module Интернет - + Theming + label for netinstall module Темы - + Gaming + label for netinstall module Игры - + Utilities + label for netinstall module Утилиты + + + Applications + Приложения + NotesQmlViewStep @@ -2192,24 +2248,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 Часовой пояс: %1 - + Select your preferred Zone within your Region. Выберите ваш предпочитаемый пояс в регионе - + Zones Пояса - + You can fine-tune Language and Locale settings below. @@ -2502,7 +2558,7 @@ The installer will quit and all changes will be lost. Неизвестная ошибка - + Password is empty Пустой пароль @@ -2540,22 +2596,6 @@ The installer will quit and all changes will be lost. Пожалуйста, выберите продукт из списка. Выбранный продукт будет установлен. - - PackageChooserQmlViewStep - - - Packages - Пакеты - - - - PackageChooserViewStep - - - Packages - Пакеты - - PackageModel @@ -2859,82 +2899,97 @@ The installer will quit and all changes will be lost. Разделы - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Текущий: - + After: После: - + No EFI system partition configured Нет настроенного системного раздела EFI - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS Возможность для использования GPT в BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - Таблица разделов GPT - наилучший вариант для всех систем. Этот установщик позволяет использовать таблицу разделов GPT для систем с BIOS. <br/> <br/> Чтобы установить таблицу разделов как GPT (если это еще не сделано) вернитесь назад и создайте таблицу разделов GPT, затем создайте 8 МБ Не форматированный раздел с включенным флагом <strong> bios-grub</strong> </ strong>. <br/> <br/> Не форматированный раздел в 8 МБ необходим для запуска %1 на системе с BIOS и таблицей разделов GPT. + - + Boot partition not encrypted Загрузочный раздел не зашифрован - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Включено шифрование корневого раздела, но использован отдельный загрузочный раздел без шифрования.<br/><br/>При такой конфигурации возникают проблемы с безопасностью, потому что важные системные файлы хранятся на разделе без шифрования.<br/>Если хотите, можете продолжить, но файловая система будет разблокирована позднее во время загрузки системы.<br/>Чтобы включить шифрование загрузочного раздела, вернитесь назад и снова создайте его, отметив <strong>Шифровать</strong> в окне создания раздела. - + has at least one disk device available. имеет как минимум одно доступное дисковое устройство. - + There are no partitions to install on. Нет разделов для установки. @@ -3069,7 +3124,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3393,12 +3448,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: Для наилучших результатов, убедитесь, что этот компьютер: - + System requirements Системные требования @@ -3419,29 +3474,29 @@ Output: SetHostNameJob - + Set hostname %1 Задать имя компьютера в сети %1 - + Set hostname <strong>%1</strong>. Задать имя компьютера в сети <strong>%1</strong>. - + Setting hostname %1. Задаю имя компьютера в сети для %1. - - + + Internal Error Внутренняя ошибка - - + + Cannot write hostname to target system Не возможно записать имя компьютера в целевую систему @@ -3643,18 +3698,18 @@ Output: SetupGroupsJob - + Preparing groups. Подготовка групп - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3662,17 +3717,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Настройка пользователей <pre>sudo</pre>. - + Cannot chmod sudoers file. Не удалось применить chmod к файлу sudoers. - + Cannot create sudoers file for writing. Не удалось записать файл sudoers. @@ -3818,7 +3873,7 @@ Output: <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> - + <html><head/><body><p>Нажмите сюда, чтобы не отправлять <span style=" font-weight:600;">информацию за всю </span>установку.</p></body></html> @@ -3826,22 +3881,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Щелкните здесь чтобы узнать больше об отзывах пользователей</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3862,25 +3917,25 @@ Output: Размонтирование файловой системы. - + No target system available. - + No rootMountPoint is set. - + Не задано rootMountPoint. UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Если этот компьютер будет использоваться несколькими людьми, вы сможете создать учетные записи для них после установки.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Если этот компьютер используется несколькими людьми, Вы сможете создать соответствующие учетные записи сразу после установки.</small> @@ -4029,44 +4084,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Добро пожаловать в программу установки Calamares для %1 .</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Добро пожаловать в программу установки %1 .</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Добро пожаловать в установщик Calamares для %1 .</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Добро пожаловать в программу установки %1 .</h1> - - - %1 support %1 поддержка - + About %1 setup О установке %1 - + About %1 installer О программе установки %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> Благодарим<a href="https://calamares.io/team/">команду Calamares </a> и <a href="https://www.transifex.com/calamares/calamares/">команду10команду переводчиков Calamares</a>.<br/><br/>Разработка <a href="https://calamares.io/">Calamares</a> спонсирована <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4125,29 +4155,13 @@ Output: The output was: - + Вывод: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back Назад @@ -4206,7 +4220,7 @@ Output: Close - + Закрыть @@ -4247,17 +4261,17 @@ Output: Тип клавиатуры: - + Layouts Раскладки - + Type here to test your keyboard Эта область - для тестирования клавиатуры - + Variants Варианты @@ -4385,102 +4399,102 @@ Output: Если этот компьютер используется несколькими людьми, Вы сможете создать соответствующие учетные записи сразу после установки. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Допускаются только строчные буквы, числа, символы подчёркивания и дефисы. - + root is not allowed as username. root не допускается в качестве имени пользователя. - + What is the name of this computer? Какое имя у компьютера? - + Computer Name Имя компьютера - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. localhost не допускается в качестве имени пользователя. - + Choose a password to keep your account safe. Выберите пароль для защиты вашей учетной записи. - + Password Пароль - + Repeat Password Повторите пароль - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Когда этот флажок установлен, выполняется проверка надежности пароля, и вы не сможете использовать слабый пароль. - + Log in automatically without asking for the password Входить автоматически, не спрашивая пароль - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password Использовать пароль пользователя как пароль суперпользователя - + Use the same password for the administrator account. Использовать тот же пароль для аккаунта администратора. - + Choose a root password to keep your account safe. - + Root Password Пароль суперпользователя - + Repeat Root Password Повторите пароль от root - + Enter the same password twice, so that it can be checked for typing errors. Введите пароль повторно, чтобы не допустить ошибок при вводе diff --git a/lang/calamares_ru_RU.ts b/lang/calamares_ru_RU.ts deleted file mode 100644 index 819102065..000000000 --- a/lang/calamares_ru_RU.ts +++ /dev/null @@ -1,4374 +0,0 @@ - - - - - AutoMountManagementJob - - - Manage auto-mount settings - - - - - BootInfoWidget - - - The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode. - - - - - This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. - - - - - This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. - - - - - BootLoaderModel - - - Master Boot Record of %1 - - - - - Boot Partition - - - - - System Partition - - - - - Do not install a boot loader - - - - - %1 (%2) - - - - - Calamares::BlankViewStep - - - Blank Page - - - - - Calamares::DebugWindow - - - Form - - - - - GlobalStorage - - - - - JobQueue - - - - - Modules - - - - - Type: - - - - - - none - - - - - Interface: - - - - - Crashes Calamares, so that Dr. Konqui can look at it. - - - - - Reloads the stylesheet from the branding directory. - - - - - Uploads the session log to the configured pastebin. - - - - - Send Session Log - - - - - Reload Stylesheet - - - - - Displays the tree of widget names in the log (for stylesheet debugging). - - - - - Widget Tree - - - - - Debug information - - - - - Calamares::ExecutionViewStep - - - Set up - - - - - Install - - - - - Calamares::FailJob - - - Job failed (%1) - - - - - Programmed job failure was explicitly requested. - - - - - Calamares::JobThread - - - Done - - - - - Calamares::NamedJob - - - Example job (%1) - - - - - Calamares::ProcessJob - - - Run command '%1' in target system. - - - - - Run command '%1'. - - - - - Running command %1 %2 - - - - - Calamares::PythonJob - - - Running %1 operation. - - - - - Bad working directory path - - - - - Working directory %1 for python job %2 is not readable. - - - - - Bad main script file - - - - - Main script file %1 for python job %2 is not readable. - - - - - Boost.Python error in job "%1". - - - - - Calamares::QmlViewStep - - - Loading ... - - - - - QML Step <i>%1</i>. - - - - - Loading failed. - - - - - Calamares::RequirementsChecker - - - Requirements checking for module <i>%1</i> is complete. - - - - - Waiting for %n module(s). - - - - - - - - - - (%n second(s)) - - - - - - - - - - System-requirements checking is complete. - - - - - Calamares::ViewManager - - - Setup Failed - - - - - Installation Failed - - - - - Would you like to paste the install log to the web? - - - - - Error - - - - - &Yes - - - - - &No - - - - - &Close - - - - - Install Log Paste URL - - - - - The upload was unsuccessful. No web-paste was done. - - - - - Install log posted to - -%1 - -Link copied to clipboard - - - - - Calamares Initialization Failed - - - - - %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution. - - - - - <br/>The following modules could not be loaded: - - - - - Continue with setup? - - - - - Continue with installation? - - - - - The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - &Set up now - - - - - &Install now - - - - - Go &back - - - - - &Set up - - - - - &Install - - - - - Setup is complete. Close the setup program. - - - - - The installation is complete. Close the installer. - - - - - Cancel setup without changing the system. - - - - - Cancel installation without changing the system. - - - - - &Next - - - - - &Back - - - - - &Done - - - - - &Cancel - - - - - Cancel setup? - - - - - Cancel installation? - - - - - Do you really want to cancel the current setup process? -The setup program will quit and all changes will be lost. - - - - - Do you really want to cancel the current install process? -The installer will quit and all changes will be lost. - - - - - CalamaresPython::Helper - - - Unknown exception type - - - - - unparseable Python error - - - - - unparseable Python traceback - - - - - Unfetchable Python error. - - - - - CalamaresWindow - - - %1 Setup Program - - - - - %1 Installer - - - - - ChangeFilesystemLabelJob - - - Set filesystem label on %1. - - - - - Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>. - - - - - The installer failed to update partition table on disk '%1'. - - - - - CheckerContainer - - - Gathering system information... - - - - - ChoicePage - - - Form - - - - - Select storage de&vice: - - - - - - - - Current: - - - - - After: - - - - - <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - - - - - Reuse %1 as home partition for %2. - - - - - <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - - - - - %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - - - - - Boot loader location: - - - - - <strong>Select a partition to install on</strong> - - - - - An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - - - - <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - - - - - <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - - - - - <strong>Replace a partition</strong><br/>Replaces a partition with %1. - - - - - This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - - - - - This storage device has one of its partitions <strong>mounted</strong>. - - - - - This storage device is a part of an <strong>inactive RAID</strong> device. - - - - - No Swap - - - - - Reuse Swap - - - - - Swap (no Hibernate) - - - - - Swap (with Hibernate) - - - - - Swap to file - - - - - ClearMountsJob - - - Clear mounts for partitioning operations on %1 - - - - - Clearing mounts for partitioning operations on %1. - - - - - Cleared all mounts for %1 - - - - - ClearTempMountsJob - - - Clear all temporary mounts. - - - - - Clearing all temporary mounts. - - - - - Cannot get list of temporary mounts. - - - - - Cleared all temporary mounts. - - - - - CommandList - - - - Could not run command. - - - - - The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined. - - - - - The command needs to know the user's name, but no username is defined. - - - - - Config - - - Set keyboard model to %1.<br/> - - - - - Set keyboard layout to %1/%2. - - - - - Set timezone to %1/%2. - - - - - The system language will be set to %1. - - - - - The numbers and dates locale will be set to %1. - - - - - Network Installation. (Disabled: Incorrect configuration) - - - - - Network Installation. (Disabled: Received invalid groups data) - - - - - Network Installation. (Disabled: Internal error) - - - - - Network Installation. (Disabled: No package list) - - - - - Package selection - - - - - Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - - - - - This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - - - - - This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - - - - - This program will ask you some questions and set up %2 on your computer. - - - - - <h1>Welcome to the Calamares setup program for %1</h1> - - - - - <h1>Welcome to %1 setup</h1> - - - - - <h1>Welcome to the Calamares installer for %1</h1> - - - - - <h1>Welcome to the %1 installer</h1> - - - - - Your username is too long. - - - - - '%1' is not allowed as username. - - - - - Your username must start with a lowercase letter or underscore. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - Your hostname is too short. - - - - - Your hostname is too long. - - - - - '%1' is not allowed as hostname. - - - - - Only letters, numbers, underscore and hyphen are allowed. - - - - - Your passwords do not match! - - - - - OK! - - - - - Setup Failed - - - - - Installation Failed - - - - - The setup of %1 did not complete successfully. - - - - - The installation of %1 did not complete successfully. - - - - - Setup Complete - - - - - Installation Complete - - - - - The setup of %1 is complete. - - - - - The installation of %1 is complete. - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - Install option: <strong>%1</strong> - - - - - None - - - - - Summary - - - - - This is an overview of what will happen once you start the setup procedure. - - - - - This is an overview of what will happen once you start the install procedure. - - - - - ContextualProcessJob - - - Contextual Processes Job - - - - - CreatePartitionDialog - - - Create a Partition - - - - - Si&ze: - - - - - MiB - - - - - Partition &Type: - - - - - &Primary - - - - - E&xtended - - - - - Fi&le System: - - - - - LVM LV name - - - - - &Mount Point: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - En&crypt - - - - - Logical - - - - - Primary - - - - - GPT - - - - - Mountpoint already in use. Please select another one. - - - - - CreatePartitionJob - - - Create new %1MiB partition on %3 (%2) with entries %4. - - - - - Create new %1MiB partition on %3 (%2). - - - - - Create new %2MiB partition on %4 (%3) with file system %1. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2). - - - - - Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>. - - - - - - Creating new %1 partition on %2. - - - - - The installer failed to create partition on disk '%1'. - - - - - CreatePartitionTableDialog - - - Create Partition Table - - - - - Creating a new partition table will delete all existing data on the disk. - - - - - What kind of partition table do you want to create? - - - - - Master Boot Record (MBR) - - - - - GUID Partition Table (GPT) - - - - - CreatePartitionTableJob - - - Create new %1 partition table on %2. - - - - - Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). - - - - - Creating new %1 partition table on %2. - - - - - The installer failed to create a partition table on %1. - - - - - CreateUserJob - - - Create user %1 - - - - - Create user <strong>%1</strong>. - - - - - Preserving home directory - - - - - - Creating user %1 - - - - - Configuring user %1 - - - - - Setting file permissions - - - - - CreateVolumeGroupDialog - - - Create Volume Group - - - - - CreateVolumeGroupJob - - - Create new volume group named %1. - - - - - Create new volume group named <strong>%1</strong>. - - - - - Creating new volume group named %1. - - - - - The installer failed to create a volume group named '%1'. - - - - - DeactivateVolumeGroupJob - - - - Deactivate volume group named %1. - - - - - Deactivate volume group named <strong>%1</strong>. - - - - - The installer failed to deactivate a volume group named %1. - - - - - DeletePartitionJob - - - Delete partition %1. - - - - - Delete partition <strong>%1</strong>. - - - - - Deleting partition %1. - - - - - The installer failed to delete partition %1. - - - - - DeviceInfoWidget - - - This device has a <strong>%1</strong> partition table. - - - - - This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. - - - - - This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. - - - - - <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment. - - - - - <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. - - - - - The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. - - - - - DeviceModel - - - %1 - %2 (%3) - device[name] - size[number] (device-node[name]) - - - - - %1 - (%2) - device[name] - (device-node[name]) - - - - - DracutLuksCfgJob - - - Write LUKS configuration for Dracut to %1 - - - - - Skip writing LUKS configuration for Dracut: "/" partition is not encrypted - - - - - Failed to open %1 - - - - - DummyCppJob - - - Dummy C++ Job - - - - - EditExistingPartitionDialog - - - Edit Existing Partition - - - - - Content: - - - - - &Keep - - - - - Format - - - - - Warning: Formatting the partition will erase all existing data. - - - - - &Mount Point: - - - - - Si&ze: - - - - - MiB - - - - - Fi&le System: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - Mountpoint already in use. Please select another one. - - - - - EncryptWidget - - - Form - - - - - En&crypt system - - - - - Passphrase - - - - - Confirm passphrase - - - - - - Please enter the same passphrase in both boxes. - - - - - FillGlobalStorageJob - - - Set partition information - - - - - Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em> - - - - - Install %1 on <strong>new</strong> %2 system partition. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3. - - - - - Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4. - - - - - Install %2 on %3 system partition <strong>%1</strong>. - - - - - Install boot loader on <strong>%1</strong>. - - - - - Setting up mount points. - - - - - FinishedPage - - - Form - - - - - &Restart now - - - - - <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - - - - - <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - - - - - <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - - - - - <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. - - - - - FinishedQmlViewStep - - - Finish - - - - - FinishedViewStep - - - Finish - - - - - FormatPartitionJob - - - Format partition %1 (file system: %2, size: %3 MiB) on %4. - - - - - Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. - - - - - Formatting partition %1 with file system %2. - - - - - The installer failed to format partition %1 on disk '%2'. - - - - - GeneralRequirements - - - has at least %1 GiB available drive space - - - - - There is not enough drive space. At least %1 GiB is required. - - - - - has at least %1 GiB working memory - - - - - The system does not have enough working memory. At least %1 GiB is required. - - - - - is plugged in to a power source - - - - - The system is not plugged in to a power source. - - - - - is connected to the Internet - - - - - The system is not connected to the Internet. - - - - - is running the installer as an administrator (root) - - - - - The setup program is not running with administrator rights. - - - - - The installer is not running with administrator rights. - - - - - has a screen large enough to show the whole installer - - - - - The screen is too small to display the setup program. - - - - - The screen is too small to display the installer. - - - - - HostInfoJob - - - Collecting information about your machine. - - - - - IDJob - - - - - - OEM Batch Identifier - - - - - Could not create directories <code>%1</code>. - - - - - Could not open file <code>%1</code>. - - - - - Could not write to file <code>%1</code>. - - - - - InitcpioJob - - - Creating initramfs with mkinitcpio. - - - - - InitramfsJob - - - Creating initramfs. - - - - - InteractiveTerminalPage - - - Konsole not installed - - - - - Please install KDE Konsole and try again! - - - - - Executing script: &nbsp;<code>%1</code> - - - - - InteractiveTerminalViewStep - - - Script - - - - - KeyboardQmlViewStep - - - Keyboard - - - - - KeyboardViewStep - - - Keyboard - - - - - LCLocaleDialog - - - System locale setting - - - - - The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. - - - - - &Cancel - - - - - &OK - - - - - LicensePage - - - Form - - - - - <h1>License Agreement</h1> - - - - - I accept the terms and conditions above. - - - - - Please review the End User License Agreements (EULAs). - - - - - This setup procedure will install proprietary software that is subject to licensing terms. - - - - - If you do not agree with the terms, the setup procedure cannot continue. - - - - - This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. - - - - - If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. - - - - - LicenseViewStep - - - License - - - - - LicenseWidget - - - URL: %1 - - - - - <strong>%1 driver</strong><br/>by %2 - %1 is an untranslatable product name, example: Creative Audigy driver - - - - - <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> - %1 is usually a vendor name, example: Nvidia graphics driver - - - - - <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 codec</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 package</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1</strong><br/><font color="Grey">by %2</font> - - - - - File: %1 - - - - - Hide license text - - - - - Show the license text - - - - - Open license agreement in browser. - - - - - LocalePage - - - Region: - - - - - Zone: - - - - - - &Change... - - - - - LocaleQmlViewStep - - - Location - - - - - LocaleTests - - - Quit - - - - - LocaleViewStep - - - Location - - - - - LuksBootKeyFileJob - - - Configuring LUKS key file. - - - - - - No partitions are defined. - - - - - - - Encrypted rootfs setup error - - - - - Root partition %1 is LUKS but no passphrase has been set. - - - - - Could not create LUKS key file for root partition %1. - - - - - Could not configure LUKS key file on partition %1. - - - - - MachineIdJob - - - Generate machine-id. - - - - - Configuration Error - - - - - No root mount point is set for MachineId. - - - - - Map - - - Timezone: %1 - - - - - Please select your preferred location on the map so the installer can suggest the locale - and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging - to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. - - - - - NetInstallViewStep - - - Package selection - - - - - Office software - - - - - Office package - - - - - Browser software - - - - - Browser package - - - - - Web browser - - - - - Kernel - - - - - Services - - - - - Login - - - - - Desktop - - - - - Applications - - - - - Communication - - - - - Development - - - - - Office - - - - - Multimedia - - - - - Internet - - - - - Theming - - - - - Gaming - - - - - Utilities - - - - - NotesQmlViewStep - - - Notes - - - - - OEMPage - - - Ba&tch: - - - - - <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html> - - - - - <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html> - - - - - OEMViewStep - - - OEM Configuration - - - - - Set the OEM Batch Identifier to <code>%1</code>. - - - - - Offline - - - Select your preferred Region, or use the default settings. - - - - - - - Timezone: %1 - - - - - Select your preferred Zone within your Region. - - - - - Zones - - - - - You can fine-tune Language and Locale settings below. - - - - - PWQ - - - Password is too short - - - - - Password is too long - - - - - Password is too weak - - - - - Memory allocation error when setting '%1' - - - - - Memory allocation error - - - - - The password is the same as the old one - - - - - The password is a palindrome - - - - - The password differs with case changes only - - - - - The password is too similar to the old one - - - - - The password contains the user name in some form - - - - - The password contains words from the real name of the user in some form - - - - - The password contains forbidden words in some form - - - - - The password contains too few digits - - - - - The password contains too few uppercase letters - - - - - The password contains fewer than %n lowercase letters - - - - - - - - - - The password contains too few lowercase letters - - - - - The password contains too few non-alphanumeric characters - - - - - The password is too short - - - - - The password does not contain enough character classes - - - - - The password contains too many same characters consecutively - - - - - The password contains too many characters of the same class consecutively - - - - - The password contains fewer than %n digits - - - - - - - - - - The password contains fewer than %n uppercase letters - - - - - - - - - - The password contains fewer than %n non-alphanumeric characters - - - - - - - - - - The password is shorter than %n characters - - - - - - - - - - The password is a rotated version of the previous one - - - - - The password contains fewer than %n character classes - - - - - - - - - - The password contains more than %n same characters consecutively - - - - - - - - - - The password contains more than %n characters of the same class consecutively - - - - - - - - - - The password contains monotonic sequence longer than %n characters - - - - - - - - - - The password contains too long of a monotonic character sequence - - - - - No password supplied - - - - - Cannot obtain random numbers from the RNG device - - - - - Password generation failed - required entropy too low for settings - - - - - The password fails the dictionary check - %1 - - - - - The password fails the dictionary check - - - - - Unknown setting - %1 - - - - - Unknown setting - - - - - Bad integer value of setting - %1 - - - - - Bad integer value - - - - - Setting %1 is not of integer type - - - - - Setting is not of integer type - - - - - Setting %1 is not of string type - - - - - Setting is not of string type - - - - - Opening the configuration file failed - - - - - The configuration file is malformed - - - - - Fatal failure - - - - - Unknown error - - - - - Password is empty - - - - - PackageChooserPage - - - Form - - - - - Product Name - - - - - TextLabel - - - - - Long Product Description - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - - - PackageModel - - - Name - - - - - Description - - - - - Page_Keyboard - - - Form - - - - - Keyboard Model: - - - - - Type here to test your keyboard - - - - - Page_UserSetup - - - Form - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - login - - - - - What is the name of this computer? - - - - - <small>This name will be used if you make the computer visible to others on a network.</small> - - - - - Computer Name - - - - - Choose a password to keep your account safe. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> - - - - - - Password - - - - - - Repeat Password - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Require strong passwords. - - - - - Log in automatically without asking for the password. - - - - - Use the same password for the administrator account. - - - - - Choose a password for the administrator account. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors.</small> - - - - - PartitionLabelsView - - - Root - - - - - Home - - - - - Boot - - - - - EFI system - - - - - Swap - - - - - New partition for %1 - - - - - New partition - - - - - %1 %2 - size[number] filesystem[name] - - - - - PartitionModel - - - - Free Space - - - - - - New partition - - - - - Name - - - - - File System - - - - - File System Label - - - - - Mount Point - - - - - Size - - - - - PartitionPage - - - Form - - - - - Storage de&vice: - - - - - &Revert All Changes - - - - - New Partition &Table - - - - - Cre&ate - - - - - &Edit - - - - - &Delete - - - - - New Volume Group - - - - - Resize Volume Group - - - - - Deactivate Volume Group - - - - - Remove Volume Group - - - - - I&nstall boot loader on: - - - - - Are you sure you want to create a new partition table on %1? - - - - - Can not create new partition - - - - - The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead. - - - - - PartitionViewStep - - - Gathering system information... - - - - - Partitions - - - - - Current: - - - - - After: - - - - - No EFI system partition configured - - - - - EFI system partition configured incorrectly - - - - - An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - - - - - The filesystem must be mounted on <strong>%1</strong>. - - - - - The filesystem must have type FAT32. - - - - - The filesystem must be at least %1 MiB in size. - - - - - The filesystem must have flag <strong>%1</strong> set. - - - - - You can continue without setting up an EFI system partition but your system may fail to start. - - - - - Option to use GPT on BIOS - - - - - A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - - - - - Boot partition not encrypted - - - - - A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - - - - - has at least one disk device available. - - - - - There are no partitions to install on. - - - - - PlasmaLnfJob - - - Plasma Look-and-Feel Job - - - - - - Could not select KDE Plasma Look-and-Feel package - - - - - PlasmaLnfPage - - - Form - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - PlasmaLnfViewStep - - - Look-and-Feel - - - - - PreserveFiles - - - Saving files for later ... - - - - - No files configured to save for later. - - - - - Not all of the configured files could be preserved. - - - - - ProcessResult - - - -There was no output from the command. - - - - - -Output: - - - - - - External command crashed. - - - - - Command <i>%1</i> crashed. - - - - - External command failed to start. - - - - - Command <i>%1</i> failed to start. - - - - - Internal error when starting command. - - - - - Bad parameters for process job call. - - - - - External command failed to finish. - - - - - Command <i>%1</i> failed to finish in %2 seconds. - - - - - External command finished with errors. - - - - - Command <i>%1</i> finished with exit code %2. - - - - - QObject - - - %1 (%2) - - - - - unknown - - - - - extended - - - - - unformatted - - - - - swap - - - - - - Default - - - - - - - - File not found - - - - - Path <pre>%1</pre> must be an absolute path. - - - - - Directory not found - - - - - - Could not create new random file <pre>%1</pre>. - - - - - No product - - - - - No description provided. - - - - - (no mount point) - - - - - Unpartitioned space or unknown partition table - - - - - Recommended - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - RemoveUserJob - - - Remove live user from target system - - - - - RemoveVolumeGroupJob - - - - Remove Volume Group named %1. - - - - - Remove Volume Group named <strong>%1</strong>. - - - - - The installer failed to remove a volume group named '%1'. - - - - - ReplaceWidget - - - Form - - - - - Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - - - - - The selected item does not appear to be a valid partition. - - - - - %1 cannot be installed on empty space. Please select an existing partition. - - - - - %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - - - - - %1 cannot be installed on this partition. - - - - - Data partition (%1) - - - - - Unknown system partition (%1) - - - - - %1 system partition (%2) - - - - - <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - - - - - <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - - - <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - Requirements - - - <p>This computer does not satisfy the minimum requirements for installing %1.<br/> - Installation cannot continue.</p> - - - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - ResizeFSJob - - - Resize Filesystem Job - - - - - Invalid configuration - - - - - The file-system resize job has an invalid configuration and will not run. - - - - - KPMCore not Available - - - - - Calamares cannot start KPMCore for the file-system resize job. - - - - - - - - - Resize Failed - - - - - The filesystem %1 could not be found in this system, and cannot be resized. - - - - - The device %1 could not be found in this system, and cannot be resized. - - - - - - The filesystem %1 cannot be resized. - - - - - - The device %1 cannot be resized. - - - - - The filesystem %1 must be resized, but cannot. - - - - - The device %1 must be resized, but cannot - - - - - ResizePartitionJob - - - Resize partition %1. - - - - - Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>. - - - - - Resizing %2MiB partition %1 to %3MiB. - - - - - The installer failed to resize partition %1 on disk '%2'. - - - - - ResizeVolumeGroupDialog - - - Resize Volume Group - - - - - ResizeVolumeGroupJob - - - - Resize volume group named %1 from %2 to %3. - - - - - Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>. - - - - - The installer failed to resize a volume group named '%1'. - - - - - ResultsListDialog - - - For best results, please ensure that this computer: - - - - - System requirements - - - - - ScanningDialog - - - Scanning storage devices... - - - - - Partitioning - - - - - SetHostNameJob - - - Set hostname %1 - - - - - Set hostname <strong>%1</strong>. - - - - - Setting hostname %1. - - - - - - Internal Error - - - - - - Cannot write hostname to target system - - - - - SetKeyboardLayoutJob - - - Set keyboard model to %1, layout to %2-%3 - - - - - Failed to write keyboard configuration for the virtual console. - - - - - - - Failed to write to %1 - - - - - Failed to write keyboard configuration for X11. - - - - - Failed to write keyboard configuration to existing /etc/default directory. - - - - - SetPartFlagsJob - - - Set flags on partition %1. - - - - - Set flags on %1MiB %2 partition. - - - - - Set flags on new partition. - - - - - Clear flags on partition <strong>%1</strong>. - - - - - Clear flags on %1MiB <strong>%2</strong> partition. - - - - - Clear flags on new partition. - - - - - Flag partition <strong>%1</strong> as <strong>%2</strong>. - - - - - Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>. - - - - - Flag new partition as <strong>%1</strong>. - - - - - Clearing flags on partition <strong>%1</strong>. - - - - - Clearing flags on %1MiB <strong>%2</strong> partition. - - - - - Clearing flags on new partition. - - - - - Setting flags <strong>%2</strong> on partition <strong>%1</strong>. - - - - - Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition. - - - - - Setting flags <strong>%1</strong> on new partition. - - - - - The installer failed to set flags on partition %1. - - - - - SetPasswordJob - - - Set password for user %1 - - - - - Setting password for user %1. - - - - - Bad destination system path. - - - - - rootMountPoint is %1 - - - - - Cannot disable root account. - - - - - passwd terminated with error code %1. - - - - - Cannot set password for user %1. - - - - - usermod terminated with error code %1. - - - - - SetTimezoneJob - - - Set timezone to %1/%2 - - - - - Cannot access selected timezone path. - - - - - Bad path: %1 - - - - - Cannot set timezone. - - - - - Link creation failed, target: %1; link name: %2 - - - - - Cannot set timezone, - - - - - Cannot open /etc/timezone for writing - - - - - SetupGroupsJob - - - Preparing groups. - - - - - - Could not create groups in target system - - - - - These groups are missing in the target system: %1 - - - - - SetupSudoJob - - - Configure <pre>sudo</pre> users. - - - - - Cannot chmod sudoers file. - - - - - Cannot create sudoers file for writing. - - - - - ShellProcessJob - - - Shell Processes Job - - - - - SlideCounter - - - %L1 / %L2 - slide counter, %1 of %2 (numeric) - - - - - StandardButtons - - - &OK - - - - - &Yes - - - - - &No - - - - - &Cancel - - - - - &Close - - - - - TrackingInstallJob - - - Installation feedback - - - - - Sending installation feedback. - - - - - Internal error in install-tracking. - - - - - HTTP request timed out. - - - - - TrackingKUserFeedbackJob - - - KDE user feedback - - - - - Configuring KDE user feedback. - - - - - - Error in KDE user feedback configuration. - - - - - Could not configure KDE user feedback correctly, script error %1. - - - - - Could not configure KDE user feedback correctly, Calamares error %1. - - - - - TrackingMachineUpdateManagerJob - - - Machine feedback - - - - - Configuring machine feedback. - - - - - - Error in machine feedback configuration. - - - - - Could not configure machine feedback correctly, script error %1. - - - - - Could not configure machine feedback correctly, Calamares error %1. - - - - - TrackingPage - - - Form - - - - - Placeholder - - - - - <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> - - - - - <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> - - - - - Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - - - - - By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - - - - - By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - - - - - By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. - - - - - TrackingViewStep - - - Feedback - - - - - UsersPage - - - <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - - - - - <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> - - - - - UsersQmlViewStep - - - Users - - - - - UsersViewStep - - - Users - - - - - VariantModel - - - Key - Column header for key/value - - - - - Value - Column header for key/value - - - - - VolumeGroupBaseDialog - - - Create Volume Group - - - - - List of Physical Volumes - - - - - Volume Group Name: - - - - - Volume Group Type: - - - - - Physical Extent Size: - - - - - MiB - - - - - Total Size: - - - - - Used Size: - - - - - Total Sectors: - - - - - Quantity of LVs: - - - - - WelcomePage - - - Form - - - - - - Select application and system language - - - - - &About - - - - - Open donations website - - - - - &Donate - - - - - Open help and support website - - - - - &Support - - - - - Open issues and bug-tracking website - - - - - &Known issues - - - - - Open release notes website - - - - - &Release notes - - - - - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - - %1 support - - - - - About %1 setup - - - - - About %1 installer - - - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - - - - WelcomeQmlViewStep - - - Welcome - - - - - WelcomeViewStep - - - Welcome - - - - - about - - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - - Back - - - - - calamares-sidebar - - - Show debug information - - - - - finishedq - - - Installation Completed - - - - - %1 has been installed on your computer.<br/> - You may now restart into your new system, or continue using the Live environment. - - - - - Close Installer - - - - - Restart System - - - - - <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/> - This log is copied to /var/log/installation.log of the target system.</p> - - - - - i18n - - - <h1>Languages</h1> </br> - The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>. - - - - - <h1>Locales</h1> </br> - The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>. - - - - - Back - - - - - keyboardq - - - To activate keyboard preview, select a layout. - - - - - Keyboard Model: - - - - - Layouts - - - - - Type here to test your keyboard - - - - - Variants - - - - - localeq - - - Change - - - - - notesqml - - - <h3>%1</h3> - <p>These are example release notes.</p> - - - - - packagechooserq - - - LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/> - Default option. - - - - - LibreOffice - - - - - If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives. - - - - - No Office Suite - - - - - Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser. - - - - - Minimal Install - - - - - Please select an option for your install, or use the default: LibreOffice included. - - - - - release_notes - - - <h3>%1</h3> - <p>This an example QML file, showing options in RichText with Flickable content.</p> - - <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p> - - <p><b>This is bold text</b></p> - <p><i>This is italic text</i></p> - <p><u>This is underlined text</u></p> - <p><center>This text will be center-aligned.</center></p> - <p><s>This is strikethrough</s></p> - - <p>Code example: - <code>ls -l /home</code></p> - - <p><b>Lists:</b></p> - <ul> - <li>Intel CPU systems</li> - <li>AMD CPU systems</li> - </ul> - - <p>The vertical scrollbar is adjustable, current width set to 10.</p> - - - - - Back - - - - - usersq - - - Pick your user name and credentials to login and perform admin tasks - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - Login Name - - - - - If more than one person will use this computer, you can create multiple accounts after installation. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - root is not allowed as username. - - - - - What is the name of this computer? - - - - - Computer Name - - - - - This name will be used if you make the computer visible to others on a network. - - - - - localhost is not allowed as hostname. - - - - - Choose a password to keep your account safe. - - - - - Password - - - - - Repeat Password - - - - - Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - - - - - Validate passwords quality - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Log in automatically without asking for the password - - - - - Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - - - - - Reuse user password as root password - - - - - Use the same password for the administrator account. - - - - - Choose a root password to keep your account safe. - - - - - Root Password - - - - - Repeat Root Password - - - - - Enter the same password twice, so that it can be checked for typing errors. - - - - - welcomeq - - - <h3>Welcome to the %1 <quote>%2</quote> installer</h3> - <p>This program will ask you some questions and set up %1 on your computer.</p> - - - - - About - - - - - Support - - - - - Known issues - - - - - Release notes - - - - - Donate - - - - diff --git a/lang/calamares_si.ts b/lang/calamares_si.ts index 194c92817..7f1505f70 100644 --- a/lang/calamares_si.ts +++ b/lang/calamares_si.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ විජට් ගස - + Debug information දෝශ නිරාකරණ තොරතුරු @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up පිහිටුවීම - + Install ස්ථාපනය @@ -171,7 +190,7 @@ Calamares::JobThread - + Done අවසන් @@ -261,7 +280,7 @@ <strong>%1</strong> මොඩියුලය සඳහා අවශ්‍යතා පරීක්ෂා කිරීම සම්පූර්ණයි. - + Waiting for %n module(s). %n මොඩියුල(ය) සඳහා රැඳී සිටිමි @@ -269,7 +288,7 @@ - + (%n second(s)) (තත්පර %n) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. පද්ධති අවශ්‍යතා පරීක්ෂා කිරීම සම්පූර්ණයි. @@ -488,12 +507,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program %1 සැකසුම් වැඩසටහන - + %1 Installer %1 ස්ථාපකය @@ -532,149 +551,149 @@ The installer will quit and all changes will be lost. පෝරමය - + Select storage de&vice: ගබඩා උපාංගය තෝරන්න: - - - - + + + + Current: වත්මන්: - + After: පසු: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>අතින් කොටස් කිරීම</strong> <br/>ඔබට අවශ්‍ය අකාරයට කොටස් සෑදීමට හෝ ප්‍රමාණය වෙනස් කිරීමට හැකිය. - + Reuse %1 as home partition for %2. %2 සඳහා නිවෙස් කොටස ලෙස %1 නැවත භාවිත කරන්න. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>ප්‍රමාණය අඩුකිරීමට කොටසක් තෝරන්න, පසුව ප්‍රමාණය වෙනස් කිරීමට පහළ තීරුව අදින්න</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 %2MiB දක්වා ප්‍රමාණය අඩුකරනු ඇති අතර %4 සඳහා නව %3MiB කොටසක් සාදනු ඇත. - + Boot loader location: ඇරඹුම් කාරක ස්ථානය: - + <strong>Select a partition to install on</strong> <strong>ස්ථාපනය කිරීමට කොටසක් තෝරන්න</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. EFI පද්ධති කොටසක් මෙම පද්ධතියේ කොතැනකවත් සොයාගත නොහැක. කරුණාකර ආපසු ගොස් %1 පිහිටුවීමට අතින් කොටස් කිරීම භාවිතා කරන්න. - + The EFI system partition at %1 will be used for starting %2. %2 ආරම්භ කිරීම සඳහා %1 හි EFI පද්ධති කොටස භාවිතා කරනු ඇත. - + EFI system partition: EFI පද්ධති කොටස: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. මෙම ගබඩා උපාංගයේ මෙහෙයුම් පද්ධතියක් ඇති බවක් නොපෙනේ. ඔබ කුමක් කිරීමට කැමතිද? <br/>ගබඩා උපාංගයට කිසියම් වෙනසක් සිදු කිරීමට පෙර ඔබට ඔබේ තේරීම් සමාලෝචනය කර තහවුරු කිරීමට හැකි වනු ඇත. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>තැටිය මැකීම</strong><br/>මෙම තෝරාගත් ගබඩා උපාංගයේ දැනට පවතින සියලුම දත්ත <strong>මැකීයනු</strong> ඇත. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>පසෙකින් ස්ථාපනය කිරීම</strong><br/>ස්ථාපකය %1 සඳහා ඉඩ ලබා දීම සඳහා කොටසක් හැකිලෙනු ඇත. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>කොටසක් ප්‍රතිස්ථාපනය කිරීම</strong><br/> %1 සමඟ කොටසක් ප්‍රතිස්ථාපනය කරන්න. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. මෙම ගබඩා උපාංගයේ %1 ඇත. ඔබ කුමක් කිරීමට කැමතිද?<br/>ගබඩා උපාංගයට කිසියම් වෙනසක් සිදු කිරීමට පෙර ඔබට ඔබේ තේරීම් සමාලෝචනය කර තහවුරු කිරීමට හැකි වනු ඇත. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. මෙම ගබඩා උපාංගයේ දැනටමත් මෙහෙයුම් පද්ධතියක් ඇත. ඔබ කුමක් කිරීමට කැමතිද?<br/>ගබඩා උපාංගයට කිසියම් වෙනසක් සිදු කිරීමට පෙර ඔබට ඔබේ තේරීම් සමාලෝචනය කර තහවුරු කිරීමට හැකි වනු ඇත. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. මෙම ගබඩා උපාංගයේ බහු මෙහෙයුම් පද්ධති ඇත. ඔබ කුමක් කිරීමට කැමතිද?<br/>ගබඩා උපාංගයට කිසියම් වෙනසක් සිදු කිරීමට පෙර ඔබට ඔබේ තේරීම් සමාලෝචනය කර තහවුරු කිරීමට හැකි වනු ඇත. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> මෙම ගබඩා උපාංගයේ දැනටමත් මෙහෙයුම් පද්ධතියක් ඇත, නමුත් %1 කොටස් වගුව අවශ්‍ය %2 ට වඩා වෙනස් වේ. - + This storage device has one of its partitions <strong>mounted</strong>. මෙම ගබඩා උපාංගය, එහි එක් කොටසක් <strong>සවි කර ඇත</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. මෙම ගබඩා උපාංගය <strong>අක්‍රිය RAID</strong> උපාංගයක කොටසකි. - + No Swap Swap නොමැතිව - + Reuse Swap Swap නැවත භාවිතා කරන්න - + Swap (no Hibernate) Swap (හයිබර්නේට් නොමැතිව) - + Swap (with Hibernate) Swap (හයිබර්නේට් සහිතව) - + Swap to file Swap ගොනුව @@ -762,27 +781,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> යතුරුපුවරු ආකෘතිය %1 ලෙස සකසන්න. - + Set keyboard layout to %1/%2. යතුරුපුවරු පිරිසැලසුම %1/%2 ලෙස සකසන්න. - + Set timezone to %1/%2. වේලා කලාපය %1/%2 ලෙස සකසන්න. - + The system language will be set to %1. පද්ධති භාෂාව %1 ලෙස සැකසෙනු ඇත. - + The numbers and dates locale will be set to %1. අංක සහ දින පෙදෙසිය %1 ලෙස සකසනු ඇත. @@ -817,97 +836,97 @@ The installer will quit and all changes will be lost. ජාල ස්ථාපනය. (අක්‍රියයි: පැකේජ ලැයිස්තු ලබා ගැනීමට නොහැක, ඔබගේ ජාල සම්බන්ධතාවය පරීක්ෂා කරන්න) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> මෙම පරිගණකය %1 පිහිටුවීම සඳහා අවම අවශ්‍යතා සපුරාලන්නේ නැත. <br/>පිහිටුවීම දිගටම කරගෙන යා නොහැක. <strong>විස්තර...</strong> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> මෙම පරිගණකය %1 ස්ථාපනය සඳහා අවම අවශ්‍යතා සපුරාලන්නේ නැත. <br/>ස්ථාපනය දිගටම කරගෙන යා නොහැක. <strong>විස්තර...</strong> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. මෙම පරිගණකය %1 පිහිටුවීම සඳහා නිර්දේශිත සමහර අවශ්‍යතා සපුරාලන්නේ නැත. <br/>පිහිටුවීම දිගටම කරගෙන යා හැක, නමුත් සමහර විශේෂාංග ක්‍රියා විරහිත විය හැක. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. මෙම පරිගණකය %1 ස්ථාපනය කිරීම සඳහා නිර්දේශිත සමහර අවශ්‍යතා සපුරාලන්නේ නැත. <br/>ස්ථාපනය දිගටම කරගෙන යා හැක, නමුත් සමහර විශේෂාංග ක්‍රියා විරහිත විය හැක. - + This program will ask you some questions and set up %2 on your computer. මෙම වැඩසටහන ඔබෙන් ප්‍රශ්න කිහිපයක් අසන අතර ඔබේ පරිගණකයේ %2 සකසනු ඇත. - + <h1>Welcome to the Calamares setup program for %1</h1> <strong>%1 සඳහා Calamares සැකසුම් වැඩසටහන වෙත සාදරයෙන් පිළිගනිමු</strong> - + <h1>Welcome to %1 setup</h1> <strong>%1 පිහිටුවීමට සාදරයෙන් පිළිගනිමු</strong> - + <h1>Welcome to the Calamares installer for %1</h1> <strong>%1 සඳහා Calamares ස්ථාපකය වෙත සාදරයෙන් පිළිගනිමු</strong> - + <h1>Welcome to the %1 installer</h1> <strong>%1 ස්ථාපකය වෙත සාදරයෙන් පිළිගනිමු</strong> - + Your username is too long. පරිශීලක නාමය දිග වැඩිය. - + '%1' is not allowed as username. '%1' පරිශීලක නාමයක් ලෙස ඉඩ නොදේ. - + Your username must start with a lowercase letter or underscore. ඔබගේ පරිශීලක නාමය කුඩා අකුරකින් හෝ යටි ඉරකින් ආරම්භ විය යුතුය. - + Only lowercase letters, numbers, underscore and hyphen are allowed. කුඩා අකුරු, ඉලක්කම්, යටි ඉරි සහ තනි ඉර පමණක් ඉඩ දෙනු ලැබේ. - + Your hostname is too short. ඔබගේ සත්කාරක නාමය කෙටි වැඩිය. - + Your hostname is too long. ඔබේ සත්කාරක නාමය දිග වැඩියි. - + '%1' is not allowed as hostname. '%1' ධාරක නාමය ලෙස ඉඩ නොදේ. - + Only letters, numbers, underscore and hyphen are allowed. අකුරු, ඉලක්කම්, යටි ඉරි සහ තනි ඉර පමණක් ඉඩ දෙනු ලැබේ. - + Your passwords do not match! ඔබගේ මුරපද නොගැලපේ! - + OK! හරි! @@ -963,11 +982,16 @@ The installer will quit and all changes will be lost. + Packages + පැකේජ + + + Install option: <strong>%1</strong> ස්ථාපන විකල්පය: <strong>%1</strong> - + None කිසිවක් නැත @@ -1426,6 +1450,16 @@ The installer will quit and all changes will be lost. FS Label: FS ලේබලය: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1455,8 +1489,8 @@ The installer will quit and all changes will be lost. මුරපදය තහවුරු කරන්න - - + + Please enter the same passphrase in both boxes. කරුණාකර කොටු දෙකෙහිම එකම මුර-වැකිකඩ ඇතුලත් කරන්න. @@ -1464,12 +1498,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: විස්තර: - + Would you like to paste the install log to the web? ඔබ ස්ථාපන ලොගය අන්තර්ජාලයට ඇලවීමට කැමතිද? @@ -1545,32 +1579,32 @@ The installer will quit and all changes will be lost. නැවත ආරම්භ කරන්න (&R) - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <strong>සියල්ල සාර්ථකව අවසන් විය</strong>.<br>%1 ඔබගේ පරිගණකයේ පිහිටුවා ඇත.<br>ඔබට දැන් ඔබගේ නව පද්ධතිය භාවිතා කිරීමට පටන් ගත හැක. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>මෙම කොටුව සලකුණු කළ විට, ඔබ <strong>Done</strong> මත ක්ලික් කළ විට හෝ සැකසුම් වැඩසටහන වසා දැමූ විට ඔබේ පද්ධතිය වහාම නැවත ආරම්භ වනු ඇත.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <strong>සියල්ල සාර්ථකව අවසන් විය</strong>.<br>%1 ඔබගේ පරිගණකයේ ස්ථාපනය කර ඇත.<br>ඔබට දැන් ඔබගේ නව පද්ධතියට නැවත ආරම්භ කළ හැක, නැතහොත් %2 සජීවී පරිසරය භාවිතා කිරීම දිගටම කරගෙනයා හැක. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>මෙම කොටුව සලකුණු කළ විට, ඔබ <strong>Done</strong> මත ක්ලික් කළ විට හෝ ස්ථාපක වැඩසටහන වසා දැමූ විට ඔබේ පද්ධතිය වහාම නැවත ආරම්භ වනු ඇත.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <strong>පිහිටුවීම අසාර්ථක විය</strong><br>% 1 ඔබේ පරිගණකයේ පිහිටුවා නැත. <br>දෝෂ පණිවිඩය වූයේ: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <strong>ස්ථාපනය අසාර්ථක විය</strong><br>%1 ඔබේ පරිගණකයේ ස්ථාපනය කර නැත. <br>දෝෂ පණිවිඩය වූයේ: %2. @@ -1604,12 +1638,18 @@ The installer will quit and all changes will be lost. <strong>%3MiB</strong> කොටස <strong>%1</strong> ගොනු පද්ධතිය <strong>%2</strong> සමඟ ආකෘති කරන්න. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. %2 ගොනු පද්ධතිය සමඟ %1 කොටස හැඩතල ගැන්වීම. - + The installer failed to format partition %1 on disk '%2'. ස්ථාපකය '%2' තැටියේ %1 කොටස හැඩතල ගැන්වීමට අසමත් විය. @@ -1617,12 +1657,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space අවම වශයෙන් %1 GiB ලබා ගත හැකි ධාවකයේ ඉඩක් ඇත - + There is not enough drive space. At least %1 GiB is required. ප්‍රමාණවත් ධාවන ඉඩක් නොමැත. අවම වශයෙන් %1 GiB අවශ්‍ය වේ. @@ -1662,27 +1702,27 @@ The installer will quit and all changes will be lost. ස්ථාපකය පරිපාලකයෙකු ලෙස ධාවනය කරයි (root) - + The setup program is not running with administrator rights. සැකසුම් වැඩසටහන පරිපාලක අයිතිවාසිකම් සමඟ ක්‍රියාත්මක නොවේ. - + The installer is not running with administrator rights. ස්ථාපකය පරිපාලක අයිතිවාසිකම් සමඟ ක්‍රියාත්මක නොවේ. - + has a screen large enough to show the whole installer සම්පූර්ණ ස්ථාපකය පෙන්වීමට තරම් විශාල තිරයක් ඇත - + The screen is too small to display the setup program. සැකසුම් වැඩසටහන ප්‍රදර්ශනය කිරීමට තිරය කුඩා වැඩිය. - + The screen is too small to display the installer. ස්ථාපකය වෙත පෙන්වීමට තිරය කුඩා වැඩිය. @@ -1982,35 +2022,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. LUKS යතුරු ගොනුව වින්‍යාස කරමින්. - - + + No partitions are defined. කොටස් නිර්වචනය කර නොමැත. - - - + + + Encrypted rootfs setup error සංකේතනය කරන ලද rootfs පිහිටුවීමේ දෝෂයකි - + Root partition %1 is LUKS but no passphrase has been set. මූල කොටස %1 LUKS වන නමුත් මුර-වැකිකඩක් සකසා නොමැත. - + Could not create LUKS key file for root partition %1. මූල කොටස %1 සඳහා LUKS යතුරු ගොනුව සෑදිය නොහැක. - + Could not configure LUKS key file on partition %1. %1 කොටසේ LUKS යතුරු ගොනුව වින්‍යාස කිරීමට නොහැකි විය. @@ -2036,12 +2076,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 වේලා කලාපය:% 1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2053,100 +2093,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection පැකේජ තේරීම - + Office software කාර්යාලීය මෘදුකාංගය - + Office package කාර්යාලීය ඇසුරුම - + Browser software අතිරික්සු මෘදුකාංගය - + Browser package අතිරික්සු ඇසුරුම - + Web browser වියමන අතිරික්සුව - + Kernel + label for netinstall module, Linux kernel කර්නලය - + Services + label for netinstall module, system services සේවා - + Login + label for netinstall module, choose login manager පිවිසෙන්න - + Desktop + label for netinstall module, choose desktop environment ඩෙස්ක්ටොප් - - Applications - යෙදුම් - - - + Communication + label for netinstall module සන්නිවේදනය - + Development + label for netinstall module සංවර්ධනය - + Office + label for netinstall module කාර්යාලීය - + Multimedia + label for netinstall module බහුමාධ්‍ය - + Internet + label for netinstall module අන්තර්ජාලය - + Theming + label for netinstall module තේමා කිරීම - + Gaming + label for netinstall module පරිගණක ක්රීඩා - + Utilities + label for netinstall module උපයෝගිතා + + + Applications + යෙදුම් + NotesQmlViewStep @@ -2195,24 +2247,24 @@ The installer will quit and all changes will be lost. ඔබ කැමති කලාපය තෝරන්න, නැතහොත් පෙරනිමි සැකසුම් භාවිතා කරන්න. - - - + + + Timezone: %1 වේලා කලාපය:% 1 - + Select your preferred Zone within your Region. ඔබ කැමති කලාපය තෝරන්න. - + Zones කලාපය: - + You can fine-tune Language and Locale settings below. ඔබට පහත භාෂාව සහ ස්ථාන සැකසීම් මනාව සකස් කළ හැක. @@ -2487,7 +2539,7 @@ The installer will quit and all changes will be lost. නොදන්නා දෝෂයකි - + Password is empty මුරපදය හිස් ය @@ -2525,22 +2577,6 @@ The installer will quit and all changes will be lost. කරුණාකර ලැයිස්තුවෙන් නිෂ්පාදනයක් තෝරන්න. තෝරාගත් නිෂ්පාදනය ස්ථාපනය කෙරේ. - - PackageChooserQmlViewStep - - - Packages - පැකේජ - - - - PackageChooserViewStep - - - Packages - පැකේජ - - PackageModel @@ -2844,82 +2880,97 @@ The installer will quit and all changes will be lost. කොටස් - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: වත්මන්: - + After: පසු: - + No EFI system partition configured EFI පද්ධති කොටසක් වින්‍යාස කර නොමැත - + EFI system partition configured incorrectly EFI පද්ධති කොටස වැරදි ලෙස වින්‍යාස කර ඇත - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. %1 ආරම්භ කිරීමට EFI පද්ධති කොටසක් අවශ්‍ය වේ. <br/><br/>EFI පද්ධති කොටසක් වින්‍යාස කිරීමට, ආපසු ගොස් සුදුසු ගොනු පද්ධතියක් තෝරන්න හෝ සාදන්න. - + The filesystem must be mounted on <strong>%1</strong>. ගොනු පද්ධතිය %1 මත සවිකර තිබිය යුතුය. - + The filesystem must have type FAT32. ගොනු පද්ධතියට FAT32 වර්ගය තිබිය යුතුය. - + The filesystem must be at least %1 MiB in size. ගොනු පද්ධතිය අවම වශයෙන් %1 MiB විශාලත්වයකින් යුක්ත විය යුතුය. - + The filesystem must have flag <strong>%1</strong> set. ගොනු පද්ධතියට ධජය <strong>%1</strong> කට්ටලයක් තිබිය යුතුය. - + You can continue without setting up an EFI system partition but your system may fail to start. ඔබට EFI පද්ධති කොටසක් සැකසීමෙන් තොරව ඉදිරියට යා හැකි නමුත් ඔබේ පද්ධතිය ආරම්භ කිරීමට අසමත් විය හැක. - + Option to use GPT on BIOS BIOS මත GPT භාවිතා කිරීමේ විකල්පය - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - GPT කොටස් වගුව සියලු පද්ධති සඳහා හොඳම විකල්පය වේ. මෙම ස්ථාපකය BIOS පද්ධති සඳහාද එවැනි සැකසුමකට සහය දක්වයි. <br/><br/>BIOS මත GPT කොටස් වගුවක් වින්‍යාස කිරීම සඳහා, (දැනටමත් එසේ කර නොමැති නම්) ආපසු ගොස් කොටස් වගුව GPT ලෙස සකසන්න, මීළඟට <strong>%2</strong> ධජය සක්‍රීය කර ඇති 8 MB ආකෘතිකරණය නොකළ කොටසක් සාදන්න. <br/><br/>GPT සමඟින් BIOS පද්ධතියක %1 ආරම්භ කිරීමට හැඩතල ගැන්වීම නොකළ 8 MB කොටසක් අවශ්‍ය වේ. + - + Boot partition not encrypted ඇරඹුම් කොටස සංකේතනය කර නොමැත - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. එන්ක්‍රිප්ට් කරන ලද රූට් පාටිෂන් එකක් සමඟින් වෙනම ඇරඹුම් කොටසක් සකසා ඇත, නමුත් ඇරඹුම් කොටස සංකේතනය කර නොමැත. <br/<br/>වැදගත් පද්ධති ගොනු සංකේතනය නොකළ කොටසක තබා ඇති නිසා මෙවැනි සැකසුම සමඟ ආරක්ෂක ගැටළු ඇත. <br/>ඔබට අවශ්‍ය නම් ඔබට දිගටම කරගෙන යා හැක, නමුත් ගොනු පද්ධති අගුළු හැරීම පද්ධති ආරම්භයේදී පසුව සිදුවනු ඇත. <br/>ඇරඹුම් කොටස සංකේතනය කිරීමට, ආපසු ගොස් එය නැවත සාදන්න, කොටස් සෑදීමේ කවුළුව තුළ <strong>සංකේතනය</srong> තෝරන්න. - + has at least one disk device available. අවම වශයෙන් එක් තැටි උපාංගයක් තිබේ. - + There are no partitions to install on. ස්ථාපනය කිරීමට කොටස් නොමැත. @@ -3054,7 +3105,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3380,12 +3431,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: හොඳම ප්‍රතිඵල සඳහා, කරුණාකර මෙම පරිගණකය සහතික කර ගන්න: - + System requirements පද්ධති අවශ්යතා @@ -3406,29 +3457,29 @@ Output: SetHostNameJob - + Set hostname %1 ධාරක නාමය සකසන්න %1 - + Set hostname <strong>%1</strong>. ධාරක නාමය සකසන්න <strong>%1</strong>. - + Setting hostname %1. සත්කාරක නාමය %1 සැකසීම. - - + + Internal Error අභ්යන්තර දෝෂයකි - - + + Cannot write hostname to target system ඉලක්ක පද්ධතියට සත්කාරක නාමය ලිවිය නොහැක @@ -3630,18 +3681,18 @@ Output: SetupGroupsJob - + Preparing groups. කණ්ඩායම් සූදානම් කිරීම. - - + + Could not create groups in target system ඉලක්ක පද්ධතිය තුළ කණ්ඩායම් සෑදීමට නොහැකි විය - + These groups are missing in the target system: %1 ඉලක්ක පද්ධතිය තුළ මෙම කණ්ඩායම් අතුරුදහන් වී ඇත: %1 @@ -3649,17 +3700,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. <strong>sudo</strong> භාවිතා කරන්නන් වින්‍යාස කරන්න. - + Cannot chmod sudoers file. sudoers ගොනුව chmod කළ නොහැක. - + Cannot create sudoers file for writing. ලිවීම සඳහා sudoers ගොනුව සෑදිය නොහැක. @@ -3813,22 +3864,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">පරිශීලක ප්‍රතිපෝෂණ පිළිබඳ වැඩි විස්තර සඳහා මෙතැන ක්ලික් කරන්න</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. ලුහුබැඳීම %1 හට එය කොපමණ වාරයක් ස්ථාපනය කර ඇත්ද, කුමන දෘඩාංග මත ස්ථාපනය කර ඇත්ද සහ කුමන යෙදුම් භාවිතා කරන්නේද යන්න බැලීමට උපකාරී වේ. යවන්නේ කුමක් දැයි බැලීමට, එක් එක් ප්‍රදේශයට යාබදව ඇති උදවු නිරූපකය ක්ලික් කරන්න. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. මෙය තේරීමෙන් ඔබ ඔබේ ස්ථාපනය සහ දෘඪාංග පිළිබඳ තොරතුරු එවනු ඇත. ස්ථාපනය අවසන් වූ පසු මෙම තොරතුරු <b>එක් වරක්</b> පමණක් යවනු ලැබේ. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. මෙය තේරීමෙන් ඔබ විසින් ඔබේ <b>යන්ත්‍ර</b> ස්ථාපනය, දෘඪාංග සහ යෙදුම් පිළිබඳ තොරතුරු වරින් වර %1 වෙත යවනු ලැබේ. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. මෙය තේරීමෙන් ඔබ ඔබේ <b>පරිශීලක</b> ස්ථාපනය, දෘඪාංග, යෙදුම්, සහ යෙදුම් භාවිත රටා, %1 වෙත නිතිපතා යවනු ලැබේ. @@ -3849,12 +3900,12 @@ Output: ගොනු පද්ධති ඉවත් කරන්න. - + No target system available. ඉලක්ක පද්ධතියක් නොමැත. - + No rootMountPoint is set. මූල මවුන්ට් පොයින්ට් එකක් සකසා නැත. @@ -3862,12 +3913,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>එක් අයෙකුට වඩා මෙම පරිගණකය භාවිතා කරන්නේ නම්, සැකසීමෙන් පසු ඔබට ගිණුම් කිහිපයක් සෑදිය හැක.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>මෙම පරිගණකය එක් අයෙකුට වඩා භාවිතා කරන්නේ නම්, ස්ථාපනය කිරීමෙන් පසු ඔබට ගිණුම් කිහිපයක් සෑදිය හැක.</small> @@ -4016,44 +4067,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>%1 සඳහා Calamares සැකසුම් වැඩසටහන වෙත සාදරයෙන් පිළිගනිමු.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>%1 පිහිටුවීමට සාදරයෙන් පිළිගනිමු.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>%1 සඳහා Calamares ස්ථාපකය වෙත සාදරයෙන් පිළිගනිමු.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>%1 ස්ථාපකය වෙත සාදරයෙන් පිළිගනිමු.</h1> - - - %1 support %1 සහාය - + About %1 setup %1 පිහිටුවීම ගැන - + About %1 installer %1 ස්ථාපකය ගැන - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/> සඳහා %3</strong><br/><br/>ප්‍රකාශන හිමිකම 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>ප්‍රකාශන හිමිකම 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/><a href="https://calamares.io/team/">Calamares කණ්ඩායමට</a> සහ <a href="https://www.transifex.com/calamares/calamares/">Calamares පරිවර්තකයන් සංවර්ධන කණ්ඩායමට</a> ස්තුතියි. <a href="https://calamares.io/">Calamares</a> සංවර්ධනය සඳහා අනුග්‍රහය දක්වන්නේ <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software විසිනි. - WelcomeQmlViewStep @@ -4118,34 +4144,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - <a href='https://calamares.io/team/'>Calamares කණ්ඩායමට</a> ස්තුතියි - සහ <a href='https://www.transifex.com/calamares/calamares/'>Calamares - පරිවර්තක කණ්ඩායම</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - සංවර්ධනය අනුග්‍රහය දක්වනුයේ<br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back ආපසු @@ -4250,17 +4249,17 @@ Output: යතුරුපුවරු ආකෘතිය: - + Layouts පිරිසැලසුම් - + Type here to test your keyboard ඔබේ යතුරු පුවරුව පරීක්ෂා කිරීමට මෙහි ටයිප් කරන්න - + Variants ප්‍රභේද @@ -4409,102 +4408,102 @@ Output: මෙම පරිගණකය එක් අයෙකුට වඩා භාවිතා කරන්නේ නම්, ස්ථාපනය කිරීමෙන් පසු ඔබට ගිණුම් කිහිපයක් සෑදිය හැක. - + Only lowercase letters, numbers, underscore and hyphen are allowed. කුඩා අකුරු, ඉලක්කම්, යටි ඉරි සහ තනි ඉර පමණක් ඉඩ දෙනු ලැබේ. - + root is not allowed as username. root පරිශීලක නාමයක් ලෙස අවසර නැත. - + What is the name of this computer? මෙම පරිගණකයේ නම කුමක්ද? - + Computer Name පරිගණක නම - + This name will be used if you make the computer visible to others on a network. ඔබ පරිගණකය ජාලයක අන් අයට පෙනෙන ලෙස සලස්වන්නේ නම් මෙම නම භාවිතා වේ. - + localhost is not allowed as hostname. localhost සත්කාරක නාමය ලෙස භාවිතයට අවසර නැත. - + Choose a password to keep your account safe. ඔබගේ ගිණුම ආරක්ෂිතව තබා ගැනීමට මුරපදයක් තෝරන්න. - + Password රහස් පදය - + Repeat Password මුරපදය නැවත ඇතුල් කරන්න - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. එකම මුරපදය දෙවරක් ඇතුල් කරන්න, එවිට එය ටයිප් කිරීමේ දෝෂ සඳහා පරීක්ෂා කළ හැක. හොඳ මුරපදයක අකුරු, ඉලක්කම් සහ විරාම ලකුණු මිශ්‍රණයක් අඩංගු වන අතර, අවම වශයෙන් අක්ෂර අටක්වත් දිග විය යුතු අතර නියමිත කාල පරාසයන්හිදී වෙනස් කළ යුතුය. - + Validate passwords quality මුරපදවල ගුණාත්මකභාවය තහවුරු කරන්න - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. මෙම කොටුව සලකුණු කළ විට, මුරපදය-ශක්තිය පරීක්ෂා කිරීම සිදු කරනු ලබන අතර ඔබට දුර්වල මුරපදයක් භාවිතා කිරීමට නොහැකි වනු ඇත. - + Log in automatically without asking for the password මුරපදය ඉල්ලන්නේ නැතිව ස්වයංක්‍රීයව ලොග් වන්න - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. අකුරු, ඉලක්කම්, යටි ඉරි සහ යටි ඉරි පමණක් ඉඩ දෙනු ලැබේ, අවම වශයෙන් අක්ෂර දෙකක්. - + Reuse user password as root password පරිශීලක මුරපදය root මුරපදය ලෙස නැවත භාවිතා කරන්න - + Use the same password for the administrator account. පරිපාලක ගිණුම සඳහා එකම මුරපදය භාවිතා කරන්න. - + Choose a root password to keep your account safe. ඔබගේ ගිණුම ආරක්ෂිතව තබා ගැනීමට root මුරපදයක් තෝරන්න. - + Root Password Root මුරපදය - + Repeat Root Password Root මුරපදය නැවත ඇතුල් කරන්න - + Enter the same password twice, so that it can be checked for typing errors. එකම මුරපදය දෙවරක් ඇතුල් කරන්න, එවිට එය ටයිප් කිරීමේ දෝෂ සඳහා පරීක්ෂා කළ හැක. diff --git a/lang/calamares_sk.ts b/lang/calamares_sk.ts index 28cace877..50ff9d432 100644 --- a/lang/calamares_sk.ts +++ b/lang/calamares_sk.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Strom miniaplikácií - + Debug information Ladiace informácie @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Inštalácia - + Install Inštalácia @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Hotovo @@ -261,7 +280,7 @@ Kontrola požiadaviek modulu <i>%1</i> je dokončená. - + Waiting for %n module(s). Čaká sa na %n modul. @@ -271,7 +290,7 @@ - + (%n second(s)) (%n sekunda) @@ -281,7 +300,7 @@ - + System-requirements checking is complete. Kontrola systémových požiadaviek je dokončená. @@ -488,12 +507,12 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. CalamaresWindow - + %1 Setup Program Inštalačný program distribúcie %1 - + %1 Installer Inštalátor distribúcie %1 @@ -532,150 +551,150 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Forma - + Select storage de&vice: Vyberte úložné &zariadenie: - - - - + + + + Current: Teraz: - + After: Potom: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Ručné rozdelenie oddielov</strong><br/>Môžete vytvoriť alebo zmeniť veľkosť oddielov podľa seba. - + Reuse %1 as home partition for %2. Opakované použitie oddielu %1 ako domovského pre distribúciu %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Vyberte oddiel na zmenšenie a potom potiahnutím spodného pruhu zmeňte veľkosť</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. Oddiel %1 bude zmenšený na %2MiB a nový %3MiB oddiel bude vytvorený pre distribúciu %4. - + Boot loader location: Umiestnenie zavádzača: - + <strong>Select a partition to install on</strong> <strong>Vyberte oddiel, na ktorý sa má inštalovať</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Oddiel systému EFI sa nedá v tomto počítači nájsť. Prosím, prejdite späť a použite ručné rozdelenie oddielov na inštaláciu distribúcie %1. - + The EFI system partition at %1 will be used for starting %2. Oddie lsystému EFI na %1 bude použitý na spustenie distribúcie %2. - + EFI system partition: Oddiel systému EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Zdá sa, že toto úložné zariadenie neobsahuje operačný systém. Čo by ste chceli urobiť?<br/>Budete môcť skontrolovať a potvrdiť vaše voľby pred uplatnením akejkoľvek zmeny na úložnom zariadení. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Vymazanie disku</strong><br/>Týmto sa <font color="red">odstránia</font> všetky údaje momentálne sa nachádzajúce na vybranom úložnom zariadení. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Inštalácia popri súčasnom systéme</strong><br/>Inštalátor zmenší oddiel a uvoľní miesto pre distribúciu %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Nahradenie oddielu</strong><br/>Nahradí oddiel distribúciou %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Toto úložné zariadenie obsahuje operačný systém %1. Čo by ste chceli urobiť?<br/>Budete môcť skontrolovať a potvrdiť vaše voľby pred uplatnením akejkoľvek zmeny na úložnom zariadení. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Toto úložné zariadenie už obsahuje operačný systém. Čo by ste chceli urobiť?<br/>Budete môcť skontrolovať a potvrdiť vaše voľby pred uplatnením akejkoľvek zmeny na úložnom zariadení. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Toto úložné zariadenie obsahuje viacero operačných systémov. Čo by ste chceli urobiť?<br/>Budete môcť skontrolovať a potvrdiť vaše voľby pred uplatnením akejkoľvek zmeny na úložnom zariadení. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Toto úložné zariadenie už obsahuje operačný systém, ale tabuľka oddielov <strong>%1</strong> sa líši od požadovanej <strong>%2</strong>. <br/> - + This storage device has one of its partitions <strong>mounted</strong>. Toto úložné zariadenie má jeden zo svojich oddielov <strong>pripojený</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Toto úložné zariadenie je súčasťou zariadenia s <strong>neaktívnym RAIDom</strong>. - + No Swap Bez odkladacieho priestoru - + Reuse Swap Znovu použiť odkladací priestor - + Swap (no Hibernate) Odkladací priestor (bez hibernácie) - + Swap (with Hibernate) Odkladací priestor (s hibernáciou) - + Swap to file Odkladací priestor v súbore @@ -763,27 +782,27 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Config - + Set keyboard model to %1.<br/> Nastavenie modelu klávesnice na %1.<br/> - + Set keyboard layout to %1/%2. Nastavenie rozloženia klávesnice na %1/%2. - + Set timezone to %1/%2. Nastavenie časovej zóny na %1/%2. - + The system language will be set to %1. Jazyk systému bude nastavený na %1. - + The numbers and dates locale will be set to %1. Miestne nastavenie čísel a dátumov bude nastavené na %1. @@ -818,97 +837,97 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Sieťová inštalácia. (Zakázaná: Nie je možné získať zoznamy balíkov. Skontrolujte vaše sieťové pripojenie.) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Tento počítač nespĺňa minimálne požiadavky pre inštaláciu distribúcie %1.<br/>Inštalácia nemôže pokračovať. <a href="#details">Podrobnosti...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Tento počítač nespĺňa minimálne požiadavky pre inštaláciu distribúcie %1.<br/>Inštalácia nemôže pokračovať. <a href="#details">Podrobnosti...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Tento počítač nespĺňa niektoré z odporúčaných požiadaviek pre inštaláciu distribúcie %1.<br/>Inštalácia môže pokračovať, ale niektoré funkcie môžu byť zakázané. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Tento počítač nespĺňa niektoré z odporúčaných požiadaviek pre inštaláciu distribúcie %1.<br/>Inštalácia môže pokračovať, ale niektoré funkcie môžu byť zakázané. - + This program will ask you some questions and set up %2 on your computer. Tento program vám položí niekoľko otázok a nainštaluje distribúciu %2 do vášho počítača. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Vitajte v inštalačnom programe Calamares pre distribúciu %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Vitajte pri inštalácii distribúcie %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Vitajte v aplikácii Calamares, inštalátore distribúcie %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Vitajte v inštalátore distribúcie %1</h1> - + Your username is too long. Vaše používateľské meno je príliš dlhé. - + '%1' is not allowed as username. „%1“ nie je možné použiť ako používateľské meno. - + Your username must start with a lowercase letter or underscore. Vaše používateľské meno musí začínať malým písmenom alebo podčiarkovníkom. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Sú povolené iba malé písmená, číslice, podtržníky a pomlčky. - + Your hostname is too short. Váš názov hostiteľa je príliš krátky. - + Your hostname is too long. Váš názov hostiteľa je príliš dlhý. - + '%1' is not allowed as hostname. „%1“ nie je možné použiť ako názov hostiteľa. - + Only letters, numbers, underscore and hyphen are allowed. Sú povolené iba písmená, číslice, podtržníky a pomlčky. - + Your passwords do not match! Vaše heslá sa nezhodujú! - + OK! OK! @@ -964,11 +983,16 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. + Packages + Balíky + + + Install option: <strong>%1</strong> Voľba inštalácie: <strong>%1</strong> - + None @@ -1427,6 +1451,16 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. FS Label: Menovka SS: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1456,8 +1490,8 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Potvrdenie hesla - - + + Please enter the same passphrase in both boxes. Prosím, zadajte rovnaké heslo do oboch polí. @@ -1465,12 +1499,12 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. ErrorDialog - + Details: Podrobnosti: - + Would you like to paste the install log to the web? Chceli by ste vložiť záznam z inštalácie na web? @@ -1546,32 +1580,32 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. &Reštartovať teraz - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Všetko je dokončené.</h1><br/>Distribúcia %1 bola nainštalovaná do vášho počítača.<br/>Teraz môžete začať používať váš nový systém. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Keď je zaškrtnuté toto políčko, váš systém sa okamžite reštartuje po stlačení tlačidla <span style="font-style:italic;">Dokončiť</span> alebo zatvorení inštalačného programu.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Všetko je dokončené.</h1><br/>Distribúcia %1 bola nainštalovaná do vášho počítača.<br/>Teraz môžete reštartovať počítač a spustiť váš nový systém, alebo pokračovať v používaní živého prostredia distribúcie %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Keď je zaškrtnuté toto políčko, váš systém sa okamžite reštartuje po stlačení tlačidla <span style="font-style:italic;">Dokončiť</span> alebo zatvorení inštalátora.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Inštalácia zlyhala</h1><br/>Distribúcia %1 nebola nainštalovaná do vášho počítača.<br/>Chybová hláška: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Inštalácia zlyhala</h1><br/>Distribúcia %1 nebola nainštalovaná do vášho počítača.<br/>Chybová hláška: %2. @@ -1605,12 +1639,18 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Naformátovanie <strong>%3MiB</strong> oddielu <strong>%1</strong> so systémom súborov <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formátuje sa oddiel %1 so systémom súborov %2. - + The installer failed to format partition %1 on disk '%2'. Inštalátor zlyhal pri formátovaní oddielu %1 na disku „%2“. @@ -1618,12 +1658,12 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. GeneralRequirements - + has at least %1 GiB available drive space obsahuje aspoň %1 GiB voľného miesta na disku - + There is not enough drive space. At least %1 GiB is required. Nie je dostatok miesta na disku. Vyžaduje sa aspoň %1 GiB. @@ -1663,27 +1703,27 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. má spustený inštalátor s právami správcu (root) - + The setup program is not running with administrator rights. Inštalačný program nie je spustený s právami správcu. - + The installer is not running with administrator rights. Inštalátor nie je spustený s právami správcu. - + has a screen large enough to show the whole installer má obrazovku dostatočne veľkú na zobrazenie celého inštalátora - + The screen is too small to display the setup program. Obrazovka je príliš malá na to, aby bolo možné zobraziť inštalačný program. - + The screen is too small to display the installer. Obrazovka je príliš malá na to, aby bolo možné zobraziť inštalátor. @@ -1983,35 +2023,35 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. LuksBootKeyFileJob - + Configuring LUKS key file. Nastavuje sa kľúčový súbor LUKS. - - + + No partitions are defined. Nie sú určené žiadne oddiely. - - - + + + Encrypted rootfs setup error Chyba pri inštalácii zašifrovaného koreňového súborového systému - + Root partition %1 is LUKS but no passphrase has been set. Koreňový oddiel %1 je typu LUKS, ale nebolo nastavené žiadne heslo. - + Could not create LUKS key file for root partition %1. Nepodarilo sa vytvoriť kľúčový súbor LUKS pre koreňový oddiel %1. - + Could not configure LUKS key file on partition %1. Nepodarilo sa nastaviť kľúčový súbor LUKS na oddieli %1. @@ -2037,12 +2077,12 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Map - + Timezone: %1 Časová zóna: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2053,100 +2093,112 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. NetInstallViewStep - + Package selection Výber balíkov - + Office software Kancelársky softvér - + Office package Kancelársky balík - + Browser software Prehliadač - + Browser package Balík prehliadača - + Web browser Webový prehliadač - + Kernel + label for netinstall module, Linux kernel Jadro - + Services + label for netinstall module, system services Služby - + Login + label for netinstall module, choose login manager Prihlásenie - + Desktop + label for netinstall module, choose desktop environment Pracovné prostredie - - Applications - Aplikácie - - - + Communication + label for netinstall module Komunikácia - + Development + label for netinstall module Vývoj - + Office + label for netinstall module Kancelária - + Multimedia + label for netinstall module Multimédiá - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Motívy - + Gaming + label for netinstall module Hry - + Utilities + label for netinstall module Nástroje + + + Applications + Aplikácie + NotesQmlViewStep @@ -2195,24 +2247,24 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Vyberte vami uprednostňovanú oblasť, alebo použite predvolené nastavenia. - - - + + + Timezone: %1 Časová zóna: %1 - + Select your preferred Zone within your Region. Vyberte uprednostňovanú zónu vo vašej oblasti. - + Zones Zóny - + You can fine-tune Language and Locale settings below. Nižšie môžete doladiť nastavenia jazyka a miestne nastavenia. @@ -2505,7 +2557,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Neznáma chyba - + Password is empty Heslo je prázdne @@ -2543,22 +2595,6 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Prosím, vyberte produkt zo zoznamu. Vybraný produkt bude nainštalovaný. - - PackageChooserQmlViewStep - - - Packages - Balíky - - - - PackageChooserViewStep - - - Packages - Balíky - - PackageModel @@ -2862,82 +2898,97 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Oddiely - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + Nebudú zmenené žiadne oddiely. + + + Current: Teraz: - + After: Potom: - + No EFI system partition configured Nie je nastavený žiadny oddiel systému EFI - + EFI system partition configured incorrectly - + Systémový oddiel EFI nie je správne nastavený - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. Na spustenie distribúcie %1 je potrebný systémový oddiel EFI.<br/><br/>Na konfiguráciu systémového oddielu EFI, prejdite späť a vyberte alebo vytvorte vhodný systém súborov. - + The filesystem must be mounted on <strong>%1</strong>. Systém súborov musí byť pripojený do <strong>%1</strong>. - + The filesystem must have type FAT32. Systém súborov musí byť typu FAT32. - + The filesystem must be at least %1 MiB in size. Systém súborov musí mať veľkosť aspoň %1. - + The filesystem must have flag <strong>%1</strong> set. Systém súborov musí mať nastavený príznak <strong>%1 . - + You can continue without setting up an EFI system partition but your system may fail to start. Môžete pokračovať bez nastavenia systémového oddielu EFI, ale váš systém môže zlyhať pri spúšťaní. - + Option to use GPT on BIOS Voľba na použitie tabuľky GPT s BIOSom - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. Tabuľka oddielov GPT je najlepšou voľbou pre všetky systémy. Inštalátor podporuje taktiež inštaláciu pre systémy s BIOSom.<br/><br/>Pre nastavenie tabuľky oddielov GPT s BIOSom, (ak ste tak už neučinili) prejdite späť a nastavte tabuľku oddielov na GPT, a potom vytvorte nenaformátovaný oddiel o veľkosti 8 MB s povoleným príznakom <strong>%2</strong>.<br/><br/>Nenaformátovaný oddiel o veľkosti 8 MB je potrebný na spustenie distribúcie %1 na systéme s BIOSom a tabuľkou GPT. - + Boot partition not encrypted Zavádzací oddiel nie je zašifrovaný - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Spolu so zašifrovaným koreňovým oddielom bol nainštalovaný oddelený zavádzací oddiel, ktorý ale nie je zašifrovaný.<br/><br/>S týmto typom inštalácie je ohrozená bezpečnosť, pretože dôležité systémové súbory sú uchovávané na nezašifrovanom oddieli.<br/>Ak si to želáte, môžete pokračovať, ale neskôr, počas spúšťania systému sa vykoná odomknutie systému súborov.<br/>Na zašifrovanie zavádzacieho oddielu prejdite späť a vytvorte ju znovu vybraním voľby <strong>Zašifrovať</strong> v okne vytvárania oddielu. - + has at least one disk device available. má dostupné aspoň jedno diskové zariadenie. - + There are no partitions to install on. Neexistujú žiadne oddiely, na ktoré je možné vykonať inštaláciu. @@ -3072,7 +3123,7 @@ Výstup: QObject - + %1 (%2) %1 (%2) @@ -3398,12 +3449,12 @@ Výstup: ResultsListDialog - + For best results, please ensure that this computer: Pre čo najlepší výsledok, sa prosím, uistite, že tento počítač: - + System requirements Systémové požiadavky @@ -3424,29 +3475,29 @@ Výstup: SetHostNameJob - + Set hostname %1 Nastavenie názvu hostiteľa %1 - + Set hostname <strong>%1</strong>. Nastavenie názvu hostiteľa <strong>%1</strong>. - + Setting hostname %1. Nastavuje sa názov hostiteľa %1. - - + + Internal Error Vnútorná chyba - - + + Cannot write hostname to target system Nedá sa zapísať názov hostiteľa do cieľového systému @@ -3648,18 +3699,18 @@ Výstup: SetupGroupsJob - + Preparing groups. Pripravujú sa skupiny. - - + + Could not create groups in target system Nepodarilo sa vytvoriť skupiny v cieľovom systéme - + These groups are missing in the target system: %1 Tieto skupiny chýbajú v cieľovom systéme: %1 @@ -3667,17 +3718,17 @@ Výstup: SetupSudoJob - + Configure <pre>sudo</pre> users. Konfigurácia používateľov skupiny <pre>sudo</pre>. - + Cannot chmod sudoers file. Nedá sa vykonať príkaz chmod na súbori sudoers. - + Cannot create sudoers file for writing. Nedá sa vytvoriť súbor sudoers na zapisovanie. @@ -3831,22 +3882,22 @@ Výstup: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Kliknutím sem získate viac informácií o spätnej väzbe od používateľa</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Vybraním tejto voľby odošlete informácie o vašej inštalácii a hardvéri. Tieto informácie budú odoslané <b>iba raz</b> po dokončení inštalácie. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Vybraním tejto voľby budete pravidelne odosielať informácie o vašom <b>počítači</b>, inštalácii, hardvéri a aplikáciách distribúcii %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Vybraním tejto voľby budete neustále odosielať informácie o vašej <b>používateľskej</b> inštalácii, hardvéri, aplikáciách a charakteristike používania distribúcii %1. @@ -3867,12 +3918,12 @@ Výstup: Odpojenie súborových systémov. - + No target system available. Nie je dostupný žiadny cieľový systém. - + No rootMountPoint is set. @@ -3880,12 +3931,12 @@ Výstup: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Ak bude tento počítač používať viac ako jedna osoba, môžete nastaviť viacero účtov po inštalácii.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Ak bude tento počítač používať viac ako jedna osoba, môžete nastaviť viacero účtov po inštalácii.</small> @@ -4034,44 +4085,19 @@ Výstup: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Vitajte v inštalačnom programe Calamares pre distribúciu %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Vitajte pri inštalácii distribúcie %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Vitajte v aplikácii Calamares, inštalátore distribúcie %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Vitajte v inštalátore distribúcie %1.</h1> - - - %1 support Podpora distribúcie %1 - + About %1 setup O inštalátore %1 - + About %1 installer O inštalátore %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>pre %3</strong><br/><br/>Autorské práva 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Autorské práva 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Poďakovanie patrí <a href="https://calamares.io/team/">tímu inštalátora Calamares</a> a <a href="https://www.transifex.com/calamares/calamares/">prekladateľskému tímu inštalátora Calamares</a>.<br/><br/>Vývoj inštalátora <a href="https://calamares.io/">Calamares</a> je sponzorovaný spoločnosťou <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - oslobodzujúci softvér. - WelcomeQmlViewStep @@ -4109,7 +4135,7 @@ Výstup: No partitions are available for ZFS. - + Nie sú dostupné žiadne oddiely pre ZFS. @@ -4136,33 +4162,7 @@ Výstup: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - pre distribúciu %3</strong><br/><br/> - Autorské práva 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Autorské práva 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Poďakovanie patrí <a href='https://calamares.io/team/'>tímu inštalátora Calamares</a> - a <a href='https://www.transifex.com/calamares/calamares/'>prekladateľskému tímu inštalátora Calamares</a>.<br/><br/> - Vývoj inštalátora <a href='https://calamares.io/'>Calamares</a> - je podporovaný spoločnosťou <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - oslobodzujúci softvér. - - - + Back Späť @@ -4266,17 +4266,17 @@ Výstup: Model klávesnice: - + Layouts Rozloženia - + Type here to test your keyboard Tu môžete písať na odskúšanie vašej klávesnice - + Variants Varianty @@ -4405,102 +4405,102 @@ Výstup: Ak bude tento počítač používať viac ako jedna osoba, môžete po inštalácii vytvoriť viacero účtov. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Sú povolené iba malé písmená, číslice, podtržníky a pomlčky. - + root is not allowed as username. root nie je možné použiť ako meno používateľa - + What is the name of this computer? Aký je názov tohto počítača? - + Computer Name Názov počítača - + This name will be used if you make the computer visible to others on a network. Tento názov bude použitý, keď zviditeľníte počítač ostatným v sieti. - + localhost is not allowed as hostname. localhost nie možné použiť ako názov hostiteľa - + Choose a password to keep your account safe. Zvoľte heslo pre zachovanie vášho účtu v bezpečí. - + Password Heslo - + Repeat Password Zopakovanie hesla - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Zadajte rovnaké heslo dvakrát, aby sa predišlo preklepom. Dobré heslo by malo obsahovať mix písmen, čísel a diakritiky, malo by mať dĺžku aspoň osem znakov a malo by byť pravidelne menené. - + Validate passwords quality Overiť kvalitu hesiel - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Keď je zaškrtnuté toto políčko, kontrola kvality hesla bude ukončená a nebudete môcť použiť slabé heslo. - + Log in automatically without asking for the password Prihlásiť automaticky bez pýtania hesla - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password Znovu použiť používateľské heslo ako heslo správcu - + Use the same password for the administrator account. Použiť rovnaké heslo pre účet správcu. - + Choose a root password to keep your account safe. Zvoľte heslo správcu pre zachovanie vášho účtu v bezpečí. - + Root Password Heslo správcu - + Repeat Root Password Zopakovanie hesla správcu - + Enter the same password twice, so that it can be checked for typing errors. Zadajte rovnaké heslo dvakrát, aby sa predišlo preklepom. diff --git a/lang/calamares_sl.ts b/lang/calamares_sl.ts index 43a344e51..ddc82adc1 100644 --- a/lang/calamares_sl.ts +++ b/lang/calamares_sl.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Namesti @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Končano @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -271,7 +290,7 @@ - + (%n second(s)) @@ -281,7 +300,7 @@ - + System-requirements checking is complete. @@ -487,12 +506,12 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. CalamaresWindow - + %1 Setup Program - + %1 Installer %1 Namestilnik @@ -531,149 +550,149 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Oblika - + Select storage de&vice: - - - - + + + + Current: - + After: Potem: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -761,27 +780,27 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Config - + Set keyboard model to %1.<br/> Nastavi model tipkovnice na %1.<br/> - + Set keyboard layout to %1/%2. Nastavi razporeditev tipkovnice na %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -816,97 +835,97 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -962,11 +981,16 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1425,6 +1449,16 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1454,8 +1488,8 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. - - + + Please enter the same passphrase in both boxes. @@ -1463,12 +1497,12 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1544,32 +1578,32 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1603,12 +1637,18 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. Namestilniku ni uspelo formatirati razdelka %1 na disku '%2'. @@ -1616,12 +1656,12 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1661,27 +1701,27 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1981,35 +2021,35 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2035,12 +2075,12 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2050,98 +2090,110 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2192,24 +2244,24 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2502,7 +2554,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. - + Password is empty @@ -2540,22 +2592,6 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2859,82 +2895,97 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Razdelki - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: Potem: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3066,7 +3117,7 @@ Output: QObject - + %1 (%2) @@ -3389,12 +3440,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: Za najboljše rezultate se prepričajte, da vaš računalnik izpolnjuje naslednje zahteve: - + System requirements @@ -3415,29 +3466,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3639,18 +3690,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3658,17 +3709,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Na datoteki sudoers ni mogoče izvesti opravila chmod. - + Cannot create sudoers file for writing. Ni mogoče ustvariti datoteke sudoers za pisanje. @@ -3822,22 +3873,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3858,12 +3909,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3871,12 +3922,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4025,44 +4076,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4127,23 +4153,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4243,17 +4253,17 @@ Output: Model tipkovnice: - + Layouts - + Type here to test your keyboard Tipkajte tukaj za testiranje tipkovnice - + Variants @@ -4380,102 +4390,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? Ime računalnika? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Izberite geslo za zaščito vašega računa. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_sq.ts b/lang/calamares_sq.ts index 902661707..25d9c8f52 100644 --- a/lang/calamares_sq.ts +++ b/lang/calamares_sq.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Pemë Widget-esh - + Debug information Të dhëna diagnostikimi @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Ujdise - + Install Instalim @@ -171,7 +190,7 @@ Calamares::JobThread - + Done U bë @@ -261,7 +280,7 @@ Kontrolli i domosdoshmërive për modulin <i>%1</i> u plotësua. - + Waiting for %n module(s). Po pritet për %n modul(e). @@ -269,7 +288,7 @@ - + (%n second(s)) (%n sekondë(a)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Kontrolli i domosdoshmërive të sistemit u plotësua. @@ -488,12 +507,12 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. CalamaresWindow - + %1 Setup Program Programi i Rregullimit të %1 - + %1 Installer Instalues %1 @@ -532,149 +551,149 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. Formular - + Select storage de&vice: Përzgjidhni &pajisje depozitimi: - - - - + + + + Current: E tanishmja: - + After: Më Pas: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Pjesëzim dorazi</strong><br/>Pjesët mund t’i krijoni dhe ripërmasoni ju vetë. - + Reuse %1 as home partition for %2. Ripërdore %1 si pjesën shtëpi për %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Përzgjidhni një pjesë që të zvogëlohet, mandej tërhiqni shtyllën e poshtme që ta ripërmasoni</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 do të zvogëlohet në %2MiB dhe për %4 do të krijohet një pjesë e re %3MiB. - + Boot loader location: Vendndodhje ngarkuesi nisjesh: - + <strong>Select a partition to install on</strong> <strong>Përzgjidhni një pjesë ku të instalohet</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Në këtë sistem s’gjendet gjëkundi një pjesë EFI sistemi. Ju lutemi, kthehuni mbrapsht dhe përdorni pjesëtimin dorazi që të rregulloni %1. - + The EFI system partition at %1 will be used for starting %2. Për nisjen e %2 do të përdoret pjesa EFI e sistemit te %1. - + EFI system partition: Pjesë EFI sistemi: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Kjo pajisje depozitimi përmban %1 në të. Ç’do të donit të bënit?<br/>Do të jeni në gjendje të rishqyrtoni dhe ripohoni zgjedhjet tuaja, para se te pajisja e depozitimit të bëhet çfarëdo ndryshimi. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Fshije diskun</strong><br/>Kështu do të <font color=\"red\">fshihen</font> krejt të dhënat të pranishme tani në pajisjen e përzgjedhur. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Instaloje në krah të tij</strong><br/>Instaluesi do të zvogëlojë një pjesë për të bërë vend për %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Zëvendëso një pjesë</strong><br/>Zëvendëson një pjesë me %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Kjo pajisje depozitimi përmban %1 në të. Ç’do të donit të bënit?<br/>Do të jeni në gjendje të rishqyrtoni dhe ripohoni zgjedhjet tuaja, para se te pajisja e depozitimit të bëhet çfarëdo ndryshimi. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Kjo pajisje depozitimi ka tashmë një sistem operativ në të. Ç’do të donit të bënit?<br/>Do të jeni në gjendje të rishqyrtoni dhe ripohoni zgjedhjet tuaja, para se te pajisja e depozitimit të bëhet çfarëdo ndryshimi. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Kjo pajisje depozitimi ka disa sisteme operativë në të. Ç’do të donit të bënit?<br/>Do të jeni në gjendje të rishqyrtoni dhe ripohoni zgjedhjet tuaja, para se te pajisja e depozitimit të bëhet çfarëdo ndryshimi. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Kjo pajisje depozitimi ka tashmë një sistem operativ në të, por tabela e saj e pjesëve <strong>%1</strong> është e ndryshme nga ajo e duhura <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Kjo pajisje depozitimi ka një nga pjesët e saj <strong>të montuar</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Kjo pajisje depozitimi është pjesë e një pajisje <strong>RAID jo aktive</strong> device. - + No Swap Pa Swap - + Reuse Swap Ripërdor Swap-in - + Swap (no Hibernate) Swap (pa Hibernate) - + Swap (with Hibernate) Swap (me Hibernate) - + Swap to file Swap në kartelë @@ -762,27 +781,27 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. Config - + Set keyboard model to %1.<br/> Si model tastiere do të caktohet %1.<br/> - + Set keyboard layout to %1/%2. Si model tastiere do të caktohet %1%2. - + Set timezone to %1/%2. Si zonë kohore cakto %1/%2 - + The system language will be set to %1. Si gjuhë sistemi do të caktohet %1. - + The numbers and dates locale will be set to %1. Si vendore për numra dhe data do të vihet %1. @@ -817,97 +836,97 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. Instalim Nga Rrjeti. (U çaktivizua: S’arrihet të sillen lista paketash, kontrolloni lidhjen tuaj në rrjet) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Ky kompjuter s’i plotëson kërkesat minimum për rregullimin e %1.<br/>Rregullimi s’mund të vazhdojë. <a href=\"#details\">Hollësi…</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Ky kompjuter s’i plotëson kërkesat minimum për instalimin e %1.<br/>Instalimi s’mund të vazhdojë. <a href=\"#details\">Hollësi…</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Ky kompjuter s’i plotëson disa nga domosdoshmëritë e rekomanduara për rregullimin e %1.<br/>Rregullimi mund të vazhdojë, por disa veçori mund të përfundojnë të çaktivizuara. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Ky kompjuter s’i plotëson disa nga domosdoshmëritë e rekomanduara për instalimin e %1.<br/>Instalimi mund të vazhdojë, por disa veçori mund të përfundojnë të çaktivizuara. - + This program will ask you some questions and set up %2 on your computer. Ky program do t’ju bëjë disa pyetje dhe do të rregullojë %2 në kompjuterin tuaj. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Mirë se vini te programi i ujdisjes së Calamares për</h1> - + <h1>Welcome to %1 setup</h1> <h1>Mirë se vini te udjisja e %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Mirë se vini te instaluesi Calamares për %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Mirë se vini te instaluesi i %1</h1> - + Your username is too long. Emri juaj i përdoruesit është shumë i gjatë. - + '%1' is not allowed as username. '%1' s’lejohet si emër përdoruesi. - + Your username must start with a lowercase letter or underscore. Emri juaj i përdoruesit duhet të fillojë me një shkronjë të vogël ose nënvijë. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Lejohen vetëm shkronja të vogla, numra, nënvijë dhe vijë ndarëse. - + Your hostname is too short. Strehëemri juaj është shumë i shkurtër. - + Your hostname is too long. Strehëemri juaj është shumë i gjatë. - + '%1' is not allowed as hostname. '%1' s’lejohet si strehëemër. - + Only letters, numbers, underscore and hyphen are allowed. Lejohen vetëm shkronja, numra, nënvijë dhe vijë ndarëse. - + Your passwords do not match! Fjalëkalimet tuaj s’përputhen! - + OK! OK! @@ -963,11 +982,16 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. + Packages + Paketa + + + Install option: <strong>%1</strong> Mundësi instalimi: <strong>%1</strong> - + None Asnjë @@ -1426,6 +1450,16 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. FS Label: Etiketë FS-je: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1455,8 +1489,8 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. Ripohoni frazëkalimin - - + + Please enter the same passphrase in both boxes. Ju lutemi, jepni të njëjtin frazëkalim në të dy kutizat. @@ -1464,12 +1498,12 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. ErrorDialog - + Details: Hollësi: - + Would you like to paste the install log to the web? Do të donit të hidhet në web regjistri i instalimit? @@ -1545,32 +1579,32 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. &Rinise tani - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Kaq qe.</h1><br/>%1 u rregullua në kompjuterin tuaj.<br/>Tani mundeni të filloni të përdorni sistemin tuaj të ri. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Kur i vihet shenjë kësaj kutie, sistemi juaj do të riniset menjëherë, kur klikoni mbi <span style=" font-style:italic;">U bë</span> ose mbyllni programin e rregullimit.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Kaq qe.</h1><br/>%1 është instaluar në kompjuterin tuaj.<br/>Tani mundeni ta rinisni me sistemin tuaj të ri, ose të vazhdoni përdorimin e mjedisit %2 Live. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Kur i vihet shenjë kësaj kutie, sistemi juaj do të riniset menjëherë, kur klikoni mbi <span style=" font-style:italic;">U bë</span> ose mbyllni instaluesin.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Rregullimi Dështoi</h1><br/>%1 s’u rregullua në kompjuterin tuaj.<br/>Mesazhi i gabimit qe: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Instalimi Dështoi</h1><br/>%1 s’u instalua në kompjuterin tuaj.<br/>Mesazhi i gabimit qe: %2. @@ -1604,12 +1638,18 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. Formato pjesën <strong>%3MiB</strong> <strong>%1</strong> me sistem kartelash <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Po formatohet pjesa %1 me sistem kartelash %2. - + The installer failed to format partition %1 on disk '%2'. Instaluesi s’arriti të formatojë pjesën %1 në diskun '%2'. @@ -1617,12 +1657,12 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. GeneralRequirements - + has at least %1 GiB available drive space ka të paktën %1 GiB hapësirë të përdorshme - + There is not enough drive space. At least %1 GiB is required. S’ka hapësirë të mjaftueshme. Lypset të paktën %1 GiB. @@ -1662,27 +1702,27 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. po e xhiron instaluesin si një përgjegjës (rrënjë) - + The setup program is not running with administrator rights. Programi i rregullimit nuk po xhirohen me të drejta përgjegjësi. - + The installer is not running with administrator rights. Instaluesi s’po xhirohet me të drejta përgjegjësi. - + has a screen large enough to show the whole installer ka një ekran të mjaftueshëm për të shfaqur krejt instaluesin - + The screen is too small to display the setup program. Ekrani është shumë i vogël për të shfaqur programin e rregullimit. - + The screen is too small to display the installer. Ekrani është shumë i vogël për shfaqjen e instaluesit. @@ -1982,35 +2022,35 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. LuksBootKeyFileJob - + Configuring LUKS key file. Po formësohet kartelë kyçesh LUKS. - - + + No partitions are defined. S’ka pjesë të përkufizuara. - - - + + + Encrypted rootfs setup error Gabim ujdisjeje rootfs të fshehtëzuar - + Root partition %1 is LUKS but no passphrase has been set. Pjesa rrënjë %1 është LUKS, por s’është caktuar frazëkalim. - + Could not create LUKS key file for root partition %1. S’u krijua dot kartelë kyçi LUKS për ndarjen rrënjë %1. - + Could not configure LUKS key file on partition %1. S’u formësua dot kartelë kyçesh LUKS te pjesën %1. @@ -2036,12 +2076,12 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. Map - + Timezone: %1 Zonë kohore: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2051,100 +2091,112 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. NetInstallViewStep - + Package selection Përzgjedhje paketash - + Office software Software zyrash - + Office package Paketë zyrash - + Browser software Software shfletuesi - + Browser package Paketë shfletuesi - + Web browser Shfletues - + Kernel + label for netinstall module, Linux kernel Kernel - + Services + label for netinstall module, system services Shërbime - + Login + label for netinstall module, choose login manager Hyrje - + Desktop + label for netinstall module, choose desktop environment Desktop - - Applications - Aplikacione - - - + Communication + label for netinstall module Komunikim - + Development + label for netinstall module Zhvillim - + Office + label for netinstall module Zyrë - + Multimedia + label for netinstall module Multimedia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Tema - + Gaming + label for netinstall module Lojëra - + Utilities + label for netinstall module Të dobishme + + + Applications + Aplikacione + NotesQmlViewStep @@ -2193,24 +2245,24 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. Përzgjidhni Rajonin tuaj të parapëlqyer, ose përdorni rregullimet parazgjedhje. - - - + + + Timezone: %1 Zonë kohore: %1 - + Select your preferred Zone within your Region. Përzgjidhni brenda Rajonit tuaj Zonën tuaj të parapëlqyer. - + Zones Zona - + You can fine-tune Language and Locale settings below. Më poshtë mund të përimtoni rregullimet për Gjuhën dhe Vendoren. @@ -2485,7 +2537,7 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. Gabim i panjohur - + Password is empty Fjalëkalimi është i zbrazët @@ -2523,22 +2575,6 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. Ju lutemi, zgjidhni prej listës një produkt. Produkti i përzgjedhur do të instalohet. - - PackageChooserQmlViewStep - - - Packages - Paketa - - - - PackageChooserViewStep - - - Packages - Paketa - - PackageModel @@ -2842,82 +2878,97 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. Pjesë - + + Unsafe partition actions are enabled. + Janë aktivizuar veprime jo të parrezik pjesësh. + + + + Partitioning is configured to <b>always</b> fail. + Pjesëzimi është formësuar të dështojë <b>përherë</b>. + + + + No partitions will be changed. + S’do të ndryshohet ndonjë pjesë. + + + Current: E tanishmja: - + After: Më Pas: - + No EFI system partition configured S’ka të formësuar pjesë sistemi EFI - + EFI system partition configured incorrectly Pjesë EFI sistemi e formësuar pasaktësisht - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. Që të niset %1, është e nevojshme një pjesë EFI sistemi.<br/><br/>Që të formësoni një pjesë sistemi EFI, kthehuni nbrapsht dhe përzgjidhni ose krijoni një sistem të përshtatshëm kartelash. - + The filesystem must be mounted on <strong>%1</strong>. Sistemi i kartelave duhet të montohet te <strong>%1</strong>. - + The filesystem must have type FAT32. Sistemi i kartelave duhet të jetë i llojit FAT32. - + The filesystem must be at least %1 MiB in size. Sistemi i kartelave duhet të jetë të paktën %1 MiB i madh. - + The filesystem must have flag <strong>%1</strong> set. Sistemi i kartelave duhet të ketë të përzgjedhur parametrin <strong>%1</strong>. - + You can continue without setting up an EFI system partition but your system may fail to start. Mund të vazhdoni pa ujdisur një pjesë EFI sistemi, por sistemi juaj mund të mos arrijë të niset. - + Option to use GPT on BIOS Mundësi për përdorim GTP-je në BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - Një tabelë pjesësh GPT është mundësia më e mirë për krejt sistemet. Ky instalues mbulon gjithashtu një ujdisje të tillë edhe për sisteme BIOS.<br/><br/>Që të formësoni një tabelë pjesësh GPT në BIOS, (nëse s’është bërë ende) kthehuni dhe ujdiseni tabelën e pjesëve si GPT, më pas krijoni një ndarje të paformatuar 8 MB me shenjën <strong>%2</strong> të aktivizuar.<br/><br/>Një pjesë e paformatuar 8 MB është e nevojshme për të nisur %1 në një sistem BIOS me GPT. + Mundësia më e mirë për krejt sistemet është një tabelë GPT pjesësh. Ky instalues mbulon një ujdisje të tillë edhe për sisteme BIOS.<br/><br/>Që të formësoni një tabelë GPT pjesësh në BIOS, (nëse s’është bërë tashmë), kthehuni mbrapsht dhe vëreni tabelën e pjesëve si GPT, më pas, krijoni një pjesë 8 MB të paformatuar, me parametrin <strong>%2</strong> të aktivizuar.<br/><br/>Një pjesë e paformatuar 8 MB është e nevojshme për të nisur %1 në një sistem BIOS me GPT. - + Boot partition not encrypted Pjesë nisjesh e pafshehtëzuar - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Tok me pjesën e fshehtëzuar <em>root</em> qe rregulluar edhe një pjesë <em>boot</em> veçmas, por pjesa <em>boot</em> s’është e fshehtëzuar.<br/><br/>Ka preokupime mbi sigurinë e këtij lloj rregullimi, ngaqë kartela të rëndësishme sistemi mbahen në një pjesë të pafshehtëzuar.<br/>Mund të vazhdoni, nëse doni, por shkyçja e sistemit të kartelave do të ndodhë më vonë, gjatë nisjes së sistemit.<br/>Që të fshehtëzoni pjesën <em>boot</em>, kthehuni mbrapsht dhe rikrijojeni, duke përzgjedhur te skena e krijimit të pjesës <strong>Fshehtëzoje</strong>. - + has at least one disk device available. ka të paktën një pajisje disku për përdorim. - + There are no partitions to install on. S’ka pjesë ku të instalohet. @@ -3052,7 +3103,7 @@ Përfundim: QObject - + %1 (%2) %1 (%2) @@ -3378,12 +3429,12 @@ Përfundim: ResultsListDialog - + For best results, please ensure that this computer: Për përfundime më të mira, ju lutemi, garantoni që ky kompjuter: - + System requirements Sistem i domosdoshëm @@ -3404,29 +3455,29 @@ Përfundim: SetHostNameJob - + Set hostname %1 Cakto strehëemër %1 - + Set hostname <strong>%1</strong>. Cakto strehëemër <strong>%1</strong>. - + Setting hostname %1. Po caktohet strehëemri %1. - - + + Internal Error Gabim i Brendshëm - - + + Cannot write hostname to target system S’shkruhet dot strehëemër te sistemi i synuar @@ -3628,18 +3679,18 @@ Përfundim: SetupGroupsJob - + Preparing groups. Po përgatiten grupe. - - + + Could not create groups in target system S’u krijuan dot grupe te sistemi i synuar - + These groups are missing in the target system: %1 Këto grupe mungojnë te sistemi i synuar: %1 @@ -3647,17 +3698,17 @@ Përfundim: SetupSudoJob - + Configure <pre>sudo</pre> users. Formësoni përdorues <pre>sudo</pre>. - + Cannot chmod sudoers file. S’mund të kryhet chmod mbi kartelën sudoers. - + Cannot create sudoers file for writing. S’krijohet dot kartelë sudoers për shkrim. @@ -3811,22 +3862,22 @@ Përfundim: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Për më tepër të dhëna rreth përshtypjeve të përdoruesit, klikoni këtu</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Gjurmimi e ndihmon %1 të shoë se sa shpesh është instaluar, në çfarë hardware-i është instaluar dhe cilët aplikacione janë përdorur. Që të shihni se ç’do të dërgohet, ju lutemi, klikoni mbi ikonën e nidhmës në krah të secilës fushë. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Duke përzgjedhur këtë, do të dërgoni informacion rreth instalimit dhe hardware-it tuaj. Ky informacion do të dërgohet vetëm <b>një herë</b>, pasi të përfundojë instalimi. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Duke përzgjedhur këtë, do të dërgoni periodikisht te %1 informacion rreth instalimit, hardware-it dhe aplikacioneve të <b>makinës</b> tuaj. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Duke përzgjedhur këtë, do të dërgoni rregullisht te %1 informacion rreth instalimit tuaj si <b>përdorues</b>, hardware-it, aplikacioneve dhe rregullsive në përdorimin e aplikacioneve. @@ -3847,12 +3898,12 @@ Përfundim: Çmontoni sisteme kartelash. - + No target system available. S’ka sistem të synuar. - + No rootMountPoint is set. S’është ujdisur rootMountPoint. @@ -3860,12 +3911,12 @@ Përfundim: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Nëse këtë kompjuter do ta përdorë më shumë se një person, mund të krijoni disa llogari, pas rregullimit.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Nëse këtë kompjuter do ta përdorë më shumë se një person, mund të krijoni disa llogari, pas instalimit.</small> @@ -4014,44 +4065,19 @@ Përfundim: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Mirë se vini te programi i rregullimit Calamares për %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Mirë se vini te rregullimi i %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Mirë se vini te instaluesi Calamares për %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Mirë se vini te instaluesi i %1.</h1> - - - %1 support Asistencë %1 - + About %1 setup Mbi rregullimin e %1 - + About %1 installer Rreth instaluesit %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>për %3</strong><br/><br/>Të drejta kopjimi 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Të drejta kopjimi 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Falënderime për <a href="https://calamares.io/team/">ekipin e Calamares</a> dhe <a href="https://www.transifex.com/calamares/calamares/">ekipin e përkthyesve të Calamares</a>.<br/><br/>Zhvillimi i <a href="https://calamares.io/">Calamares</a> sponsorizohet nga <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4116,34 +4142,7 @@ Përfundim: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - për %3</strong><br/><br/> - Të drejta kopjimi 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Të drejta kopjimi 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Falënderime <a href='https://calamares.io/team/'>ekipit Calamares</a> - dhe <a href='https://www.transifex.com/calamares/calamares/'>ekipit - të përkthyesve të Calamares</a>.<br/><br/> - Zhvillimi i <a href='https://calamares.io/'>Calamares</a> - sponsorizohet nga <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Mbrapsht @@ -4248,17 +4247,17 @@ Përfundim: Model Tastiere: - + Layouts Skema - + Type here to test your keyboard Që të provoni tastierën tuaj, shtypni këtu - + Variants Variante @@ -4407,102 +4406,102 @@ Përfundim: Nëse këtë kompjuter do ta përdorë më shumë se një person, mund të krijoni llogari të shumta pas instalimit. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Lejohen vetëm shkronja të vogla, numra, nënvijë dhe vijë ndarëse. - + root is not allowed as username. “root” nuk lejohet si emër përdoruesi. - + What is the name of this computer? Cili është emri i këtij kompjuteri? - + Computer Name Emër Kompjuteri - + This name will be used if you make the computer visible to others on a network. Ky emër do të përdoret nëse e bëni kompjuterin të dukshëm për të tjerët në një rrjet. - + localhost is not allowed as hostname. “localhost” s’lejohet si strehëemër. - + Choose a password to keep your account safe. Zgjidhni një fjalëkalim për ta mbajtur llogarinë tuaj të parrezikuar. - + Password Fjalëkalim - + Repeat Password Ripërsëritni Fjalëkalimin - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Jepeni të njëjtin fjalëkalim dy herë, që të kontrollohet për gabime shkrimi. Një fjalëkalim i mirë do të përmbante një përzierje shkronjash, numrash dhe shenjash pikësimi, do të duhej të ishte të paktën tetë shenja i gjatë, dhe do të duhej të ndryshohej periodikisht. - + Validate passwords quality Vlerëso cilësi fjalëkalimi - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Kur i vihet shenjë kësaj kutize, bëhet kontroll fortësie fjalëkalimi dhe s’do të jeni në gjendje të përdorni një fjalëkalim të dobët. - + Log in automatically without asking for the password Kryej hyrje vetvetiu, pa kërkuar fjalëkalimin. - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Lejohen vetëm shkronja, numra, nënvijë dhe vijë ndarëse. minimumi dy shenja. - + Reuse user password as root password Ripërdor fjalëkalim përdoruesi si fjalëkalim përdoruesi rrënjë - + Use the same password for the administrator account. Përdor të njëjtin fjalëkalim për llogarinë e përgjegjësit. - + Choose a root password to keep your account safe. Që ta mbani llogarinë tuaj të parrezik, zgjidhni një fjalëkalim rrënje - + Root Password Fjalëkalim Rrënje - + Repeat Root Password Përsëritni Fjalëkalim Rrënje - + Enter the same password twice, so that it can be checked for typing errors. Jepeni të njëjtin fjalëkalim dy herë, që të mund të kontrollohet për gabime shkrimi. diff --git a/lang/calamares_sr.ts b/lang/calamares_sr.ts index c9c084003..dcbfdbba8 100644 --- a/lang/calamares_sr.ts +++ b/lang/calamares_sr.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Инсталирај @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Завршено @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -270,7 +289,7 @@ - + (%n second(s)) @@ -279,7 +298,7 @@ - + System-requirements checking is complete. @@ -485,12 +504,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer %1 инсталер @@ -529,149 +548,149 @@ The installer will quit and all changes will be lost. Форма - + Select storage de&vice: Изаберите у&ређај за смештање: - - - - + + + + Current: Тренутно: - + After: После: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Ручно партиционисање</strong><br/>Сами можете креирати или мењати партције. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: Подизни учитавач на: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -759,27 +778,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. Системски језик биће постављен на %1 - + The numbers and dates locale will be set to %1. @@ -814,97 +833,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. Ваше корисничко име је предугачко. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. Име вашег "домаћина" - hostname је прекратко. - + Your hostname is too long. Ваше име домаћина је предуго - hostname - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! Лозинке се не поклапају! - + OK! @@ -960,11 +979,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1423,6 +1447,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1452,8 +1486,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1461,12 +1495,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1542,32 +1576,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1601,12 +1635,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1614,12 +1654,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1659,27 +1699,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1979,35 +2019,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2033,12 +2073,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2048,98 +2088,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection Избор пакета - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2190,24 +2242,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2491,7 +2543,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2529,22 +2581,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2848,82 +2884,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Тренутно: - + After: После: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3055,7 +3106,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3378,12 +3429,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: За најбоље резултате обезбедите да овај рачунар: - + System requirements Системски захтеви @@ -3404,29 +3455,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error Интерна грешка - - + + Cannot write hostname to target system @@ -3628,18 +3679,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3647,17 +3698,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Није могуће променити мод (chmod) над "судоерс" фајлом - + Cannot create sudoers file for writing. @@ -3811,22 +3862,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3847,12 +3898,12 @@ Output: Демонтирање фајл-система. - + No target system available. - + No rootMountPoint is set. @@ -3860,12 +3911,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4014,44 +4065,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support %1 подршка - + About %1 setup - + About %1 installer О %1 инсталатеру - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4116,23 +4142,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4232,17 +4242,17 @@ Output: - + Layouts - + Type here to test your keyboard куцајте овде да тестирате тастатуру - + Variants @@ -4369,102 +4379,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? Како ћете звати ваш рачунар? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Изаберите лозинку да обезбедите свој налог. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_sr@latin.ts b/lang/calamares_sr@latin.ts index c8a1e5934..6c28b5c7f 100644 --- a/lang/calamares_sr@latin.ts +++ b/lang/calamares_sr@latin.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install Instaliraj @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Gotovo @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -270,7 +289,7 @@ - + (%n second(s)) @@ -279,7 +298,7 @@ - + System-requirements checking is complete. @@ -485,12 +504,12 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. CalamaresWindow - + %1 Setup Program - + %1 Installer %1 Instaler @@ -529,149 +548,149 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. - + Select storage de&vice: - - - - + + + + Current: - + After: Poslije: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -759,27 +778,27 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -814,97 +833,97 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! Vaše lozinke se ne poklapaju - + OK! @@ -960,11 +979,16 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1423,6 +1447,16 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1452,8 +1486,8 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. - - + + Please enter the same passphrase in both boxes. @@ -1461,12 +1495,12 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1542,32 +1576,32 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1601,12 +1635,18 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. Instaler nije uspeo formatirati particiju %1 na disku '%2'. @@ -1614,12 +1654,12 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1659,27 +1699,27 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1979,35 +2019,35 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2033,12 +2073,12 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2048,98 +2088,110 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2190,24 +2242,24 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2491,7 +2543,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. - + Password is empty @@ -2529,22 +2581,6 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2848,82 +2884,97 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. Particije - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: Poslije: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3055,7 +3106,7 @@ Output: QObject - + %1 (%2) @@ -3378,12 +3429,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: Za najbolje rezultate, uvjetite se da li ovaj računar: - + System requirements @@ -3404,29 +3455,29 @@ Output: SetHostNameJob - + Set hostname %1 Postavi ime računara %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3628,18 +3679,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3647,17 +3698,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Nemoguće uraditi chmod nad sudoers fajlom. - + Cannot create sudoers file for writing. Nemoguće napraviti sudoers fajl @@ -3811,22 +3862,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3847,12 +3898,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3860,12 +3911,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4014,44 +4065,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4116,23 +4142,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4232,17 +4242,17 @@ Output: Model tastature: - + Layouts - + Type here to test your keyboard Test tastature - + Variants @@ -4369,102 +4379,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? Kako želite nazvati ovaj računar? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Odaberite lozinku da biste zaštitili Vaš korisnički nalog. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_sv.ts b/lang/calamares_sv.ts index a86edbdcc..4ae4fdaac 100644 --- a/lang/calamares_sv.ts +++ b/lang/calamares_sv.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + <h1>%1</h1> <br/> <strong>%2<br/> för %3</strong> <br/><br/> + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + Tack till <a href="https://calamares.io/team/">Calamares-teamet</a> och <a href="https://www.transifex.com/calamares/calamares/">Calamares översättar-team</a>. <br/><br/><a href="https://calamares.io/">Calamares</a>utveckling är sponsrad av <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + Copyright %1-%2 %3 &lt;%4&gt;<br/> + + AutoMountManagementJob @@ -137,7 +156,7 @@ Widgetträd - + Debug information Avlusningsinformation @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Inställningar - + Install Installera @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Klar @@ -261,7 +280,7 @@ Kontroll av krav för modul <i>%1</i> är färdig. - + Waiting for %n module(s). Väntar på %n modul(er). @@ -269,7 +288,7 @@ - + (%n second(s)) (%n sekund(er)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Kontroll av systemkrav är färdig @@ -487,12 +506,12 @@ Alla ändringar kommer att gå förlorade. CalamaresWindow - + %1 Setup Program %1 Installationsprogram - + %1 Installer %1-installationsprogram @@ -531,149 +550,149 @@ Alla ändringar kommer att gå förlorade. Formulär - + Select storage de&vice: Välj lagringsenhet: - - - - + + + + Current: Nuvarande: - + After: Efter: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Manuell partitionering</strong><br/>Du kan själv skapa och ändra storlek på partitionerna. - + Reuse %1 as home partition for %2. Återanvänd %1 som hempartition för %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Välj en partition att minska, sen dra i nedre fältet för att ändra storlek</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 kommer att förminskas till %2MiB och en ny %3MiB partition kommer att skapas för %4. - + Boot loader location: Sökväg till starthanterare: - + <strong>Select a partition to install on</strong> <strong>Välj en partition att installera på</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Ingen EFI-partition kunde inte hittas på systemet. Gå tillbaka och partitionera din lagringsenhet manuellt för att ställa in %1. - + The EFI system partition at %1 will be used for starting %2. EFI-partitionen %1 kommer att användas för att starta %2. - + EFI system partition: EFI-partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Denna lagringsenhet ser inte ut att ha ett operativsystem installerat. Vad vill du göra?<br/>Du kommer kunna granska och bekräfta dina val innan någon ändring görs på lagringseneheten. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Rensa lagringsenhet</strong><br/>Detta kommer <font color="red">radera</font> all existerande data på den valda lagringsenheten. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Installera på sidan om</strong><br/>Installationshanteraren kommer krympa en partition för att göra utrymme för %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Ersätt en partition</strong><br/>Ersätter en partition med %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Denna lagringsenhet har %1 på sig. Vad vill du göra?<br/>Du kommer kunna granska och bekräfta dina val innan någon ändring görs på lagringsenheten. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Denna lagringsenhet har redan ett operativsystem på sig. Vad vill du göra?<br/>Du kommer kunna granska och bekräfta dina val innan någon ändring sker på lagringsenheten. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Denna lagringsenhet har flera operativsystem på sig. Vad vill du göra?<br/>Du kommer kunna granska och bekräfta dina val innan någon ändring sker på lagringsenheten. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Denna lagringsenhet har redan ett operativsystem installerat på sig, men partitionstabellen <strong>%1</strong> skiljer sig från den som behövs <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Denna lagringsenhet har en av dess partitioner <strong>monterad</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Denna lagringsenhet är en del av en <strong>inaktiv RAID</strong>enhet. - + No Swap Ingen Swap - + Reuse Swap Återanvänd Swap - + Swap (no Hibernate) Swap (utan viloläge) - + Swap (with Hibernate) Swap (med viloläge) - + Swap to file Använd en fil som växlingsenhet @@ -761,27 +780,27 @@ Alla ändringar kommer att gå förlorade. Config - + Set keyboard model to %1.<br/> Sätt tangenbordsmodell till %1.<br/> - + Set keyboard layout to %1/%2. Sätt tangentbordslayout till %1/%2. - + Set timezone to %1/%2. Sätt tidszon till %1/%2. - + The system language will be set to %1. Systemspråket kommer ändras till %1. - + The numbers and dates locale will be set to %1. Systemspråket för siffror och datum kommer sättas till %1. @@ -816,97 +835,97 @@ Alla ändringar kommer att gå förlorade. Nätverksinstallation. (Inaktiverad: Kan inte hämta paketlistor, kontrollera nätverksanslutningen) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Datorn uppfyller inte minimikraven för inställning av %1.<br/>Inga inställningar kan inte göras. <a href="#details">Detaljer...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Denna dator uppfyller inte minimikraven för att installera %1.<br/>Installationen kan inte fortsätta. <a href="#details">Detaljer...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Några av kraven för inställning av %1 uppfylls inte av datorn.<br/>Inställningarna kan ändå göras men vissa funktioner kommer kanske inte att kunna användas. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Denna dator uppfyller inte alla rekommenderade krav för att installera %1.<br/>Installationen kan fortsätta, men alla alternativ och funktioner kanske inte kan användas. - + This program will ask you some questions and set up %2 on your computer. Detta program kommer att ställa dig några frågor och installera %2 på din dator. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Välkommen till Calamares installationsprogram för %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Välkommen till %1 installation</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Välkommen till Calamares installationsprogram för %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Välkommen till %1-installeraren</h1> - + Your username is too long. Ditt användarnamn är för långt. - + '%1' is not allowed as username. '%1' är inte tillåtet som användarnamn. - + Your username must start with a lowercase letter or underscore. Ditt användarnamn måste börja med en liten bokstav eller ett understreck. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Endast små bokstäver, nummer, understreck och bindestreck är tillåtet. - + Your hostname is too short. Ditt värdnamn är för kort. - + Your hostname is too long. Ditt värdnamn är för långt. - + '%1' is not allowed as hostname. '%1' är inte tillåtet som värdnamn. - + Only letters, numbers, underscore and hyphen are allowed. Endast bokstäver, nummer, understreck och bindestreck är tillåtet. - + Your passwords do not match! Lösenorden överensstämmer inte! - + OK! OK! @@ -962,11 +981,16 @@ Alla ändringar kommer att gå förlorade. + Packages + Paket + + + Install option: <strong>%1</strong> Installations alternativ: <strong>%1</strong> - + None Ingen @@ -1425,6 +1449,16 @@ Alla ändringar kommer att gå förlorade. FS Label: FS Etikett: + + + Passphrase for existing partition + Lösenfras för existerande partition + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + Partition %1 kunde inte dekrypteras med den angivna lösenfrasen. <br/><br/>Redigera partitionen igen och ange den korrekta lösenfrasen eller ta bort och skapa en ny krypterad partition + EncryptWidget @@ -1454,8 +1488,8 @@ Alla ändringar kommer att gå förlorade. Bekräfta lösenord - - + + Please enter the same passphrase in both boxes. Vänligen skriv samma lösenord i båda fälten. @@ -1463,12 +1497,12 @@ Alla ändringar kommer att gå förlorade. ErrorDialog - + Details: Detaljer: - + Would you like to paste the install log to the web? Vill du ladda upp installationsloggen på webben? @@ -1544,32 +1578,32 @@ Alla ändringar kommer att gå förlorade. Sta&rta om nu - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Allt klart.</h1><br/>%1 har installerats på din dator.<br/>Du kan nu börja använda ditt nya system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>När denna ruta är ikryssad kommer systemet starta om omedelbart när du klickar på <span style="font-style:italic;">Klar</span> eller stänger installationsprogrammet.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Klappat och klart.</h1><br/>%1 har installerats på din dator.<br/>Du kan nu starta om till ditt nya system, eller fortsätta att använda %2 i liveläge. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>När denna ruta är ikryssad kommer systemet starta om omedelbart när du klickar på <span style="font-style:italic;">Klar</span> eller stänger installationsprogrammet.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Installationen misslyckades</h1> <br/>%1 har inte blivit installerad på din dator. <br/>Felmeddelandet var: %2 - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Installationen misslyckades</h1> <br/>%1 har inte blivit installerad på din dator. <br/>Felmeddelandet var: %2 @@ -1603,12 +1637,18 @@ Alla ändringar kommer att gå förlorade. Formatera <strong>%3MiB</strong> partition <strong>%1</strong> med filsystem <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Formatera partition %1 med filsystem %2. - + The installer failed to format partition %1 on disk '%2'. Installationsprogrammet misslyckades att formatera partition %1 på disk '%2'. @@ -1616,12 +1656,12 @@ Alla ändringar kommer att gå förlorade. GeneralRequirements - + has at least %1 GiB available drive space har minst %1 GiB tillgängligt på hårddisken - + There is not enough drive space. At least %1 GiB is required. Det finns inte tillräckligt med hårddiskutrymme. Minst %1 GiB krävs. @@ -1661,27 +1701,27 @@ Alla ändringar kommer att gå förlorade. körs installationsprogammet med administratörsrättigheter (root) - + The setup program is not running with administrator rights. Installationsprogammet körs inte med administratörsrättigheter. - + The installer is not running with administrator rights. Installationsprogammet körs inte med administratörsrättigheter. - + has a screen large enough to show the whole installer har en tillräckligt stor skärm för att visa hela installationsprogrammet - + The screen is too small to display the setup program. Skärmen är för liten för att visa installationsprogrammet. - + The screen is too small to display the installer. Skärmen är för liten för att visa installationshanteraren. @@ -1981,35 +2021,35 @@ Alla ändringar kommer att gå förlorade. LuksBootKeyFileJob - + Configuring LUKS key file. Konfigurerar LUKS nyckel fil. - - + + No partitions are defined. Inga partitioner är definerade. - - - + + + Encrypted rootfs setup error Fel vid inställning av krypterat rootfs - + Root partition %1 is LUKS but no passphrase has been set. Root partition %1 är LUKS men ingen lösenfras har ställts in. - + Could not create LUKS key file for root partition %1. Kunde inte skapa LUKS nyckelfil för root partition %1. - + Could not configure LUKS key file on partition %1. Kunde inte konfigurera LUKS nyckelfil på partition %1. @@ -2035,12 +2075,12 @@ Alla ändringar kommer att gå förlorade. Map - + Timezone: %1 Tidszon: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2053,100 +2093,112 @@ Sök på kartan genom att dra NetInstallViewStep - + Package selection Paketval - + Office software Kontors programvara - + Office package Kontors paket - + Browser software Webbläsare - + Browser package Webbläsare - + Web browser Webbläsare - + Kernel + label for netinstall module, Linux kernel Kärna - + Services + label for netinstall module, system services Tjänster - + Login + label for netinstall module, choose login manager Inloggning - + Desktop + label for netinstall module, choose desktop environment Skrivbord - - Applications - Program - - - + Communication + label for netinstall module Kommunikation - + Development + label for netinstall module Utveckling - + Office + label for netinstall module Kontorsprogram - + Multimedia + label for netinstall module Multimedia - + Internet + label for netinstall module Internet - + Theming + label for netinstall module Teman - + Gaming + label for netinstall module Gaming - + Utilities + label for netinstall module Verktyg + + + Applications + Program + NotesQmlViewStep @@ -2195,24 +2247,24 @@ Sök på kartan genom att dra Välj din föredragna Region, eller använd standardinställningarna. - - - + + + Timezone: %1 Tidszon: %1 - + Select your preferred Zone within your Region. Välj din föredragna Zon inom din region. - + Zones Zoner - + You can fine-tune Language and Locale settings below. Du kan finjustera språk och Nationella inställningar nedan. @@ -2487,7 +2539,7 @@ Sök på kartan genom att dra Okänt fel - + Password is empty Lösenordet är blankt @@ -2525,22 +2577,6 @@ Sök på kartan genom att dra Välj en produkt från listan. Den valda produkten kommer att installeras. - - PackageChooserQmlViewStep - - - Packages - Paket - - - - PackageChooserViewStep - - - Packages - Paket - - PackageModel @@ -2844,82 +2880,97 @@ Sök på kartan genom att dra Partitioner - + + Unsafe partition actions are enabled. + Osäkra partitionsåtgärder är aktiverade. + + + + Partitioning is configured to <b>always</b> fail. + Partitionering är konfigurerad till att <b>alltid</b> misslyckas. + + + + No partitions will be changed. + Inga partitioner kommer att ändras. + + + Current: Nuvarande: - + After: Efter: - + No EFI system partition configured Ingen EFI system partition konfigurerad - + EFI system partition configured incorrectly EFI-systempartitionen felaktigt konfigurerad - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. En EFI-systempartition krävs för att starta %1 <br/><br/>För att konfigurera en EFI-systempartition, gå tillbaka och välj eller skapa ett lämpligt filsystem. - + The filesystem must be mounted on <strong>%1</strong>. Filsystemet måste vara monterat på <strong>%1</strong>. - + The filesystem must have type FAT32. Filsystemet måste vara av typ FAT32. - + The filesystem must be at least %1 MiB in size. Filsystemet måste vara minst %1 MiB i storlek. - + The filesystem must have flag <strong>%1</strong> set. Filsystemet måste ha flagga <strong>%1</strong> satt. - + You can continue without setting up an EFI system partition but your system may fail to start. Du kan fortsätta utan att ställa in en EFI-systempartition men ditt system kanske inte startar. - + Option to use GPT on BIOS Alternativ för att använda GPT på BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - En GPT-partitionstabell är det bästa alternativet för alla system. Detta installationsprogram stödjer det för system med BIOS också.<br/><br/>För att konfigurera en GPT-partitionstabell på BIOS (om det inte redan är gjort), gå tillbaka och sätt partitionstabell till GPT, skapa sedan en oformaterad partition på 8MB med <strong>%2</strong>-flaggan satt.<br/><br/>En oformaterad partition på 8MB är nödvändig för att starta %1 på ett BIOS-system med GPT. + En GPT-partitionstabell är det bästa alternativet för alla system. Det här installationsprogrammet stöder också en sådan installation för BIOS-system. <br/><br/>för att konfigurera en GPT-partitionstabell i BIOS, (om du inte redan har gjort det) gå tillbaka och ställ in partitionstabellen till GPT, skapa sedan en 8 MB oformaterad partition med <strong>%2</strong> flaggan aktiverad.<br/><br/>En oformaterad 8 MB partition krävs för att starta %1 på ett BIOS-system med GPT. - + Boot partition not encrypted Boot partition inte krypterad - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. En separat uppstartspartition skapades tillsammans med den krypterade rootpartitionen, men uppstartspartitionen är inte krypterad.<br/><br/>Det finns säkerhetsproblem med den här inställningen, eftersom viktiga systemfiler sparas på en okrypterad partition.<br/>Du kan fortsätta om du vill, men upplåsning av filsystemet kommer hända senare under uppstart av systemet.<br/>För att kryptera uppstartspartitionen, gå tillbaka och återskapa den, och välj <strong>Kryptera</strong> i fönstret när du skapar partitionen. - + has at least one disk device available. har åtminstone en diskenhet tillgänglig. - + There are no partitions to install on. Det finns inga partitioner att installera på. @@ -3054,7 +3105,7 @@ Utdata: QObject - + %1 (%2) %1 (%2) @@ -3380,12 +3431,12 @@ Installationen kan inte fortsätta.</p> ResultsListDialog - + For best results, please ensure that this computer: För bästa resultat, vänligen se till att datorn: - + System requirements Systemkrav @@ -3406,29 +3457,29 @@ Installationen kan inte fortsätta.</p> SetHostNameJob - + Set hostname %1 Ange värdnamn %1 - + Set hostname <strong>%1</strong>. Ange värdnamn <strong>%1</strong>. - + Setting hostname %1. Anger värdnamn %1. - - + + Internal Error Internt fel - - + + Cannot write hostname to target system Kan inte skriva värdnamn till målsystem @@ -3630,18 +3681,18 @@ Installationen kan inte fortsätta.</p> SetupGroupsJob - + Preparing groups. Förbereder grupper. - - + + Could not create groups in target system Kunde inte skapa grupper på målsystemet - + These groups are missing in the target system: %1 Dessa grupper saknas på målsystemet: %1 @@ -3649,17 +3700,17 @@ Installationen kan inte fortsätta.</p> SetupSudoJob - + Configure <pre>sudo</pre> users. Konfigurerar <pre>sudo</pre> användare. - + Cannot chmod sudoers file. Kunde inte chmodda sudoerfilen. - + Cannot create sudoers file for writing. Kunde inte skapa sudoerfil för skrivning. @@ -3813,22 +3864,22 @@ Installationen kan inte fortsätta.</p> <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;"> Klicka här för information om användarfeedback </span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Spårning hjälper %1 att se hur ofta den är installerad, vilken hårdvara den är installerad på och vilka program som används. För att se vad som skickas, Klicka på hjälp ikonen vad sidan av varje område för att se vad som skickas. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Genom att välja detta, kommer du skicka information om din installation och hårdvara. Denna information kommer <b>enbart skickas en gång</b> efter att installationen slutförts. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Genom att välja detta, kommer du periodiskt skicka information om din <b>maskin</b>installation, hårdvara och program, till %1 - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Genom att välja detta, kommer du regelbundet skicka information om din <b>användar</b>installation, hårdvara, program och dina program användningsmönster till %1. @@ -3849,12 +3900,12 @@ Installationen kan inte fortsätta.</p> Avmontera filsystem. - + No target system available. Inget målsystem tillgängligt. - + No rootMountPoint is set. Ingen rootMonteringspunkt är satt @@ -3862,12 +3913,12 @@ Installationen kan inte fortsätta.</p> UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Om mer än en person skall använda datorn så kan du skapa flera användarkonton när inställningarna är klara.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Om mer än en person skall använda datorn så kan du skapa flera användarkonton när installationen är klar.</small> @@ -4016,44 +4067,19 @@ Installationen kan inte fortsätta.</p> - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Välkommen till Calamares installationsprogrammet för %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Välkommen till %1 installation.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Välkommen till installationsprogrammet Calamares för %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Välkommen till %1-installeraren.</h1> - - - %1 support %1-support - + About %1 setup Om inställningarna för %1 - + About %1 installer Om %1-installationsprogrammet - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Tack till <a href="https://calamares.io/team/">Calamares-teamet</a> och <a href="https://www.transifex.com/calamares/calamares/">Calamares översättar-team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> utveckling sponsras av <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4118,34 +4144,7 @@ Installationen kan inte fortsätta.</p> about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - för %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Tack till <a href='https://calamares.io/team/'>Calamares-teamet</a> - och <a href='https://www.transifex.com/calamares/calamares/'>Calamares - översättar-team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - utveckling sponsras av <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a>- - Liberating Software. - - - + Back Bakåt @@ -4250,17 +4249,17 @@ Systems nationella inställningar påverkar nummer och datumformat. Den nuvarand Tangentbordsmodell: - + Layouts Layouter - + Type here to test your keyboard Skriv här för att testa ditt tangentbord - + Variants Varianter @@ -4409,102 +4408,102 @@ Systems nationella inställningar påverkar nummer och datumformat. Den nuvarand Om mer än en person skall använda datorn så kan du skapa flera användarkonton efter installationen. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Endast små bokstäver, nummer, understreck och bindestreck är tillåtet. - + root is not allowed as username. root är inte tillåtet som användarnamn. - + What is the name of this computer? Vad är namnet på datorn? - + Computer Name Datornamn - + This name will be used if you make the computer visible to others on a network. Detta namn kommer användas om du gör datorn synlig för andra i ett nätverk. - + localhost is not allowed as hostname. localhost är inte tillåtet som värdnamn. - + Choose a password to keep your account safe. Välj ett lösenord för att hålla ditt konto säkert. - + Password Lösenord - + Repeat Password Repetera Lösenord - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Ange samma lösenord två gånger, så att det kan kontrolleras för stavfel. Ett bra lösenord innehåller en blandning av bokstäver, nummer och interpunktion, bör vara minst åtta tecken långt, och bör ändras regelbundet. - + Validate passwords quality Validera lösenords kvalite - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. När den här rutan är förkryssad kommer kontroll av lösenordsstyrka att genomföras, och du kommer inte kunna använda ett svagt lösenord. - + Log in automatically without asking for the password Logga in automatiskt utan att fråga efter ett lösenord. - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Endast bokstäver, nummer, understreck och bindestreck är tillåtet, minst två tecken. - + Reuse user password as root password Återanvänd användarlösenord som root lösenord - + Use the same password for the administrator account. Använd samma lösenord för administratörskontot. - + Choose a root password to keep your account safe. Välj ett root lösenord för att hålla ditt konto säkert. - + Root Password Root Lösenord - + Repeat Root Password Repetera Root Lösenord - + Enter the same password twice, so that it can be checked for typing errors. Ange samma lösenord två gånger, så att det kan kontrolleras för stavfel. diff --git a/lang/calamares_ta_IN.ts b/lang/calamares_ta_IN.ts index 158cafca1..dbed543b6 100644 --- a/lang/calamares_ta_IN.ts +++ b/lang/calamares_ta_IN.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install @@ -171,7 +190,7 @@ Calamares::JobThread - + Done @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -482,12 +501,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -526,149 +545,149 @@ The installer will quit and all changes will be lost. - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -756,27 +775,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -811,97 +830,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -957,11 +976,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1420,6 +1444,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1449,8 +1483,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1458,12 +1492,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1539,32 +1573,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1598,12 +1632,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1611,12 +1651,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1656,27 +1696,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1976,35 +2016,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2030,12 +2070,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2045,98 +2085,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2187,24 +2239,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2479,7 +2531,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2517,22 +2569,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2836,82 +2872,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3043,7 +3094,7 @@ Output: QObject - + %1 (%2) @@ -3366,12 +3417,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3392,29 +3443,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3616,18 +3667,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3635,17 +3686,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3799,22 +3850,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3835,12 +3886,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3848,12 +3899,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4002,44 +4053,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4104,23 +4130,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4220,17 +4230,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4357,102 +4367,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_te.ts b/lang/calamares_te.ts index e3ccafd7b..e7ef871de 100644 --- a/lang/calamares_te.ts +++ b/lang/calamares_te.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -139,7 +158,7 @@ automatic ఉంటుంది, మీరు మాన్యువల్ వి విడ్జెట్ ట్రీ - + Debug information డీబగ్ సమాచారం @@ -147,12 +166,12 @@ automatic ఉంటుంది, మీరు మాన్యువల్ వి Calamares::ExecutionViewStep - + Set up సెట్ అప్ - + Install ఇన్‌స్టాల్ @@ -173,7 +192,7 @@ automatic ఉంటుంది, మీరు మాన్యువల్ వి Calamares::JobThread - + Done ముగించు @@ -263,7 +282,7 @@ automatic ఉంటుంది, మీరు మాన్యువల్ వి - + Waiting for %n module(s). @@ -271,7 +290,7 @@ automatic ఉంటుంది, మీరు మాన్యువల్ వి - + (%n second(s)) @@ -279,7 +298,7 @@ automatic ఉంటుంది, మీరు మాన్యువల్ వి - + System-requirements checking is complete. @@ -484,12 +503,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -528,149 +547,149 @@ The installer will quit and all changes will be lost. - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -758,27 +777,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -813,97 +832,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -959,11 +978,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1422,6 +1446,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1451,8 +1485,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1460,12 +1494,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1541,32 +1575,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1600,12 +1634,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1613,12 +1653,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1658,27 +1698,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1978,35 +2018,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2032,12 +2072,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2047,98 +2087,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2189,24 +2241,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2481,7 +2533,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2519,22 +2571,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2838,82 +2874,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3045,7 +3096,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3368,12 +3419,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3394,29 +3445,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3618,18 +3669,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3637,17 +3688,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3801,22 +3852,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3837,12 +3888,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3850,12 +3901,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4004,44 +4055,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4106,23 +4132,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4222,17 +4232,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4359,102 +4369,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. మీ ఖాతా ను భద్రపరుచుకోవడానికి ఒక మంత్రమును ఎంచుకోండి - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_te_IN.ts b/lang/calamares_te_IN.ts deleted file mode 100644 index fd99fce54..000000000 --- a/lang/calamares_te_IN.ts +++ /dev/null @@ -1,4377 +0,0 @@ - - - - - AutoMountManagementJob - - - Manage auto-mount settings - - - - - BootInfoWidget - - - The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode. - - - - - This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. - - - - - This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. - - - - - BootLoaderModel - - - Master Boot Record of %1 - - - - - Boot Partition - - - - - System Partition - - - - - Do not install a boot loader - - - - - %1 (%2) - - - - - Calamares::BlankViewStep - - - Blank Page - - - - - Calamares::DebugWindow - - - Form - - - - - GlobalStorage - - - - - JobQueue - - - - - Modules - - - - - Type: - - - - - - none - - - - - Interface: - - - - - Crashes Calamares, so that Dr. Konqui can look at it. - - - - - Reloads the stylesheet from the branding directory. - - - - - Uploads the session log to the configured pastebin. - - - - - Send Session Log - - - - - Reload Stylesheet - - - - - Displays the tree of widget names in the log (for stylesheet debugging). - - - - - Widget Tree - - - - - Debug information - - - - - Calamares::ExecutionViewStep - - - Set up - - - - - Install - - - - - Calamares::FailJob - - - Job failed (%1) - - - - - Programmed job failure was explicitly requested. - - - - - Calamares::JobThread - - - Done - - - - - Calamares::NamedJob - - - Example job (%1) - - - - - Calamares::ProcessJob - - - Run command '%1' in target system. - - - - - Run command '%1'. - - - - - Running command %1 %2 - - - - - Calamares::PythonJob - - - Running %1 operation. - - - - - Bad working directory path - - - - - Working directory %1 for python job %2 is not readable. - - - - - Bad main script file - - - - - Main script file %1 for python job %2 is not readable. - - - - - Boost.Python error in job "%1". - - - - - Calamares::QmlViewStep - - - Loading ... - - - - - QML Step <i>%1</i>. - - - - - Loading failed. - - - - - Calamares::RequirementsChecker - - - Requirements checking for module <i>%1</i> is complete. - - - - - Waiting for %n module(s). - - - - - - - - (%n second(s)) - - - - - - - - System-requirements checking is complete. - - - - - Calamares::ViewManager - - - Setup Failed - - - - - Installation Failed - - - - - Would you like to paste the install log to the web? - - - - - Error - - - - - &Yes - - - - - &No - - - - - &Close - - - - - Install Log Paste URL - - - - - The upload was unsuccessful. No web-paste was done. - - - - - Install log posted to - -%1 - -Link copied to clipboard - - - - - Calamares Initialization Failed - - - - - %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution. - - - - - <br/>The following modules could not be loaded: - - - - - Continue with setup? - - - - - Continue with installation? - - - - - The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - &Set up now - - - - - &Install now - - - - - Go &back - - - - - &Set up - - - - - &Install - - - - - Setup is complete. Close the setup program. - - - - - The installation is complete. Close the installer. - - - - - Cancel setup without changing the system. - - - - - Cancel installation without changing the system. - - - - - &Next - - - - - &Back - - - - - &Done - - - - - &Cancel - - - - - Cancel setup? - - - - - Cancel installation? - - - - - Do you really want to cancel the current setup process? -The setup program will quit and all changes will be lost. - - - - - Do you really want to cancel the current install process? -The installer will quit and all changes will be lost. - - - - - CalamaresPython::Helper - - - Unknown exception type - - - - - unparseable Python error - - - - - unparseable Python traceback - - - - - Unfetchable Python error. - - - - - CalamaresWindow - - - %1 Setup Program - - - - - %1 Installer - - - - - ChangeFilesystemLabelJob - - - Set filesystem label on %1. - - - - - Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>. - - - - - The installer failed to update partition table on disk '%1'. - - - - - CheckerContainer - - - Gathering system information... - - - - - ChoicePage - - - Form - - - - - Select storage de&vice: - - - - - - - - Current: - - - - - After: - - - - - <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - - - - - Reuse %1 as home partition for %2. - - - - - <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - - - - - %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - - - - - Boot loader location: - - - - - <strong>Select a partition to install on</strong> - - - - - An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - - - - <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - - - - - <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - - - - - <strong>Replace a partition</strong><br/>Replaces a partition with %1. - - - - - This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - - - - - This storage device has one of its partitions <strong>mounted</strong>. - - - - - This storage device is a part of an <strong>inactive RAID</strong> device. - - - - - No Swap - - - - - Reuse Swap - - - - - Swap (no Hibernate) - - - - - Swap (with Hibernate) - - - - - Swap to file - - - - - ClearMountsJob - - - Successfully unmounted %1. - - - - - Successfully disabled swap %1. - - - - - Successfully cleared swap %1. - - - - - Successfully closed mapper device %1. - - - - - Successfully disabled volume group %1. - - - - - Clear mounts for partitioning operations on %1 - - - - - Clearing mounts for partitioning operations on %1. - - - - - Cleared all mounts for %1 - - - - - ClearTempMountsJob - - - Clear all temporary mounts. - - - - - Clearing all temporary mounts. - - - - - Cannot get list of temporary mounts. - - - - - Cleared all temporary mounts. - - - - - CommandList - - - - Could not run command. - - - - - The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined. - - - - - The command needs to know the user's name, but no username is defined. - - - - - Config - - - Set keyboard model to %1.<br/> - - - - - Set keyboard layout to %1/%2. - - - - - Set timezone to %1/%2. - - - - - The system language will be set to %1. - - - - - The numbers and dates locale will be set to %1. - - - - - Network Installation. (Disabled: Incorrect configuration) - - - - - Network Installation. (Disabled: Received invalid groups data) - - - - - Network Installation. (Disabled: Internal error) - - - - - Network Installation. (Disabled: No package list) - - - - - Package selection - - - - - Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - - - - - This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - - - - - This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - - - - - This program will ask you some questions and set up %2 on your computer. - - - - - <h1>Welcome to the Calamares setup program for %1</h1> - - - - - <h1>Welcome to %1 setup</h1> - - - - - <h1>Welcome to the Calamares installer for %1</h1> - - - - - <h1>Welcome to the %1 installer</h1> - - - - - Your username is too long. - - - - - '%1' is not allowed as username. - - - - - Your username must start with a lowercase letter or underscore. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - Your hostname is too short. - - - - - Your hostname is too long. - - - - - '%1' is not allowed as hostname. - - - - - Only letters, numbers, underscore and hyphen are allowed. - - - - - Your passwords do not match! - - - - - OK! - - - - - Setup Failed - - - - - Installation Failed - - - - - The setup of %1 did not complete successfully. - - - - - The installation of %1 did not complete successfully. - - - - - Setup Complete - - - - - Installation Complete - - - - - The setup of %1 is complete. - - - - - The installation of %1 is complete. - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - Install option: <strong>%1</strong> - - - - - None - - - - - Summary - - - - - This is an overview of what will happen once you start the setup procedure. - - - - - This is an overview of what will happen once you start the install procedure. - - - - - ContextualProcessJob - - - Contextual Processes Job - - - - - CreatePartitionDialog - - - Create a Partition - - - - - Si&ze: - - - - - MiB - - - - - Partition &Type: - - - - - &Primary - - - - - E&xtended - - - - - Fi&le System: - - - - - LVM LV name - - - - - &Mount Point: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - En&crypt - - - - - Logical - - - - - Primary - - - - - GPT - - - - - Mountpoint already in use. Please select another one. - - - - - CreatePartitionJob - - - Create new %1MiB partition on %3 (%2) with entries %4. - - - - - Create new %1MiB partition on %3 (%2). - - - - - Create new %2MiB partition on %4 (%3) with file system %1. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2). - - - - - Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>. - - - - - - Creating new %1 partition on %2. - - - - - The installer failed to create partition on disk '%1'. - - - - - CreatePartitionTableDialog - - - Create Partition Table - - - - - Creating a new partition table will delete all existing data on the disk. - - - - - What kind of partition table do you want to create? - - - - - Master Boot Record (MBR) - - - - - GUID Partition Table (GPT) - - - - - CreatePartitionTableJob - - - Create new %1 partition table on %2. - - - - - Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). - - - - - Creating new %1 partition table on %2. - - - - - The installer failed to create a partition table on %1. - - - - - CreateUserJob - - - Create user %1 - - - - - Create user <strong>%1</strong>. - - - - - Preserving home directory - - - - - - Creating user %1 - - - - - Configuring user %1 - - - - - Setting file permissions - - - - - CreateVolumeGroupDialog - - - Create Volume Group - - - - - CreateVolumeGroupJob - - - Create new volume group named %1. - - - - - Create new volume group named <strong>%1</strong>. - - - - - Creating new volume group named %1. - - - - - The installer failed to create a volume group named '%1'. - - - - - DeactivateVolumeGroupJob - - - - Deactivate volume group named %1. - - - - - Deactivate volume group named <strong>%1</strong>. - - - - - The installer failed to deactivate a volume group named %1. - - - - - DeletePartitionJob - - - Delete partition %1. - - - - - Delete partition <strong>%1</strong>. - - - - - Deleting partition %1. - - - - - The installer failed to delete partition %1. - - - - - DeviceInfoWidget - - - This device has a <strong>%1</strong> partition table. - - - - - This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. - - - - - This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. - - - - - <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment. - - - - - <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. - - - - - The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. - - - - - DeviceModel - - - %1 - %2 (%3) - device[name] - size[number] (device-node[name]) - - - - - %1 - (%2) - device[name] - (device-node[name]) - - - - - DracutLuksCfgJob - - - Write LUKS configuration for Dracut to %1 - - - - - Skip writing LUKS configuration for Dracut: "/" partition is not encrypted - - - - - Failed to open %1 - - - - - DummyCppJob - - - Dummy C++ Job - - - - - EditExistingPartitionDialog - - - Edit Existing Partition - - - - - Content: - - - - - &Keep - - - - - Format - - - - - Warning: Formatting the partition will erase all existing data. - - - - - &Mount Point: - - - - - Si&ze: - - - - - MiB - - - - - Fi&le System: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - Mountpoint already in use. Please select another one. - - - - - EncryptWidget - - - Form - - - - - En&crypt system - - - - - Passphrase - - - - - Confirm passphrase - - - - - - Please enter the same passphrase in both boxes. - - - - - FillGlobalStorageJob - - - Set partition information - - - - - Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em> - - - - - Install %1 on <strong>new</strong> %2 system partition. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3. - - - - - Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4. - - - - - Install %2 on %3 system partition <strong>%1</strong>. - - - - - Install boot loader on <strong>%1</strong>. - - - - - Setting up mount points. - - - - - FinishedPage - - - Form - - - - - &Restart now - - - - - <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - - - - - <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - - - - - <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - - - - - <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. - - - - - FinishedQmlViewStep - - - Finish - - - - - FinishedViewStep - - - Finish - - - - - FormatPartitionJob - - - Format partition %1 (file system: %2, size: %3 MiB) on %4. - - - - - Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. - - - - - Formatting partition %1 with file system %2. - - - - - The installer failed to format partition %1 on disk '%2'. - - - - - GeneralRequirements - - - has at least %1 GiB available drive space - - - - - There is not enough drive space. At least %1 GiB is required. - - - - - has at least %1 GiB working memory - - - - - The system does not have enough working memory. At least %1 GiB is required. - - - - - is plugged in to a power source - - - - - The system is not plugged in to a power source. - - - - - is connected to the Internet - - - - - The system is not connected to the Internet. - - - - - is running the installer as an administrator (root) - - - - - The setup program is not running with administrator rights. - - - - - The installer is not running with administrator rights. - - - - - has a screen large enough to show the whole installer - - - - - The screen is too small to display the setup program. - - - - - The screen is too small to display the installer. - - - - - HostInfoJob - - - Collecting information about your machine. - - - - - IDJob - - - - - - OEM Batch Identifier - - - - - Could not create directories <code>%1</code>. - - - - - Could not open file <code>%1</code>. - - - - - Could not write to file <code>%1</code>. - - - - - InitcpioJob - - - Creating initramfs with mkinitcpio. - - - - - InitramfsJob - - - Creating initramfs. - - - - - InteractiveTerminalPage - - - Konsole not installed - - - - - Please install KDE Konsole and try again! - - - - - Executing script: &nbsp;<code>%1</code> - - - - - InteractiveTerminalViewStep - - - Script - - - - - KeyboardQmlViewStep - - - Keyboard - - - - - KeyboardViewStep - - - Keyboard - - - - - LCLocaleDialog - - - System locale setting - - - - - The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. - - - - - &Cancel - - - - - &OK - - - - - LicensePage - - - Form - - - - - <h1>License Agreement</h1> - - - - - I accept the terms and conditions above. - - - - - Please review the End User License Agreements (EULAs). - - - - - This setup procedure will install proprietary software that is subject to licensing terms. - - - - - If you do not agree with the terms, the setup procedure cannot continue. - - - - - This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. - - - - - If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. - - - - - LicenseViewStep - - - License - - - - - LicenseWidget - - - URL: %1 - - - - - <strong>%1 driver</strong><br/>by %2 - %1 is an untranslatable product name, example: Creative Audigy driver - - - - - <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> - %1 is usually a vendor name, example: Nvidia graphics driver - - - - - <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 codec</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 package</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1</strong><br/><font color="Grey">by %2</font> - - - - - File: %1 - - - - - Hide license text - - - - - Show the license text - - - - - Open license agreement in browser. - - - - - LocalePage - - - Region: - - - - - Zone: - - - - - - &Change... - - - - - LocaleQmlViewStep - - - Location - - - - - LocaleTests - - - Quit - - - - - LocaleViewStep - - - Location - - - - - LuksBootKeyFileJob - - - Configuring LUKS key file. - - - - - - No partitions are defined. - - - - - - - Encrypted rootfs setup error - - - - - Root partition %1 is LUKS but no passphrase has been set. - - - - - Could not create LUKS key file for root partition %1. - - - - - Could not configure LUKS key file on partition %1. - - - - - MachineIdJob - - - Generate machine-id. - - - - - Configuration Error - - - - - No root mount point is set for MachineId. - - - - - Map - - - Timezone: %1 - - - - - Please select your preferred location on the map so the installer can suggest the locale - and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging - to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. - - - - - NetInstallViewStep - - - Package selection - - - - - Office software - - - - - Office package - - - - - Browser software - - - - - Browser package - - - - - Web browser - - - - - Kernel - - - - - Services - - - - - Login - - - - - Desktop - - - - - Applications - - - - - Communication - - - - - Development - - - - - Office - - - - - Multimedia - - - - - Internet - - - - - Theming - - - - - Gaming - - - - - Utilities - - - - - NotesQmlViewStep - - - Notes - - - - - OEMPage - - - Ba&tch: - - - - - <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html> - - - - - <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html> - - - - - OEMViewStep - - - OEM Configuration - - - - - Set the OEM Batch Identifier to <code>%1</code>. - - - - - Offline - - - Select your preferred Region, or use the default settings. - - - - - - - Timezone: %1 - - - - - Select your preferred Zone within your Region. - - - - - Zones - - - - - You can fine-tune Language and Locale settings below. - - - - - PWQ - - - Password is too short - - - - - Password is too long - - - - - Password is too weak - - - - - Memory allocation error when setting '%1' - - - - - Memory allocation error - - - - - The password is the same as the old one - - - - - The password is a palindrome - - - - - The password differs with case changes only - - - - - The password is too similar to the old one - - - - - The password contains the user name in some form - - - - - The password contains words from the real name of the user in some form - - - - - The password contains forbidden words in some form - - - - - The password contains too few digits - - - - - The password contains too few uppercase letters - - - - - The password contains fewer than %n lowercase letters - - - - - - - - The password contains too few lowercase letters - - - - - The password contains too few non-alphanumeric characters - - - - - The password is too short - - - - - The password does not contain enough character classes - - - - - The password contains too many same characters consecutively - - - - - The password contains too many characters of the same class consecutively - - - - - The password contains fewer than %n digits - - - - - - - - The password contains fewer than %n uppercase letters - - - - - - - - The password contains fewer than %n non-alphanumeric characters - - - - - - - - The password is shorter than %n characters - - - - - - - - The password is a rotated version of the previous one - - - - - The password contains fewer than %n character classes - - - - - - - - The password contains more than %n same characters consecutively - - - - - - - - The password contains more than %n characters of the same class consecutively - - - - - - - - The password contains monotonic sequence longer than %n characters - - - - - - - - The password contains too long of a monotonic character sequence - - - - - No password supplied - - - - - Cannot obtain random numbers from the RNG device - - - - - Password generation failed - required entropy too low for settings - - - - - The password fails the dictionary check - %1 - - - - - The password fails the dictionary check - - - - - Unknown setting - %1 - - - - - Unknown setting - - - - - Bad integer value of setting - %1 - - - - - Bad integer value - - - - - Setting %1 is not of integer type - - - - - Setting is not of integer type - - - - - Setting %1 is not of string type - - - - - Setting is not of string type - - - - - Opening the configuration file failed - - - - - The configuration file is malformed - - - - - Fatal failure - - - - - Unknown error - - - - - Password is empty - - - - - PackageChooserPage - - - Form - - - - - Product Name - - - - - TextLabel - - - - - Long Product Description - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - - - PackageModel - - - Name - - - - - Description - - - - - Page_Keyboard - - - Form - - - - - Keyboard Model: - - - - - Type here to test your keyboard - - - - - Page_UserSetup - - - Form - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - login - - - - - What is the name of this computer? - - - - - <small>This name will be used if you make the computer visible to others on a network.</small> - - - - - Computer Name - - - - - Choose a password to keep your account safe. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> - - - - - - Password - - - - - - Repeat Password - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Require strong passwords. - - - - - Log in automatically without asking for the password. - - - - - Use the same password for the administrator account. - - - - - Choose a password for the administrator account. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors.</small> - - - - - PartitionLabelsView - - - Root - - - - - Home - - - - - Boot - - - - - EFI system - - - - - Swap - - - - - New partition for %1 - - - - - New partition - - - - - %1 %2 - size[number] filesystem[name] - - - - - PartitionModel - - - - Free Space - - - - - - New partition - - - - - Name - - - - - File System - - - - - File System Label - - - - - Mount Point - - - - - Size - - - - - PartitionPage - - - Form - - - - - Storage de&vice: - - - - - &Revert All Changes - - - - - New Partition &Table - - - - - Cre&ate - - - - - &Edit - - - - - &Delete - - - - - New Volume Group - - - - - Resize Volume Group - - - - - Deactivate Volume Group - - - - - Remove Volume Group - - - - - I&nstall boot loader on: - - - - - Are you sure you want to create a new partition table on %1? - - - - - Can not create new partition - - - - - The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead. - - - - - PartitionViewStep - - - Gathering system information... - - - - - Partitions - - - - - Current: - - - - - After: - - - - - No EFI system partition configured - - - - - EFI system partition configured incorrectly - - - - - An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - - - - - The filesystem must be mounted on <strong>%1</strong>. - - - - - The filesystem must have type FAT32. - - - - - The filesystem must be at least %1 MiB in size. - - - - - The filesystem must have flag <strong>%1</strong> set. - - - - - You can continue without setting up an EFI system partition but your system may fail to start. - - - - - Option to use GPT on BIOS - - - - - A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - - - - - Boot partition not encrypted - - - - - A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - - - - - has at least one disk device available. - - - - - There are no partitions to install on. - - - - - PlasmaLnfJob - - - Plasma Look-and-Feel Job - - - - - - Could not select KDE Plasma Look-and-Feel package - - - - - PlasmaLnfPage - - - Form - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - PlasmaLnfViewStep - - - Look-and-Feel - - - - - PreserveFiles - - - Saving files for later ... - - - - - No files configured to save for later. - - - - - Not all of the configured files could be preserved. - - - - - ProcessResult - - - -There was no output from the command. - - - - - -Output: - - - - - - External command crashed. - - - - - Command <i>%1</i> crashed. - - - - - External command failed to start. - - - - - Command <i>%1</i> failed to start. - - - - - Internal error when starting command. - - - - - Bad parameters for process job call. - - - - - External command failed to finish. - - - - - Command <i>%1</i> failed to finish in %2 seconds. - - - - - External command finished with errors. - - - - - Command <i>%1</i> finished with exit code %2. - - - - - QObject - - - %1 (%2) - - - - - unknown - - - - - extended - - - - - unformatted - - - - - swap - - - - - - Default - - - - - - - - File not found - - - - - Path <pre>%1</pre> must be an absolute path. - - - - - Directory not found - - - - - - Could not create new random file <pre>%1</pre>. - - - - - No product - - - - - No description provided. - - - - - (no mount point) - - - - - Unpartitioned space or unknown partition table - - - - - Recommended - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - RemoveUserJob - - - Remove live user from target system - - - - - RemoveVolumeGroupJob - - - - Remove Volume Group named %1. - - - - - Remove Volume Group named <strong>%1</strong>. - - - - - The installer failed to remove a volume group named '%1'. - - - - - ReplaceWidget - - - Form - - - - - Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - - - - - The selected item does not appear to be a valid partition. - - - - - %1 cannot be installed on empty space. Please select an existing partition. - - - - - %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - - - - - %1 cannot be installed on this partition. - - - - - Data partition (%1) - - - - - Unknown system partition (%1) - - - - - %1 system partition (%2) - - - - - <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - - - - - <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - - - <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - Requirements - - - <p>This computer does not satisfy the minimum requirements for installing %1.<br/> - Installation cannot continue.</p> - - - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - ResizeFSJob - - - Resize Filesystem Job - - - - - Invalid configuration - - - - - The file-system resize job has an invalid configuration and will not run. - - - - - KPMCore not Available - - - - - Calamares cannot start KPMCore for the file-system resize job. - - - - - - - - - Resize Failed - - - - - The filesystem %1 could not be found in this system, and cannot be resized. - - - - - The device %1 could not be found in this system, and cannot be resized. - - - - - - The filesystem %1 cannot be resized. - - - - - - The device %1 cannot be resized. - - - - - The filesystem %1 must be resized, but cannot. - - - - - The device %1 must be resized, but cannot - - - - - ResizePartitionJob - - - Resize partition %1. - - - - - Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>. - - - - - Resizing %2MiB partition %1 to %3MiB. - - - - - The installer failed to resize partition %1 on disk '%2'. - - - - - ResizeVolumeGroupDialog - - - Resize Volume Group - - - - - ResizeVolumeGroupJob - - - - Resize volume group named %1 from %2 to %3. - - - - - Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>. - - - - - The installer failed to resize a volume group named '%1'. - - - - - ResultsListDialog - - - For best results, please ensure that this computer: - - - - - System requirements - - - - - ScanningDialog - - - Scanning storage devices... - - - - - Partitioning - - - - - SetHostNameJob - - - Set hostname %1 - - - - - Set hostname <strong>%1</strong>. - - - - - Setting hostname %1. - - - - - - Internal Error - - - - - - Cannot write hostname to target system - - - - - SetKeyboardLayoutJob - - - Set keyboard model to %1, layout to %2-%3 - - - - - Failed to write keyboard configuration for the virtual console. - - - - - - - Failed to write to %1 - - - - - Failed to write keyboard configuration for X11. - - - - - Failed to write keyboard configuration to existing /etc/default directory. - - - - - SetPartFlagsJob - - - Set flags on partition %1. - - - - - Set flags on %1MiB %2 partition. - - - - - Set flags on new partition. - - - - - Clear flags on partition <strong>%1</strong>. - - - - - Clear flags on %1MiB <strong>%2</strong> partition. - - - - - Clear flags on new partition. - - - - - Flag partition <strong>%1</strong> as <strong>%2</strong>. - - - - - Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>. - - - - - Flag new partition as <strong>%1</strong>. - - - - - Clearing flags on partition <strong>%1</strong>. - - - - - Clearing flags on %1MiB <strong>%2</strong> partition. - - - - - Clearing flags on new partition. - - - - - Setting flags <strong>%2</strong> on partition <strong>%1</strong>. - - - - - Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition. - - - - - Setting flags <strong>%1</strong> on new partition. - - - - - The installer failed to set flags on partition %1. - - - - - SetPasswordJob - - - Set password for user %1 - - - - - Setting password for user %1. - - - - - Bad destination system path. - - - - - rootMountPoint is %1 - - - - - Cannot disable root account. - - - - - passwd terminated with error code %1. - - - - - Cannot set password for user %1. - - - - - usermod terminated with error code %1. - - - - - SetTimezoneJob - - - Set timezone to %1/%2 - - - - - Cannot access selected timezone path. - - - - - Bad path: %1 - - - - - Cannot set timezone. - - - - - Link creation failed, target: %1; link name: %2 - - - - - Cannot set timezone, - - - - - Cannot open /etc/timezone for writing - - - - - SetupGroupsJob - - - Preparing groups. - - - - - - Could not create groups in target system - - - - - These groups are missing in the target system: %1 - - - - - SetupSudoJob - - - Configure <pre>sudo</pre> users. - - - - - Cannot chmod sudoers file. - - - - - Cannot create sudoers file for writing. - - - - - ShellProcessJob - - - Shell Processes Job - - - - - SlideCounter - - - %L1 / %L2 - slide counter, %1 of %2 (numeric) - - - - - StandardButtons - - - &OK - - - - - &Yes - - - - - &No - - - - - &Cancel - - - - - &Close - - - - - TrackingInstallJob - - - Installation feedback - - - - - Sending installation feedback. - - - - - Internal error in install-tracking. - - - - - HTTP request timed out. - - - - - TrackingKUserFeedbackJob - - - KDE user feedback - - - - - Configuring KDE user feedback. - - - - - - Error in KDE user feedback configuration. - - - - - Could not configure KDE user feedback correctly, script error %1. - - - - - Could not configure KDE user feedback correctly, Calamares error %1. - - - - - TrackingMachineUpdateManagerJob - - - Machine feedback - - - - - Configuring machine feedback. - - - - - - Error in machine feedback configuration. - - - - - Could not configure machine feedback correctly, script error %1. - - - - - Could not configure machine feedback correctly, Calamares error %1. - - - - - TrackingPage - - - Form - - - - - Placeholder - - - - - <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> - - - - - <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> - - - - - Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - - - - - By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - - - - - By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - - - - - By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. - - - - - TrackingViewStep - - - Feedback - - - - - UsersPage - - - <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - - - - - <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> - - - - - UsersQmlViewStep - - - Users - - - - - UsersViewStep - - - Users - - - - - VariantModel - - - Key - Column header for key/value - - - - - Value - Column header for key/value - - - - - VolumeGroupBaseDialog - - - Create Volume Group - - - - - List of Physical Volumes - - - - - Volume Group Name: - - - - - Volume Group Type: - - - - - Physical Extent Size: - - - - - MiB - - - - - Total Size: - - - - - Used Size: - - - - - Total Sectors: - - - - - Quantity of LVs: - - - - - WelcomePage - - - Form - - - - - - Select application and system language - - - - - &About - - - - - Open donations website - - - - - &Donate - - - - - Open help and support website - - - - - &Support - - - - - Open issues and bug-tracking website - - - - - &Known issues - - - - - Open release notes website - - - - - &Release notes - - - - - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - - %1 support - - - - - About %1 setup - - - - - About %1 installer - - - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - - - - WelcomeQmlViewStep - - - Welcome - - - - - WelcomeViewStep - - - Welcome - - - - - about - - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - - Back - - - - - calamares-sidebar - - - Show debug information - - - - - finishedq - - - Installation Completed - - - - - %1 has been installed on your computer.<br/> - You may now restart into your new system, or continue using the Live environment. - - - - - Close Installer - - - - - Restart System - - - - - <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/> - This log is copied to /var/log/installation.log of the target system.</p> - - - - - i18n - - - <h1>Languages</h1> </br> - The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>. - - - - - <h1>Locales</h1> </br> - The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>. - - - - - Back - - - - - keyboardq - - - To activate keyboard preview, select a layout. - - - - - Keyboard Model: - - - - - Layouts - - - - - Type here to test your keyboard - - - - - Variants - - - - - localeq - - - Change - - - - - notesqml - - - <h3>%1</h3> - <p>These are example release notes.</p> - - - - - packagechooserq - - - LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/> - Default option. - - - - - LibreOffice - - - - - If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives. - - - - - No Office Suite - - - - - Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser. - - - - - Minimal Install - - - - - Please select an option for your install, or use the default: LibreOffice included. - - - - - release_notes - - - <h3>%1</h3> - <p>This an example QML file, showing options in RichText with Flickable content.</p> - - <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p> - - <p><b>This is bold text</b></p> - <p><i>This is italic text</i></p> - <p><u>This is underlined text</u></p> - <p><center>This text will be center-aligned.</center></p> - <p><s>This is strikethrough</s></p> - - <p>Code example: - <code>ls -l /home</code></p> - - <p><b>Lists:</b></p> - <ul> - <li>Intel CPU systems</li> - <li>AMD CPU systems</li> - </ul> - - <p>The vertical scrollbar is adjustable, current width set to 10.</p> - - - - - Back - - - - - usersq - - - Pick your user name and credentials to login and perform admin tasks - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - Login Name - - - - - If more than one person will use this computer, you can create multiple accounts after installation. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - root is not allowed as username. - - - - - What is the name of this computer? - - - - - Computer Name - - - - - This name will be used if you make the computer visible to others on a network. - - - - - localhost is not allowed as hostname. - - - - - Choose a password to keep your account safe. - - - - - Password - - - - - Repeat Password - - - - - Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - - - - - Validate passwords quality - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Log in automatically without asking for the password - - - - - Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - - - - - Reuse user password as root password - - - - - Use the same password for the administrator account. - - - - - Choose a root password to keep your account safe. - - - - - Root Password - - - - - Repeat Root Password - - - - - Enter the same password twice, so that it can be checked for typing errors. - - - - - welcomeq - - - <h3>Welcome to the %1 <quote>%2</quote> installer</h3> - <p>This program will ask you some questions and set up %1 on your computer.</p> - - - - - About - - - - - Support - - - - - Known issues - - - - - Release notes - - - - - Donate - - - - diff --git a/lang/calamares_tg.ts b/lang/calamares_tg.ts index d504bac15..39ba94067 100644 --- a/lang/calamares_tg.ts +++ b/lang/calamares_tg.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Дарахти виҷетҳо - + Debug information Иттилооти ислоҳи нуқсонҳо @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Танзимкунӣ - + Install Насбкунӣ @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Анҷоми кор @@ -261,7 +280,7 @@ Санҷиши талабот барои модули <i>%1</i> ба анҷом расид. - + Waiting for %n module(s). Дар ҳоли интизори %n модул. @@ -269,7 +288,7 @@ - + (%n second(s)) (%n сония) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Санҷиши талаботи низомӣ ба анҷом расид. @@ -484,12 +503,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program Барномаи танзимкунии %1 - + %1 Installer Насбкунандаи %1 @@ -528,149 +547,149 @@ The installer will quit and all changes will be lost. Шакл - + Select storage de&vice: Интихоби дастгоҳи &захирагоҳ: - - - - + + + + Current: Танзимоти ҷорӣ: - + After: Баъд аз тағйир: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Қисмбандии диск ба таври дастӣ</strong><br/>Шумо худатон метавонед қисмҳои дискро эҷод кунед ё андозаи онҳоро иваз намоед. - + Reuse %1 as home partition for %2. Дубора истифода бурдани %1 ҳамчун диски асосӣ барои %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Қисми дискеро, ки мехоҳед хурдтар кунед, интихоб намоед, пас лавҳаи поёнро барои ивази андоза кашед</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 то андозаи %2MiB хурдтар мешавад ва қисми диски нав бо андозаи %3MiB барои %4 эҷод карда мешавад. - + Boot loader location: Ҷойгиршавии боркунандаи роҳандозӣ: - + <strong>Select a partition to install on</strong> <strong>Қисми дискеро барои насб интихоб намоед</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Қисми диски низомии EFI дар дохили низоми ҷорӣ ёфт нашуд. Лутфан, ба қафо гузаред ва барои танзим кардани %1 аз имкони қисмбандии диск ба таври дастӣ истифода баред. - + The EFI system partition at %1 will be used for starting %2. Қисми диски низомии EFI дар %1 барои оғоз кардани %2 истифода бурда мешавад. - + EFI system partition: Қисми диски низомии: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Чунин менамояд, ки ин захирагоҳ низоми амалкунандаро дар бар намегирад. Шумо чӣ кор кардан мехоҳед?<br/>Шумо метавонед пеш аз татбиқ кардани тағйирот ба дастгоҳи захирагоҳ интихоби худро аз назар гузаронед ва тасдиқ кунед. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Пок кардани диск</strong><br/>Ин амал ҳамаи иттилооти ҷориро дар дастгоҳи захирагоҳи интихобшуда <font color="red">нест мекунад</font>. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Насбкунии паҳлуӣ</strong><br/>Насбкунанда барои %1 фазоро омода карда, қисми дискеро хурдтар мекунад. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Ивазкунии қисми диск</strong><br/>Қисми дисекро бо %1 иваз мекунад. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Ин захирагоҳ %1-ро дар бар мегирад. Шумо чӣ кор кардан мехоҳед?<br/>Шумо метавонед пеш аз татбиқ кардани тағйирот ба дастгоҳи захирагоҳ интихоби худро аз назар гузаронед ва тасдиқ кунед. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Ин захирагоҳ аллакай низоми амалкунандаро дар бар мегирад. Шумо чӣ кор кардан мехоҳед?<br/>Шумо метавонед пеш аз татбиқ кардани тағйирот ба дастгоҳи захирагоҳ интихоби худро аз назар гузаронед ва тасдиқ кунед. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Ин захирагоҳ якчанд низоми амалкунандаро дар бар мегирад. Шумо чӣ кор кардан мехоҳед?<br/>Шумо метавонед пеш аз татбиқ кардани тағйирот ба дастгоҳи захирагоҳ интихоби худро аз назар гузаронед ва тасдиқ кунед. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Ин дастгоҳи захирагоҳ аллакай дорои низоми амалкунанда мебошад, аммо ҷадвали қисми диски <strong>%1</strong> аз диски лозимии <strong>%2</strong> фарқ мекунад.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. Яке аз қисмҳои диски ин дастгоҳи захирагоҳ <strong>васлшуда</strong> мебошад. - + This storage device is a part of an <strong>inactive RAID</strong> device. Ин дастгоҳи захирагоҳ қисми дасгоҳи <strong>RAID-и ғайрифаъол</strong> мебошад. - + No Swap Бе мубодила - + Reuse Swap Истифодаи муҷаддади мубодила - + Swap (no Hibernate) Мубодила (бе реҷаи Нигаҳдорӣ) - + Swap (with Hibernate) Мубодила (бо реҷаи Нигаҳдорӣ) - + Swap to file Мубодила ба файл @@ -758,27 +777,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> Намунаи клавиатура ба %1 танзим карда мешавад.<br/> - + Set keyboard layout to %1/%2. Тарҳбандии клавиатура ба %1 %1/%2 танзим карда мешавад. - + Set timezone to %1/%2. Минтақаи вақт ба %1/%2 танзим карда мешавад. - + The system language will be set to %1. Забони низом ба %1 танзим карда мешавад. - + The numbers and dates locale will be set to %1. Низоми рақамҳо ва санаҳо ба %1 танзим карда мешавад. @@ -813,97 +832,97 @@ The installer will quit and all changes will be lost. Насбкунии шабака. (Ғайрифаъол: Рӯйхати қуттиҳо гирифта намешавад. Пайвасти шабакаро тафтиш кунед) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Ин компютер ба талаботи камтарин барои танзимкунии %1 ҷавобгӯ намебошад.<br/>Танзимот идома дода намешавад. <a href="#details">Тафсилот...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Ин компютер ба талаботи камтарин барои насбкунии %1 ҷавобгӯ намебошад.<br/>Насбкунӣ идома дода намешавад. <a href="#details">Тафсилот...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Ин компютер ба баъзеи талаботи тавсияшуда барои танзимкунии %1 ҷавобгӯ намебошад.<br/>Танзимот идома дода мешавад, аммо баъзеи хусусиятҳо ғайрифаъол карда мешаванд. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Ин компютер ба баъзеи талаботи тавсияшуда барои насбкунии %1 ҷавобгӯ намебошад.<br/>Насбкунӣ идома дода мешавад, аммо баъзеи хусусиятҳо ғайрифаъол карда мешаванд. - + This program will ask you some questions and set up %2 on your computer. Ин барнома аз Шумо якчанд савол мепурсад ва %2-ро дар компютери шумо танзим мекунад. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Хуш омадед ба барномаи танзимкунии Calamares барои %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Хуш омадед ба танзимкунии %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Хуш омадед ба насбкунандаи Calamares барои %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Хуш омадед ба насбкунандаи %1</h1> - + Your username is too long. Номи корбари шумо хеле дароз аст. - + '%1' is not allowed as username. '%1' ҳамчун номи корбар истифода намешавад. - + Your username must start with a lowercase letter or underscore. Номи корбари шумо бояд бо ҳарфи хурд ё зерхат сар шавад. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Шумо метавонед танҳо ҳарфҳои хурд, рақамҳо, зерхат ва нимтиреро истифода баред. - + Your hostname is too short. Номи мизбони шумо хеле кӯтоҳ аст. - + Your hostname is too long. Номи мизбони шумо хеле дароз аст. - + '%1' is not allowed as hostname. '%1' ҳамчун номи мизбон истифода намешавад. - + Only letters, numbers, underscore and hyphen are allowed. Шумо метавонед танҳо ҳарфҳо, рақамҳо, зерхат ва нимтиреро истифода баред. - + Your passwords do not match! Ниҳонвожаҳои шумо мувофиқат намекунанд! - + OK! @@ -959,11 +978,16 @@ The installer will quit and all changes will be lost. + Packages + Бастаҳо + + + Install option: <strong>%1</strong> - + None @@ -1422,6 +1446,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1451,8 +1485,8 @@ The installer will quit and all changes will be lost. Гузарвожаро тасдиқ намоед - - + + Please enter the same passphrase in both boxes. Лутфан, гузарвожаи ягонаро дар ҳар дуи сатр ворид намоед. @@ -1460,12 +1494,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? Шумо мехоҳед, ки сабти рӯйдодҳои насбро ба шабака нусха бардоред? @@ -1541,32 +1575,32 @@ The installer will quit and all changes will be lost. &Ҳозир аз нав оғоз карда шавад - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Ҳамааш тайёр.</h1><br/>%1 дар компютери шумо танзим карда шуд.<br/>Акнун шумо метавонед истифодаи низоми навро оғоз намоед. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Агар ин имконро интихоб кунед, низоми шумо пас аз зер кардани тугмаи <span style="font-style:italic;">Анҷоми кор</span> ё пӯшидани барномаи танзимкунӣ дарҳол аз нав оғоз карда мешавад.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Ҳамааш тайёр.</h1><br/>%1 дар компютери шумо насб карда шуд.<br/>Акнун шумо метавонед компютерро аз нав оғоз карда, ба низоми нав ворид шавед ё истифодаи муҳити зиндаи %2-ро идома диҳед. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Агар ин имконро интихоб кунед, низоми шумо пас аз зер кардани тугмаи <span style="font-style:italic;">Анҷоми кор</span> ё пӯшидани насбкунанда дарҳол аз нав оғоз карда мешавад.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Танзимкунӣ қатъ шуд</h1><br/>%1 дар компютери шумо танзим карда нашуд.<br/>Паёми хато: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Насбкунӣ қатъ шуд</h1><br/>%1 дар компютери шумо насб карда нашуд.<br/>Паёми хато: %2. @@ -1600,12 +1634,18 @@ The installer will quit and all changes will be lost. Шаклбандии қисми диск бо ҳаҷми <strong>%3MiB</strong> - <strong>%1</strong> бо низоми файлии <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Шаклбандии қисми диски %1 бо низоми файлии %2. - + The installer failed to format partition %1 on disk '%2'. Насбкунанда қисми диски %1-ро дар диски '%2' шаклбандӣ карда натавонист. @@ -1613,12 +1653,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space ақаллан %1 ГБ фазои диск дастрас аст - + There is not enough drive space. At least %1 GiB is required. Дар диск фазои кофӣ нест. Ақаллан %1 ГБ лозим аст. @@ -1658,27 +1698,27 @@ The installer will quit and all changes will be lost. насбкунанда бо ҳуқуқҳои маъмурӣ (root) иҷро шуда истодааст. - + The setup program is not running with administrator rights. Барномаи насбкунӣ бе ҳуқуқҳои маъмурӣ иҷро шуда истодааст. - + The installer is not running with administrator rights. Насбкунанда бе ҳуқуқҳои маъмурӣ иҷро шуда истодааст. - + has a screen large enough to show the whole installer экран равзанаи насбкунандаро ба таври пурра нишон медиҳад - + The screen is too small to display the setup program. Экран барои нишон додани барномаи насбкунӣ хеле хурд аст. - + The screen is too small to display the installer. Экран барои нишон додани насбкунанда хеле хурд аст. @@ -1978,35 +2018,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. Танзимкунии файли калиди LUKS. - - + + No partitions are defined. Ягон қисми диск муайян карда нашуд. - - - + + + Encrypted rootfs setup error Хатои танзими рамзгузории "rootfs" - + Root partition %1 is LUKS but no passphrase has been set. Қисми диски реша (root)-и %1 дар LUKS асос меёбад, вале гузарвожа танзим нашудааст. - + Could not create LUKS key file for root partition %1. Файли калидии LUKS барои қисми диски реша (root)-и %1 эҷод карда нашуд. - + Could not configure LUKS key file on partition %1. Файли калидии LUKS дар қисми диски %1 танзим карда нашуд. @@ -2032,12 +2072,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 Минтақаи вақт: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2049,100 +2089,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection Интихоби бастаҳо - + Office software Нармафзори идорӣ - + Office package Бастаҳои идорӣ - + Browser software Нармафзори браузерӣ - + Browser package Бастаҳои браузерӣ - + Web browser Браузери сомона - + Kernel + label for netinstall module, Linux kernel Ҳаста - + Services + label for netinstall module, system services Хидматҳо - + Login + label for netinstall module, choose login manager Воридшавӣ - + Desktop + label for netinstall module, choose desktop environment Мизи корӣ - - Applications - Барномаҳо - - - + Communication + label for netinstall module Воситаҳои алоқа - + Development + label for netinstall module Барномарезӣ - + Office + label for netinstall module Идора - + Multimedia + label for netinstall module Мултимедиа - + Internet + label for netinstall module Интернет - + Theming + label for netinstall module Мавзӯъҳо - + Gaming + label for netinstall module Бозиҳо - + Utilities + label for netinstall module Барномаҳои муфид + + + Applications + Барномаҳо + NotesQmlViewStep @@ -2191,24 +2243,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 Минтақаи вақт: %1 - + Select your preferred Zone within your Region. Шаҳри пазируфтаи худро дар ҳудуди минтақаи худ интихоб намоед. - + Zones Шаҳрҳо - + You can fine-tune Language and Locale settings below. Шумо метавонед танзимоти забон ва маҳаллисозиро дар зер дуруст кунед. @@ -2483,7 +2535,7 @@ The installer will quit and all changes will be lost. Хатои номаълум - + Password is empty Ниҳонвожаро ворид накардед @@ -2521,22 +2573,6 @@ The installer will quit and all changes will be lost. Лутфан, маҳсулеро аз рӯйхат интихоб намоед. Маҳсули интихобшуда насб карда мешавад. - - PackageChooserQmlViewStep - - - Packages - Бастаҳо - - - - PackageChooserViewStep - - - Packages - Бастаҳо - - PackageModel @@ -2840,82 +2876,97 @@ The installer will quit and all changes will be lost. Қисмҳои диск - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Танзимоти ҷорӣ: - + After: Баъд аз тағйир: - + No EFI system partition configured Ягон қисми диски низомии EFI танзим нашуд - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS Имкони истифодаи GPT дар BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - Ҷадвали қисми диски GPT барои ҳамаи низомҳо интихоби беҳтарин мебошад. Насбкунандаи ҷорӣ инчунин барои низомҳои BIOS чунин танзимро дастгирӣ менамояд.<br/><br/>Барои танзим кардани ҷадвали қисми диски GPT дар BIOS, (агар то ҳол танзим накарда бошед) як қадам ба қафо гузаред ва ҷадвали қисми дискро ба GPT танзим кунед, пас қисми диски шаклбандинашударо бо ҳаҷми 8 МБ бо нишони фаъолшудаи <strong>%2</strong> эҷод намоед.<br/><br/>Қисми диски шаклбандинашуда бо ҳаҷми 8 МБ барои оғоз кардани %1 дар низоми BIOS бо GPT лозим аст. + - + Boot partition not encrypted Қисми диски роҳандозӣ рамзгузорӣ нашудааст - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Қисми диски роҳандозии алоҳида дар як ҷой бо қисми диски реша (root)-и рамзгузоришуда танзим карда шуд, аммо қисми диски роҳандозӣ рамзгузорӣ нашудааст.<br/><br/>Барои ҳамин навъи танзимкунӣ масъалаи амниятӣ аҳамият дорад, зеро ки файлҳои низомии муҳим дар қисми диски рамзгузоринашуда нигоҳ дошта мешаванд.<br/>Агар шумо хоҳед, метавонед идома диҳед, аммо қулфкушоии низоми файлӣ дертар ҳангоми оғози кори низом иҷро карда мешавад.<br/>Барои рамзгзорӣ кардани қисми диски роҳандозӣ ба қафо гузаред ва бо интихоби тугмаи <strong>Рамзгузорӣ</strong> дар равзанаи эҷодкунии қисми диск онро аз нав эҷод намоед. - + has at least one disk device available. ақаллан як дастгоҳи диск дастрас аст. - + There are no partitions to install on. Ягон қисми диск барои насб вуҷуд надорад. @@ -3050,7 +3101,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3376,12 +3427,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: Барои натиҷаҳои беҳтарин, мутмаин шавед, ки дар ин компютер: - + System requirements Талаботи низом @@ -3402,29 +3453,29 @@ Output: SetHostNameJob - + Set hostname %1 Танзими номи мизбони %1 - + Set hostname <strong>%1</strong>. Танзими номи мизбони <strong>%1</strong>. - + Setting hostname %1. Танзимкунии номи мизбони %1. - - + + Internal Error Хатои дохилӣ - - + + Cannot write hostname to target system Номи мизбон ба низоми интихобшуда сабт нашуд @@ -3626,18 +3677,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3645,17 +3696,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. Фармони chmod барои файли sudoers иҷро намешавад. - + Cannot create sudoers file for writing. Файли sudoers барои сабт эҷод карда намешавад. @@ -3809,22 +3860,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Барои гирифтани маълумоти муфассал оид ба изҳори назари корбар, дар ин ҷо зер кунед</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Пайгирӣ ба %1 барои дидани шумораи насбҳо, намудҳои сахтафзорҳо ва маҷмӯаи барномаҳои истифодашуда кумак мерасонад. Барои дидани маълумоте, ки фиристода мешавад нишонаи кумакро дар назди ҳар як мавод зер кунед. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Агар ин имконро интихоб кунед, шумо маълумотро дар бораи насбкунӣ ва сахтафзори худ мефиристонед. Ин маълумот <b>танҳо як маротиба</b> баъд аз анҷоми насбкунӣ фиристода мешавад. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Агар ин имконро интихоб кунед, шумо маълумотро ба таври мунтазам дар бораи насбкунӣ, сахтафзор ва барномаҳои <b>компютери</b> худ ба %1 мефиристонед. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Агар ин имконро интихоб кунед, шумо маълумотро ба таври мунтазам дар бораи насбкунӣ, сахтафзор ва барномаҳои <b>корбари</b> худ ба %1 мефиристонед. @@ -3845,12 +3896,12 @@ Output: Ҷудо кардани низомҳои файлӣ. - + No target system available. - + No rootMountPoint is set. @@ -3858,12 +3909,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Агар зиёда аз як корбар ин компютерро истифода барад, шумо метавонед баъд аз танзимкунӣ якчанд ҳисобро эҷод намоед.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Агар зиёда аз як корбар ин компютерро истифода барад, шумо метавонед баъд аз насбкунӣ якчанд ҳисобро эҷод намоед.</small> @@ -4012,44 +4063,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Хуш омадед ба барномаи танзимкунии Calamares барои %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Хуш омадед ба танзимкунии %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Хуш омадед ба насбкунандаи Calamares барои %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Хуш омадед ба насбкунандаи %1.</h1> - - - %1 support Дастгирии %1 - + About %1 setup Дар бораи танзими %1 - + About %1 installer Дар бораи насбкунандаи %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>барои %3</strong><br/><br/>Ҳуқуқи муаллиф 2014-2017 Тео Марҷавак &lt;teo@kde.org&gt;<br/>Ҳуқуқи муаллиф 2017-2020 Адриан де Грут &lt;groot@kde.org&gt;<br/>Ташаккури зиёд ба <a href="https://calamares.io/team/">дастаи Calamares</a> ва <a href="https://www.transifex.com/calamares/calamares/">гурӯҳи тарҷумонони Calamares</a> (тарҷумаи тоҷикӣ аз ҷониби Виктор Ибрагимов &lt;victor.ibragimov@gmail.com&gt;).<br/><br/>Барномарезии насбкунандаи <a href="https://calamares.io/">Calamares</a> аз тарафи <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software дастгирӣ карда мешавад. - WelcomeQmlViewStep @@ -4114,33 +4140,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - барои %3</strong><br/><br/> - Ҳуқуқи муаллиф 2014-2017 Тео Марҷавак &lt;teo@kde.org&gt;<br/> - Ҳуқуқи муаллиф 2017-2020 Адриан де Грут &lt;groot@kde.org&gt;<br/> - Ташаккури зиёд ба <a href='https://calamares.io/team/'>дастаи Calamares</a> - ва <a href='https://www.transifex.com/calamares/calamares/'>гурӯҳи тарҷумонони Calamares</a> (тарҷумаи тоҷикӣ аз ҷониби Виктор Ибрагимов &lt;victor.ibragimov@gmail.com&gt;).<br/><br/> - Барномарезии насбкунандаи <a href='https://calamares.io/'>Calamares</a> - аз тарафи <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software дастгирӣ карда мешавад. - - - + Back Ба қафо @@ -4243,17 +4243,17 @@ Output: Намунаи клавиатура: - + Layouts Тарҳбандиҳо - + Type here to test your keyboard Барои санҷидани клавиатура ҳарфҳоро дар ин сатр ворид намоед - + Variants Имконот @@ -4401,102 +4401,102 @@ Output: Агар зиёда аз як корбар ин компютерро истифода барад, шумо метавонед баъд аз насбкунӣ якчанд ҳисобро эҷод намоед. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Шумо метавонед танҳо ҳарфҳои хурд, рақамҳо, зерхат ва нимтиреро истифода баред. - + root is not allowed as username. - + What is the name of this computer? Номи ин компютер чист? - + Computer Name Номи компютери шумо - + This name will be used if you make the computer visible to others on a network. Ин ном истифода мешавад, агар шумо компютери худро барои дигарон дар шабака намоён кунед. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Барои эмин нигоҳ доштани ҳисоби худ ниҳонвожаеро интихоб намоед. - + Password Ниҳонвожаро ворид намоед - + Repeat Password Ниҳонвожаро тасдиқ намоед - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Ниҳонвожаи ягонаро ду маротиба ворид намоед, то ки он барои хатоҳои имлоӣ тафтиш карда шавад. Ниҳонвожаи хуб бояд дар омезиш калимаҳо, рақамҳо ва аломатҳои китобатиро дар бар гирад, ақаллан аз ҳашт аломат иборат шавад ва мунтазам иваз карда шавад. - + Validate passwords quality Санҷиши сифати ниҳонвожаҳо - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Агар шумо ин имконро интихоб кунед, қувваи ниҳонвожа тафтиш карда мешавад ва шумо ниҳонвожаи заифро истифода карда наметавонед. - + Log in automatically without asking for the password Ба таври худкор бе дархости ниҳонвожа ворид карда шавад - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password Ниҳонвожаи корбар ҳам барои ниҳонвожаи root истифода карда шавад - + Use the same password for the administrator account. Ниҳонвожаи ягона барои ҳисоби маъмурӣ истифода бурда шавад. - + Choose a root password to keep your account safe. Барои эмин нигоҳ доштани ҳисоби худ ниҳонвожаи root-ро интихоб намоед. - + Root Password Ниҳонвожаи root - + Repeat Root Password Ниҳонвожаи root-ро тасдиқ намоед - + Enter the same password twice, so that it can be checked for typing errors. Ниҳонвожаи ягонаро ду маротиба ворид намоед, то ки он барои хатоҳои имлоӣ тафтиш карда шавад. diff --git a/lang/calamares_th.ts b/lang/calamares_th.ts index a25646588..9cd94ae73 100644 --- a/lang/calamares_th.ts +++ b/lang/calamares_th.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information ข้อมูลดีบั๊ก @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up ตั้งค่า - + Install ติดตั้ง @@ -171,7 +190,7 @@ Calamares::JobThread - + Done เสร็จสิ้น @@ -261,21 +280,21 @@ - + Waiting for %n module(s). กำลังรอ %n โมดูล - + (%n second(s)) (%n วินาที) - + System-requirements checking is complete. @@ -481,12 +500,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer ตัวติดตั้ง %1 @@ -525,149 +544,149 @@ The installer will quit and all changes will be lost. ฟอร์ม - + Select storage de&vice: เลือกอุปก&รณ์จัดเก็บ: - - - - + + + + Current: ปัจจุบัน: - + After: หลัง: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>กำหนดพาร์ทิชันด้วยตนเอง</strong><br/>คุณสามารถสร้างหรือเปลี่ยนขนาดของพาร์ทิชันได้ด้วยตนเอง - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>เลือกพาร์ทิชันที่จะลดขนาด แล้วลากแถบด้านล่างเพื่อปรับขนาด</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: ที่อยู่บูตโหลดเดอร์: - + <strong>Select a partition to install on</strong> <strong>เลือกพาร์ทิชันที่จะติดตั้ง</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. ไม่พบพาร์ทิชันสำหรับระบบ EFI อยู่ที่ไหนเลยในระบบนี้ กรุณากลับไปเลือกใช้การแบ่งพาร์ทิชันด้วยตนเอง เพื่อติดตั้ง %1 - + The EFI system partition at %1 will be used for starting %2. พาร์ทิชันสำหรับระบบ EFI ที่ %1 จะถูกใช้เพื่อเริ่มต้น %2 - + EFI system partition: พาร์ทิชันสำหรับระบบ EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. ดูเหมือนว่าอุปกรณ์จัดเก็บข้อมูลนี้ไม่มีระบบปฏิบัติการ คุณต้องการทำอย่างไร?<br/>คุณจะสามารถทบทวนและยืนยันตัวเลือกของคุณก่อนที่จะกระทำการเปลี่ยนแปลงไปยังอุปกรณ์จัดเก็บข้อมูลของคุณ - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>ล้างดิสก์</strong><br/>การกระทำนี้จะ<font color="red">ลบ</font>ข้อมูลทั้งหมดที่อยู่บนอุปกรณ์จัดเก็บข้อมูลที่เลือก - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>ติดตั้งควบคู่กับระบบปฏิบัติการเดิม</strong><br/>ตัวติดตั้งจะลดเนื้อที่พาร์ทิชันเพื่อให้มีเนื้อที่สำหรับ %1 - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>แทนที่พาร์ทิชัน</strong><br/>แทนที่พาร์ทิชันด้วย %1 - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. อุปกรณ์จัดเก็บข้อมูลนี้มีระบบปฏิบัติการ %1 อยู่ คุณต้องการทำอย่างไร?<br/>คุณจะสามารถทบทวนและยืนยันตัวเลือกของคุณก่อนที่จะกระทำการเปลี่ยนแปลงไปยังอุปกรณ์จัดเก็บข้อมูลของคุณ - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. อุปกรณ์จัดเก็บข้อมูลนี้มีระบบปฏิบัติการอยู่แล้ว คุณต้องการทำอย่างไร?<br/>คุณจะสามารถทบทวนและยืนยันตัวเลือกของคุณก่อนที่จะกระทำการเปลี่ยนแปลงไปยังอุปกรณ์จัดเก็บข้อมูลของคุณ - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. อุปกรณ์จัดเก็บข้อมูลนี้มีหลายระบบปฏิบัติการ คุณต้องการทำอย่างไร?<br/>คุณจะสามารถทบทวนและยืนยันตัวเลือกของคุณก่อนที่จะกระทำการเปลี่ยนแปลงไปยังอุปกรณ์จัดเก็บข้อมูลของคุณ - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -755,27 +774,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> ตั้งค่าโมเดลแป้นพิมพ์เป็น %1<br/> - + Set keyboard layout to %1/%2. ตั้งค่าแบบแป้นพิมพ์เป็น %1/%2 - + Set timezone to %1/%2. ตั้งค่าโซนเวลาเป็น %1/%2 - + The system language will be set to %1. ภาษาของระบบจะถูกตั้งค่าเป็น %1 - + The numbers and dates locale will be set to %1. ตำแหน่งที่ตั้งสำหรับหมายเลขและวันที่จะถูกตั้งค่าเป็น %1 @@ -810,97 +829,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> คอมพิวเตอร์เครื่องนี้มีความต้องการไม่เพียงพอที่จะตั้งค่า %1<br/>ไม่สามารถทำการตั้งค่าต่อไปได้ <a href="#details">รายละเอียด...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> คอมพิวเตอร์เครื่องนี้มีความต้องการไม่เพียงพอที่จะติดตั้ง %1<br/>ไม่สามารถทำการติดตั้งต่อไปได้ <a href="#details">รายละเอียด...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. คอมพิวเตอร์มีความต้องการไม่เพียงพอที่จะติดตั้ง %1<br/>สามารถทำการติดตั้งต่อไปได้ แต่ฟีเจอร์บางอย่างจะถูกปิดไว้ - + This program will ask you some questions and set up %2 on your computer. โปรแกรมนี้จะถามคำถามต่าง ๆ เพื่อติดตั้ง %2 ลงในคอมพิวเตอร์ของคุณ - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>ยินดีต้อนรับสู่ตัวตั้งค่า %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>ยินดีต้อนรับสู่ตัวติดตั้ง Calamares สำหรับ %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>ยินดีต้อนรับสู่ตัวติดตั้ง %1</h1> - + Your username is too long. ชื่อผู้ใช้ของคุณยาวเกินไป - + '%1' is not allowed as username. ไม่อนุญาตให้ใช้ '%1' เป็นชื่อผู้ใช้ - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. ชื่อโฮสต์ของคุณสั้นเกินไป - + Your hostname is too long. ชื่อโฮสต์ของคุณยาวเกินไป - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! รหัสผ่านของคุณไม่ตรงกัน! - + OK! ตกลง! @@ -956,11 +975,16 @@ The installer will quit and all changes will be lost. + Packages + แพ็กเกจ + + + Install option: <strong>%1</strong> - + None @@ -1419,6 +1443,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1448,8 +1482,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1457,12 +1491,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1538,32 +1572,32 @@ The installer will quit and all changes will be lost. &R เริ่มต้นใหม่ทันที - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>เสร็จสิ้น</h1><br/>%1 ติดตั้งบนคอมพิวเตอร์ของคุณเรียบร้อย<br/>คุณสามารถเริ่มต้นใหม่เพื่อเข้าสู่ระบบใหม่ของคุณ หรือดำเนินการใช้ %2 ในแบบไม่ต้องติดตั้ง (Live) ต่อไป - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>การติดตั้งไม่สำเร็จ</h1><br/>%1 ไม่ได้ถูกติดตั้งลงบนคอมพิวเตอร์ของคุณ<br/>ข้อความข้อผิดพลาดคือ: %2 @@ -1597,12 +1631,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. ตัวติดตั้งไม่สามารถฟอร์แมทพาร์ทิชัน %1 บนดิสก์ '%2' @@ -1610,12 +1650,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1655,27 +1695,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer มีหน้าจอใหญ่พอที่จะแสดงผลตัวติดตั้งได้ทั้งหมด - + The screen is too small to display the setup program. - + The screen is too small to display the installer. หน้าจอเล็กเกินกว่าที่จะแสดงผลตัวติดตั้ง @@ -1975,35 +2015,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2029,12 +2069,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 เขตเวลา: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2044,100 +2084,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection เลือกแพ็กเกจ - + Office software - + Office package - + Browser software - + Browser package - + Web browser - + Kernel + label for netinstall module, Linux kernel เคอร์เนล - + Services + label for netinstall module, system services บริการ - + Login + label for netinstall module, choose login manager เข้าสู่ระบบ - + Desktop + label for netinstall module, choose desktop environment เดสก์ท็อป - - Applications - แอปพลิเคชัน - - - + Communication + label for netinstall module การสื่อสาร - + Development + label for netinstall module การพัฒนา - + Office + label for netinstall module ออฟฟิศ - + Multimedia + label for netinstall module สื่อ - + Internet + label for netinstall module อินเทอร์เน็ต - + Theming + label for netinstall module การปรับแต่ง - + Gaming + label for netinstall module เกม - + Utilities + label for netinstall module + + + Applications + แอปพลิเคชัน + NotesQmlViewStep @@ -2186,24 +2238,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 เขตเวลา: %1 - + Select your preferred Zone within your Region. - + Zones เขต - + You can fine-tune Language and Locale settings below. @@ -2469,7 +2521,7 @@ The installer will quit and all changes will be lost. ข้อผิดพลาดที่ไม่รู้จัก - + Password is empty รหัสผ่านว่าง @@ -2507,22 +2559,6 @@ The installer will quit and all changes will be lost. เลือกผลิตภัณฑ์จากรายการ ผลิตภัณฑ์ที่เลือกไว้จะถูกติดตั้ง - - PackageChooserQmlViewStep - - - Packages - แพ็กเกจ - - - - PackageChooserViewStep - - - Packages - แพ็กเกจ - - PackageModel @@ -2826,82 +2862,97 @@ The installer will quit and all changes will be lost. พาร์ทิชัน - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: ปัจจุบัน: - + After: หลัง: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3033,7 +3084,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3356,12 +3407,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: สำหรับผลลัพธ์ที่ดีขึ้น โปรดตรวจสอบให้แน่ใจว่าคอมพิวเตอร์เครื่องนี้: - + System requirements ความต้องการของระบบ @@ -3382,29 +3433,29 @@ Output: SetHostNameJob - + Set hostname %1 ตั้งค่าชื่อโฮสต์ %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error ข้อผิดพลาดภายใน - - + + Cannot write hostname to target system ไม่สามารถเขียนชื่อโฮสต์ไปที่ระบบเป้าหมาย @@ -3606,18 +3657,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3625,17 +3676,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. กำหนดค่าผู้ใช้ <pre>sudo</pre> - + Cannot chmod sudoers file. ไม่สามารถ chmod ไฟล์ sudoers - + Cannot create sudoers file for writing. ไม่สามารถสร้างไฟล์ sudoers เพื่อเขียนได้ @@ -3789,22 +3840,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3825,12 +3876,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3838,12 +3889,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -3992,44 +4043,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>ยินดีต้อนรับสู่โปรแกรมตั้งค่า Calamares สำหรับ %1</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>ยินดีต้อนรับสู่ตัวตั้งค่า %1</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>ยินดีต้อนรับสู่ตัวติดตั้ง Calamares สำหรับ %1</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>ยินดีต้อนรับสู่ตัวติดตั้ง %1</h1> - - - %1 support - + About %1 setup เกี่ยวกับตัวตั้งค่า %1 - + About %1 installer เกี่ยวกับตัวติดตั้ง %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4094,23 +4120,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back ย้อนกลับ @@ -4210,17 +4220,17 @@ Output: โมเดลแป้นพิมพ์: - + Layouts - + Type here to test your keyboard พิมพ์ที่นี่เพื่อทดสอบแป้นพิมพ์ของคุณ - + Variants @@ -4347,102 +4357,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? คอมพิวเตอร์เครื่องนี้ชื่ออะไร? - + Computer Name ชื่อคอมพิวเตอร์ - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. เลือกรหัสผ่านเพื่อรักษาบัญชีผู้ใช้ของคุณให้ปลอดภัย - + Password รหัสผ่าน - + Repeat Password กรอกรหัสผ่านซ้ำ - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_tr_TR.ts b/lang/calamares_tr_TR.ts index a7d76892e..c0acf127b 100644 --- a/lang/calamares_tr_TR.ts +++ b/lang/calamares_tr_TR.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Gereç Ağacı - + Debug information Hata ayıklama bilgisi @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Kur - + Install Sistem Kuruluyor @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Sistem kurulumu tamamlandı, kurulum aracından çıkabilirsiniz. @@ -261,7 +280,7 @@ <i>%1</i> modülü için gerekenler tamamlandı. - + Waiting for %n module(s). %n modülü bekleniyor. @@ -269,7 +288,7 @@ - + (%n second(s)) (%n saniye(ler)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. Sistem gereksinimleri kontrolü tamamlandı. @@ -488,12 +507,12 @@ Yükleyiciden çıkınca tüm değişiklikler kaybedilecek. CalamaresWindow - + %1 Setup Program %1 Kurulum Uygulaması - + %1 Installer %1 Yükleniyor @@ -532,150 +551,150 @@ Yükleyiciden çıkınca tüm değişiklikler kaybedilecek. Biçim - + Select storage de&vice: Depolama ay&gıtı seç: - - - - + + + + Current: Geçerli: - + After: Sonra: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Elle bölümleme</strong><br/>Bölümler oluşturabilir ve boyutlandırabilirsiniz. - + Reuse %1 as home partition for %2. %2 ev bölümü olarak %1 yeniden kullanılsın. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Küçültmek için bir bölüm seçip alttaki çubuğu sürükleyerek boyutlandır</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1, %2MB'a küçülecek ve %4 için yeni bir %3MB disk bölümü oluşturulacak. - + Boot loader location: Önyükleyici konumu: - + <strong>Select a partition to install on</strong> <strong>Yükleyeceğin disk bölümünü seç</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Bu sistemde EFI disk bölümü bulunamadı. Lütfen geri dönün ve %1 kurmak için gelişmiş kurulum seçeneğini kullanın. - + The EFI system partition at %1 will be used for starting %2. %1 EFI sistem bölümü %2 başlatmak için kullanılacaktır. - + EFI system partition: EFI sistem bölümü: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Bu depolama aygıtı üzerinde yüklü herhangi bir işletim sistemi tespit etmedik. Ne yapmak istersiniz?<br/>Yaptığınız değişiklikler disk bölümü üzerine uygulanmadan önce gözden geçirme fırsatınız olacak. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Diski sil</strong><br/>Seçili depolama bölümündeki mevcut veriler şu anda <font color="red">silinecektir.</font> - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Yanına yükleyin</strong><br/>Sistem yükleyici disk bölümünü küçülterek %1 için yer açacak. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Varolan bir disk bölümüne kur</strong><br/>Varolan bir disk bölümü üzerine %1 kur. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Bu depolama aygıtı üzerinde %1 vardır. Ne yapmak istersiniz?<br/>Yaptığınız değişiklikler disk bölümü üzerine uygulanmadan önce gözden geçirme fırsatınız olacak. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Bu depolama aygıtı üzerinde bir işletim sistemi yüklü. Ne yapmak istersiniz? <br/>Yaptığınız değişiklikler disk bölümü üzerine uygulanmadan önce gözden geçirme fırsatınız olacak. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Bu depolama aygıtı üzerinde birden fazla işletim sistemi var. Ne yapmak istersiniz? <br/>Yaptığınız değişiklikler disk bölümü üzerine uygulanmadan önce gözden geçirme fırsatınız olacak. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Bu depolama aygıtının üzerinde zaten bir işletim sistemi var, ancak <strong>%1</strong> bölüm tablosu, gerekli <strong>%2</strong>'den farklı. <br/> - + This storage device has one of its partitions <strong>mounted</strong>. Bu depolama aygıtının disk bölümlerinden biri <strong>bağlı</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Bu depolama aygıtı, <strong>etkin olmayan bir RAID</strong> cihazının parçasıdır. - + No Swap Takas alanı yok - + Reuse Swap Yeniden takas alanı - + Swap (no Hibernate) Takas Alanı (uyku modu yok) - + Swap (with Hibernate) Takas Alanı (uyku moduyla) - + Swap to file Takas alanı dosyası @@ -763,27 +782,27 @@ Yükleyiciden çıkınca tüm değişiklikler kaybedilecek. Config - + Set keyboard model to %1.<br/> %1 Klavye düzeni olarak seçildi.<br/> - + Set keyboard layout to %1/%2. Alt klavye türevi olarak %1/%2 seçildi. - + Set timezone to %1/%2. %1/%2 Zaman dilimi ayarla. - + The system language will be set to %1. Sistem dili %1 olarak ayarlanacak. - + The numbers and dates locale will be set to %1. Sayılar ve günler için sistem yereli %1 olarak ayarlanacak. @@ -818,99 +837,99 @@ Yükleyiciden çıkınca tüm değişiklikler kaybedilecek. Ağ Üzerinden Kurulum. (Devre Dışı: Paket listeleri alınamıyor, ağ bağlantısını kontrol ediniz) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Bu bilgisayar %1 kurulumu için minimum gereksinimleri karşılamıyor.<br/>Kurulum devam etmeyecek. <a href="#details">Detaylar...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Bu bilgisayara %1 yüklemek için asgari gereksinimler karşılanamadı. Kurulum devam edemiyor. <a href="#detaylar">Detaylar...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Bu bilgisayar %1 kurulumu için önerilen gereksinimlerin bazılarına uymuyor. Kurulum devam edebilirsiniz ancak bazı özellikler devre dışı bırakılabilir. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Bu bilgisayara %1 yüklemek için önerilen gereksinimlerin bazıları karşılanamadı.<br/> Kurulum devam edebilir fakat bazı özellikler devre dışı kalabilir. - + This program will ask you some questions and set up %2 on your computer. Bu program size bazı sorular soracak ve bilgisayarınıza %2 kuracak. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>%1 için Calamares kurulum programına hoş geldiniz</h1> - + <h1>Welcome to %1 setup</h1> <h1>%1 kurulumuna hoş geldiniz</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>%1 Calamares Sistem Yükleyiciye Hoş Geldiniz</h1> - + <h1>Welcome to the %1 installer</h1> <h1>%1 Sistem Yükleyiciye Hoş Geldiniz</h1> - + Your username is too long. Kullanıcı adınız çok uzun. - + '%1' is not allowed as username. '%1' kullanıcı adı olarak izin verilmiyor. - + Your username must start with a lowercase letter or underscore. Kullanıcı adınız küçük harf veya alt çizgi ile başlamalıdır. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Sadece küçük harflere, sayılara, alt çizgi ve kısa çizgilere izin verilir. - + Your hostname is too short. Makine adınız çok kısa. - + Your hostname is too long. Makine adınız çok uzun. - + '%1' is not allowed as hostname. '%1' ana bilgisayar adı olarak kullanılamaz. - + Only letters, numbers, underscore and hyphen are allowed. Sadece harfler, rakamlar, alt çizgi ve kısa çizgi izin verilir. - + Your passwords do not match! Parolanız eşleşmiyor! - + OK! TAMAM! @@ -966,11 +985,16 @@ Kurulum devam edebilir fakat bazı özellikler devre dışı kalabilir. + Packages + Paketler + + + Install option: <strong>%1</strong> Kurulum seçeneği: <strong>%1</strong> - + None Hiçbiri @@ -1429,6 +1453,16 @@ Kurulum devam edebilir fakat bazı özellikler devre dışı kalabilir.FS Label: DS Etiketi: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1458,8 +1492,8 @@ Kurulum devam edebilir fakat bazı özellikler devre dışı kalabilir.Parolayı doğrula - - + + Please enter the same passphrase in both boxes. Her iki kutuya da aynı parolayı giriniz. @@ -1467,12 +1501,12 @@ Kurulum devam edebilir fakat bazı özellikler devre dışı kalabilir. ErrorDialog - + Details: Detaylar: - + Would you like to paste the install log to the web? Kurulum günlüğünü web'e yapıştırmak ister misiniz? @@ -1548,32 +1582,32 @@ Kurulum devam edebilir fakat bazı özellikler devre dışı kalabilir.&Şimdi yeniden başlat - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Kurulum Tamamlandı.</h1><br/>%1 bilgisayarınıza kuruldu.<br/>Şimdi yeni kurduğunuz işletim sistemini kullanabilirsiniz. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Bu kutucuk işaretlenerek <span style="font-style:italic;">Tamam</span> butonu tıklandığında ya da kurulum uygulaması kapatıldığında bilgisayarınız yeniden başlatılacaktır.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Kurulum işlemleri tamamlandı.</h1><br/>%1 bilgisayarınıza yüklendi<br/>Yeni kurduğunuz sistemi kullanmak için yeniden başlatabilir veya %2 Çalışan sistem ile devam edebilirsiniz. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Bu kutucuk işaretlenerek <span style="font-style:italic;">Tamam</span> butonu tıklandığında ya da sistem yükleyici kapatıldığında bilgisayarınız yeniden başlatılacaktır.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Kurulum Başarısız</h1><br/>%1 bilgisayarınıza kurulamadı.<br/>Hata mesajı: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Yükleme Başarısız</h1><br/>%1 bilgisayarınıza yüklenemedi.<br/>Hata mesajı çıktısı: %2. @@ -1607,12 +1641,18 @@ Kurulum devam edebilir fakat bazı özellikler devre dışı kalabilir.<strong>%1</strong> diskine <strong>%2</strong> dosya sistemi ile <strong>%3MB</strong> disk bölümü oluştur. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. %1 disk bölümü %2 dosya sistemi ile biçimlendiriliyor. - + The installer failed to format partition %1 on disk '%2'. Yükleyici %1 bölümünü '%2' diski üzerinde biçimlendiremedi. @@ -1620,12 +1660,12 @@ Kurulum devam edebilir fakat bazı özellikler devre dışı kalabilir. GeneralRequirements - + has at least %1 GiB available drive space En az %1 GB disk sürücü alanı var - + There is not enough drive space. At least %1 GiB is required. Yeterli disk sürücü alanı mevcut değil. En az %1 GB disk alanı gereklidir. @@ -1666,27 +1706,27 @@ Sistem güç kaynağına bağlı değil. yükleyiciyi yönetici (kök) olarak çalıştırıyor - + The setup program is not running with administrator rights. Kurulum uygulaması yönetici haklarıyla çalışmıyor. - + The installer is not running with administrator rights. Sistem yükleyici yönetici haklarına sahip olmadan çalışmıyor. - + has a screen large enough to show the whole installer yükleyicinin tamamını gösterecek kadar büyük bir ekrana sahip - + The screen is too small to display the setup program. Kurulum uygulamasını görüntülemek için ekran çok küçük. - + The screen is too small to display the installer. Ekran, sistem yükleyiciyi görüntülemek için çok küçük. @@ -1986,35 +2026,35 @@ Sistem güç kaynağına bağlı değil. LuksBootKeyFileJob - + Configuring LUKS key file. LUKS anahtar dosyası yapılandırılıyor. - - + + No partitions are defined. Hiçbir disk bölümü tanımlanmadı. - - - + + + Encrypted rootfs setup error Şifrelenmiş rootfs kurulum hatası - + Root partition %1 is LUKS but no passphrase has been set. %1 kök disk bölümü LUKS olacak fakat bunun için parola belirlenmedi. - + Could not create LUKS key file for root partition %1. %1 kök disk bölümü için LUKS anahtar dosyası oluşturulamadı. - + Could not configure LUKS key file on partition %1. %1 disk bölümü LUKS anahtar dosyası yapılandırılamadı. @@ -2040,12 +2080,12 @@ Sistem güç kaynağına bağlı değil. Map - + Timezone: %1 Zaman dilimi: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2057,100 +2097,112 @@ Sistem güç kaynağına bağlı değil. NetInstallViewStep - + Package selection Paket seçimi - + Office software Ofis yazılımı - + Office package Ofis paketi - + Browser software Tarayıcı yazılımı - + Browser package Tarayıcı paketi - + Web browser İnternet tarayıcısı - + Kernel + label for netinstall module, Linux kernel Çekirdek - + Services + label for netinstall module, system services Servisler - + Login + label for netinstall module, choose login manager Oturum aç - + Desktop + label for netinstall module, choose desktop environment Masaüstü - - Applications - Uygulamalar - - - + Communication + label for netinstall module İletişim - + Development + label for netinstall module Gelişim - + Office + label for netinstall module Ofis - + Multimedia + label for netinstall module Multimedya - + Internet + label for netinstall module İnternet - + Theming + label for netinstall module Temalar - + Gaming + label for netinstall module Oyunlar - + Utilities + label for netinstall module Bileşenler + + + Applications + Uygulamalar + NotesQmlViewStep @@ -2199,24 +2251,24 @@ Sistem güç kaynağına bağlı değil. Tercih ettiğiniz Bölgeyi seçin veya varsayılan ayarları kullanın. - - - + + + Timezone: %1 Zaman dilimi: %1 - + Select your preferred Zone within your Region. Konumunuzda tercih ettiğiniz Bölgeyi seçin. - + Zones Bölge - + You can fine-tune Language and Locale settings below. Aşağıda Dil ve Yerel Ayar ayarlarında ince ayar yapabilirsiniz. @@ -2491,7 +2543,7 @@ Sistem güç kaynağına bağlı değil. Bilinmeyen hata - + Password is empty Şifre boş @@ -2529,22 +2581,6 @@ Sistem güç kaynağına bağlı değil. Lütfen listeden bir ürün seçin. Seçilen ürün yüklenecek. - - PackageChooserQmlViewStep - - - Packages - Paketler - - - - PackageChooserViewStep - - - Packages - Paketler - - PackageModel @@ -2848,83 +2884,98 @@ Sistem güç kaynağına bağlı değil. Disk Bölümleme - + + Unsafe partition actions are enabled. + Güvenli olmayan bölümleme eylemi etkinleştirildi. + + + + Partitioning is configured to <b>always</b> fail. + Bölümleme, <b>her zaman</b> başarısız olacak şekilde yapılandırılmıştır. + + + + No partitions will be changed. + Hiçbir bölüm değiştirilmeyecek. + + + Current: Geçerli: - + After: Sonra: - + No EFI system partition configured EFI sistem bölümü yapılandırılmamış - + EFI system partition configured incorrectly EFI sistem bölümü yanlış yapılandırılmış - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. %1 başlatmak için bir EFI sistem bölümü gereklidir. <br/><br/> Bir EFI sistem bölümü yapılandırmak için geri dönün ve uygun bir dosya sistemi seçin veya oluşturun. - + The filesystem must be mounted on <strong>%1</strong>. Dosya sistemi <strong>%1</strong> üzerine bağlanmalıdır. - + The filesystem must have type FAT32. Dosya sistemi FAT32 tipine sahip olmalıdır. - + The filesystem must be at least %1 MiB in size. Dosya sisteminin boyutu en az %1 MB olmalıdır. - + The filesystem must have flag <strong>%1</strong> set. Dosya sisteminde <strong>%1</strong> bayrağı ayarlanmış olmalıdır. - + You can continue without setting up an EFI system partition but your system may fail to start. Bir EFI sistem bölümü kurmadan devam edebilirsiniz ancak sisteminiz başlamayabilir. - + Option to use GPT on BIOS BIOS'ta GPT kullanma seçeneği - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - GPT disk bölümü tablosu tüm sistemler için en iyi seçenektir. Bu yükleyici klasik BIOS sistemler için de böyle bir kurulumu destekler. <br/><br/>Klasik BIOS sistemlerde disk bölümü tablosu GPT tipinde yapılandırmak için (daha önce yapılmadıysa) geri gidin ve disk bölümü tablosu GPT olarak ayarlayın ve ardından <strong>%2</strong> bayrağı ile etiketlenmiş 8 MB biçimlendirilmemiş bir disk bölümü oluşturun.<br/> <br/>GPT disk yapısı ile kurulan klasik BIOS sistemi %1 başlatmak için biçimlendirilmemiş 8 MB bir disk bölümü gereklidir. + GPT bölüm tablosu, tüm sistemler için en iyi seçenektir. Bu yükleyici, BIOS sistemleri için de böyle bir kurulumu destekler. <br/><br/>BIOS'ta bir GPT bölüm tablosu yapılandırmak için (önceden yapılmadıysa) geri dönün ve bölüm tablosunu GPT olarak ayarlayın, ardından <strong>%2</strong> bayrağı etkinleştirilmiş.<br/><br/> 8 MB biçimlendirilmemiş bölüm oluşturun .GPT' ile BIOS sisteminde %1 başlatmak için biçimlendirilmemiş 8 MB bir bölüm gereklidir. - + Boot partition not encrypted Önyükleme yani boot diski şifrelenmedi - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Ayrı bir önyükleme yani boot disk bölümü, şifrenmiş bir kök bölüm ile birlikte ayarlandı, fakat önyükleme bölümü şifrelenmedi.<br/><br/>Bu tip kurulumun güvenlik endişeleri vardır, çünkü önemli sistem dosyaları şifrelenmemiş bir bölümde saklanır.<br/>İsterseniz kuruluma devam edebilirsiniz, fakat dosya sistemi kilidi daha sonra sistem başlatılırken açılacak.<br/> Önyükleme bölümünü şifrelemek için geri dönün ve bölüm oluşturma penceresinde <strong>Şifreleme</strong>seçeneği ile yeniden oluşturun. - + has at least one disk device available. Mevcut en az bir disk aygıtı var. - + There are no partitions to install on. Kurulacak disk bölümü yok. @@ -3059,7 +3110,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3385,12 +3436,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: En iyi sonucu elde etmek için bilgisayarınızın aşağıdaki gereksinimleri karşıladığından emin olunuz: - + System requirements Sistem gereksinimleri @@ -3411,29 +3462,29 @@ Output: SetHostNameJob - + Set hostname %1 %1 sunucu-adı ayarla - + Set hostname <strong>%1</strong>. <strong>%1</strong> sunucu-adı ayarla. - + Setting hostname %1. %1 sunucu-adı ayarlanıyor. - - + + Internal Error Dahili Hata - - + + Cannot write hostname to target system Hedef sisteme sunucu-adı yazılamadı @@ -3635,18 +3686,18 @@ Output: SetupGroupsJob - + Preparing groups. Gruplar hazırlanıyor. - - + + Could not create groups in target system Hedef sistemde gruplar oluşturulamadı - + These groups are missing in the target system: %1 Bu gruplar hedef sistemde eksik, :%1 @@ -3654,17 +3705,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. <pre>sudo</pre> kullanıcını yapılandır. - + Cannot chmod sudoers file. Sudoers dosya izinleri ayarlanamadı. - + Cannot create sudoers file for writing. sudoers dosyası oluşturulamadı ve yazılamadı. @@ -3818,22 +3869,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Kullanıcı geri bildirimi hakkında daha fazla bilgi için burayı tıklayın</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. İzleme, %1 ne sıklıkla yüklendiğini, hangi donanıma kurulduğunu ve hangi uygulamaların kullanıldığını görmesine yardımcı olur. Nelerin gönderileceğini görmek için lütfen her bir alanın yanındaki yardım simgesini tıklayın. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Bunu seçerek kurulumunuz ve donanımınız hakkında bilgi göndereceksiniz. Bu bilgiler, kurulum bittikten sonra <b> yalnızca bir kez </b> gönderilecektir. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Bunu seçerek, periyodik olarak %1'e <b> makine </b> kurulum, donanım ve uygulamalarınız hakkında bilgi gönderirsiniz. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Bunu seçerek, <b> kullanıcı </b> kurulumunuz, donanımınız, uygulamalarınız ve uygulama kullanım alışkanlıklarınız hakkında düzenli olarak %1'e bilgi gönderirsiniz. @@ -3854,12 +3905,12 @@ Output: Dosya sistemlerini ayırın. - + No target system available. Mevcut hedef sistemi yok. - + No rootMountPoint is set. Hiçbir rootMountPoint ayarlanmadı. @@ -3867,12 +3918,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Bu bilgisayarı birden fazla kişi kullanacaksa, kurulumdan sonra birden fazla kullanıcı hesabı oluşturabilirsiniz.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Bu bilgisayarı birden fazla kişi kullanacaksa, kurulum bittikten sonra birden fazla kullanıcı hesabı oluşturabilirsiniz.</small> @@ -4021,44 +4072,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>%1 için Calamares sistem kurulum uygulamasına hoş geldiniz.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>%1 Kurulumuna Hoş Geldiniz.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>%1 Calamares Sistem Yükleyici .</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>%1 Sistem Yükleyiciye Hoşgeldiniz.</h1> - - - %1 support %1 destek - + About %1 setup %1 kurulum hakkında - + About %1 installer %1 sistem yükleyici hakkında - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Telif Hakkı 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Telif Hakkı 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Teşekkürler <a href="https://calamares.io/team/">Calamares takımı</a> ve <a href="https://www.transifex.com/calamares/calamares/">Calamares çeviri ekibi</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> gelişim sponsoru <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Özgür Yazılım - WelcomeQmlViewStep @@ -4123,34 +4149,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%3<br/> - için %2</strong><br/><br/> - Telif Hakkı 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Telif Hakkı 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Teşekkürler <a href='https://calamares.io/team/'>Calamares takımı</a> - ve <a href='https://www.transifex.com/calamares/calamares/'>Calamares - çeviri takımı</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - gelişim sponsoru <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Özgür Yazılım. - - - + Back Geri @@ -4255,17 +4254,17 @@ Output: Klavye Modeli: - + Layouts Düzenler - + Type here to test your keyboard Klavye seçiminizi burada test edebilirsiniz - + Variants Türevler @@ -4414,102 +4413,102 @@ Output: Bu bilgisayarı birden fazla kişi kullanacaksa, kurulumdan sonra birden fazla hesap oluşturabilirsiniz. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Sadece küçük harflere, sayılara, alt çizgi ve kısa çizgilere izin verilir. - + root is not allowed as username. root kullanıcı adı olarak kulanılmasına izin verilmez. - + What is the name of this computer? Bu bilgisayarın adı nedir? - + Computer Name Bilgisayar Adı - + This name will be used if you make the computer visible to others on a network. Bilgisayarı ağ üzerinde herkese görünür yaparsanız bu ad kullanılacaktır. - + localhost is not allowed as hostname. localhost ana bilgisayar adı olarak kullanılmasına izin verilmez. - + Choose a password to keep your account safe. Hesabınızın güvenliğini sağlamak için bir parola belirleyiniz. - + Password Şifre - + Repeat Password Şifreyi Tekrarla - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Yazım hataları açısından kontrol edilebilmesi için aynı parolayı iki kez girin. İyi bir şifre, harflerin, sayıların ve noktalama işaretlerinin bir karışımını içerecektir, en az sekiz karakter uzunluğunda olmalı ve düzenli aralıklarla değiştirilmelidir. - + Validate passwords quality Parola kalitesini doğrulayın - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Bu kutu işaretlendiğinde parola gücü kontrolü yapılır ve zayıf bir parola kullanamazsınız. - + Log in automatically without asking for the password Parola sormadan otomatik olarak oturum açın - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. En az iki karakter olmak üzere yalnızca harflere, sayılara, alt çizgiye ve kısa çizgiye izin verilir. - + Reuse user password as root password Kullanıcı şifresini yetkili kök şifre olarak kullan - + Use the same password for the administrator account. Yönetici ile kullanıcı aynı şifreyi kullansın. - + Choose a root password to keep your account safe. Hesabınızı güvende tutmak için bir kök şifre seçin. - + Root Password Kök Şifre - + Repeat Root Password Kök Şifresini Tekrarla - + Enter the same password twice, so that it can be checked for typing errors. Yazım hataları açısından kontrol edilebilmesi için aynı parolayı iki kez girin. diff --git a/lang/calamares_uk.ts b/lang/calamares_uk.ts index 1fa5ce622..cadd05d67 100644 --- a/lang/calamares_uk.ts +++ b/lang/calamares_uk.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + <h1>%1</h1><br/><strong>%2<br/> для %3</strong><br/><br/> + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + Дякуємо <a href="https://calamares.io/team/">команді Calamares</a> та <a href="https://www.transifex.com/calamares/calamares/">команді перекладачів Calamares</a>.<br/><br/>Фінансову підтримку розробки <a href="https://calamares.io/">Calamares</a> було забезпечено <br/><a href="http://www.blue-systems.com/">Blue Systems</a> — робимо програмне забезпечення вільним. + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + © %3 &lt;%4&gt;, %1–%2<br/> + + AutoMountManagementJob @@ -137,7 +156,7 @@ Дерево віджетів - + Debug information Діагностична інформація @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Налаштувати - + Install Встановити @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Готово @@ -261,7 +280,7 @@ Перевірку виконання вимог щодо модуля <i>%1</i> завершено. - + Waiting for %n module(s). Очікування %n модулю. @@ -271,7 +290,7 @@ - + (%n second(s)) (%n секунда) @@ -281,7 +300,7 @@ - + System-requirements checking is complete. Перевірка системних вимог завершена. @@ -492,12 +511,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program Програма для налаштовування %1 - + %1 Installer Засіб встановлення %1 @@ -536,149 +555,149 @@ The installer will quit and all changes will be lost. Форма - + Select storage de&vice: Обрати &пристрій зберігання: - - - - + + + + Current: Зараз: - + After: Після: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>Розподілення вручну</strong><br/>Ви можете створити або змінити розмір розділів власноруч. - + Reuse %1 as home partition for %2. Використати %1 як домашній розділ (home) для %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>Оберіть розділ для зменшення, потім тягніть повзунок, щоб змінити розмір</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 буде стиснуто до %2 МіБ. Натомість буде створено розділ розміром %3 МіБ для %4. - + Boot loader location: Розташування завантажувача: - + <strong>Select a partition to install on</strong> <strong>Оберіть розділ, на який встановити</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. В цій системі не знайдено жодного системного розділу EFI. Щоб встановити %1, будь ласка, поверніться та оберіть розподілення вручну. - + The EFI system partition at %1 will be used for starting %2. Системний розділ EFI %1 буде використано для встановлення %2. - + EFI system partition: Системний розділ EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Цей пристрій зберігання, схоже, не має жодної операційної системи. Що ви бажаєте зробити?<br/>У вас буде можливість переглянути та підтвердити все, що ви обрали перед тим, як будуть зроблені будь-які зміни на пристрої зберігання. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>Очистити диск</strong><br/>Це <font color="red">знищить</font> всі данні, присутні на обраному пристрої зберігання. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>Встановити поруч</strong><br/>Засіб встановлення зменшить розмір розділу, щоб вивільнити простір для %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>Замінити розділ</strong><br/>Замінити розділу на %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. На цьому пристрої зберігання є %1. Що ви бажаєте зробити?<br/>У вас буде можливість переглянути та підтвердити все, що ви обрали перед тим, як будуть зроблені будь-які зміни на пристрої зберігання. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. На цьому пристрої зберігання вже є операційна система. Що ви бажаєте зробити?<br/>У вас буде можливість переглянути та підтвердити все, що ви обрали перед тим, як будуть зроблені будь-які зміни на пристрої зберігання. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. На цьому пристрої зберігання вже є декілька операційних систем. Що ви бажаєте зробити?<br/>У вас буде можливість переглянути та підтвердити все, що ви обрали перед тим, як будуть зроблені будь-які зміни на пристрої зберігання. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> На пристрої для зберігання даних може бути інша операційна система, але його таблиця розділів <strong>%1</strong> не є потрібною — <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. На цьому пристрої для зберігання даних <strong>змонтовано</strong> один із його розділів. - + This storage device is a part of an <strong>inactive RAID</strong> device. Цей пристрій для зберігання даних є частиною пристрою <strong>неактивного RAID</strong>. - + No Swap Без резервної пам'яті - + Reuse Swap Повторно використати резервну пам'ять - + Swap (no Hibernate) Резервна пам'ять (без присипляння) - + Swap (with Hibernate) Резервна пам'ять (із присиплянням) - + Swap to file Резервна пам'ять у файлі @@ -766,27 +785,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> Встановити модель клавіатури як %1.<br/> - + Set keyboard layout to %1/%2. Встановити розкладку клавіатури як %1/%2. - + Set timezone to %1/%2. Встановити часовий пояс %1/%2. - + The system language will be set to %1. Мову %1 буде встановлено як системну. - + The numbers and dates locale will be set to %1. %1 буде встановлено як локаль чисел та дат. @@ -821,97 +840,97 @@ The installer will quit and all changes will be lost. Встановлення через мережу. (Вимкнено: Неможливо отримати список пакетів, перевірте ваше підключення до мережі) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Цей комп'ютер не задовольняє мінімальні вимоги для налаштовування %1.<br/>Налаштовування неможливо продовжити. <a href="#details">Докладніше...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Цей комп'ютер не задовольняє мінімальні вимоги для встановлення %1.<br/>Встановлення неможливо продовжити. <a href="#details">Докладніше...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Цей комп'ютер не задовольняє рекомендовані вимоги щодо налаштовування %1. Встановлення можна продовжити, але деякі можливості можуть виявитися недоступними. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Цей комп'ютер не задовольняє рекомендовані вимоги для встановлення %1.<br/>Встановлення можна продовжити, але деякі можливості можуть виявитися недоступними. - + This program will ask you some questions and set up %2 on your computer. Ця програма поставить кілька питань та встановить %2 на ваш комп'ютер. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Вітаємо у програмі налаштовування Calamares для %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Вітаємо у програмі для налаштовування %1</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Ласкаво просимо до засобу встановлення Calamares для %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Ласкаво просимо до засобу встановлення %1</h1> - + Your username is too long. Ваше ім'я задовге. - + '%1' is not allowed as username. «%1» не можна використовувати як ім'я користувача. - + Your username must start with a lowercase letter or underscore. Ваше ім'я користувача має починатися із малої літери або символу підкреслювання. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Можна використовувати лише латинські літери нижнього регістру, цифри, символи підкреслювання та дефіси. - + Your hostname is too short. Назва вузла є надто короткою. - + Your hostname is too long. Назва вузла є надто довгою. - + '%1' is not allowed as hostname. «%1» не можна використовувати як назву вузла. - + Only letters, numbers, underscore and hyphen are allowed. Можна використовувати лише латинські літери, цифри, символи підкреслювання та дефіси. - + Your passwords do not match! Паролі не збігаються! - + OK! Гаразд! @@ -967,11 +986,16 @@ The installer will quit and all changes will be lost. + Packages + Пакунки + + + Install option: <strong>%1</strong> Варіант встановлення: <strong>%1</strong> - + None Немає @@ -1430,6 +1454,16 @@ The installer will quit and all changes will be lost. FS Label: Мітка ФС: + + + Passphrase for existing partition + Пароль до наявного розділу + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + Розділ %1 не вдалося розшифрувати з використанням наданого пароля.<br/><br/>Виконайте редагування розділів ще раз і вкажіть правильний пароль або вилучіть розділ і створіть новий шифрований розділ. + EncryptWidget @@ -1459,8 +1493,8 @@ The installer will quit and all changes will be lost. Підтвердження ключової фрази - - + + Please enter the same passphrase in both boxes. Будь ласка, введіть однакову ключову фразу у обидва текстові вікна. @@ -1468,12 +1502,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: Подробиці: - + Would you like to paste the install log to the web? Хочете викласти журнал встановлення у мережі? @@ -1549,32 +1583,32 @@ The installer will quit and all changes will be lost. &Перезавантажити зараз - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Виконано.</h1><br/>На вашому комп'ютері було налаштовано %1.<br/>Можете починати користуватися вашою новою системою. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Якщо позначено цей пункт, вашу систему буде негайно перезапущено після натискання кнопки <span style="font-style:italic;">Закінчити</span> або закриття вікна програми для налаштовування.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Все зроблено.</h1><br/>%1 встановлено на ваш комп'ютер.<br/>Ви можете перезавантажитися до вашої нової системи або продовжити використання Live-середовища %2. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Якщо позначено цей пункт, вашу систему буде негайно перезапущено після натискання кнопки <span style="font-style:italic;">Закінчити</span> або закриття вікна засобу встановлення.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Не вдалося налаштувати</h1><br/>%1 не було налаштовано на вашому комп'ютері.<br/>Повідомлення про помилку: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Встановлення зазнало невдачі</h1><br/>%1 не було встановлено на Ваш комп'ютер.<br/>Повідомлення про помилку: %2. @@ -1608,12 +1642,18 @@ The installer will quit and all changes will be lost. Форматувати розділ у <strong>%3 МіБ</strong> <strong>%1</strong> з використанням файлової системи <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Форматування розділу %1 з файловою системою %2. - + The installer failed to format partition %1 on disk '%2'. Засобу встановлення не вдалося виконати форматування розділу %1 на диску «%2». @@ -1621,12 +1661,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space містить принаймні %1 ГіБ місця на диску - + There is not enough drive space. At least %1 GiB is required. На диску недостатньо місця. Потрібно принаймні %1 ГіБ. @@ -1666,27 +1706,27 @@ The installer will quit and all changes will be lost. виконує засіб встановлення від імені адміністратора (root) - + The setup program is not running with administrator rights. Програму для налаштовування запущено не від імені адміністратора. - + The installer is not running with administrator rights. Засіб встановлення запущено без прав адміністратора. - + has a screen large enough to show the whole installer має достатньо великий для усього вікна засобу встановлення екран - + The screen is too small to display the setup program. Екран є замалим для показу вікна засобу налаштовування. - + The screen is too small to display the installer. Екран замалий для показу вікна засобу встановлення. @@ -1986,35 +2026,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. Налаштовуємо файл ключа LUKS. - - + + No partitions are defined. Не визначено жодного розділу. - - - + + + Encrypted rootfs setup error Помилка налаштовування зашифрованих rootfs - + Root partition %1 is LUKS but no passphrase has been set. Кореневим розділом %1 є розділ LUKS, але пароль до нього не встановлено. - + Could not create LUKS key file for root partition %1. Не вдалося створити файл ключа LUKS для кореневого розділу %1. - + Could not configure LUKS key file on partition %1. Не вдалося налаштувати файл ключа LUKS на розділі %1. @@ -2040,12 +2080,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 Часовий пояс: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2057,100 +2097,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection Вибір пакетів - + Office software Офісні програми - + Office package Офісний пакунок - + Browser software Браузери - + Browser package Пакунок браузера - + Web browser Переглядач інтернету - + Kernel + label for netinstall module, Linux kernel Ядро - + Services + label for netinstall module, system services Служби - + Login + label for netinstall module, choose login manager Вхід до системи - + Desktop + label for netinstall module, choose desktop environment Стільниця - - Applications - Програми - - - + Communication + label for netinstall module Спілкування - + Development + label for netinstall module Розробка - + Office + label for netinstall module Офіс - + Multimedia + label for netinstall module Звук та відео - + Internet + label for netinstall module Інтернет - + Theming + label for netinstall module Теми - + Gaming + label for netinstall module Ігри - + Utilities + label for netinstall module Інструменти + + + Applications + Програми + NotesQmlViewStep @@ -2199,24 +2251,24 @@ The installer will quit and all changes will be lost. Виберіть ваш бажаний регіон або скористайтеся типовими параметрами. - - - + + + Timezone: %1 Часовий пояс: %1 - + Select your preferred Zone within your Region. Виберіть бажану для вас зону у межах вашого регіону. - + Zones Зони - + You can fine-tune Language and Locale settings below. Нижче ви можете скоригувати параметри мови і локалі. @@ -2510,7 +2562,7 @@ The installer will quit and all changes will be lost. Невідома помилка - + Password is empty Пароль є порожнім @@ -2548,22 +2600,6 @@ The installer will quit and all changes will be lost. Будь ласка, виберіть продукт зі списку. Буде встановлено вибраний продукт. - - PackageChooserQmlViewStep - - - Packages - Пакунки - - - - PackageChooserViewStep - - - Packages - Пакунки - - PackageModel @@ -2867,82 +2903,97 @@ The installer will quit and all changes will be lost. Розділи - + + Unsafe partition actions are enabled. + Увімкнено небезпечні дії із розділами. + + + + Partitioning is configured to <b>always</b> fail. + Поділ на розділи налаштовано так, щоб <b>завжди</b> завершуватися помилкою. + + + + No partitions will be changed. + Змін до розділів внесено не буде. + + + Current: Зараз: - + After: Після: - + No EFI system partition configured Не налаштовано жодного системного розділу EFI - + EFI system partition configured incorrectly Системний розділ EFI налаштовано неправильно - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. Для запуску %1 потрібен системний розділ EFI.<br/><br/>Щоб налаштувати системний розділ EFI, поверніться до попередніх пунктів і виберіть створення відповідної файлової системи. - + The filesystem must be mounted on <strong>%1</strong>. Файлову систему має бути змоновано до <strong>%1</strong>. - + The filesystem must have type FAT32. Файлова система має належати до типу FAT32. - + The filesystem must be at least %1 MiB in size. Розмір файлової системи має бути не меншим за %1 МіБ. - + The filesystem must have flag <strong>%1</strong> set. Для файлової системи має бути встановлено прапорець <strong>%1</strong>. - + You can continue without setting up an EFI system partition but your system may fail to start. Ви можете продовжити без встановлення системного розділу EFI, але це може призвести до неможливості запуску вашої операційної системи. - + Option to use GPT on BIOS Варіант із використанням GPT на BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - Таблиця розділів GPT є найкращим варіантом для усіх систем. У цьому засобі встановлення передбачено підтримку відповідних налаштувань і для систем BIOS.<br/><br/>Щоб скористатися таблицею розділів GPT у системі з BIOS, (якщо цього ще не було зроблено) поверніться назад і встановіть для таблиці розділів значення GPT, далі створіть неформатований розділ розміром 8 МБ з увімкненим прапорцем <strong>%2</strong>.<br/><br/>Неформатований розділ розміром 8 МБ потрібен для запуску %1 на системі з BIOS за допомогою GPT. + Таблиця розділів GPT є найкращим варіантом для усіх систем. У цьому засобі для встановлення передбачено підтримку таких налаштувань і для систем із BIOS.<br/><br/>Щоб налаштувати таблицю розділів GPT на BIOS, (якщо цього ще не зроблено) поверніться і встановіть для таблиці розділів значення GPT, потім створіть неформатований розділ розміром 8 МБ з увімкненим прапорцем <strong>%2</strong>.<br/><br/>Неформатований розділ у 8 МБ не обов'язковим для запуску %1 у системі з BIOS і GPT. - + Boot partition not encrypted Завантажувальний розділ незашифрований - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Було налаштовано окремий завантажувальний розділ поряд із зашифрованим кореневим розділом, але завантажувальний розділ незашифрований.<br/><br/>Існують проблеми з безпекою такого типу, оскільки важливі системні файли зберігаються на незашифрованому розділі.<br/>Ви можете продовжувати, якщо бажаєте, але розблокування файлової системи відбудеться пізніше під час запуску системи.<br/>Щоб зашифрувати завантажувальний розділ, поверніться і створіть його знов, обравши <strong>Зашифрувати</strong> у вікні створення розділів. - + has at least one disk device available. має принаймні один доступний дисковий пристрій. - + There are no partitions to install on. Немає розділів для встановлення. @@ -3077,7 +3128,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3403,12 +3454,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: Щоб отримати найкращий результат, будь ласка, переконайтеся, що цей комп'ютер: - + System requirements Вимоги до системи @@ -3429,29 +3480,29 @@ Output: SetHostNameJob - + Set hostname %1 Встановити назву вузла %1 - + Set hostname <strong>%1</strong>. Встановити назву вузла <strong>%1</strong>. - + Setting hostname %1. Встановлення назви вузла %1. - - + + Internal Error Внутрішня помилка - - + + Cannot write hostname to target system Не вдалося записати назву вузла до системи призначення @@ -3653,18 +3704,18 @@ Output: SetupGroupsJob - + Preparing groups. Готуємо групи. - - + + Could not create groups in target system Не вдалося створити групи у системі призначення - + These groups are missing in the target system: %1 У системі призначення не вистачає таких груп: %1 @@ -3672,17 +3723,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. Налаштувати користувачів <pre>sudo</pre>. - + Cannot chmod sudoers file. Неможливо встановити права на файл sudoers. - + Cannot create sudoers file for writing. Неможливо створити файл sudoers для запису. @@ -3836,22 +3887,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Натисніть, щоб дізнатися більше про відгуки користувачів</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Стеження допоможе %1 визначити частоту встановлення, параметри обладнання для встановлення та перелік використовуваних програм. Щоб переглянути дані, які буде надіслано, будь ласка, натисніть піктограму довідки, яку розташовано поряд із кожним пунктом. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Якщо буде позначено цей пункт, програма надішле дані щодо встановленої системи та обладнання. Ці дані буде надіслано <b>лише один раз</b> після завершення встановлення. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Якщо позначити цей пункт, програма періодично надсилатиме дані щодо <b>встановленої вами системи загалом</b>, обладнання і програм до %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Якщо позначити цей пункт, програма регулярно надсилатиме дані щодо встановленої вами системи користувача, обладнання, програм та користування системою до %1. @@ -3872,12 +3923,12 @@ Output: Демонтувати файлові системи. - + No target system available. Немає доступної цільової системи. - + No rootMountPoint is set. Не встановлено rootMountPoint. @@ -3885,12 +3936,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>Якщо за цим комп'ютером працюватимуть декілька користувачів, ви можете створити декілька облікових записів після налаштовування.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>Якщо за цим комп'ютером працюватимуть декілька користувачів, ви можете створити декілька облікових записів після встановлення.</small> @@ -4039,44 +4090,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Вітаємо у програмі налаштовування Calamares для %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Вітаємо у програмі для налаштовування %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Ласкаво просимо до засобу встановлення Calamares для %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Ласкаво просимо до засобу встановлення %1.</h1> - - - %1 support Підтримка %1 - + About %1 setup Про засіб налаштовування %1 - + About %1 installer Про засіб встановлення %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>для %3</strong><br/><br/>© Teo Mrnjavac &lt;teo@kde.org&gt;, 2014–2017<br/>© Adriaan de Groot &lt;groot@kde.org&gt;, 2017–2020<br/>Дякуємо <a href="https://calamares.io/team/">команді розробників Calamares</a> та <a href="https://www.transifex.com/calamares/calamares/">команді перекладачів Calamares</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> розроблено за фінансової підтримки <br/><a href="http://www.blue-systems.com/">Blue Systems</a> — Liberating Software. - WelcomeQmlViewStep @@ -4141,33 +4167,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - для %3</strong><br/><br/> - © Teo Mrnjavac &lt;teo@kde.org&gt;, 2014-2017<br/> - © Adriaan de Groot &lt;groot@kde.org&gt;, 2017-2020<br/> - Дякуємо <a href='https://calamares.io/team/'>команді Calamares</a> - та <a href='https://www.transifex.com/calamares/calamares/'>команді перекладачів Calamares</a>.<br/><br/> - Розробку <a href='https://calamares.io/'>Calamares</a> - було фінансово підтримано <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Назад @@ -4272,17 +4272,17 @@ Output: Модель клавіатури: - + Layouts Розкладки - + Type here to test your keyboard Напишіть тут, щоб перевірити клавіатуру - + Variants Варіанти @@ -4431,102 +4431,102 @@ Output: Якщо за цим комп'ютером працюватимуть декілька користувачів, ви можете створити декілька облікових записів після встановлення. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Можна використовувати лише латинські літери нижнього регістру, цифри, символи підкреслювання та дефіси. - + root is not allowed as username. Не можна використовувати ім'я користувача «root». - + What is the name of this computer? Назва цього комп'ютера? - + Computer Name Назва комп'ютера - + This name will be used if you make the computer visible to others on a network. Цю назву буде використано, якщо ви зробите комп'ютер видимим іншим у мережі. - + localhost is not allowed as hostname. «localhost» не можна використовувати як назву вузла. - + Choose a password to keep your account safe. Оберіть пароль, щоб тримати ваш обліковий рахунок у безпеці. - + Password Пароль - + Repeat Password Повторіть пароль - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Введіть один й той самий пароль двічі, для перевірки щодо помилок введення. Надійному паролю слід містити суміш літер, чисел та розділових знаків, бути довжиною хоча б вісім символів та регулярно змінюватись. - + Validate passwords quality Перевіряти якість паролів - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Якщо позначено цей пункт, буде виконано перевірку складності пароля. Ви не зможете скористатися надто простим паролем. - + Log in automatically without asking for the password Входити автоматично без пароля - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. Можна використовувати лише латинські літери, цифри, символи підкреслювання та дефіси; не менше двох символів. - + Reuse user password as root password Використати пароль користувача як пароль root - + Use the same password for the administrator account. Використовувати той самий пароль і для облікового рахунку адміністратора. - + Choose a root password to keep your account safe. Виберіть пароль root для захисту вашого облікового запису. - + Root Password Пароль root - + Repeat Root Password Повторіть пароль root - + Enter the same password twice, so that it can be checked for typing errors. Введіть один й той самий пароль двічі, щоб убезпечитися від помилок при введенні. diff --git a/lang/calamares_ur.ts b/lang/calamares_ur.ts index 1e3244868..a93b89de5 100644 --- a/lang/calamares_ur.ts +++ b/lang/calamares_ur.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install @@ -171,7 +190,7 @@ Calamares::JobThread - + Done @@ -261,7 +280,7 @@ - + Waiting for %n module(s). @@ -269,7 +288,7 @@ - + (%n second(s)) @@ -277,7 +296,7 @@ - + System-requirements checking is complete. @@ -482,12 +501,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -526,149 +545,149 @@ The installer will quit and all changes will be lost. - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -756,27 +775,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -811,97 +830,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -957,11 +976,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1420,6 +1444,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1449,8 +1483,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1458,12 +1492,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1539,32 +1573,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1598,12 +1632,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1611,12 +1651,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1656,27 +1696,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1976,35 +2016,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2030,12 +2070,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2045,98 +2085,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2187,24 +2239,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2479,7 +2531,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2517,22 +2569,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2836,82 +2872,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3043,7 +3094,7 @@ Output: QObject - + %1 (%2) @@ -3366,12 +3417,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3392,29 +3443,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3616,18 +3667,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3635,17 +3686,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3799,22 +3850,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3835,12 +3886,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3848,12 +3899,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -4002,44 +4053,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - ٪ 1 Calamares کے انسٹالر میں خوش آمدید - - - - <h1>Welcome to the %1 installer.</h1> - <h1>٪ 1 انسٹالر میں خوش آمدید۔</h1> - - - %1 support ٪ 1 سپورٹ - + About %1 setup تقریبا٪ 1 سیٹ اپ - + About %1 installer لگ بھگ٪ 1 انسٹال - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4104,23 +4130,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back واپس @@ -4220,17 +4230,17 @@ Output: - + Layouts لے آؤٹ - + Type here to test your keyboard - + Variants متغیرات @@ -4357,102 +4367,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_uz.ts b/lang/calamares_uz.ts deleted file mode 100644 index 804f88408..000000000 --- a/lang/calamares_uz.ts +++ /dev/null @@ -1,4341 +0,0 @@ - - - - - AutoMountManagementJob - - - Manage auto-mount settings - - - - - BootInfoWidget - - - The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode. - - - - - This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. - - - - - This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. - - - - - BootLoaderModel - - - Master Boot Record of %1 - - - - - Boot Partition - - - - - System Partition - - - - - Do not install a boot loader - - - - - %1 (%2) - - - - - Calamares::BlankViewStep - - - Blank Page - - - - - Calamares::DebugWindow - - - Form - - - - - GlobalStorage - - - - - JobQueue - - - - - Modules - - - - - Type: - - - - - - none - - - - - Interface: - - - - - Crashes Calamares, so that Dr. Konqui can look at it. - - - - - Reloads the stylesheet from the branding directory. - - - - - Uploads the session log to the configured pastebin. - - - - - Send Session Log - - - - - Reload Stylesheet - - - - - Displays the tree of widget names in the log (for stylesheet debugging). - - - - - Widget Tree - - - - - Debug information - - - - - Calamares::ExecutionViewStep - - - Set up - - - - - Install - - - - - Calamares::FailJob - - - Job failed (%1) - - - - - Programmed job failure was explicitly requested. - - - - - Calamares::JobThread - - - Done - - - - - Calamares::NamedJob - - - Example job (%1) - - - - - Calamares::ProcessJob - - - Run command '%1' in target system. - - - - - Run command '%1'. - - - - - Running command %1 %2 - - - - - Calamares::PythonJob - - - Running %1 operation. - - - - - Bad working directory path - - - - - Working directory %1 for python job %2 is not readable. - - - - - Bad main script file - - - - - Main script file %1 for python job %2 is not readable. - - - - - Boost.Python error in job "%1". - - - - - Calamares::QmlViewStep - - - Loading ... - - - - - QML Step <i>%1</i>. - - - - - Loading failed. - - - - - Calamares::RequirementsChecker - - - Requirements checking for module <i>%1</i> is complete. - - - - - Waiting for %n module(s). - - - - - - - (%n second(s)) - - - - - - - System-requirements checking is complete. - - - - - Calamares::ViewManager - - - Setup Failed - - - - - Installation Failed - - - - - Would you like to paste the install log to the web? - - - - - Error - - - - - &Yes - - - - - &No - - - - - &Close - - - - - Install Log Paste URL - - - - - The upload was unsuccessful. No web-paste was done. - - - - - Install log posted to - -%1 - -Link copied to clipboard - - - - - Calamares Initialization Failed - - - - - %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution. - - - - - <br/>The following modules could not be loaded: - - - - - Continue with setup? - - - - - Continue with installation? - - - - - The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> - - - - - &Set up now - - - - - &Install now - - - - - Go &back - - - - - &Set up - - - - - &Install - - - - - Setup is complete. Close the setup program. - - - - - The installation is complete. Close the installer. - - - - - Cancel setup without changing the system. - - - - - Cancel installation without changing the system. - - - - - &Next - - - - - &Back - - - - - &Done - - - - - &Cancel - - - - - Cancel setup? - - - - - Cancel installation? - - - - - Do you really want to cancel the current setup process? -The setup program will quit and all changes will be lost. - - - - - Do you really want to cancel the current install process? -The installer will quit and all changes will be lost. - - - - - CalamaresPython::Helper - - - Unknown exception type - - - - - unparseable Python error - - - - - unparseable Python traceback - - - - - Unfetchable Python error. - - - - - CalamaresWindow - - - %1 Setup Program - - - - - %1 Installer - - - - - ChangeFilesystemLabelJob - - - Set filesystem label on %1. - - - - - Set filesystem label <strong>%1</strong> to partition <strong>%2</strong>. - - - - - The installer failed to update partition table on disk '%1'. - - - - - CheckerContainer - - - Gathering system information... - - - - - ChoicePage - - - Form - - - - - Select storage de&vice: - - - - - - - - Current: - - - - - After: - - - - - <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - - - - - Reuse %1 as home partition for %2. - - - - - <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - - - - - %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - - - - - Boot loader location: - - - - - <strong>Select a partition to install on</strong> - - - - - An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - - - - <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - - - - - <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - - - - - <strong>Replace a partition</strong><br/>Replaces a partition with %1. - - - - - This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - - This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - - - - - This storage device has one of its partitions <strong>mounted</strong>. - - - - - This storage device is a part of an <strong>inactive RAID</strong> device. - - - - - No Swap - - - - - Reuse Swap - - - - - Swap (no Hibernate) - - - - - Swap (with Hibernate) - - - - - Swap to file - - - - - ClearMountsJob - - - Clear mounts for partitioning operations on %1 - - - - - Clearing mounts for partitioning operations on %1. - - - - - Cleared all mounts for %1 - - - - - ClearTempMountsJob - - - Clear all temporary mounts. - - - - - Clearing all temporary mounts. - - - - - Cannot get list of temporary mounts. - - - - - Cleared all temporary mounts. - - - - - CommandList - - - - Could not run command. - - - - - The command runs in the host environment and needs to know the root path, but no rootMountPoint is defined. - - - - - The command needs to know the user's name, but no username is defined. - - - - - Config - - - Set keyboard model to %1.<br/> - - - - - Set keyboard layout to %1/%2. - - - - - Set timezone to %1/%2. - - - - - The system language will be set to %1. - - - - - The numbers and dates locale will be set to %1. - - - - - Network Installation. (Disabled: Incorrect configuration) - - - - - Network Installation. (Disabled: Received invalid groups data) - - - - - Network Installation. (Disabled: Internal error) - - - - - Network Installation. (Disabled: No package list) - - - - - Package selection - - - - - Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - - - - - This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - - - - - This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - - - - - This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - - - - - This program will ask you some questions and set up %2 on your computer. - - - - - <h1>Welcome to the Calamares setup program for %1</h1> - - - - - <h1>Welcome to %1 setup</h1> - - - - - <h1>Welcome to the Calamares installer for %1</h1> - - - - - <h1>Welcome to the %1 installer</h1> - - - - - Your username is too long. - - - - - '%1' is not allowed as username. - - - - - Your username must start with a lowercase letter or underscore. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - Your hostname is too short. - - - - - Your hostname is too long. - - - - - '%1' is not allowed as hostname. - - - - - Only letters, numbers, underscore and hyphen are allowed. - - - - - Your passwords do not match! - - - - - OK! - - - - - Setup Failed - - - - - Installation Failed - - - - - The setup of %1 did not complete successfully. - - - - - The installation of %1 did not complete successfully. - - - - - Setup Complete - - - - - Installation Complete - - - - - The setup of %1 is complete. - - - - - The installation of %1 is complete. - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - Install option: <strong>%1</strong> - - - - - None - - - - - Summary - - - - - This is an overview of what will happen once you start the setup procedure. - - - - - This is an overview of what will happen once you start the install procedure. - - - - - ContextualProcessJob - - - Contextual Processes Job - - - - - CreatePartitionDialog - - - Create a Partition - - - - - Si&ze: - - - - - MiB - - - - - Partition &Type: - - - - - &Primary - - - - - E&xtended - - - - - Fi&le System: - - - - - LVM LV name - - - - - &Mount Point: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - En&crypt - - - - - Logical - - - - - Primary - - - - - GPT - - - - - Mountpoint already in use. Please select another one. - - - - - CreatePartitionJob - - - Create new %1MiB partition on %3 (%2) with entries %4. - - - - - Create new %1MiB partition on %3 (%2). - - - - - Create new %2MiB partition on %4 (%3) with file system %1. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2) with entries <em>%4</em>. - - - - - Create new <strong>%1MiB</strong> partition on <strong>%3</strong> (%2). - - - - - Create new <strong>%2MiB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>. - - - - - - Creating new %1 partition on %2. - - - - - The installer failed to create partition on disk '%1'. - - - - - CreatePartitionTableDialog - - - Create Partition Table - - - - - Creating a new partition table will delete all existing data on the disk. - - - - - What kind of partition table do you want to create? - - - - - Master Boot Record (MBR) - - - - - GUID Partition Table (GPT) - - - - - CreatePartitionTableJob - - - Create new %1 partition table on %2. - - - - - Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). - - - - - Creating new %1 partition table on %2. - - - - - The installer failed to create a partition table on %1. - - - - - CreateUserJob - - - Create user %1 - - - - - Create user <strong>%1</strong>. - - - - - Preserving home directory - - - - - - Creating user %1 - - - - - Configuring user %1 - - - - - Setting file permissions - - - - - CreateVolumeGroupDialog - - - Create Volume Group - - - - - CreateVolumeGroupJob - - - Create new volume group named %1. - - - - - Create new volume group named <strong>%1</strong>. - - - - - Creating new volume group named %1. - - - - - The installer failed to create a volume group named '%1'. - - - - - DeactivateVolumeGroupJob - - - - Deactivate volume group named %1. - - - - - Deactivate volume group named <strong>%1</strong>. - - - - - The installer failed to deactivate a volume group named %1. - - - - - DeletePartitionJob - - - Delete partition %1. - - - - - Delete partition <strong>%1</strong>. - - - - - Deleting partition %1. - - - - - The installer failed to delete partition %1. - - - - - DeviceInfoWidget - - - This device has a <strong>%1</strong> partition table. - - - - - This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. - - - - - This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. - - - - - <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment. - - - - - <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. - - - - - The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. - - - - - DeviceModel - - - %1 - %2 (%3) - device[name] - size[number] (device-node[name]) - - - - - %1 - (%2) - device[name] - (device-node[name]) - - - - - DracutLuksCfgJob - - - Write LUKS configuration for Dracut to %1 - - - - - Skip writing LUKS configuration for Dracut: "/" partition is not encrypted - - - - - Failed to open %1 - - - - - DummyCppJob - - - Dummy C++ Job - - - - - EditExistingPartitionDialog - - - Edit Existing Partition - - - - - Content: - - - - - &Keep - - - - - Format - - - - - Warning: Formatting the partition will erase all existing data. - - - - - &Mount Point: - - - - - Si&ze: - - - - - MiB - - - - - Fi&le System: - - - - - Flags: - - - - - Label for the filesystem - - - - - FS Label: - - - - - Mountpoint already in use. Please select another one. - - - - - EncryptWidget - - - Form - - - - - En&crypt system - - - - - Passphrase - - - - - Confirm passphrase - - - - - - Please enter the same passphrase in both boxes. - - - - - FillGlobalStorageJob - - - Set partition information - - - - - Install %1 on <strong>new</strong> %2 system partition with features <em>%3</em> - - - - - Install %1 on <strong>new</strong> %2 system partition. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong> and features <em>%3</em>. - - - - - Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>%3. - - - - - Install %2 on %3 system partition <strong>%1</strong> with features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong> and features <em>%4</em>. - - - - - Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>%4. - - - - - Install %2 on %3 system partition <strong>%1</strong>. - - - - - Install boot loader on <strong>%1</strong>. - - - - - Setting up mount points. - - - - - FinishedPage - - - Form - - - - - &Restart now - - - - - <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - - - - - <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - - - - - <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - - - - - <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - - - - - <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. - - - - - FinishedQmlViewStep - - - Finish - - - - - FinishedViewStep - - - Finish - - - - - FormatPartitionJob - - - Format partition %1 (file system: %2, size: %3 MiB) on %4. - - - - - Format <strong>%3MiB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. - - - - - Formatting partition %1 with file system %2. - - - - - The installer failed to format partition %1 on disk '%2'. - - - - - GeneralRequirements - - - has at least %1 GiB available drive space - - - - - There is not enough drive space. At least %1 GiB is required. - - - - - has at least %1 GiB working memory - - - - - The system does not have enough working memory. At least %1 GiB is required. - - - - - is plugged in to a power source - - - - - The system is not plugged in to a power source. - - - - - is connected to the Internet - - - - - The system is not connected to the Internet. - - - - - is running the installer as an administrator (root) - - - - - The setup program is not running with administrator rights. - - - - - The installer is not running with administrator rights. - - - - - has a screen large enough to show the whole installer - - - - - The screen is too small to display the setup program. - - - - - The screen is too small to display the installer. - - - - - HostInfoJob - - - Collecting information about your machine. - - - - - IDJob - - - - - - OEM Batch Identifier - - - - - Could not create directories <code>%1</code>. - - - - - Could not open file <code>%1</code>. - - - - - Could not write to file <code>%1</code>. - - - - - InitcpioJob - - - Creating initramfs with mkinitcpio. - - - - - InitramfsJob - - - Creating initramfs. - - - - - InteractiveTerminalPage - - - Konsole not installed - - - - - Please install KDE Konsole and try again! - - - - - Executing script: &nbsp;<code>%1</code> - - - - - InteractiveTerminalViewStep - - - Script - - - - - KeyboardQmlViewStep - - - Keyboard - - - - - KeyboardViewStep - - - Keyboard - - - - - LCLocaleDialog - - - System locale setting - - - - - The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. - - - - - &Cancel - - - - - &OK - - - - - LicensePage - - - Form - - - - - <h1>License Agreement</h1> - - - - - I accept the terms and conditions above. - - - - - Please review the End User License Agreements (EULAs). - - - - - This setup procedure will install proprietary software that is subject to licensing terms. - - - - - If you do not agree with the terms, the setup procedure cannot continue. - - - - - This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. - - - - - If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. - - - - - LicenseViewStep - - - License - - - - - LicenseWidget - - - URL: %1 - - - - - <strong>%1 driver</strong><br/>by %2 - %1 is an untranslatable product name, example: Creative Audigy driver - - - - - <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> - %1 is usually a vendor name, example: Nvidia graphics driver - - - - - <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 codec</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1 package</strong><br/><font color="Grey">by %2</font> - - - - - <strong>%1</strong><br/><font color="Grey">by %2</font> - - - - - File: %1 - - - - - Hide license text - - - - - Show the license text - - - - - Open license agreement in browser. - - - - - LocalePage - - - Region: - - - - - Zone: - - - - - - &Change... - - - - - LocaleQmlViewStep - - - Location - - - - - LocaleTests - - - Quit - - - - - LocaleViewStep - - - Location - - - - - LuksBootKeyFileJob - - - Configuring LUKS key file. - - - - - - No partitions are defined. - - - - - - - Encrypted rootfs setup error - - - - - Root partition %1 is LUKS but no passphrase has been set. - - - - - Could not create LUKS key file for root partition %1. - - - - - Could not configure LUKS key file on partition %1. - - - - - MachineIdJob - - - Generate machine-id. - - - - - Configuration Error - - - - - No root mount point is set for MachineId. - - - - - Map - - - Timezone: %1 - - - - - Please select your preferred location on the map so the installer can suggest the locale - and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging - to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. - - - - - NetInstallViewStep - - - Package selection - - - - - Office software - - - - - Office package - - - - - Browser software - - - - - Browser package - - - - - Web browser - - - - - Kernel - - - - - Services - - - - - Login - - - - - Desktop - - - - - Applications - - - - - Communication - - - - - Development - - - - - Office - - - - - Multimedia - - - - - Internet - - - - - Theming - - - - - Gaming - - - - - Utilities - - - - - NotesQmlViewStep - - - Notes - - - - - OEMPage - - - Ba&tch: - - - - - <html><head/><body><p>Enter a batch-identifier here. This will be stored in the target system.</p></body></html> - - - - - <html><head/><body><h1>OEM Configuration</h1><p>Calamares will use OEM settings while configuring the target system.</p></body></html> - - - - - OEMViewStep - - - OEM Configuration - - - - - Set the OEM Batch Identifier to <code>%1</code>. - - - - - Offline - - - Select your preferred Region, or use the default settings. - - - - - - - Timezone: %1 - - - - - Select your preferred Zone within your Region. - - - - - Zones - - - - - You can fine-tune Language and Locale settings below. - - - - - PWQ - - - Password is too short - - - - - Password is too long - - - - - Password is too weak - - - - - Memory allocation error when setting '%1' - - - - - Memory allocation error - - - - - The password is the same as the old one - - - - - The password is a palindrome - - - - - The password differs with case changes only - - - - - The password is too similar to the old one - - - - - The password contains the user name in some form - - - - - The password contains words from the real name of the user in some form - - - - - The password contains forbidden words in some form - - - - - The password contains too few digits - - - - - The password contains too few uppercase letters - - - - - The password contains fewer than %n lowercase letters - - - - - - - The password contains too few lowercase letters - - - - - The password contains too few non-alphanumeric characters - - - - - The password is too short - - - - - The password does not contain enough character classes - - - - - The password contains too many same characters consecutively - - - - - The password contains too many characters of the same class consecutively - - - - - The password contains fewer than %n digits - - - - - - - The password contains fewer than %n uppercase letters - - - - - - - The password contains fewer than %n non-alphanumeric characters - - - - - - - The password is shorter than %n characters - - - - - - - The password is a rotated version of the previous one - - - - - The password contains fewer than %n character classes - - - - - - - The password contains more than %n same characters consecutively - - - - - - - The password contains more than %n characters of the same class consecutively - - - - - - - The password contains monotonic sequence longer than %n characters - - - - - - - The password contains too long of a monotonic character sequence - - - - - No password supplied - - - - - Cannot obtain random numbers from the RNG device - - - - - Password generation failed - required entropy too low for settings - - - - - The password fails the dictionary check - %1 - - - - - The password fails the dictionary check - - - - - Unknown setting - %1 - - - - - Unknown setting - - - - - Bad integer value of setting - %1 - - - - - Bad integer value - - - - - Setting %1 is not of integer type - - - - - Setting is not of integer type - - - - - Setting %1 is not of string type - - - - - Setting is not of string type - - - - - Opening the configuration file failed - - - - - The configuration file is malformed - - - - - Fatal failure - - - - - Unknown error - - - - - Password is empty - - - - - PackageChooserPage - - - Form - - - - - Product Name - - - - - TextLabel - - - - - Long Product Description - - - - - Package Selection - - - - - Please pick a product from the list. The selected product will be installed. - - - - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - - - PackageModel - - - Name - - - - - Description - - - - - Page_Keyboard - - - Form - - - - - Keyboard Model: - - - - - Type here to test your keyboard - - - - - Page_UserSetup - - - Form - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - login - - - - - What is the name of this computer? - - - - - <small>This name will be used if you make the computer visible to others on a network.</small> - - - - - Computer Name - - - - - Choose a password to keep your account safe. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> - - - - - - Password - - - - - - Repeat Password - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Require strong passwords. - - - - - Log in automatically without asking for the password. - - - - - Use the same password for the administrator account. - - - - - Choose a password for the administrator account. - - - - - - <small>Enter the same password twice, so that it can be checked for typing errors.</small> - - - - - PartitionLabelsView - - - Root - - - - - Home - - - - - Boot - - - - - EFI system - - - - - Swap - - - - - New partition for %1 - - - - - New partition - - - - - %1 %2 - size[number] filesystem[name] - - - - - PartitionModel - - - - Free Space - - - - - - New partition - - - - - Name - - - - - File System - - - - - File System Label - - - - - Mount Point - - - - - Size - - - - - PartitionPage - - - Form - - - - - Storage de&vice: - - - - - &Revert All Changes - - - - - New Partition &Table - - - - - Cre&ate - - - - - &Edit - - - - - &Delete - - - - - New Volume Group - - - - - Resize Volume Group - - - - - Deactivate Volume Group - - - - - Remove Volume Group - - - - - I&nstall boot loader on: - - - - - Are you sure you want to create a new partition table on %1? - - - - - Can not create new partition - - - - - The partition table on %1 already has %2 primary partitions, and no more can be added. Please remove one primary partition and add an extended partition, instead. - - - - - PartitionViewStep - - - Gathering system information... - - - - - Partitions - - - - - Current: - - - - - After: - - - - - No EFI system partition configured - - - - - EFI system partition configured incorrectly - - - - - An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - - - - - The filesystem must be mounted on <strong>%1</strong>. - - - - - The filesystem must have type FAT32. - - - - - The filesystem must be at least %1 MiB in size. - - - - - The filesystem must have flag <strong>%1</strong> set. - - - - - You can continue without setting up an EFI system partition but your system may fail to start. - - - - - Option to use GPT on BIOS - - - - - A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - - - - - Boot partition not encrypted - - - - - A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - - - - - has at least one disk device available. - - - - - There are no partitions to install on. - - - - - PlasmaLnfJob - - - Plasma Look-and-Feel Job - - - - - - Could not select KDE Plasma Look-and-Feel package - - - - - PlasmaLnfPage - - - Form - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is set up. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed. Clicking on a look-and-feel selection will give you a live preview of that look-and-feel. - - - - - PlasmaLnfViewStep - - - Look-and-Feel - - - - - PreserveFiles - - - Saving files for later ... - - - - - No files configured to save for later. - - - - - Not all of the configured files could be preserved. - - - - - ProcessResult - - - -There was no output from the command. - - - - - -Output: - - - - - - External command crashed. - - - - - Command <i>%1</i> crashed. - - - - - External command failed to start. - - - - - Command <i>%1</i> failed to start. - - - - - Internal error when starting command. - - - - - Bad parameters for process job call. - - - - - External command failed to finish. - - - - - Command <i>%1</i> failed to finish in %2 seconds. - - - - - External command finished with errors. - - - - - Command <i>%1</i> finished with exit code %2. - - - - - QObject - - - %1 (%2) - - - - - unknown - - - - - extended - - - - - unformatted - - - - - swap - - - - - - Default - - - - - - - - File not found - - - - - Path <pre>%1</pre> must be an absolute path. - - - - - Directory not found - - - - - - Could not create new random file <pre>%1</pre>. - - - - - No product - - - - - No description provided. - - - - - (no mount point) - - - - - Unpartitioned space or unknown partition table - - - - - Recommended - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - RemoveUserJob - - - Remove live user from target system - - - - - RemoveVolumeGroupJob - - - - Remove Volume Group named %1. - - - - - Remove Volume Group named <strong>%1</strong>. - - - - - The installer failed to remove a volume group named '%1'. - - - - - ReplaceWidget - - - Form - - - - - Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - - - - - The selected item does not appear to be a valid partition. - - - - - %1 cannot be installed on empty space. Please select an existing partition. - - - - - %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - - - - - %1 cannot be installed on this partition. - - - - - Data partition (%1) - - - - - Unknown system partition (%1) - - - - - %1 system partition (%2) - - - - - <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - - - - - <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - - - - - - - <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. - - - - - The EFI system partition at %1 will be used for starting %2. - - - - - EFI system partition: - - - - - Requirements - - - <p>This computer does not satisfy the minimum requirements for installing %1.<br/> - Installation cannot continue.</p> - - - - - <p>This computer does not satisfy some of the recommended requirements for setting up %1.<br/> - Setup can continue, but some features might be disabled.</p> - - - - - ResizeFSJob - - - Resize Filesystem Job - - - - - Invalid configuration - - - - - The file-system resize job has an invalid configuration and will not run. - - - - - KPMCore not Available - - - - - Calamares cannot start KPMCore for the file-system resize job. - - - - - - - - - Resize Failed - - - - - The filesystem %1 could not be found in this system, and cannot be resized. - - - - - The device %1 could not be found in this system, and cannot be resized. - - - - - - The filesystem %1 cannot be resized. - - - - - - The device %1 cannot be resized. - - - - - The filesystem %1 must be resized, but cannot. - - - - - The device %1 must be resized, but cannot - - - - - ResizePartitionJob - - - Resize partition %1. - - - - - Resize <strong>%2MiB</strong> partition <strong>%1</strong> to <strong>%3MiB</strong>. - - - - - Resizing %2MiB partition %1 to %3MiB. - - - - - The installer failed to resize partition %1 on disk '%2'. - - - - - ResizeVolumeGroupDialog - - - Resize Volume Group - - - - - ResizeVolumeGroupJob - - - - Resize volume group named %1 from %2 to %3. - - - - - Resize volume group named <strong>%1</strong> from <strong>%2</strong> to <strong>%3</strong>. - - - - - The installer failed to resize a volume group named '%1'. - - - - - ResultsListDialog - - - For best results, please ensure that this computer: - - - - - System requirements - - - - - ScanningDialog - - - Scanning storage devices... - - - - - Partitioning - - - - - SetHostNameJob - - - Set hostname %1 - - - - - Set hostname <strong>%1</strong>. - - - - - Setting hostname %1. - - - - - - Internal Error - - - - - - Cannot write hostname to target system - - - - - SetKeyboardLayoutJob - - - Set keyboard model to %1, layout to %2-%3 - - - - - Failed to write keyboard configuration for the virtual console. - - - - - - - Failed to write to %1 - - - - - Failed to write keyboard configuration for X11. - - - - - Failed to write keyboard configuration to existing /etc/default directory. - - - - - SetPartFlagsJob - - - Set flags on partition %1. - - - - - Set flags on %1MiB %2 partition. - - - - - Set flags on new partition. - - - - - Clear flags on partition <strong>%1</strong>. - - - - - Clear flags on %1MiB <strong>%2</strong> partition. - - - - - Clear flags on new partition. - - - - - Flag partition <strong>%1</strong> as <strong>%2</strong>. - - - - - Flag %1MiB <strong>%2</strong> partition as <strong>%3</strong>. - - - - - Flag new partition as <strong>%1</strong>. - - - - - Clearing flags on partition <strong>%1</strong>. - - - - - Clearing flags on %1MiB <strong>%2</strong> partition. - - - - - Clearing flags on new partition. - - - - - Setting flags <strong>%2</strong> on partition <strong>%1</strong>. - - - - - Setting flags <strong>%3</strong> on %1MiB <strong>%2</strong> partition. - - - - - Setting flags <strong>%1</strong> on new partition. - - - - - The installer failed to set flags on partition %1. - - - - - SetPasswordJob - - - Set password for user %1 - - - - - Setting password for user %1. - - - - - Bad destination system path. - - - - - rootMountPoint is %1 - - - - - Cannot disable root account. - - - - - passwd terminated with error code %1. - - - - - Cannot set password for user %1. - - - - - usermod terminated with error code %1. - - - - - SetTimezoneJob - - - Set timezone to %1/%2 - - - - - Cannot access selected timezone path. - - - - - Bad path: %1 - - - - - Cannot set timezone. - - - - - Link creation failed, target: %1; link name: %2 - - - - - Cannot set timezone, - - - - - Cannot open /etc/timezone for writing - - - - - SetupGroupsJob - - - Preparing groups. - - - - - - Could not create groups in target system - - - - - These groups are missing in the target system: %1 - - - - - SetupSudoJob - - - Configure <pre>sudo</pre> users. - - - - - Cannot chmod sudoers file. - - - - - Cannot create sudoers file for writing. - - - - - ShellProcessJob - - - Shell Processes Job - - - - - SlideCounter - - - %L1 / %L2 - slide counter, %1 of %2 (numeric) - - - - - StandardButtons - - - &OK - - - - - &Yes - - - - - &No - - - - - &Cancel - - - - - &Close - - - - - TrackingInstallJob - - - Installation feedback - - - - - Sending installation feedback. - - - - - Internal error in install-tracking. - - - - - HTTP request timed out. - - - - - TrackingKUserFeedbackJob - - - KDE user feedback - - - - - Configuring KDE user feedback. - - - - - - Error in KDE user feedback configuration. - - - - - Could not configure KDE user feedback correctly, script error %1. - - - - - Could not configure KDE user feedback correctly, Calamares error %1. - - - - - TrackingMachineUpdateManagerJob - - - Machine feedback - - - - - Configuring machine feedback. - - - - - - Error in machine feedback configuration. - - - - - Could not configure machine feedback correctly, script error %1. - - - - - Could not configure machine feedback correctly, Calamares error %1. - - - - - TrackingPage - - - Form - - - - - Placeholder - - - - - <html><head/><body><p>Click here to send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> - - - - - <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> - - - - - Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - - - - - By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - - - - - By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - - - - - By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. - - - - - TrackingViewStep - - - Feedback - - - - - UsersPage - - - <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - - - - - <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> - - - - - UsersQmlViewStep - - - Users - - - - - UsersViewStep - - - Users - - - - - VariantModel - - - Key - Column header for key/value - - - - - Value - Column header for key/value - - - - - VolumeGroupBaseDialog - - - Create Volume Group - - - - - List of Physical Volumes - - - - - Volume Group Name: - - - - - Volume Group Type: - - - - - Physical Extent Size: - - - - - MiB - - - - - Total Size: - - - - - Used Size: - - - - - Total Sectors: - - - - - Quantity of LVs: - - - - - WelcomePage - - - Form - - - - - - Select application and system language - - - - - &About - - - - - Open donations website - - - - - &Donate - - - - - Open help and support website - - - - - &Support - - - - - Open issues and bug-tracking website - - - - - &Known issues - - - - - Open release notes website - - - - - &Release notes - - - - - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - - %1 support - - - - - About %1 setup - - - - - About %1 installer - - - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - - - - WelcomeQmlViewStep - - - Welcome - - - - - WelcomeViewStep - - - Welcome - - - - - about - - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - - Back - - - - - calamares-sidebar - - - Show debug information - - - - - finishedq - - - Installation Completed - - - - - %1 has been installed on your computer.<br/> - You may now restart into your new system, or continue using the Live environment. - - - - - Close Installer - - - - - Restart System - - - - - <p>A full log of the install is available as installation.log in the home directory of the Live user.<br/> - This log is copied to /var/log/installation.log of the target system.</p> - - - - - i18n - - - <h1>Languages</h1> </br> - The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>. - - - - - <h1>Locales</h1> </br> - The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>. - - - - - Back - - - - - keyboardq - - - To activate keyboard preview, select a layout. - - - - - Keyboard Model: - - - - - Layouts - - - - - Type here to test your keyboard - - - - - Variants - - - - - localeq - - - Change - - - - - notesqml - - - <h3>%1</h3> - <p>These are example release notes.</p> - - - - - packagechooserq - - - LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/> - Default option. - - - - - LibreOffice - - - - - If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives. - - - - - No Office Suite - - - - - Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser. - - - - - Minimal Install - - - - - Please select an option for your install, or use the default: LibreOffice included. - - - - - release_notes - - - <h3>%1</h3> - <p>This an example QML file, showing options in RichText with Flickable content.</p> - - <p>QML with RichText can use HTML tags, Flickable content is useful for touchscreens.</p> - - <p><b>This is bold text</b></p> - <p><i>This is italic text</i></p> - <p><u>This is underlined text</u></p> - <p><center>This text will be center-aligned.</center></p> - <p><s>This is strikethrough</s></p> - - <p>Code example: - <code>ls -l /home</code></p> - - <p><b>Lists:</b></p> - <ul> - <li>Intel CPU systems</li> - <li>AMD CPU systems</li> - </ul> - - <p>The vertical scrollbar is adjustable, current width set to 10.</p> - - - - - Back - - - - - usersq - - - Pick your user name and credentials to login and perform admin tasks - - - - - What is your name? - - - - - Your Full Name - - - - - What name do you want to use to log in? - - - - - Login Name - - - - - If more than one person will use this computer, you can create multiple accounts after installation. - - - - - Only lowercase letters, numbers, underscore and hyphen are allowed. - - - - - root is not allowed as username. - - - - - What is the name of this computer? - - - - - Computer Name - - - - - This name will be used if you make the computer visible to others on a network. - - - - - localhost is not allowed as hostname. - - - - - Choose a password to keep your account safe. - - - - - Password - - - - - Repeat Password - - - - - Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - - - - - Validate passwords quality - - - - - When this box is checked, password-strength checking is done and you will not be able to use a weak password. - - - - - Log in automatically without asking for the password - - - - - Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - - - - - Reuse user password as root password - - - - - Use the same password for the administrator account. - - - - - Choose a root password to keep your account safe. - - - - - Root Password - - - - - Repeat Root Password - - - - - Enter the same password twice, so that it can be checked for typing errors. - - - - - welcomeq - - - <h3>Welcome to the %1 <quote>%2</quote> installer</h3> - <p>This program will ask you some questions and set up %1 on your computer.</p> - - - - - About - - - - - Support - - - - - Known issues - - - - - Release notes - - - - - Donate - - - - diff --git a/lang/calamares_vi.ts b/lang/calamares_vi.ts index 772b17ae0..ec0ac362d 100644 --- a/lang/calamares_vi.ts +++ b/lang/calamares_vi.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ Cây công cụ - + Debug information Thông tin gỡ lỗi @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up Thiết lập - + Install Cài đặt @@ -171,7 +190,7 @@ Calamares::JobThread - + Done Xong @@ -261,21 +280,21 @@ Kiểm tra các yêu cầu cho mô-đun <i> %1 </i> đã hoàn tất. - + Waiting for %n module(s). Đang đợi %n mô-đun. - + (%n second(s)) (%n giây) - + System-requirements checking is complete. Kiểm tra yêu cầu hệ thống đã hoàn tất. @@ -482,12 +501,12 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< CalamaresWindow - + %1 Setup Program %1 Thiết lập chương trình - + %1 Installer %1 cài đặt hệ điều hành @@ -526,149 +545,149 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< Biểu mẫu - + Select storage de&vice: &Chọn thiết bị lưu trữ: - - - - + + + + Current: Hiện tại: - + After: Sau khi cài đặt: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong> Phân vùng thủ công </strong> <br/> Bạn có thể tự tạo hoặc thay đổi kích thước phân vùng. - + Reuse %1 as home partition for %2. Sử dụng lại %1 làm phân vùng chính cho %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong> Chọn một phân vùng để thu nhỏ, sau đó kéo thanh dưới cùng để thay đổi kích thước </strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 sẽ được thu nhỏ thành %2MiB và phân vùng %3MiB mới sẽ được tạo cho %4. - + Boot loader location: Vị trí bộ tải khởi động: - + <strong>Select a partition to install on</strong> <strong> Chọn phân vùng để cài đặt </strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. Không thể tìm thấy phân vùng hệ thống EFI ở bất kỳ đâu trên hệ thống này. Vui lòng quay lại và sử dụng phân vùng thủ công để thiết lập %1. - + The EFI system partition at %1 will be used for starting %2. Phân vùng hệ thống EFI tại %1 sẽ được sử dụng để bắt đầu %2. - + EFI system partition: Phân vùng hệ thống EFI: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Thiết bị lưu trữ này dường như không có hệ điều hành trên đó. Bạn muốn làm gì? <br/> Bạn sẽ có thể xem xét và xác nhận lựa chọn của mình trước khi thực hiện bất kỳ thay đổi nào đối với thiết bị lưu trữ. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong> Xóa đĩa </strong> <br/> Thao tác này sẽ <font color = "red"> xóa </font> tất cả dữ liệu hiện có trên thiết bị lưu trữ đã chọn. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong> Cài đặt cùng với </strong> <br/> Trình cài đặt sẽ thu nhỏ phân vùng để nhường chỗ cho %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong> Thay thế phân vùng </strong> <br/> Thay thế phân vùng bằng %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Thiết bị lưu trữ này có %1 trên đó. Bạn muốn làm gì? <br/> Bạn sẽ có thể xem lại và xác nhận lựa chọn của mình trước khi thực hiện bất kỳ thay đổi nào đối với thiết bị lưu trữ. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Thiết bị lưu trữ này đã có hệ điều hành trên đó. Bạn muốn làm gì? <br/> Bạn sẽ có thể xem lại và xác nhận lựa chọn của mình trước khi thực hiện bất kỳ thay đổi nào đối với thiết bị lưu trữ. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. Thiết bị lưu trữ này có nhiều hệ điều hành trên đó. Bạn muốn làm gì? <br/> Bạn sẽ có thể xem lại và xác nhận lựa chọn của mình trước khi thực hiện bất kỳ thay đổi nào đối với thiết bị lưu trữ. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> Thiết bị lưu trữ này đã có sẵn hệ điều hành, nhưng bảng phân vùng <strong> %1 </strong> khác với bảng <strong> %2 </strong> cần thiết. <br/> - + This storage device has one of its partitions <strong>mounted</strong>. Thiết bị lưu trữ này có một trong các phân vùng được <strong> gắn kết </strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. Thiết bị lưu trữ này là một phần của thiết bị <strong> RAID không hoạt động </strong>. - + No Swap Không hoán đổi - + Reuse Swap Sử dụng lại Hoán đổi - + Swap (no Hibernate) Hoán đổi (không ngủ đông) - + Swap (with Hibernate) Hoán đổi (ngủ đông) - + Swap to file Hoán đổi sang tệp @@ -756,27 +775,27 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< Config - + Set keyboard model to %1.<br/> Thiệt lập bàn phím kiểu %1.<br/> - + Set keyboard layout to %1/%2. Thiết lập bố cục bàn phím thành %1/%2. - + Set timezone to %1/%2. Thiết lập múi giờ sang %1/%2. - + The system language will be set to %1. Ngôn ngữ hệ thống sẽ được đặt thành %1. - + The numbers and dates locale will be set to %1. Định dạng ngôn ngữ của số và ngày tháng sẽ được chuyển thành %1. @@ -811,97 +830,97 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< Cài đặt mạng. (Tắt: Không thể lấy được danh sách gói ứng dụng, kiểm tra kết nối mạng) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> Máy tính này không đạt đủ yêu cấu tối thiểu để thiết lập %1.<br/>Không thể tiếp tục thiết lập. <a href="#details">Chi tiết...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> Máy tính này không đạt đủ yêu cấu tối thiểu để cài đặt %1.<br/>Không thể tiếp tục cài đặt. <a href="#details">Chi tiết...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. Máy tính này không đạt đủ yêu cấu khuyến nghị để thiết lập %1.<br/>Thiết lập có thể tiếp tục, nhưng một số tính năng có thể sẽ bị tắt. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. Máy tính này không đạt đủ yêu cấu khuyến nghị để cài đặt %1.<br/>Cài đặt có thể tiếp tục, nhưng một số tính năng có thể sẽ bị tắt. - + This program will ask you some questions and set up %2 on your computer. Chương trình này sẽ hỏi bạn vài câu hỏi và thiết lập %2 trên máy tính của bạn. - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>Chào mừng đến với chương trình Calamares để thiết lập %1</h1> - + <h1>Welcome to %1 setup</h1> <h1>Chào mừng đến với thiết lập %1 </h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>Chào mừng đến với chương trình Calamares để cài đặt %1</h1> - + <h1>Welcome to the %1 installer</h1> <h1>Chào mừng đến với bộ cài đặt %1 </h1> - + Your username is too long. Tên bạn hơi dài. - + '%1' is not allowed as username. '%1' không được phép dùng làm tên. - + Your username must start with a lowercase letter or underscore. Tên người dùng của bạn phải bắt đầu bằng chữ cái viết thường hoặc dấu gạch dưới. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Chỉ cho phép các chữ cái viết thường, số, gạch dưới và gạch nối. - + Your hostname is too short. Tên máy chủ quá ngắn. - + Your hostname is too long. Tên máy chủ quá dài. - + '%1' is not allowed as hostname. '%1' không được phép dùng làm tên máy chủ. - + Only letters, numbers, underscore and hyphen are allowed. Chỉ cho phép các chữ cái, số, gạch dưới và gạch nối. - + Your passwords do not match! Mật khẩu nhập lại không khớp! - + OK! @@ -957,11 +976,16 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< + Packages + Gói + + + Install option: <strong>%1</strong> - + None @@ -1420,6 +1444,16 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1449,8 +1483,8 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< Xác nhận cụm mật khẩu - - + + Please enter the same passphrase in both boxes. Vui lòng nhập cùng một cụm mật khẩu vào cả hai hộp. @@ -1458,12 +1492,12 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< ErrorDialog - + Details: - + Would you like to paste the install log to the web? Bạn có muốn gửi nhật ký cài đặt lên web không? @@ -1539,32 +1573,32 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< &Khởi động lại ngay - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>Hoàn thành.</h1><br/>%1 đã được cài đặt thành công.<br/>Hãy khởi động lại máy tính. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>Tích chọn để khởi động lại sau khi ấn <span style="font-style:italic;">Hoàn thành</span> hoặc đóng phần mềm thiết lập.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>Hoàn thành.</h1><br/>%1 đã được cài đặt trên máy.<br/>hãy khởi động lại, hoặc cũng có thể tiếp tục sử dụng %2 môi trường USB. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>Tích chọn để khởi động lại sau khi ấn <span style="font-style:italic;">Hoàn thành</span> hoặc đóng phần mềm cài đặt.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>Thiết lập lỗi</h1><br/>%1 đã không được thiết lập trên máy tính.<br/>tin báo lỗi: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>Cài đặt lỗi</h1><br/>%1 chưa được cài đặt trên máy tính<br/>Tin báo lỗi: %2. @@ -1598,12 +1632,18 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< Định dạng <strong>%3MiB</strong> phân vùng <strong>%1</strong>với tập tin hệ thống <strong>%2</strong>. - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. Đang định dạng phân vùng %1 với tập tin hệ thống %2. - + The installer failed to format partition %1 on disk '%2'. Không thể định dạng %1 ở đĩa '%2'. @@ -1611,12 +1651,12 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< GeneralRequirements - + has at least %1 GiB available drive space có ít nhất %1 GiB dung lượng ổ đĩa khả dụng - + There is not enough drive space. At least %1 GiB is required. Không có đủ dung lượng ổ đĩa. Ít nhất %1 GiB là bắt buộc. @@ -1656,27 +1696,27 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< đang chạy trình cài đặt với tư cách quản trị viên (root) - + The setup program is not running with administrator rights. Chương trình thiết lập không chạy với quyền quản trị viên. - + The installer is not running with administrator rights. Trình cài đặt không chạy với quyền quản trị viên. - + has a screen large enough to show the whole installer có màn hình đủ lớn để hiển thị toàn bộ trình cài đặt - + The screen is too small to display the setup program. Màn hình quá nhỏ để hiển thị chương trình cài đặt. - + The screen is too small to display the installer. Màn hình quá nhỏ để hiển thị trình cài đặt. @@ -1976,35 +2016,35 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< LuksBootKeyFileJob - + Configuring LUKS key file. Định cấu hình tệp khóa LUKS. - - + + No partitions are defined. Không có phân vùng nào được xác định. - - - + + + Encrypted rootfs setup error Lỗi thiết lập rootfs mã hóa - + Root partition %1 is LUKS but no passphrase has been set. Phân vùng gốc %1 là LUKS nhưng không có cụm mật khẩu nào được đặt. - + Could not create LUKS key file for root partition %1. Không thể tạo tệp khóa LUKS cho phân vùng gốc %1. - + Could not configure LUKS key file on partition %1. Không thể định cấu hình tệp khóa LUKS trên phân vùng %1. @@ -2030,12 +2070,12 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< Map - + Timezone: %1 Múi giờ: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2047,100 +2087,112 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< NetInstallViewStep - + Package selection Chọn phân vùng - + Office software Phần mềm văn phòng - + Office package Gói văn phòng - + Browser software Phần mềm trình duyệt - + Browser package Gói trình duyệt - + Web browser Trình duyệt web - + Kernel + label for netinstall module, Linux kernel Lõi - + Services + label for netinstall module, system services Dịch vụ - + Login + label for netinstall module, choose login manager Đăng nhập - + Desktop + label for netinstall module, choose desktop environment Màn hình chính - - Applications - Ứng dụng - - - + Communication + label for netinstall module Cộng đồng - + Development + label for netinstall module Phát triển - + Office + label for netinstall module Văn phòng - + Multimedia + label for netinstall module Đa phương tiện - + Internet + label for netinstall module Mạng Internet - + Theming + label for netinstall module Chủ đề - + Gaming + label for netinstall module Trò chơi - + Utilities + label for netinstall module Tiện ích + + + Applications + Ứng dụng + NotesQmlViewStep @@ -2189,24 +2241,24 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< - - - + + + Timezone: %1 Múi giờ: %1 - + Select your preferred Zone within your Region. Chọn vùng ưa thích của bạn trong khu vực của bạn. - + Zones Vùng - + You can fine-tune Language and Locale settings below. Bạn có thể tinh chỉnh cài đặt Ngôn ngữ và Bản địa bên dưới. @@ -2472,7 +2524,7 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< Lỗi không xác định - + Password is empty Mật khẩu trống @@ -2510,22 +2562,6 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< Vui lòng chọn một sản phẩm từ danh sách. Sản phẩm đã chọn sẽ được cài đặt. - - PackageChooserQmlViewStep - - - Packages - Gói - - - - PackageChooserViewStep - - - Packages - Gói - - PackageModel @@ -2829,82 +2865,97 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.< Phân vùng - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: Hiện tại: - + After: Sau: - + No EFI system partition configured Không có hệ thống phân vùng EFI được cài đặt - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS Lựa chọn dùng GPT trên BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - Bảng phân vùng GPT là lựa chọn tốt nhất cho tất cả các hệ thống. Trình cài đặt này cũng hỗ trợ thiết lập như vậy cho các hệ thống BIOS. <br/> <br/> Để định cấu hình bảng phân vùng GPT trên BIOS, (nếu chưa thực hiện xong) hãy quay lại và đặt bảng phân vùng thành GPT, tiếp theo tạo 8 MB phân vùng chưa định dạng với cờ <strong> %2 </strong> được bật. <br/> <br/> Cần có phân vùng 8 MB chưa được định dạng để khởi động %1 trên hệ thống BIOS có GPT. + - + Boot partition not encrypted Phân vùng khởi động không được mã hóa - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. Một phân vùng khởi động riêng biệt đã được thiết lập cùng với một phân vùng gốc được mã hóa, nhưng phân vùng khởi động không được mã hóa. <br/> <br/> Có những lo ngại về bảo mật với loại thiết lập này, vì các tệp hệ thống quan trọng được lưu giữ trên một phân vùng không được mã hóa . <br/> Bạn có thể tiếp tục nếu muốn, nhưng việc mở khóa hệ thống tệp sẽ diễn ra sau trong quá trình khởi động hệ thống. <br/> Để mã hóa phân vùng khởi động, hãy quay lại và tạo lại nó, chọn <strong> Mã hóa </strong> trong phân vùng cửa sổ tạo. - + has at least one disk device available. có sẵn ít nhất một thiết bị đĩa. - + There are no partitions to install on. Không có phân vùng để cài đặt. @@ -3039,7 +3090,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3365,12 +3416,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: Để có kết quả tốt nhất, hãy đảm bảo rằng máy tính này: - + System requirements Yêu cầu hệ thống @@ -3391,29 +3442,29 @@ Output: SetHostNameJob - + Set hostname %1 Đặt tên máy %1 - + Set hostname <strong>%1</strong>. Đặt tên máy <strong>%1</strong>. - + Setting hostname %1. Đặt tên máy %1. - - + + Internal Error Lỗi bên trong - - + + Cannot write hostname to target system Không thể ghi tên máy chủ vào hệ thống đích @@ -3615,18 +3666,18 @@ Output: SetupGroupsJob - + Preparing groups. Đang chuẩn bị các nhóm - - + + Could not create groups in target system Không thể tạo các nhóm trên hệ thống đích - + These groups are missing in the target system: %1 Có vài nhóm đang bị thiếu trong hệ thống đích: %1 @@ -3634,17 +3685,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. Cấu hình <pre>sudo</pre>cho người dùng. - + Cannot chmod sudoers file. Không thể sửa đổi mod của tệp sudoers. - + Cannot create sudoers file for writing. Không thể tạo tệp sudoers để viết. @@ -3798,22 +3849,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Bấm vào đây để biết thêm thông tin về phản hồi của người dùng</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. Theo dõi giúp %1 biết tần suất cài đặt, phần cứng được cài đặt trên phần cứng nào và ứng dụng nào được sử dụng. Để xem những gì sẽ được gửi, vui lòng nhấp vào biểu tượng trợ giúp bên cạnh mỗi khu vực. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. Bằng cách chọn này, bạn sẽ gửi thông tin về cài đặt và phần cứng của mình. Thông tin này sẽ chỉ được gửi <b> một lần </b> sau khi quá trình cài đặt kết thúc. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. Bằng cách chọn này, bạn sẽ định kỳ gửi thông tin về cài đặt <b> máy </b>, phần cứng và ứng dụng của mình cho %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. Bằng cách chọn này, bạn sẽ thường xuyên gửi thông tin về cài đặt <b> người dùng </b>, phần cứng, ứng dụng và các kiểu sử dụng ứng dụng cho %1. @@ -3834,12 +3885,12 @@ Output: Gỡ kết nối các hệ thống tập tin. - + No target system available. - + No rootMountPoint is set. @@ -3847,12 +3898,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small> Nếu nhiều người cùng sử dụng máy tính này, bạn có thể tạo nhiều tài khoản sau khi thiết lập. </small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small> Nếu nhiều người cùng sử dụng máy tính này, bạn có thể tạo nhiều tài khoản sau khi cài đặt. </small> @@ -4001,44 +4052,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>Chào mừng đến với chương trình Calamares để thiết lập cho %1.</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>Chào mừng đến với thiết lập %1.</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>Chào mừng đến với chương trình Calamares để cài đặt cho %1.</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>Chào mừng đến với bộ cài đặt %1.</h1> - - - %1 support Hỗ trợ %1 - + About %1 setup Về thiết lập %1 - + About %1 installer Về bộ cài đặt %1 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>cho %3</strong><br/><br/>Bản quyền 2014-2017 bởi Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Bản quyền 2017-2020 bởi Adriaan de Groot &lt;groot@kde.org&gt;<br/>Cám ơn <a href="https://calamares.io/team/">đội ngũ Calamares</a> và <a href="https://www.transifex.com/calamares/calamares/">các dịch giả của Calamares</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> được tài trợ bởi <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4103,33 +4129,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - cho %3</strong><br/><br/> - Bản quyền 2014-2017 bởi Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Bản quyền 2017-2020 bởi Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Cám ơn <a href='https://calamares.io/team/'>đội ngũ Calamares</a> - và <a href='https://www.transifex.com/calamares/calamares/'>các dịch giả Calamares</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - được tài trợ bởi <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back Quay lại @@ -4231,17 +4231,17 @@ Output: Mẫu bàn phím: - + Layouts Bố cục - + Type here to test your keyboard Gõ vào đây để thử bàn phím - + Variants Các biến thể @@ -4389,102 +4389,102 @@ Output: Tạo nhiều tài khoản sau khi cài đặt nếu có nhiều người dùng chung. - + Only lowercase letters, numbers, underscore and hyphen are allowed. Chỉ cho phép các chữ cái viết thường, số, gạch dưới và gạch nối. - + root is not allowed as username. - + What is the name of this computer? Tên của máy tính này là? - + Computer Name Tên máy tính - + This name will be used if you make the computer visible to others on a network. Tên này sẽ hiển thị khi bạn kết nối vào một mạng. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. Chọn mật khẩu để giữ máy tính an toàn. - + Password Mật khẩu - + Repeat Password Lặp lại mật khẩu - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. Nhập lại mật khẩu hai lần để kiểm tra. Một mật khẩu tốt phải có ít nhất 8 ký tự và bao gồm chữ, số, ký hiệu đặc biệt. Nên được thay đổi thường xuyên. - + Validate passwords quality Xác thực chất lượng mật khẩu - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. Khi tích chọn, bạn có thể chọn mật khẩu yếu. - + Log in automatically without asking for the password Tự động đăng nhập không hỏi mật khẩu - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password Dùng lại mật khẩu người dùng như mật khẩu quản trị - + Use the same password for the administrator account. Dùng cùng một mật khẩu cho tài khoản quản trị. - + Choose a root password to keep your account safe. Chọn mật khẩu quản trị để giữ máy tính an toàn. - + Root Password Mật khẩu quản trị - + Repeat Root Password Lặp lại mật khẩu quản trị - + Enter the same password twice, so that it can be checked for typing errors. Nhập lại mật khẩu hai lần để kiểm tra. diff --git a/lang/calamares_zh.ts b/lang/calamares_zh.ts index 5bb01d710..3f057c506 100644 --- a/lang/calamares_zh.ts +++ b/lang/calamares_zh.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install @@ -171,7 +190,7 @@ Calamares::JobThread - + Done @@ -261,21 +280,21 @@ - + Waiting for %n module(s). - + (%n second(s)) - + System-requirements checking is complete. @@ -480,12 +499,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -524,149 +543,149 @@ The installer will quit and all changes will be lost. - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -754,27 +773,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -809,97 +828,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -955,11 +974,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1418,6 +1442,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1447,8 +1481,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1456,12 +1490,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1537,32 +1571,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1596,12 +1630,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1609,12 +1649,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1654,27 +1694,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1974,35 +2014,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2028,12 +2068,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2043,98 +2083,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2185,24 +2237,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2468,7 +2520,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2506,22 +2558,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2825,82 +2861,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3032,7 +3083,7 @@ Output: QObject - + %1 (%2) @@ -3355,12 +3406,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3381,29 +3432,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3605,18 +3656,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3624,17 +3675,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3788,22 +3839,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3824,12 +3875,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3837,12 +3888,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -3991,44 +4042,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4093,23 +4119,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4209,17 +4219,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4346,102 +4356,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_zh_CN.ts b/lang/calamares_zh_CN.ts index 43bf2d22d..cb88308c5 100644 --- a/lang/calamares_zh_CN.ts +++ b/lang/calamares_zh_CN.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -138,7 +157,7 @@ 树形控件 - + Debug information 调试信息 @@ -146,12 +165,12 @@ Calamares::ExecutionViewStep - + Set up 建立 - + Install 安装 @@ -172,7 +191,7 @@ Calamares::JobThread - + Done 完成 @@ -262,21 +281,21 @@ 模块<i>%1</i>的需求检查已完成。 - + Waiting for %n module(s). 等待 %n 模块。 - + (%n second(s)) (%n 秒) - + System-requirements checking is complete. 已经完成系统需求检查。 @@ -487,12 +506,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program %1 安装程序 - + %1 Installer %1 安装程序 @@ -531,149 +550,149 @@ The installer will quit and all changes will be lost. 表单 - + Select storage de&vice: 选择存储器(&V): - - - - + + + + Current: 当前: - + After: 之后: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>手动分区</strong><br/>您可以自行创建或重新调整分区大小。 - + Reuse %1 as home partition for %2. 重复使用 %1 作为 %2 的 home 分区。 - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>选择要缩小的分区,然后拖动底栏改变大小</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 将会缩减未 %2MiB,然后为 %4 创建一个 %3MiB 分区。 - + Boot loader location: 引导程序位置: - + <strong>Select a partition to install on</strong> <strong>选择要安装到的分区</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. 在此系统上找不到任何 EFI 系统分区。请后退到上一步并使用手动分区配置 %1。 - + The EFI system partition at %1 will be used for starting %2. %1 处的 EFI 系统分区将被用来启动 %2。 - + EFI system partition: EFI 系统分区: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. 这个存储器上似乎还没有操作系统。您想要怎么做?<br/>在任何变更应用到存储器上前,您都可以重新查看并确认您的选择。 - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>抹除磁盘</strong><br/>这将会<font color="red">删除</font>目前选定的存储器上所有的数据。 - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>并存安装</strong><br/>安装程序将会缩小一个分区,为 %1 腾出空间。 - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>取代一个分区</strong><br/>以 %1 <strong>替代</strong>一个分区。 - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. 这个存储器上已经有 %1 了。您想要怎么做?<br/>在任何变更应用到存储器上前,您都可以重新查看并确认您的选择。 - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. 这个存储器上已经有一个操作系统了。您想要怎么做?<br/>在任何变更应用到存储器上前,您都可以重新查看并确认您的选择。 - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. 这个存储器上已经有多个操作系统了。您想要怎么做?<br/>在任何变更应用到存储器上前,您都可以重新查看并确认您的选择。 - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> 此存储设备已经有操作系统,但是分区表 <strong>%1</strong> 与所需的 <strong>%2</strong>.<br/>不同。 - + This storage device has one of its partitions <strong>mounted</strong>. 此存储设备 <strong>已挂载</strong>其中一个分区。 - + This storage device is a part of an <strong>inactive RAID</strong> device. 该存储设备是 <strong>非活动RAID</strong> 设备的一部分。 - + No Swap 无交换分区 - + Reuse Swap 重用交换分区 - + Swap (no Hibernate) 交换分区(无休眠) - + Swap (with Hibernate) 交换分区(带休眠) - + Swap to file 交换到文件 @@ -761,27 +780,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> 设置键盘型号为 %1。<br/> - + Set keyboard layout to %1/%2. 设置键盘布局为 %1/%2。 - + Set timezone to %1/%2. 将时区设置为 %1/%2 。 - + The system language will be set to %1. 系统语言将设置为 %1。 - + The numbers and dates locale will be set to %1. 数字和日期地域将设置为 %1。 @@ -816,99 +835,99 @@ The installer will quit and all changes will be lost. 网络安装。(已禁用:无法获取软件包列表,请检查网络连接) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> 此计算机不满足安装 %1 的某些推荐配置。 安装可以继续,但是一些特性可能被禁用。 - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> 此电脑未满足安装 %1 的最低需求。<br/>安装无法继续。<a href="#details">详细信息...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. 此计算机不满足安装 %1 的某些推荐配置。 安装可以继续,但是一些特性可能被禁用。 - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. 此电脑未满足一些安装 %1 的推荐需求。<br/>可以继续安装,但一些功能可能会被停用。 - + This program will ask you some questions and set up %2 on your computer. 本程序将会问您一些问题并在您的电脑上安装及设置 %2 。 - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>欢迎使用 %1 的 Calamares 安装程序</h1> - + <h1>Welcome to %1 setup</h1> <h1>欢迎使用 %1 设置</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>欢迎使用 %1 的 Calamares 安装程序</h1> - + <h1>Welcome to the %1 installer</h1> <h1>欢迎使用 %1 安装程序</h1> - + Your username is too long. 用户名太长。 - + '%1' is not allowed as username. '%1' 不允许作为用户名。 - + Your username must start with a lowercase letter or underscore. 用户名必须以小写字母或下划线"_"开头 - + Only lowercase letters, numbers, underscore and hyphen are allowed. 只允许小写字母、数组、下划线"_" 和 连字符"-" - + Your hostname is too short. 主机名太短。 - + Your hostname is too long. 主机名太长。 - + '%1' is not allowed as hostname. '%1' 不允许作为主机名。 - + Only letters, numbers, underscore and hyphen are allowed. 只允许字母、数组、下划线"_" 和 连字符"-" - + Your passwords do not match! 密码不匹配! - + OK! 确定 @@ -964,11 +983,16 @@ The installer will quit and all changes will be lost. + Packages + 软件包 + + + Install option: <strong>%1</strong> 安装选项:<strong>%1</strong> - + None @@ -1428,6 +1452,16 @@ The installer will quit and all changes will be lost. FS Label: 文件系统卷标 + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1457,8 +1491,8 @@ The installer will quit and all changes will be lost. 确认密码 - - + + Please enter the same passphrase in both boxes. 请在两个输入框中输入同样的密码。 @@ -1466,12 +1500,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: 详情: - + Would you like to paste the install log to the web? 需要将安装日志粘贴到网页吗? @@ -1547,32 +1581,32 @@ The installer will quit and all changes will be lost. 现在重启(&R) - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>安装成功!</h1><br/>%1 已安装在您的电脑上了。<br/>您现在可以重新启动到新系统。 - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>当选中此项时,系统会在您关闭安装器或点击 <span style=" font-style:italic;">完成</span> 按钮时立即重启</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>安装成功!</h1><br/>%1 已安装在您的电脑上了。<br/>您现在可以重新启动到新系统,或是继续使用 %2 Live 环境。 - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>当选中此项时,系统会在您关闭安装器或点击 <span style=" font-style:italic;">完成</span> 按钮时立即重启</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>安装失败</h1><br/>%1 未在你的电脑上安装。<br/>错误信息:%2。 - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>安装失败</h1><br/>%1 未在你的电脑上安装。<br/>错误信息:%2。 @@ -1606,12 +1640,18 @@ The installer will quit and all changes will be lost. 以文件系统 <strong>%2</strong> 格式化 <strong>%3MB</strong> 的分区 <strong>%1</strong>。 - + + %1 (%2) + partition label %1 (device path %2) + %1(%2) + + + Formatting partition %1 with file system %2. 正在使用 %2 文件系统格式化分区 %1。 - + The installer failed to format partition %1 on disk '%2'. 安装程序格式化磁盘“%2”上的分区 %1 失败。 @@ -1619,12 +1659,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space 有至少 %1 GB 可用磁盘空间 - + There is not enough drive space. At least %1 GiB is required. 没有足够的磁盘空间。至少需要 %1 GB。 @@ -1664,27 +1704,27 @@ The installer will quit and all changes will be lost. 正以管理员(root)权限运行安装器 - + The setup program is not running with administrator rights. 安装器未以管理员权限运行 - + The installer is not running with administrator rights. 安装器未以管理员权限运行 - + has a screen large enough to show the whole installer 有一个足够大的屏幕来显示整个安装器 - + The screen is too small to display the setup program. 屏幕太小无法显示安装程序。 - + The screen is too small to display the installer. 屏幕不能完整显示安装器。 @@ -1984,35 +2024,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. 配置 LUKS key 文件。 - - + + No partitions are defined. 未定义分区。 - - - + + + Encrypted rootfs setup error 加密根文件系时配置错误 - + Root partition %1 is LUKS but no passphrase has been set. 根分区%1为LUKS但没有设置密钥。 - + Could not create LUKS key file for root partition %1. 无法创建根分区%1的LUKS密钥文件。 - + Could not configure LUKS key file on partition %1. 无法配置根分区%1的LUKS密钥文件。 @@ -2038,12 +2078,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 时区: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2055,100 +2095,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection 软件包选择 - + Office software 办公软件 - + Office package 办公软件包 - + Browser software 浏览器软件 - + Browser package 浏览器安装包 - + Web browser 网页浏览器 - + Kernel + label for netinstall module, Linux kernel 内核 - + Services + label for netinstall module, system services 服务 - + Login + label for netinstall module, choose login manager 登录 - + Desktop + label for netinstall module, choose desktop environment 桌面 - - Applications - 应用程序 - - - + Communication + label for netinstall module 通讯 - + Development + label for netinstall module 开发 - + Office + label for netinstall module 办公 - + Multimedia + label for netinstall module 多媒体 - + Internet + label for netinstall module 互联网 - + Theming + label for netinstall module 主题化 - + Gaming + label for netinstall module 游戏 - + Utilities + label for netinstall module 实用工具 + + + Applications + 应用程序 + NotesQmlViewStep @@ -2197,24 +2249,24 @@ The installer will quit and all changes will be lost. 请选择你偏好打地区或者使用当期默认设置 - - - + + + Timezone: %1 时区: %1 - + Select your preferred Zone within your Region. 在您的区域中选择您的首选区域。 - + Zones 区域 - + You can fine-tune Language and Locale settings below. 您可以在下面微调“语言”和“区域设置”。 @@ -2480,7 +2532,7 @@ The installer will quit and all changes will be lost. 未知错误 - + Password is empty 密码是空 @@ -2518,22 +2570,6 @@ The installer will quit and all changes will be lost. 请在列表中选一个产品。被选中的产品将会被安装。 - - PackageChooserQmlViewStep - - - Packages - 软件包 - - - - PackageChooserViewStep - - - Packages - 软件包 - - PackageModel @@ -2837,82 +2873,97 @@ The installer will quit and all changes will be lost. 分区 - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: 当前: - + After: 之后: - + No EFI system partition configured 未配置 EFI 系统分区 - + EFI system partition configured incorrectly EFI系统分区配置错误 - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. 启动 %1 必须需要 EFI 系統分区。<br/><br/>要設定 EFI 系统分区,返回并选择或者建立符合要求的分区。 - + The filesystem must be mounted on <strong>%1</strong>. 文件系统必须挂载于 <strong>%1</strong>。 - + The filesystem must have type FAT32. 此文件系统必须为FAT32 - + The filesystem must be at least %1 MiB in size. 文件系统必须要有%1 MiB 的大小。 - + The filesystem must have flag <strong>%1</strong> set. 文件系统必须有 <strong>%1</strong> 标志设定。 - + You can continue without setting up an EFI system partition but your system may fail to start. 您可以在不设置EFI系统分区的情况下继续,但您的系統可能无法启动。 - + Option to use GPT on BIOS 在 BIOS 上使用 GPT - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - GPT 分区表对于所有系统来说都是最佳选项。本安装程序支持在 BIOS 模式下设置 GPT 分区表。<br/><br/>要在 BIOS 模式下配置 GPT 分区表,(若你尚未配置好)返回并设置分区表为 GPT,然后创建一个 8MB 的、未经格式化的、启用<strong>%2</strong> 标记的分区。<br/><br/>一个未格式化的 8MB 的分区对于在 BIOS 模式下使用 GPT 启动 %1 来说是非常有必要的。 + - + Boot partition not encrypted 引导分区未加密 - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. 您尝试用单独的引导分区配合已加密的根分区使用,但引导分区未加密。<br/><br/>这种配置方式可能存在安全隐患,因为重要的系统文件存储在了未加密的分区上。<br/>您可以继续保持此配置,但是系统解密将在系统启动时而不是引导时进行。<br/>要加密引导分区,请返回上一步并重新创建此分区,并在分区创建窗口选中 <strong>加密</strong> 选项。 - + has at least one disk device available. 有至少一个可用的磁盘设备。 - + There are no partitions to install on. 无可用于安装的分区。 @@ -3047,7 +3098,7 @@ Output: QObject - + %1 (%2) %1(%2) @@ -3373,12 +3424,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: 为了更好的体验,请确保这台电脑: - + System requirements 系统需求 @@ -3399,29 +3450,29 @@ Output: SetHostNameJob - + Set hostname %1 设置主机名 %1 - + Set hostname <strong>%1</strong>. 设置主机名 <strong>%1</strong>。 - + Setting hostname %1. 正在设置主机名 %1。 - - + + Internal Error 内部错误 - - + + Cannot write hostname to target system 无法向目标系统写入主机名 @@ -3623,18 +3674,18 @@ Output: SetupGroupsJob - + Preparing groups. 正在准备群组。 - - + + Could not create groups in target system 无法在目标系统中创建群组 - + These groups are missing in the target system: %1 目标系统中缺少以下群组: %1 @@ -3642,17 +3693,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. 配置 <pre>sudo</pre> 用户。 - + Cannot chmod sudoers file. 无法修改 sudoers 文件权限。 - + Cannot create sudoers file for writing. 无法创建要写入的 sudoers 文件。 @@ -3806,22 +3857,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">点击此处以获取关于用户反馈的详细信息</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. 跟踪帮助 %1 以查看它的安装频率、安装硬件以及使用的应用程序。请点按每项旁的帮助图标以查看即将被发送的信息。 - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. 选中此项时,安装器将发送关于安装过程和硬件的信息。该信息仅会在安装结束后发送<b>一次</b> 。 - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. 通过选择此选项,您将定期将有关您 <b>计算机</b>的安装,硬件和应用程序的信息发送到 %1。 - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. 通过选择此选项,您将定期将有关<b>用户</b> 安装,硬件,应用程序和应用程序使用方式的信息发送到 %1。 @@ -3842,12 +3893,12 @@ Output: 卸载文件系统。 - + No target system available. 没有可用的目标系统。 - + No rootMountPoint is set. 没有设定 root挂载点。 @@ -3855,12 +3906,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>如果有多人要使用此计算机,您可以在安装后创建多个账户。</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>如果有多人要使用此计算机,您可以在安装后创建多个账户。</small> @@ -4009,44 +4060,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>欢迎使用 %1 的 Calamares 安装程序。</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>欢迎使用 %1 安装程序。</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>欢迎使用 Calamares 安装程序 - %1。</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>欢迎使用 %1 安装程序。</h1> - - - %1 support %1 的支持信息 - + About %1 setup 关于 %1 安装程序 - + About %1 installer 关于 %1 安装程序 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>致谢 <a href="https://calamares.io/team/">Calamares开发团队和<a href="https://www.transifex.com/calamares/calamares/">Calamares 翻译团队</a>。<br/><br/><a href="https://calamares.io/">Calamares</a> 开发赞助来自 <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - WelcomeQmlViewStep @@ -4111,34 +4137,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - 致谢 <a href='https://calamares.io/team/'> Calamares 开发团队</a> - 和<a href='https://www.transifex.com/calamares/calamares/'>Calamares - 翻译团队</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - 开发赞助来自<br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - + Back 后退 @@ -4243,17 +4242,17 @@ Output: 键盘型号: - + Layouts 布局 - + Type here to test your keyboard 在此处数据以测试键盘 - + Variants 变体 @@ -4403,102 +4402,102 @@ Output: 如果有多人要使用此计算机,您可以在安装后创建多个账户。 - + Only lowercase letters, numbers, underscore and hyphen are allowed. 只允许小写字母、数组、下划线"_" 和 连字符"-" - + root is not allowed as username. 用户名不能为root - + What is the name of this computer? 计算机名称为? - + Computer Name 计算机名称 - + This name will be used if you make the computer visible to others on a network. 将计算机设置为对其他网络上计算机可见时将使用此名称。 - + localhost is not allowed as hostname. localhost不能为用户名 - + Choose a password to keep your account safe. 选择一个密码来保证您的账户安全。 - + Password 密码 - + Repeat Password 重复密码 - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. 输入相同密码两次,以检查输入错误。好的密码包含字母,数字,标点的组合,应当至少为 8 个字符长,并且应按一定周期更换。 - + Validate passwords quality 验证密码质量 - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. 若选中此项,密码强度检测会开启,你将不被允许使用弱密码。 - + Log in automatically without asking for the password 不询问密码自动登录 - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. 只允许字母、数组、下划线"_" 和 连字符"-",最少两个字符。 - + Reuse user password as root password 重用用户密码作为 root 密码 - + Use the same password for the administrator account. 为管理员帐号使用同样的密码。 - + Choose a root password to keep your account safe. 选择一个 root 密码来保证您的账户安全。 - + Root Password Root 密码 - + Repeat Root Password 重复 Root 密码 - + Enter the same password twice, so that it can be checked for typing errors. 输入相同密码两次,以检查输入错误。 diff --git a/lang/calamares_zh_HK.ts b/lang/calamares_zh_HK.ts index 1dd44a48b..61a23d3f7 100644 --- a/lang/calamares_zh_HK.ts +++ b/lang/calamares_zh_HK.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ - + Debug information @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up - + Install @@ -171,7 +190,7 @@ Calamares::JobThread - + Done @@ -261,21 +280,21 @@ - + Waiting for %n module(s). - + (%n second(s)) - + System-requirements checking is complete. @@ -480,12 +499,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program - + %1 Installer @@ -524,149 +543,149 @@ The installer will quit and all changes will be lost. - + Select storage de&vice: - - - - + + + + Current: - + After: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + Reuse %1 as home partition for %2. - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. - + Boot loader location: - + <strong>Select a partition to install on</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + The EFI system partition at %1 will be used for starting %2. - + EFI system partition: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> - + This storage device has one of its partitions <strong>mounted</strong>. - + This storage device is a part of an <strong>inactive RAID</strong> device. - + No Swap - + Reuse Swap - + Swap (no Hibernate) - + Swap (with Hibernate) - + Swap to file @@ -754,27 +773,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> - + Set keyboard layout to %1/%2. - + Set timezone to %1/%2. - + The system language will be set to %1. - + The numbers and dates locale will be set to %1. @@ -809,97 +828,97 @@ The installer will quit and all changes will be lost. - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + This program will ask you some questions and set up %2 on your computer. - + <h1>Welcome to the Calamares setup program for %1</h1> - + <h1>Welcome to %1 setup</h1> - + <h1>Welcome to the Calamares installer for %1</h1> - + <h1>Welcome to the %1 installer</h1> - + Your username is too long. - + '%1' is not allowed as username. - + Your username must start with a lowercase letter or underscore. - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + Your hostname is too short. - + Your hostname is too long. - + '%1' is not allowed as hostname. - + Only letters, numbers, underscore and hyphen are allowed. - + Your passwords do not match! - + OK! @@ -955,11 +974,16 @@ The installer will quit and all changes will be lost. + Packages + + + + Install option: <strong>%1</strong> - + None @@ -1418,6 +1442,16 @@ The installer will quit and all changes will be lost. FS Label: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1447,8 +1481,8 @@ The installer will quit and all changes will be lost. - - + + Please enter the same passphrase in both boxes. @@ -1456,12 +1490,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: - + Would you like to paste the install log to the web? @@ -1537,32 +1571,32 @@ The installer will quit and all changes will be lost. - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. @@ -1596,12 +1630,18 @@ The installer will quit and all changes will be lost. - + + %1 (%2) + partition label %1 (device path %2) + + + + Formatting partition %1 with file system %2. - + The installer failed to format partition %1 on disk '%2'. @@ -1609,12 +1649,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space - + There is not enough drive space. At least %1 GiB is required. @@ -1654,27 +1694,27 @@ The installer will quit and all changes will be lost. - + The setup program is not running with administrator rights. - + The installer is not running with administrator rights. - + has a screen large enough to show the whole installer - + The screen is too small to display the setup program. - + The screen is too small to display the installer. @@ -1974,35 +2014,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. - - + + No partitions are defined. - - - + + + Encrypted rootfs setup error - + Root partition %1 is LUKS but no passphrase has been set. - + Could not create LUKS key file for root partition %1. - + Could not configure LUKS key file on partition %1. @@ -2028,12 +2068,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2043,98 +2083,110 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection - + Office software - + Office package - + Browser software - + Browser package - + Web browser - - - Kernel - - - Services + Kernel + label for netinstall module, Linux kernel - Login + Services + label for netinstall module, system services - Desktop + Login + label for netinstall module, choose login manager - Applications - - - - - Communication + Desktop + label for netinstall module, choose desktop environment - Development + Communication + label for netinstall module - Office + Development + label for netinstall module - Multimedia + Office + label for netinstall module - Internet + Multimedia + label for netinstall module - Theming + Internet + label for netinstall module - Gaming + Theming + label for netinstall module + Gaming + label for netinstall module + + + + Utilities + label for netinstall module + + + + + Applications @@ -2185,24 +2237,24 @@ The installer will quit and all changes will be lost. - - - + + + Timezone: %1 - + Select your preferred Zone within your Region. - + Zones - + You can fine-tune Language and Locale settings below. @@ -2468,7 +2520,7 @@ The installer will quit and all changes will be lost. - + Password is empty @@ -2506,22 +2558,6 @@ The installer will quit and all changes will be lost. - - PackageChooserQmlViewStep - - - Packages - - - - - PackageChooserViewStep - - - Packages - - - PackageModel @@ -2825,82 +2861,97 @@ The installer will quit and all changes will be lost. - + + Unsafe partition actions are enabled. + + + + + Partitioning is configured to <b>always</b> fail. + + + + + No partitions will be changed. + + + + Current: - + After: - + No EFI system partition configured - + EFI system partition configured incorrectly - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. - + The filesystem must be mounted on <strong>%1</strong>. - + The filesystem must have type FAT32. - + The filesystem must be at least %1 MiB in size. - + The filesystem must have flag <strong>%1</strong> set. - + You can continue without setting up an EFI system partition but your system may fail to start. - + Option to use GPT on BIOS - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - + Boot partition not encrypted - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + has at least one disk device available. - + There are no partitions to install on. @@ -3032,7 +3083,7 @@ Output: QObject - + %1 (%2) @@ -3355,12 +3406,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: - + System requirements @@ -3381,29 +3432,29 @@ Output: SetHostNameJob - + Set hostname %1 - + Set hostname <strong>%1</strong>. - + Setting hostname %1. - - + + Internal Error - - + + Cannot write hostname to target system @@ -3605,18 +3656,18 @@ Output: SetupGroupsJob - + Preparing groups. - - + + Could not create groups in target system - + These groups are missing in the target system: %1 @@ -3624,17 +3675,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. - + Cannot chmod sudoers file. - + Cannot create sudoers file for writing. @@ -3788,22 +3839,22 @@ Output: - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. @@ -3824,12 +3875,12 @@ Output: - + No target system available. - + No rootMountPoint is set. @@ -3837,12 +3888,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> @@ -3991,44 +4042,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - - - - - <h1>Welcome to %1 setup.</h1> - - - - - <h1>Welcome to the Calamares installer for %1.</h1> - - - - - <h1>Welcome to the %1 installer.</h1> - - - - %1 support - + About %1 setup - + About %1 installer - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - - WelcomeQmlViewStep @@ -4093,23 +4119,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - - - - + Back @@ -4209,17 +4219,17 @@ Output: - + Layouts - + Type here to test your keyboard - + Variants @@ -4346,102 +4356,102 @@ Output: - + Only lowercase letters, numbers, underscore and hyphen are allowed. - + root is not allowed as username. - + What is the name of this computer? - + Computer Name - + This name will be used if you make the computer visible to others on a network. - + localhost is not allowed as hostname. - + Choose a password to keep your account safe. - + Password - + Repeat Password - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. - + Validate passwords quality - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. - + Log in automatically without asking for the password - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. - + Reuse user password as root password - + Use the same password for the administrator account. - + Choose a root password to keep your account safe. - + Root Password - + Repeat Root Password - + Enter the same password twice, so that it can be checked for typing errors. diff --git a/lang/calamares_zh_TW.ts b/lang/calamares_zh_TW.ts index 9f6886774..2a55f95fd 100644 --- a/lang/calamares_zh_TW.ts +++ b/lang/calamares_zh_TW.ts @@ -1,6 +1,25 @@ + + AboutData + + + <h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/> + + + + + Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + Copyright %1-%2 %3 &lt;%4&gt;<br/> + Copyright year-year Name <email-address> + + + AutoMountManagementJob @@ -137,7 +156,7 @@ 小工具樹 - + Debug information 除錯資訊 @@ -145,12 +164,12 @@ Calamares::ExecutionViewStep - + Set up 設定 - + Install 安裝 @@ -171,7 +190,7 @@ Calamares::JobThread - + Done 完成 @@ -261,21 +280,21 @@ 模組 <i>%1</i> 需求檢查完成。 - + Waiting for %n module(s). 正在等待 %n 個模組。 - + (%n second(s)) (%n 秒) - + System-requirements checking is complete. 系統需求檢查完成。 @@ -486,12 +505,12 @@ The installer will quit and all changes will be lost. CalamaresWindow - + %1 Setup Program %1 設定程式 - + %1 Installer %1 安裝程式 @@ -530,149 +549,149 @@ The installer will quit and all changes will be lost. 表單 - + Select storage de&vice: 選取儲存裝置(&V): - - - - + + + + Current: 目前: - + After: 之後: - + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. <strong>手動分割</strong><br/>可以自行建立或重新調整分割區大小。 - + Reuse %1 as home partition for %2. 重新使用 %1 作為 %2 的家目錄分割區。 - + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> <strong>選取要縮減的分割區,然後拖曳底部條狀物來調整大小</strong> - + %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4. %1 會縮減到 %2MiB,並且會為 %4 建立新的 %3MiB 分割區。 - + Boot loader location: 開機載入器位置: - + <strong>Select a partition to install on</strong> <strong>選取分割區以安裝在其上</strong> - + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. 在這個系統找不到 EFI 系統分割區。請回到上一步並使用手動分割以設定 %1。 - + The EFI system partition at %1 will be used for starting %2. 在 %1 的 EFI 系統分割區將會在開始 %2 時使用。 - + EFI system partition: EFI 系統分割區: - + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. 這個儲存裝置上似乎還沒有作業系統。您想要怎麼做?<br/>在任何變更套用到儲存裝置上前,您都可以重新檢視並確認您的選擇。 - - - - + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. <strong>抹除磁碟</strong><br/>這將會<font color="red">刪除</font>目前選取的儲存裝置所有的資料。 - - - - + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. <strong>並存安裝</strong><br/>安裝程式會縮小一個分割區,以讓出空間給 %1。 - - - - + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. <strong>取代一個分割區</strong><br/>用 %1 取代一個分割區。 - + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. 這個儲存裝置上已經有 %1 了。您想要怎麼做?<br/>在任何變更套用到儲存裝置上前,您都可以重新檢視並確認您的選擇。 - + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. 這個儲存裝置上已經有一個作業系統了。您想要怎麼做?<br/>在任何變更套用到儲存裝置上前,您都可以重新檢視並確認您的選擇。 - + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. 這個儲存裝置上已經有多個作業系統了。您想要怎麼做?<br/>在任何變更套用到儲存裝置上前,您都可以重新檢視並確認您的選擇。 - + This storage device already has an operating system on it, but the partition table <strong>%1</strong> is different from the needed <strong>%2</strong>.<br/> 此儲存裝置上已有作業系統,但分割表 <strong>%1</strong> 與需要的 <strong>%2</strong> 不同。<br/> - + This storage device has one of its partitions <strong>mounted</strong>. 此裝置<strong>已掛載</strong>其中一個分割區。 - + This storage device is a part of an <strong>inactive RAID</strong> device. 此儲存裝置是<strong>非作用中 RAID</strong> 裝置的一部份。 - + No Swap 沒有 Swap - + Reuse Swap 重用 Swap - + Swap (no Hibernate) Swap(沒有冬眠) - + Swap (with Hibernate) Swap(有冬眠) - + Swap to file Swap 到檔案 @@ -760,27 +779,27 @@ The installer will quit and all changes will be lost. Config - + Set keyboard model to %1.<br/> 設定鍵盤型號為 %1 。<br/> - + Set keyboard layout to %1/%2. 設定鍵盤佈局為 %1/%2 。 - + Set timezone to %1/%2. 設定時區為 %1/%2。 - + The system language will be set to %1. 系統語言會設定為%1。 - + The numbers and dates locale will be set to %1. 數字與日期語系會設定為%1。 @@ -815,97 +834,97 @@ The installer will quit and all changes will be lost. 網路安裝。(已停用:無法擷取軟體包清單,請檢查您的網路連線) - + This computer does not satisfy the minimum requirements for setting up %1.<br/>Setup cannot continue. <a href="#details">Details...</a> 此電腦未滿足安裝 %1 的最低配備。<br/>設定無法繼續。<a href="#details">詳細資訊...</a> - + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> 此電腦未滿足安裝 %1 的最低配備。<br/>安裝無法繼續。<a href="#details">詳細資訊...</a> - + This computer does not satisfy some of the recommended requirements for setting up %1.<br/>Setup can continue, but some features might be disabled. 此電腦未滿足一些安裝 %1 的推薦需求。<br/>設定可以繼續,但部份功能可能會被停用。 - + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. 此電腦未滿足一些安裝 %1 的推薦需求。<br/>安裝可以繼續,但部份功能可能會被停用。 - + This program will ask you some questions and set up %2 on your computer. 本程式會問您一些問題,然後在您的電腦安裝及設定 %2。 - + <h1>Welcome to the Calamares setup program for %1</h1> <h1>歡迎使用 %1 的 Calamares 安裝程式</h1> - + <h1>Welcome to %1 setup</h1> <h1>歡迎使用 %1 安裝程式</h1> - + <h1>Welcome to the Calamares installer for %1</h1> <h1>歡迎使用 %1 的 Calamares 安裝程式</h1> - + <h1>Welcome to the %1 installer</h1> <h1>歡迎使用 %1 安裝程式</h1> - + Your username is too long. 您的使用者名稱太長了。 - + '%1' is not allowed as username. 「%1」無法作為使用者名稱。 - + Your username must start with a lowercase letter or underscore. 您的使用者名稱必須以小寫字母或底線開頭。 - + Only lowercase letters, numbers, underscore and hyphen are allowed. 僅允許小寫字母、數字、底線與連接號。 - + Your hostname is too short. 您的主機名稱太短了。 - + Your hostname is too long. 您的主機名稱太長了。 - + '%1' is not allowed as hostname. 「%1」無法作為主機名稱。 - + Only letters, numbers, underscore and hyphen are allowed. 僅允許字母、數字、底線與連接號。 - + Your passwords do not match! 密碼不符! - + OK! 確定! @@ -961,11 +980,16 @@ The installer will quit and all changes will be lost. + Packages + 軟體包 + + + Install option: <strong>%1</strong> 安裝選項:<strong>%1</strong> - + None @@ -1424,6 +1448,16 @@ The installer will quit and all changes will be lost. FS Label: 檔案系統標籤: + + + Passphrase for existing partition + + + + + Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition. + + EncryptWidget @@ -1453,8 +1487,8 @@ The installer will quit and all changes will be lost. 確認通關密語 - - + + Please enter the same passphrase in both boxes. 請在兩個框框中輸入相同的通關密語。 @@ -1462,12 +1496,12 @@ The installer will quit and all changes will be lost. ErrorDialog - + Details: 詳細資訊: - + Would you like to paste the install log to the web? 想要將安裝紀錄檔貼到網路上嗎? @@ -1543,32 +1577,32 @@ The installer will quit and all changes will be lost. 現在重新啟動 (&R) - + <h1>All done.</h1><br/>%1 has been set up on your computer.<br/>You may now start using your new system. <h1>都完成了。</h1><br/>%1 已經在您的電腦上設定好了。<br/>您現在可能會想要開始使用您的新系統。 - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the setup program.</p></body></html> <html><head/><body><p>當這個勾選框被選取時,您的系統將會在按下<span style="font-style:italic;">完成</span>或關閉設定程式時立刻重新啟動。</p></body></html> - + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. <h1>都完成了。</h1><br/>%1 已經安裝在您的電腦上了。<br/>您現在可能會想要重新啟動到您的新系統中,或是繼續使用 %2 Live 環境。 - + <html><head/><body><p>When this box is checked, your system will restart immediately when you click on <span style="font-style:italic;">Done</span> or close the installer.</p></body></html> <html><head/><body><p>當這個勾選框被選取時,您的系統將會在按下<span style="font-style:italic;">完成</span>或關閉安裝程式時立刻重新啟動。</p></body></html> - + <h1>Setup Failed</h1><br/>%1 has not been set up on your computer.<br/>The error message was: %2. <h1>設定失敗</h1><br/>%1 並未在您的電腦設定好。<br/>錯誤訊息為:%2。 - + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. <h1>安裝失敗</h1><br/>%1 並未安裝到您的電腦上。<br/>錯誤訊息為:%2。 @@ -1602,12 +1636,18 @@ The installer will quit and all changes will be lost. 格式化 <strong>%3MiB</strong> 分割區 <strong>%1</strong>,使用檔案系統 <strong>%2</strong>。 - + + %1 (%2) + partition label %1 (device path %2) + %1 (%2) + + + Formatting partition %1 with file system %2. 正在以 %2 檔案系統格式化分割區 %1。 - + The installer failed to format partition %1 on disk '%2'. 安裝程式格式化在磁碟 '%2' 上的分割區 %1 失敗。 @@ -1615,12 +1655,12 @@ The installer will quit and all changes will be lost. GeneralRequirements - + has at least %1 GiB available drive space 有至少 %1 GiB 的可用磁碟空間 - + There is not enough drive space. At least %1 GiB is required. 沒有足夠的磁碟空間。至少需要 %1 GiB。 @@ -1660,27 +1700,27 @@ The installer will quit and all changes will be lost. 以管理員 (root) 權限執行安裝程式 - + The setup program is not running with administrator rights. 設定程式並未以管理員權限執行。 - + The installer is not running with administrator rights. 安裝程式並未以管理員權限執行。 - + has a screen large enough to show the whole installer 螢幕夠大,可以顯示整個安裝程式 - + The screen is too small to display the setup program. 螢幕太小了,沒辦法顯示設定程式。 - + The screen is too small to display the installer. 螢幕太小了,沒辦法顯示安裝程式。 @@ -1980,35 +2020,35 @@ The installer will quit and all changes will be lost. LuksBootKeyFileJob - + Configuring LUKS key file. 正在設定 LUKS 金鑰檔案。 - - + + No partitions are defined. 沒有已定義的分割區。 - - - + + + Encrypted rootfs setup error 已加密的 rootfs 設定錯誤 - + Root partition %1 is LUKS but no passphrase has been set. 根分割區 %1 為 LUKS 但沒有設定密碼。 - + Could not create LUKS key file for root partition %1. 無法為根分割區 %1 建立 LUKS 金鑰檔。 - + Could not configure LUKS key file on partition %1. 無法於分割區 %1 設定 LUKS 金鑰檔。 @@ -2034,12 +2074,12 @@ The installer will quit and all changes will be lost. Map - + Timezone: %1 時區:%1 - + Please select your preferred location on the map so the installer can suggest the locale and timezone settings for you. You can fine-tune the suggested settings below. Search the map by dragging to move and using the +/- buttons to zoom in/out or use mouse scrolling for zooming. @@ -2051,100 +2091,112 @@ The installer will quit and all changes will be lost. NetInstallViewStep - + Package selection 軟體包選擇 - + Office software 辦公軟體 - + Office package 辦公套件 - + Browser software 瀏覽器軟體 - + Browser package 瀏覽器套件 - + Web browser 網頁瀏覽器 - + Kernel + label for netinstall module, Linux kernel 內核 - + Services + label for netinstall module, system services 服務 - + Login + label for netinstall module, choose login manager 登入 - + Desktop + label for netinstall module, choose desktop environment 桌面 - - Applications - 應用程式 - - - + Communication + label for netinstall module 通訊 - + Development + label for netinstall module 開發 - + Office + label for netinstall module 辦公 - + Multimedia + label for netinstall module 多媒體 - + Internet + label for netinstall module 網際網路 - + Theming + label for netinstall module 主題 - + Gaming + label for netinstall module 遊戲 - + Utilities + label for netinstall module 實用工具 + + + Applications + 應用程式 + NotesQmlViewStep @@ -2193,24 +2245,24 @@ The installer will quit and all changes will be lost. 選取您偏好的區域,或是使用預設設定。 - - - + + + Timezone: %1 時區:%1 - + Select your preferred Zone within your Region. 在您的區域中選取您偏好的時區。 - + Zones 時區 - + You can fine-tune Language and Locale settings below. 您可以在下方微調語言與語系設定。 @@ -2476,7 +2528,7 @@ The installer will quit and all changes will be lost. 未知的錯誤 - + Password is empty 密碼為空 @@ -2514,22 +2566,6 @@ The installer will quit and all changes will be lost. 請從清單中挑選產品。將會安裝選定的產品。 - - PackageChooserQmlViewStep - - - Packages - 軟體包 - - - - PackageChooserViewStep - - - Packages - 軟體包 - - PackageModel @@ -2833,82 +2869,97 @@ The installer will quit and all changes will be lost. 分割區 - + + Unsafe partition actions are enabled. + 啟用了不安全的分割動作。 + + + + Partitioning is configured to <b>always</b> fail. + 分割被設定為<b>一律</b>失敗。 + + + + No partitions will be changed. + 不會更動任何分割區。 + + + Current: 目前: - + After: 之後: - + No EFI system partition configured 未設定 EFI 系統分割區 - + EFI system partition configured incorrectly EFI 系統分割區設定不正確 - + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem. 要啟動 %1 必須要有 EFI 系統分割區。<br/><br/>要設定 EFI 系統分割區,返回並選取或建立適合的檔案系統。 - + The filesystem must be mounted on <strong>%1</strong>. 檔案系統必須掛載於 <strong>%1</strong>。 - + The filesystem must have type FAT32. 檔案系統必須有類型 FAT32。 - + The filesystem must be at least %1 MiB in size. 檔案系統必須至少有 %1 MiB 的大小。 - + The filesystem must have flag <strong>%1</strong> set. 檔案系統必須有旗標 <strong>%1</strong> 設定。 - + You can continue without setting up an EFI system partition but your system may fail to start. 您可以在不設定 EFI 系統分割區的情況下繼續,但您的系統可能無法啟動。 - + Option to use GPT on BIOS 在 BIOS 上使用 GPT 的選項 - + A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT. - GPT 分割表對所有系統都是最佳選項。此安裝程式同時也支援 BIOS 系統。<br/><br/>要在 BIOS 上設定 GPT 分割表,(如果還沒有完成的話)請回上一步並將分割表設定為 GPT,然後建立 8 MB 的未格式化分割區,並啟用 <strong>%2</strong> 旗標。<br/>要在 BIOS 系統上使用 GPT 分割區啟動 %1 則必須使用未格式化的 8MB 分割區。 + GPT 分割表對所有系統都是最佳選項。此安裝程式同時也支援 BIOS 系統。<br/><br/>要在 BIOS 上設定 GPT 分割表,(如果還沒有完成的話)請回上一步並將分割表設定為 GPT,然後建立 8 MB 的未格式化分割區,並啟用 <strong>%2</strong> 旗標。<br/><br/>要在 BIOS 系統上使用 GPT 分割區啟動 %1 則必須使用未格式化的 8MB 分割區。 - + Boot partition not encrypted 開機分割區未加密 - + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. 設定了單獨的開機分割區以及加密的根分割區,但是開機分割區並不會被加密。<br/><br/>這種設定可能會造成安全問題,因為重要的系統檔案是放在未加密的分割區中。<br/>您也可以繼續,但是檔案系統的解鎖會在系統啟動後才發生。<br/>要加密開機分割區,回到上一頁並重新建立它,並在分割區建立視窗選取<strong>加密</strong>。 - + has at least one disk device available. 有至少一個可用的磁碟裝置。 - + There are no partitions to install on. 沒有可用於安裝的分割區。 @@ -3043,7 +3094,7 @@ Output: QObject - + %1 (%2) %1 (%2) @@ -3369,12 +3420,12 @@ Output: ResultsListDialog - + For best results, please ensure that this computer: 為了得到最佳的結果,請確保此電腦: - + System requirements 系統需求 @@ -3395,29 +3446,29 @@ Output: SetHostNameJob - + Set hostname %1 設定主機名 %1 - + Set hostname <strong>%1</strong>. 設定主機名稱 <strong>%1</strong>。 - + Setting hostname %1. 正在設定主機名稱 %1。 - - + + Internal Error 內部錯誤 - - + + Cannot write hostname to target system 無法寫入主機名稱到目標系統 @@ -3619,18 +3670,18 @@ Output: SetupGroupsJob - + Preparing groups. 正在準備群組。 - - + + Could not create groups in target system 無法在目標系統中建立群組 - + These groups are missing in the target system: %1 這些群組在目標系統中不存在:%1 @@ -3638,17 +3689,17 @@ Output: SetupSudoJob - + Configure <pre>sudo</pre> users. 設定 <pre>sudo</pre> 使用者。 - + Cannot chmod sudoers file. 無法修改 sudoers 檔案權限。 - + Cannot create sudoers file for writing. 無法建立要寫入的 sudoers 檔案。 @@ -3802,22 +3853,22 @@ Output: <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">點選這裡來取得更多關於使用者回饋的資訊</span></a></p></body></html> - + Tracking helps %1 to see how often it is installed, what hardware it is installed on and which applications are used. To see what will be sent, please click the help icon next to each area. 追蹤可以協助 %1 檢視其安裝頻率、安裝在什麼硬體上以及使用了哪些應用程式。要檢視會傳送哪些資訊,請點擊每個區域旁的說明按鈕。 - + By selecting this you will send information about your installation and hardware. This information will only be sent <b>once</b> after the installation finishes. 選取這個後,您將會傳送關於您的安裝與硬體的資訊。這個資訊將只會傳送</b>一次</b>,且在安裝完成後。 - + By selecting this you will periodically send information about your <b>machine</b> installation, hardware and applications, to %1. 選取這個後,您將會週期性地傳送關於您的<b>機器</b>安裝、硬體與應用程式的資訊給 %1。 - + By selecting this you will regularly send information about your <b>user</b> installation, hardware, applications and application usage patterns, to %1. 選取這個後,您將會經常傳送關於您的<b>使用者</b>安裝、硬體、應用程式與使用模式的資訊給 %1。 @@ -3838,12 +3889,12 @@ Output: 解除掛載檔案系統。 - + No target system available. 沒有可用的目標系統。 - + No rootMountPoint is set. 未設定根掛載點。 @@ -3851,12 +3902,12 @@ Output: UsersPage - + <small>If more than one person will use this computer, you can create multiple accounts after setup.</small> <small>如果將會有多於一人使用這臺電腦,您可以在安裝後設定多個帳號。</small> - + <small>If more than one person will use this computer, you can create multiple accounts after installation.</small> <small>如果將會有多於一人使用這臺電腦,您可以在安裝後設定多個帳號。</small> @@ -4005,44 +4056,19 @@ Output: - <h1>Welcome to the Calamares setup program for %1.</h1> - <h1>歡迎使用 %1 的 Calamares 安裝程式。</h1> - - - - <h1>Welcome to %1 setup.</h1> - <h1>歡迎使用 %1 安裝程式。</h1> - - - - <h1>Welcome to the Calamares installer for %1.</h1> - <h1>歡迎使用 %1 的 Calamares 安裝程式。</h1> - - - - <h1>Welcome to the %1 installer.</h1> - <h1>歡迎使用 %1 安裝程式。</h1> - - - %1 support %1 支援 - + About %1 setup 關於 %1 安裝程式 - + About %1 installer 關於 %1 安裝程式 - - - <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - <h1>%1</h1><br/><strong>%2<br/>為 %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/>感謝 <a href="https://calamares.io/team/">Calamares 團隊</a>與 <a href="https://www.transifex.com/calamares/calamares/">Calamares 翻譯團隊</a>。<br/><br/><a href="https://calamares.io/">Calamares</a> 開發由 <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software 贊助。 - WelcomeQmlViewStep @@ -4107,34 +4133,7 @@ Output: about - - <h1>%1</h1><br/> - <strong>%2<br/> - for %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - Thanks to <a href='https://calamares.io/team/'>the Calamares team</a> - and the <a href='https://www.transifex.com/calamares/calamares/'>Calamares - translators team</a>.<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - development is sponsored by <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software. - <h1>%1</h1><br/> - <strong>%2<br/> - 為 %3</strong><br/><br/> - Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/> - Copyright 2017-2020 Adriaan de Groot &lt;groot@kde.org&gt;<br/> - 感謝 <a href='https://calamares.io/team/'>Calamares 團隊</a> - 與 <a href='https://www.transifex.com/calamares/calamares/'>Calamares - 翻譯團隊</a>。<br/><br/> - <a href='https://calamares.io/'>Calamares</a> - 的開發由 <br/> - <a href='http://www.blue-systems.com/'>Blue Systems</a> - - Liberating Software 贊助。 - - - + Back 返回 @@ -4239,17 +4238,17 @@ Output: 鍵盤型號: - + Layouts 佈局 - + Type here to test your keyboard 在此輸入以測試您的鍵盤 - + Variants 變種 @@ -4398,102 +4397,102 @@ Output: 若有多於一個人使用此電腦,您可以在安裝後建立多個帳號。 - + Only lowercase letters, numbers, underscore and hyphen are allowed. 僅允許小寫字母、數字、底線與連接號。 - + root is not allowed as username. 不允許使用 root 作為使用者名稱。 - + What is the name of this computer? 這部電腦的名字是? - + Computer Name 電腦名稱 - + This name will be used if you make the computer visible to others on a network. 若您將此電腦設定為讓網路上的其他電腦可見時將會使用此名稱。 - + localhost is not allowed as hostname. 不允許使用 localhost 作為主機名稱。 - + Choose a password to keep your account safe. 輸入密碼以確保帳號的安全性。 - + Password 密碼 - + Repeat Password 確認密碼 - + Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals. 輸入同一個密碼兩次,以檢查輸入錯誤。一個好的密碼包含了字母、數字及標點符號的組合、至少八個字母長,且按一固定週期更換。 - + Validate passwords quality 驗證密碼品質 - + When this box is checked, password-strength checking is done and you will not be able to use a weak password. 當此勾選框被勾選,密碼強度檢查即完成,您也無法再使用弱密碼。 - + Log in automatically without asking for the password 自動登入,無需輸入密碼 - + Only letters, numbers, underscore and hyphen are allowed, minimal of two characters. 僅允許字母、數字、底線與連接號,最少兩個字元。 - + Reuse user password as root password 重用使用者密碼為 root 密碼 - + Use the same password for the administrator account. 為管理員帳號使用同樣的密碼。 - + Choose a root password to keep your account safe. 選擇 root 密碼來維護您的帳號安全。 - + Root Password Root 密碼 - + Repeat Root Password 確認 Root 密碼 - + Enter the same password twice, so that it can be checked for typing errors. 輸入同樣的密碼兩次,這樣可以檢查輸入錯誤。 diff --git a/lang/python.pot b/lang/python.pot index 122bb74f9..2d16bb38d 100644 --- a/lang/python.pot +++ b/lang/python.pot @@ -2,426 +2,403 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. -# +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-29 16:17+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" "Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Configuring initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Configuration Error" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "No partitions are defined for
{!s}
to use." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "No root mount point is given for
{!s}
to use." - #: src/modules/grubcfg/main.py:28 msgid "Configure GRUB." -msgstr "Configure GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Install bootloader." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "Failed to install grub, no partitions defined in global storage" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Bootloader installation error" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." msgstr "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Writing fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "No
{!s}
configuration is given for
{!s}
to use." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Creating initramfs with dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Failed to run dracut on the target" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "The exit code was {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Cannot write KDM configuration file" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM config file {!s} does not exist" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Cannot write LXDM configuration file" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM config file {!s} does not exist" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Cannot write LightDM configuration file" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM config file {!s} does not exist" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Cannot configure LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "No LightDM greeter installed." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Cannot write SLIM configuration file" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM config file {!s} does not exist" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "No display managers selected for the displaymanager module." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Display manager configuration was incomplete" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Configure OpenRC services" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Cannot add service {name!s} to run-level {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Cannot remove service {name!s} from run-level {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Cannot modify service" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} call in chroot returned error code {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Target runlevel does not exist" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Target service does not exist" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"The path for service {name!s} is {path!s}, which does not " -"exist." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Saving network configuration." - -#: src/modules/packages/main.py:54 src/modules/packages/main.py:65 -#: src/modules/packages/main.py:75 -msgid "Install packages." -msgstr "Install packages." - -#: src/modules/packages/main.py:63 -#, python-format -msgid "Processing packages (%(count)d / %(total)d)" -msgstr "Processing packages (%(count)d / %(total)d)" - -#: src/modules/packages/main.py:68 -#, python-format -msgid "Installing one package." -msgid_plural "Installing %(num)d packages." -msgstr[0] "Installing one package." -msgstr[1] "Installing %(num)d packages." - -#: src/modules/packages/main.py:71 -#, python-format -msgid "Removing one package." -msgid_plural "Removing %(num)d packages." -msgstr[0] "Removing one package." -msgstr[1] "Removing %(num)d packages." - -#: src/modules/packages/main.py:725 src/modules/packages/main.py:737 -#: src/modules/packages/main.py:765 -msgid "Package Manager error" -msgstr "Package Manager error" - -#: src/modules/packages/main.py:726 -msgid "" -"The package manager could not prepare updates. The command
{!s}
" -"returned error code {!s}." -msgstr "" -"The package manager could not prepare updates. The command
{!s}
" -"returned error code {!s}." - -#: src/modules/packages/main.py:738 -msgid "" -"The package manager could not update the system. The command
{!s}
" -" returned error code {!s}." -msgstr "" -"The package manager could not update the system. The command
{!s}
" -" returned error code {!s}." - -#: src/modules/packages/main.py:766 -msgid "" -"The package manager could not make changes to the installed system. The " -"command
{!s}
returned error code {!s}." -msgstr "" -"The package manager could not make changes to the installed system. The " -"command
{!s}
returned error code {!s}." - -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Configure Plymouth theme" - -#: src/modules/initcpiocfg/main.py:28 -msgid "Configuring mkinitcpio." -msgstr "Configuring mkinitcpio." - -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Configuring locales." #: src/modules/mount/main.py:42 msgid "Mounting partitions." -msgstr "Mounting partitions." +msgstr "" #: src/modules/mount/main.py:88 src/modules/mount/main.py:124 msgid "Internal error mounting zfs datasets" -msgstr "Internal error mounting zfs datasets" +msgstr "" #: src/modules/mount/main.py:100 msgid "Failed to import zpool" -msgstr "Failed to import zpool" +msgstr "" #: src/modules/mount/main.py:116 msgid "Failed to unlock zpool" -msgstr "Failed to unlock zpool" +msgstr "" #: src/modules/mount/main.py:133 src/modules/mount/main.py:138 msgid "Failed to set zfs mountpoint" -msgstr "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:229 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/rawfs/main.py:164 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/localecfg/main.py:140 src/modules/networkcfg/main.py:105 +msgid "Configuration Error" +msgstr "" + +#: src/modules/mount/main.py:230 src/modules/initcpiocfg/main.py:236 +#: src/modules/rawfs/main.py:165 src/modules/initramfscfg/main.py:86 +#: src/modules/openrcdmcryptcfg/main.py:73 src/modules/fstab/main.py:395 +msgid "No partitions are defined for
{!s}
to use." +msgstr "" #: src/modules/mount/main.py:253 msgid "zfs mounting error" -msgstr "zfs mounting error" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Installing data." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Dummy python job." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Dummy python step {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Setting hardware clock." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Configuring OpenRC dmcrypt service." +msgstr "" #: src/modules/services-systemd/main.py:26 msgid "Configure systemd services" -msgstr "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" #: src/modules/services-systemd/main.py:60 msgid "" "systemctl {arg!s} call in chroot returned error code {num!s}." msgstr "" -"systemctl {arg!s} call in chroot returned error code {num!s}." #: src/modules/services-systemd/main.py:63 #: src/modules/services-systemd/main.py:69 msgid "Cannot enable systemd service {name!s}." -msgstr "Cannot enable systemd service {name!s}." +msgstr "" #: src/modules/services-systemd/main.py:65 msgid "Cannot enable systemd target {name!s}." -msgstr "Cannot enable systemd target {name!s}." +msgstr "" #: src/modules/services-systemd/main.py:67 msgid "Cannot enable systemd timer {name!s}." -msgstr "Cannot enable systemd timer {name!s}." +msgstr "" #: src/modules/services-systemd/main.py:71 msgid "Cannot disable systemd target {name!s}." -msgstr "Cannot disable systemd target {name!s}." +msgstr "" #: src/modules/services-systemd/main.py:73 msgid "Cannot mask systemd unit {name!s}." -msgstr "Cannot mask systemd unit {name!s}." +msgstr "" #: src/modules/services-systemd/main.py:75 msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +"Unknown systemd commands {command!s} and {suffix!s} for unit {name!s}." msgstr "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." - -#: src/modules/mkinitfs/main.py:27 -msgid "Creating initramfs with mkinitfs." -msgstr "Creating initramfs with mkinitfs." - -#: src/modules/mkinitfs/main.py:49 -msgid "Failed to run mkinitfs on the target" -msgstr "Failed to run mkinitfs on the target" #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." -msgstr "Filling up filesystems." +msgstr "" #: src/modules/unpackfs/main.py:254 msgid "rsync failed with error code {}." -msgstr "rsync failed with error code {}." +msgstr "" #: src/modules/unpackfs/main.py:299 msgid "Unpacking image {}/{}, file {}/{}" -msgstr "Unpacking image {}/{}, file {}/{}" +msgstr "" #: src/modules/unpackfs/main.py:314 msgid "Starting to unpack {}" -msgstr "Starting to unpack {}" +msgstr "" #: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:467 msgid "Failed to unpack image \"{}\"" -msgstr "Failed to unpack image \"{}\"" +msgstr "" #: src/modules/unpackfs/main.py:430 msgid "No mount point for root partition" -msgstr "No mount point for root partition" +msgstr "" #: src/modules/unpackfs/main.py:431 msgid "globalstorage does not contain a \"rootMountPoint\" key." -msgstr "globalstorage does not contain a \"rootMountPoint\" key." +msgstr "" #: src/modules/unpackfs/main.py:434 msgid "Bad mount point for root partition" -msgstr "Bad mount point for root partition" +msgstr "" #: src/modules/unpackfs/main.py:435 msgid "rootMountPoint is \"{}\", which does not exist." -msgstr "rootMountPoint is \"{}\", which does not exist." +msgstr "" #: src/modules/unpackfs/main.py:439 src/modules/unpackfs/main.py:455 #: src/modules/unpackfs/main.py:459 src/modules/unpackfs/main.py:465 #: src/modules/unpackfs/main.py:480 msgid "Bad unpackfs configuration" -msgstr "Bad unpackfs configuration" +msgstr "" #: src/modules/unpackfs/main.py:440 msgid "There is no configuration information." -msgstr "There is no configuration information." +msgstr "" #: src/modules/unpackfs/main.py:456 msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" -msgstr "The filesystem for \"{}\" ({}) is not supported by your current kernel" +msgstr "" #: src/modules/unpackfs/main.py:460 msgid "The source filesystem \"{}\" does not exist" -msgstr "The source filesystem \"{}\" does not exist" +msgstr "" #: src/modules/unpackfs/main.py:466 msgid "" "Failed to find unsquashfs, make sure you have the squashfs-tools package " "installed." msgstr "" -"Failed to find unsquashfs, make sure you have the squashfs-tools package " -"installed." #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" -msgstr "The destination \"{}\" in the target system is not a directory" +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initcpiocfg/main.py:28 +msgid "Configuring mkinitcpio." +msgstr "" + +#: src/modules/initcpiocfg/main.py:240 src/modules/initramfscfg/main.py:90 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/fstab/main.py:401 +#: src/modules/localecfg/main.py:141 src/modules/networkcfg/main.py:106 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not exist." +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/packages/main.py:54 src/modules/packages/main.py:65 +#: src/modules/packages/main.py:75 +msgid "Install packages." +msgstr "" + +#: src/modules/packages/main.py:63 +#, python-format +msgid "Processing packages (%(count)d / %(total)d)" +msgstr "" + +#: src/modules/packages/main.py:68 +#, python-format +msgid "Installing one package." +msgid_plural "Installing %(num)d packages." +msgstr[0] "" +msgstr[1] "" + +#: src/modules/packages/main.py:71 +#, python-format +msgid "Removing one package." +msgid_plural "Removing %(num)d packages." +msgstr[0] "" +msgstr[1] "" + +#: src/modules/packages/main.py:725 src/modules/packages/main.py:737 +#: src/modules/packages/main.py:765 +msgid "Package Manager error" +msgstr "" + +#: src/modules/packages/main.py:726 +msgid "" +"The package manager could not prepare updates. The command
{!s}
" +"returned error code {!s}." +msgstr "" + +#: src/modules/packages/main.py:738 +msgid "" +"The package manager could not update the system. The command
{!s}
" +"returned error code {!s}." +msgstr "" + +#: src/modules/packages/main.py:766 +msgid "" +"The package manager could not make changes to the installed system. The " +"command
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command
{!s} returned error code {!s}."
+msgstr ""
+
+#: src/modules/hwclock/main.py:26
+msgid "Setting hardware clock."
+msgstr ""
+
+#: src/modules/mkinitfs/main.py:27
+msgid "Creating initramfs with mkinitfs."
+msgstr ""
+
+#: src/modules/mkinitfs/main.py:49
+msgid "Failed to run mkinitfs on the target"
+msgstr ""
+
+#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
+msgid "The exit code was {}"
+msgstr ""
+
+#: src/modules/dracut/main.py:27
+msgid "Creating initramfs with dracut."
+msgstr ""
+
+#: src/modules/dracut/main.py:49
+msgid "Failed to run dracut on the target"
+msgstr ""
+
+#: src/modules/initramfscfg/main.py:32
+msgid "Configuring initramfs."
+msgstr ""
+
+#: src/modules/openrcdmcryptcfg/main.py:26
+msgid "Configuring OpenRC dmcrypt service."
+msgstr ""
+
+#: src/modules/fstab/main.py:28
+msgid "Writing fstab."
+msgstr ""
+
+#: src/modules/fstab/main.py:429
+msgid "No 
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" diff --git a/lang/python/ar/LC_MESSAGES/python.po b/lang/python/ar/LC_MESSAGES/python.po index 128d3a263..81b71f3a7 100644 --- a/lang/python/ar/LC_MESSAGES/python.po +++ b/lang/python/ar/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: aboodilankaboot, 2019\n" "Language-Team: Arabic (https://www.transifex.com/calamares/teams/20061/ar/)\n" @@ -22,180 +22,6 @@ msgstr "" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "خطأ في الضبط" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "تثبيت محمل الإقلاع" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "كود الخروج كان {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "فشلت كتابة ملف ضبط KDM." - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "ملف ضبط KDM {!s} غير موجود" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "فشلت كتابة ملف ضبط LXDM." - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "ملف ضبط LXDM {!s} غير موجود" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "فشلت كتابة ملف ضبط LightDM." - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "ملف ضبط LightDM {!s} غير موجود" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "فشل ضبط LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "لم يتم تصيب LightDM" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "فشلت كتابة ملف ضبط SLIM." - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "ملف ضبط SLIM {!s} غير موجود" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "إعداد مدير العرض لم يكتمل" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "لا يمكن تعديل الخدمة" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "الـ runlevel الهدف غير موجود" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "الخدمة الهدف غير موجودة" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "جاري حفظ الإعدادات" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -251,97 +77,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "جاري حفظ الإعدادات" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "خطأ في الضبط" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "جاري تركيب الأقسام" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "عملية بايثون دميه" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "عملية دميه خطوه بايثون {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "جاري إعداد ساعة الهاردوير" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "تعديل خدمات systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -352,6 +115,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "كود الخروج كان {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "جاري ملئ أنظمة الملفات" @@ -415,3 +186,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "تعديل خدمات systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "لا يمكن تعديل الخدمة" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "عملية بايثون دميه" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "عملية دميه خطوه بايثون {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "تثبيت محمل الإقلاع" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "جاري تركيب الأقسام" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "الـ runlevel الهدف غير موجود" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "الخدمة الهدف غير موجودة" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "فشلت كتابة ملف ضبط KDM." + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "ملف ضبط KDM {!s} غير موجود" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "فشلت كتابة ملف ضبط LXDM." + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "ملف ضبط LXDM {!s} غير موجود" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "فشلت كتابة ملف ضبط LightDM." + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "ملف ضبط LightDM {!s} غير موجود" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "فشل ضبط LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "لم يتم تصيب LightDM" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "فشلت كتابة ملف ضبط SLIM." + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "ملف ضبط SLIM {!s} غير موجود" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "إعداد مدير العرض لم يكتمل" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "جاري إعداد ساعة الهاردوير" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/as/LC_MESSAGES/python.po b/lang/python/as/LC_MESSAGES/python.po index 4a34e9022..ae079b699 100644 --- a/lang/python/as/LC_MESSAGES/python.po +++ b/lang/python/as/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Deep Jyoti Choudhury , 2020\n" "Language-Team: Assamese (https://www.transifex.com/calamares/teams/20061/as/)\n" @@ -21,183 +21,6 @@ msgstr "" "Language: as\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "initramfs কন্ফিগাৰ কৰি আছে।" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "কনফিগাৰেচন ত্ৰুটি" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "
{!s}
ৰ ব্যৱহাৰৰ বাবে কোনো বিভাজনৰ বৰ্ণনা দিয়া হোৱা নাই।" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "ব্যৱহাৰৰ বাবে
{!s}
ৰ কোনো মাউন্ট্ পাইন্ট্ দিয়া হোৱা নাই।" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "GRUB কনফিগাৰ কৰক।" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "বুতলোডাৰ ইন্স্তল কৰক।" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "fstab লিখি আছে।" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "dracutৰ সৈতে initramfs বনাই আছে।" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "গন্তব্য স্থানত dracut চলোৱাত বিফল হ'ল" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "এক্সিড্ কোড্ আছিল {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "KDM কনফিগাৰেচন ফাইলত লিখিব নোৱাৰি" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM কনফিগ্ ফাইল {!s} উপস্থিত নাই" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "LXDM কনফিগাৰেচন ফাইলত লিখিব নোৱাৰি" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM কনফিগ্ ফাইল {!s} উপস্থিত নাই" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "LightDM কনফিগাৰেচন ফাইলত লিখিব নোৱাৰি" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM কনফিগ্ ফাইল {!s} উপস্থিত নাই" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "LightDM কনফিগাৰ কৰিব নোৱাৰি" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "কোনো LightDM স্ৱাগতকৰ্তা ইন্স্তল নাই।" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "SLIM কনফিগাৰেচন ফাইলত লিখিব নোৱাৰি" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM কনফিগ্ ফাইল {!s} উপস্থিত নাই" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "displaymanager মডিউলৰ বাবে কোনো ডিস্প্লে প্ৰবন্ধক নাই।" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "ডিস্প্লে প্ৰবন্ধক কন্ফিগাৰেচন অসমাপ্ত" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "OpenRC সেৱা সমুহ কনফিগাৰ কৰক" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "ৰাণ-লেভেল {level!s}ত সেৱা {name!s} যোগ কৰিব নোৱাৰি।" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "ৰাণ-লেভেল {level!s}ৰ পৰা সেৱা {name!s} আতৰাব নোৱাৰি।" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"ৰান-লেভেল {level!s}ত সেৱা {name!s}ৰ বাবে অজ্ঞাত সেৱা কাৰ্য্য " -"{arg!s} ।" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "সেৱা সমুহৰ সংশোধন কৰিব নোৱাৰি" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "chrootত rc-update {arg!s} call ক্ৰুটি কোড {num!s}।" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "গন্তব্য ৰাণলেভেল উপস্থিত নাই।" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"{level!s} ৰাণলেভেলৰ বাবে পথ হ'ল {path!s} যিটো উপস্থিত নাই।" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "গন্তব্য সেৱা উপস্থিত নাই।" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "{name!s}ৰ বাবে পথ হ'ল {path!s} যিটো উপস্থিত নাই।" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "নেটৱৰ্ক কন্ফিগাৰ জমা কৰি আছে।" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -245,100 +68,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Plymouth theme কন্ফিগাৰ কৰি আছে।​" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "নেটৱৰ্ক কন্ফিগাৰ জমা কৰি আছে।" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "কনফিগাৰেচন ত্ৰুটি" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "ব্যৱহাৰৰ বাবে
{!s}
ৰ কোনো মাউন্ট্ পাইন্ট্ দিয়া হোৱা নাই।" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "mkinitcpio কনফিগাৰ কৰি আছে।" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "স্থানীয়বোৰ কন্ফিগাৰ কৰি আছে।" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "বিভাজন মাউন্ট্ কৰা।" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "ডাটা ইন্স্তল কৰি আছে।" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "ডামী Pythonৰ কায্য" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "ডামী Pythonৰ পদক্ষেপ {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "হাৰ্ডৱেৰৰ ঘড়ী চেত্ কৰি আছে।" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "OpenRC dmcrypt সেৱা কন্ফিগাৰ কৰি আছে।" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "systemd সেৱা সমুহ কনফিগাৰ কৰক" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "chrootত systemctl {arg!s}ৰ call ক্ৰুটি কোড {num!s}।" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "systemd সেৱা {name!s} সক্ৰিয় কৰিব নোৱাৰি।" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "systemd গন্তব্য স্থান {name!s} সক্ৰিয় কৰিব নোৱাৰি।" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "systemd গন্তব্য স্থান {name!s} নিষ্ক্ৰিয় কৰিব নোৱাৰি।" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "systemd একক {name!s} মাস্ক্ কৰিব নোৱাৰি।" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"একক {name!s}ৰ বাবে {command!s} আৰু {suffix!s} " -"অজ্ঞাত systemd কমাণ্ড্।" +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "
{!s}
ৰ ব্যৱহাৰৰ বাবে কোনো বিভাজনৰ বৰ্ণনা দিয়া হোৱা নাই।" #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -348,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "এক্সিড্ কোড্ আছিল {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "OpenRC dmcrypt সেৱা কন্ফিগাৰ কৰি আছে।" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "ফাইল চিছটেম​বোৰ পূৰণ কৰা হৈ আছে।" @@ -411,3 +177,237 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "লক্ষ্যৰ চিছটেম গন্তব্য স্থান \"{}\" এটা ডিৰেক্টৰী নহয়" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "systemd সেৱা সমুহ কনফিগাৰ কৰক" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "সেৱা সমুহৰ সংশোধন কৰিব নোৱাৰি" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "chrootত systemctl {arg!s}ৰ call ক্ৰুটি কোড {num!s}।" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "systemd সেৱা {name!s} সক্ৰিয় কৰিব নোৱাৰি।" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "systemd গন্তব্য স্থান {name!s} সক্ৰিয় কৰিব নোৱাৰি।" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "systemd গন্তব্য স্থান {name!s} নিষ্ক্ৰিয় কৰিব নোৱাৰি।" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "systemd একক {name!s} মাস্ক্ কৰিব নোৱাৰি।" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"একক {name!s}ৰ বাবে {command!s} আৰু {suffix!s} " +"অজ্ঞাত systemd কমাণ্ড্।" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "ডামী Pythonৰ কায্য" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "ডামী Pythonৰ পদক্ষেপ {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "বুতলোডাৰ ইন্স্তল কৰক।" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "স্থানীয়বোৰ কন্ফিগাৰ কৰি আছে।" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "বিভাজন মাউন্ট্ কৰা।" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Plymouth theme কন্ফিগাৰ কৰি আছে।​" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "fstab লিখি আছে।" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "OpenRC সেৱা সমুহ কনফিগাৰ কৰক" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "ৰাণ-লেভেল {level!s}ত সেৱা {name!s} যোগ কৰিব নোৱাৰি।" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "ৰাণ-লেভেল {level!s}ৰ পৰা সেৱা {name!s} আতৰাব নোৱাৰি।" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"ৰান-লেভেল {level!s}ত সেৱা {name!s}ৰ বাবে অজ্ঞাত সেৱা কাৰ্য্য " +"{arg!s} ।" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "chrootত rc-update {arg!s} call ক্ৰুটি কোড {num!s}।" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "গন্তব্য ৰাণলেভেল উপস্থিত নাই।" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"{level!s} ৰাণলেভেলৰ বাবে পথ হ'ল {path!s} যিটো উপস্থিত নাই।" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "গন্তব্য সেৱা উপস্থিত নাই।" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "{name!s}ৰ বাবে পথ হ'ল {path!s} যিটো উপস্থিত নাই।" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "dracutৰ সৈতে initramfs বনাই আছে।" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "গন্তব্য স্থানত dracut চলোৱাত বিফল হ'ল" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "GRUB কনফিগাৰ কৰক।" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "KDM কনফিগাৰেচন ফাইলত লিখিব নোৱাৰি" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM কনফিগ্ ফাইল {!s} উপস্থিত নাই" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "LXDM কনফিগাৰেচন ফাইলত লিখিব নোৱাৰি" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM কনফিগ্ ফাইল {!s} উপস্থিত নাই" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "LightDM কনফিগাৰেচন ফাইলত লিখিব নোৱাৰি" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM কনফিগ্ ফাইল {!s} উপস্থিত নাই" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "LightDM কনফিগাৰ কৰিব নোৱাৰি" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "কোনো LightDM স্ৱাগতকৰ্তা ইন্স্তল নাই।" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "SLIM কনফিগাৰেচন ফাইলত লিখিব নোৱাৰি" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM কনফিগ্ ফাইল {!s} উপস্থিত নাই" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "displaymanager মডিউলৰ বাবে কোনো ডিস্প্লে প্ৰবন্ধক নাই।" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "ডিস্প্লে প্ৰবন্ধক কন্ফিগাৰেচন অসমাপ্ত" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "initramfs কন্ফিগাৰ কৰি আছে।" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "হাৰ্ডৱেৰৰ ঘড়ী চেত্ কৰি আছে।" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "ডাটা ইন্স্তল কৰি আছে।" diff --git a/lang/python/ast/LC_MESSAGES/python.po b/lang/python/ast/LC_MESSAGES/python.po index 9c9b9f715..6e07d8ffe 100644 --- a/lang/python/ast/LC_MESSAGES/python.po +++ b/lang/python/ast/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: enolp , 2020\n" "Language-Team: Asturian (https://www.transifex.com/calamares/teams/20061/ast/)\n" @@ -21,181 +21,6 @@ msgstr "" "Language: ast\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Instalando'l xestor d'arrinque." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Fallu al executar dracut nel destín" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "El códigu de salida foi {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Nun pue escribise'l ficheru de configuración de KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "Nun esiste'l ficheru de configuración de KDM {!s}" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Nun pue escribise'l ficheru de configuración de LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "Nun esiste'l ficheru de configuración de LXDM {!s}" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Nun pue escribise'l ficheru de configuración de LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "Nun esiste'l ficheru de configuración de LightDM {!s}" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Nun pue configurase LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Nun s'instaló nengún saludador de LightDM." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Nun pue escribise'l ficheru de configuración de SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "Nun esiste'l ficheru de configuración de SLIM {!s}" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Nun s'esbillaron xestores de pantalles pal módulu displaymanager." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "La configuración del xestor de pantalles nun se completó" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Nun pue amestase'l serviciu {name!s} al nivel d'execución {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" -"Nun pue desaniciase'l serviciu {name!s} del nivel d'execución {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Nun pue modificase'l serviciu" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "El nivel d'execución de destín nun esiste" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "El serviciu de destín nun esiste" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -243,97 +68,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Configurando mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Configurando locales." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Instalando datos." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Trabayu maniquín en Python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Pasu maniquín {} en Python" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Configurando'l reló de hardware." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Configurando'l serviciu dmcrypt d'OpenRC." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -344,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "El códigu de salida foi {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Configurando'l serviciu dmcrypt d'OpenRC." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Rellenando los sistemes de ficheros." @@ -407,3 +177,233 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "El destín «{}» nel sistema de destín nun ye un direutoriu" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Nun pue modificase'l serviciu" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Trabayu maniquín en Python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Pasu maniquín {} en Python" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Instalando'l xestor d'arrinque." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Configurando locales." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Nun pue amestase'l serviciu {name!s} al nivel d'execución {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" +"Nun pue desaniciase'l serviciu {name!s} del nivel d'execución {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "El nivel d'execución de destín nun esiste" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "El serviciu de destín nun esiste" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Fallu al executar dracut nel destín" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Nun pue escribise'l ficheru de configuración de KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "Nun esiste'l ficheru de configuración de KDM {!s}" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Nun pue escribise'l ficheru de configuración de LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "Nun esiste'l ficheru de configuración de LXDM {!s}" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Nun pue escribise'l ficheru de configuración de LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "Nun esiste'l ficheru de configuración de LightDM {!s}" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Nun pue configurase LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Nun s'instaló nengún saludador de LightDM." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Nun pue escribise'l ficheru de configuración de SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "Nun esiste'l ficheru de configuración de SLIM {!s}" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Nun s'esbillaron xestores de pantalles pal módulu displaymanager." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "La configuración del xestor de pantalles nun se completó" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Configurando'l reló de hardware." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Instalando datos." diff --git a/lang/python/az/LC_MESSAGES/python.po b/lang/python/az/LC_MESSAGES/python.po index 0df4e6f29..6bf1d5ea2 100644 --- a/lang/python/az/LC_MESSAGES/python.po +++ b/lang/python/az/LC_MESSAGES/python.po @@ -4,16 +4,16 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Xəyyam Qocayev , 2022 +# Kheyyam Gojayev , 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Last-Translator: Xəyyam Qocayev , 2022\n" +"Last-Translator: Kheyyam Gojayev , 2022\n" "Language-Team: Azerbaijani (https://www.transifex.com/calamares/teams/20061/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,192 +21,6 @@ msgstr "" "Language: az\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "initramfs tənzimlənir." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Tənzimləmə xətası" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "
{!s}
istifadə etmək üçün bölmələr təyin edilməyib" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"
{!s}
istifadə etmək üçün kök qoşulma nöqtəsi təyin edilməyib." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "GRUB tənzimləmələri" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Önyükləyici qurulur." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "Grub quraşdırılmadı, ümumi yaddaş üçün bölmələr təyin olunmayıb" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Önyükləyicinin quraşdırılmasında xəta" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"Önyükləyici quraşdırıla bilmədi. Quraşdırma əmri
{!s}
, xəta kodu " -"{!s} ilə cavab verdi." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "fstab yazılır." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"İstifadə etmək üçün,
{!s}
tənzimləməsi,
{!s}
üçün " -"göstərilməyib." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Dracut ilə initramfs yaratmaq." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Hədəfdə dracut başladılmadı" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Çıxış kodu {} idi" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "KDM tənzimləmə faylı yazıla bilmir" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM tənzimləmə faylı {!s} mövcud deyil" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "LXDM tənzimləmə faylı yazıla bilmir" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM tənzimləmə faylı {!s} mövcud deyil" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "LightDM tənzimləmə faylı yazıla bilmir" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM tənzimləmə faylı {!s} mövcud deyil" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "LightDM tənzimlənə bilmir" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "LightDM qarşılama quraşdırılmayıb." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "SLİM tənzimləmə faylı yazıla bilmir" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLİM tənzimləmə faylı {!s} mövcud deyil" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "displaymanager modulu üçün ekran menecerləri seçilməyib." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Ekran menecerləri siyahısı həm qlobal yaddaşda, həm də displaymanager.conf-" -"da boşdur və ya təyin olunmamışdır." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Ekran meneceri tənzimləmələri başa çatmadı" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "OpenRC xidmətlərini tənzimləmək" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "{name!s} xidməti {level!s} işləmə səviyyəsinə əlavə edilə bilmir." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "{name!s} xidməti {level!s} iş səviyyəsindən silinə bilmir." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"{level!s} işləmə səviyyəsindəki {name!s} xidməti üçün naməlum " -"{arg!s} xidmət fəaliyyəti." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Xidmətdə dəyişiklik etmək mümkün olmadı" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} chroot-da çağırışına {num!s} xəta kodu ilə " -"cavab verildi." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Hədəf işləmə səviyyəsi mövcud deyil" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"{level!s} işləmə səviyyəsi üçün {path!s} yolu mövcud deyil." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Hədəf xidməti mövcud deyil" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "{name!s} üçün {path!s} yolu mövcud deyil." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Şəbəkə ayarları saxlanılır." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -260,102 +74,36 @@ msgstr "" "Paket meneceri dəyişiklikləri sistemə tətbiq edə bilmədi.
{!s}
" "əmri xəta kodu {!s} ilə cavab verdi." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Plymouth mövzusu tənzimlənməsi" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Şəbəkə ayarları saxlanılır." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Tənzimləmə xətası" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"
{!s}
istifadə etmək üçün kök qoşulma nöqtəsi təyin edilməyib." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "mkinitcpio tənzimlənir." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Lokallaşma tənzimlənir." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Disk bölmələri qoşulur." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Zfs verilənlər dəstinin qoşulmasında daxil xəta" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "Zpool idxalı baş tutmadı" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "Zpool kiliddən çıxarıla bilmədi" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "Zfs qoşulma nöqtəsi təyin olunmadı" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "zfs qoşulmasında xəta" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Quraşdırılma tarixi." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Dummy python işi." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "{} Dummy python addımı" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Aparat saatını ayarlamaq." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "OpenRC dmcrypt xidməti tənzimlənir." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Systemd xidmətini tənzimləmək" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"systemctl {arg!s} chroot çağırışına xəta kodu ilə cavab verdi " -"{num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "{name!s} systemd xidməti aktiv edilmədi." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "{name!s} systemd hədəfi aktiv edilmədi" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "{name!s} systemd taymeri aktiv edilə bilmir." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "{name!s} systemd hədfi sönsürülmədi." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "{name!s} systemd vahidi maskalanmır." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Naməlum systemd əmrləri {command!s}{suffix!s} " -"{name!s} vahidi üçün." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "
{!s}
istifadə etmək üçün bölmələr təyin edilməyib" #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -365,6 +113,14 @@ msgstr "mkinitfs ilə initramfs yaradılır" msgid "Failed to run mkinitfs on the target" msgstr "Hədəfdə mkinitfs başlatmaq baş tutmadı" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Çıxış kodu {} idi" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "OpenRC dmcrypt xidməti tənzimlənir." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Fayl sistemlərini doldurmaq." @@ -431,3 +187,247 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Hədəf sistemində təyin edilən \"{}\", qovluq deyil" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Systemd xidmətini tənzimləmək" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Xidmətdə dəyişiklik etmək mümkün olmadı" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"systemctl {arg!s} chroot çağırışına xəta kodu ilə cavab verdi " +"{num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "{name!s} systemd xidməti aktiv edilmədi." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "{name!s} systemd hədəfi aktiv edilmədi" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "{name!s} systemd taymeri aktiv edilə bilmir." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "{name!s} systemd hədfi sönsürülmədi." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "{name!s} systemd vahidi maskalanmır." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Naməlum systemd əmrləri {command!s}{suffix!s} " +"{name!s} vahidi üçün." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Dummy python işi." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "{} Dummy python addımı" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Önyükləyici qurulur." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "Grub quraşdırılmadı, ümumi yaddaş üçün bölmələr təyin olunmayıb" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Önyükləyicinin quraşdırılmasında xəta" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"Önyükləyici quraşdırıla bilmədi. Quraşdırma əmri
{!s}
, xəta kodu " +"{!s} ilə cavab verdi." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Lokallaşma tənzimlənir." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Disk bölmələri qoşulur." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "Zfs verilənlər dəstinin qoşulmasında daxil xəta" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "Zpool idxalı baş tutmadı" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "Zpool kiliddən çıxarıla bilmədi" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "Zfs qoşulma nöqtəsi təyin olunmadı" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "zfs qoşulmasında xəta" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Plymouth mövzusu tənzimlənməsi" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "fstab yazılır." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"İstifadə etmək üçün,
{!s}
tənzimləməsi,
{!s}
üçün " +"göstərilməyib." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "OpenRC xidmətlərini tənzimləmək" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "{name!s} xidməti {level!s} işləmə səviyyəsinə əlavə edilə bilmir." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "{name!s} xidməti {level!s} iş səviyyəsindən silinə bilmir." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"{level!s} işləmə səviyyəsindəki {name!s} xidməti üçün naməlum " +"{arg!s} xidmət fəaliyyəti." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} chroot-da çağırışına {num!s} xəta kodu ilə " +"cavab verildi." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Hədəf işləmə səviyyəsi mövcud deyil" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"{level!s} işləmə səviyyəsi üçün {path!s} yolu mövcud deyil." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Hədəf xidməti mövcud deyil" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "{name!s} üçün {path!s} yolu mövcud deyil." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Dracut ilə initramfs yaratmaq." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Hədəfdə dracut başladılmadı" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "GRUB tənzimləmələri" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "KDM tənzimləmə faylı yazıla bilmir" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM tənzimləmə faylı {!s} mövcud deyil" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "LXDM tənzimləmə faylı yazıla bilmir" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM tənzimləmə faylı {!s} mövcud deyil" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "LightDM tənzimləmə faylı yazıla bilmir" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM tənzimləmə faylı {!s} mövcud deyil" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "LightDM tənzimlənə bilmir" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "LightDM qarşılama quraşdırılmayıb." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "SLİM tənzimləmə faylı yazıla bilmir" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLİM tənzimləmə faylı {!s} mövcud deyil" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "displaymanager modulu üçün ekran menecerləri seçilməyib." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Ekran menecerləri siyahısı həm qlobal yaddaşda, həm də displaymanager.conf-" +"da boşdur və ya təyin olunmamışdır." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Ekran meneceri tənzimləmələri başa çatmadı" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "initramfs tənzimlənir." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Aparat saatını ayarlamaq." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Quraşdırılma tarixi." diff --git a/lang/python/az_AZ/LC_MESSAGES/python.po b/lang/python/az_AZ/LC_MESSAGES/python.po index 236cffbcc..63f150d45 100644 --- a/lang/python/az_AZ/LC_MESSAGES/python.po +++ b/lang/python/az_AZ/LC_MESSAGES/python.po @@ -4,16 +4,16 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Xəyyam Qocayev , 2022 +# Kheyyam Gojayev , 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Last-Translator: Xəyyam Qocayev , 2022\n" +"Last-Translator: Kheyyam Gojayev , 2022\n" "Language-Team: Azerbaijani (Azerbaijan) (https://www.transifex.com/calamares/teams/20061/az_AZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,192 +21,6 @@ msgstr "" "Language: az_AZ\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "initramfs tənzimlənir." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Tənzimləmə xətası" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "
{!s}
istifadə etmək üçün bölmələr təyin edilməyib" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"
{!s}
istifadə etmək üçün kök qoşulma nöqtəsi təyin edilməyib." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "GRUB tənzimləmələri" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Önyükləyici qurulur." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "Grub quraşdırılmadı, ümumi yaddaş üçün bölmələr təyin olunmayıb" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Önyükləyicinin quraşdırılmasında xəta" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"Önyükləyici quraşdırıla bilmədi. Quraşdırma əmri
{!s}
, xəta kodu " -"{!s} ilə cavab verdi." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "fstab yazılır." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"İstifadə etmək üçün,
{!s}
tənzimləməsi,
{!s}
üçün " -"göstərilməyib." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Dracut ilə initramfs yaratmaq." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Hədəfdə dracut başladılmadı" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Çıxış kodu {} idi" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "KDM tənzimləmə faylı yazıla bilmir" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM tənzimləmə faylı {!s} mövcud deyil" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "LXDM tənzimləmə faylı yazıla bilmir" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM tənzimləmə faylı {!s} mövcud deyil" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "LightDM tənzimləmə faylı yazıla bilmir" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM tənzimləmə faylı {!s} mövcud deyil" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "LightDM tənzimlənə bilmir" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "LightDM qarşılama quraşdırılmayıb." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "SLİM tənzimləmə faylı yazıla bilmir" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLİM tənzimləmə faylı {!s} mövcud deyil" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "displaymanager modulu üçün ekran menecerləri seçilməyib." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Ekran menecerləri siyahısı həm qlobal yaddaşda, həm də displaymanager.conf-" -"da boşdur və ya təyin olunmamışdır." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Ekran meneceri tənzimləmələri başa çatmadı" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "OpenRC xidmətlərini tənzimləmək" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "{name!s} xidməti {level!s} işləmə səviyyəsinə əlavə edilə bilmir." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "{name!s} xidməti {level!s} iş səviyyəsindən silinə bilmir." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"{level!s} işləmə səviyyəsindəki {name!s} xidməti üçün naməlum " -"{arg!s} xidmət fəaliyyəti." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Xidmətdə dəyişiklik etmək mümkün olmadı" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} chroot-da çağırışına {num!s} xəta kodu ilə " -"cavab verildi." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Hədəf işləmə səviyyəsi mövcud deyil" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"{level!s} işləmə səviyyəsi üçün {path!s} yolu mövcud deyil." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Hədəf xidməti mövcud deyil" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "{name!s} üçün {path!s} yolu mövcud deyil." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Şəbəkə ayarları saxlanılır." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -260,102 +74,36 @@ msgstr "" "Paket meneceri dəyişiklikləri sistemə tətbiq edə bilmədi.
{!s}
" "əmri xəta kodu {!s} ilə cavab verdi." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Plymouth mövzusu tənzimlənməsi" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Şəbəkə ayarları saxlanılır." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Tənzimləmə xətası" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"
{!s}
istifadə etmək üçün kök qoşulma nöqtəsi təyin edilməyib." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "mkinitcpio tənzimlənir." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Lokallaşma tənzimlənir." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Disk bölmələri qoşulur." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Zfs verilənlər dəstinin qoşulmasında daxil xəta" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "Zpool idxalı baş tutmadı" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "Zpool kiliddən çıxarıla bilmədi" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "Zfs qoşulma nöqtəsi təyin olunmadı" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "zfs qoşulmasında xəta" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Quraşdırılma tarixi." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Dummy python işi." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "{} Dummy python addımı" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Aparat saatını ayarlamaq." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "OpenRC dmcrypt xidməti tənzimlənir." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Systemd xidmətini tənzimləmək" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"systemctl {arg!s} chroot çağırışına xəta kodu ilə cavab verdi " -"{num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "{name!s} systemd xidməti aktiv edilmədi." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "{name!s} systemd hədəfi aktiv edilmədi" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "{name!s} systemd taymeri aktiv edilə bilmir." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "{name!s} systemd hədfi sönsürülmədi." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "{name!s} systemd vahidi maskalanmır." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Naməlum systemd əmrləri {command!s}{suffix!s} " -"{name!s} vahidi üçün." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "
{!s}
istifadə etmək üçün bölmələr təyin edilməyib" #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -365,6 +113,14 @@ msgstr "mkinitfs ilə initramfs yaradılır" msgid "Failed to run mkinitfs on the target" msgstr "Hədəfdə mkinitfs başlatmaq baş tutmadı" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Çıxış kodu {} idi" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "OpenRC dmcrypt xidməti tənzimlənir." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Fayl sistemlərini doldurmaq." @@ -431,3 +187,247 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Hədəf sistemində təyin edilən \"{}\", qovluq deyil" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Systemd xidmətini tənzimləmək" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Xidmətdə dəyişiklik etmək mümkün olmadı" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"systemctl {arg!s} chroot çağırışına xəta kodu ilə cavab verdi " +"{num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "{name!s} systemd xidməti aktiv edilmədi." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "{name!s} systemd hədəfi aktiv edilmədi" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "{name!s} systemd taymeri aktiv edilə bilmir." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "{name!s} systemd hədfi sönsürülmədi." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "{name!s} systemd vahidi maskalanmır." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Naməlum systemd əmrləri {command!s}{suffix!s} " +"{name!s} vahidi üçün." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Dummy python işi." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "{} Dummy python addımı" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Önyükləyici qurulur." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "Grub quraşdırılmadı, ümumi yaddaş üçün bölmələr təyin olunmayıb" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Önyükləyicinin quraşdırılmasında xəta" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"Önyükləyici quraşdırıla bilmədi. Quraşdırma əmri
{!s}
, xəta kodu " +"{!s} ilə cavab verdi." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Lokallaşma tənzimlənir." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Disk bölmələri qoşulur." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "Zfs verilənlər dəstinin qoşulmasında daxil xəta" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "Zpool idxalı baş tutmadı" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "Zpool kiliddən çıxarıla bilmədi" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "Zfs qoşulma nöqtəsi təyin olunmadı" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "zfs qoşulmasında xəta" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Plymouth mövzusu tənzimlənməsi" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "fstab yazılır." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"İstifadə etmək üçün,
{!s}
tənzimləməsi,
{!s}
üçün " +"göstərilməyib." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "OpenRC xidmətlərini tənzimləmək" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "{name!s} xidməti {level!s} işləmə səviyyəsinə əlavə edilə bilmir." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "{name!s} xidməti {level!s} iş səviyyəsindən silinə bilmir." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"{level!s} işləmə səviyyəsindəki {name!s} xidməti üçün naməlum " +"{arg!s} xidmət fəaliyyəti." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} chroot-da çağırışına {num!s} xəta kodu ilə " +"cavab verildi." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Hədəf işləmə səviyyəsi mövcud deyil" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"{level!s} işləmə səviyyəsi üçün {path!s} yolu mövcud deyil." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Hədəf xidməti mövcud deyil" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "{name!s} üçün {path!s} yolu mövcud deyil." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Dracut ilə initramfs yaratmaq." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Hədəfdə dracut başladılmadı" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "GRUB tənzimləmələri" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "KDM tənzimləmə faylı yazıla bilmir" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM tənzimləmə faylı {!s} mövcud deyil" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "LXDM tənzimləmə faylı yazıla bilmir" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM tənzimləmə faylı {!s} mövcud deyil" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "LightDM tənzimləmə faylı yazıla bilmir" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM tənzimləmə faylı {!s} mövcud deyil" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "LightDM tənzimlənə bilmir" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "LightDM qarşılama quraşdırılmayıb." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "SLİM tənzimləmə faylı yazıla bilmir" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLİM tənzimləmə faylı {!s} mövcud deyil" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "displaymanager modulu üçün ekran menecerləri seçilməyib." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Ekran menecerləri siyahısı həm qlobal yaddaşda, həm də displaymanager.conf-" +"da boşdur və ya təyin olunmamışdır." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Ekran meneceri tənzimləmələri başa çatmadı" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "initramfs tənzimlənir." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Aparat saatını ayarlamaq." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Quraşdırılma tarixi." diff --git a/lang/python/be/LC_MESSAGES/python.po b/lang/python/be/LC_MESSAGES/python.po index 1b9838767..6e89c01bb 100644 --- a/lang/python/be/LC_MESSAGES/python.po +++ b/lang/python/be/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Źmicier Turok , 2020\n" "Language-Team: Belarusian (https://www.transifex.com/calamares/teams/20061/be/)\n" @@ -21,185 +21,6 @@ msgstr "" "Language: be\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Наладка initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Памылка канфігурацыі" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Раздзелы для
{!s}
не вызначаныя." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "Каранёвы пункт мантавання для
{!s}
не пададзены." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Наладзіць GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Усталяваць загрузчык." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Запіс fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Стварэнне initramfs з dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Не атрымалася запусціць dracut у пункце прызначэння" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Код выхаду {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Немагчыма запісаць файл канфігурацыі KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "Файл канфігурацыі KDM {!s} не існуе" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Немагчыма запісаць файл канфігурацыі LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "Файл канфігурацыі LXDM {!s} не існуе" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Немагчыма запісаць файл канфігурацыі LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "Файл канфігурацыі LightDM {!s} не існуе" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Немагчыма наладзіць LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "LightDM greeter не ўсталяваны." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Немагчыма запісаць файл канфігурацыі SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "Файл канфігурацыі SLIM {!s} не існуе" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "У модулі дысплейных кіраўнікоў нічога не абрана." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Спіс дысплейных кіраўнікоў пусты альбо не вызначаны ў both globalstorage і " -"displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Наладка дысплейнага кіраўніка не завершаная." - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Наладзіць службы OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Не атрымалася дадаць службу {name!s} на ўзровень запуску {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Не атрымалася выдаліць службу {name!s} з узроўню запуску {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Невядомае дзеянне {arg!s} для службы {name!s} на ўзроўні " -"запуску {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Немагчыма наладзіць службу" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} пад chroot вярнуўся з кодам памылкі {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Мэтавы ўзровень запуску не існуе" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "Шлях {path!s} да ўзроўня запуску {level!s} не існуе." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Мэтавая служба не існуе" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "Шлях {path!s} да службы {level!s} не існуе." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Захаванне сеткавай канфігурацыі." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -251,100 +72,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Наладзіць тэму Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Захаванне сеткавай канфігурацыі." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Памылка канфігурацыі" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "Каранёвы пункт мантавання для
{!s}
не пададзены." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Наладка mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Наладка лакаляў." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Мантаванне раздзелаў." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Усталёўка даных." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Задача Dummy python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Крок Dummy python {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Наладка апаратнага гадзінніка." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Наладка OpenRC dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Наладзіць службы systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "systemctl {arg!s} у chroot вярнуў код памылкі {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Немагчыма ўключыць службу systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Немагчыма ўключыць мэту systemd {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Немагчыма выключыць мэту systemd {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Немагчыма замаскаваць адзінку systemd {name!s}. " - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Невядомыя systemd загады {command!s} і {suffix!s} " -"для адзінкі {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Раздзелы для
{!s}
не вызначаныя." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -354,6 +110,14 @@ msgstr "Стварэнне initramfs праз mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Не атрымалася запусціць mkinitfs у пункце прызначэння" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Код выхаду {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Наладка OpenRC dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Запаўненне файлавых сістэм." @@ -417,3 +181,239 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Пункт прызначэння \"{}\" у мэтавай сістэме не з’яўляецца каталогам" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Наладзіць службы systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Немагчыма наладзіць службу" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "systemctl {arg!s} у chroot вярнуў код памылкі {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Немагчыма ўключыць службу systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Немагчыма ўключыць мэту systemd {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Немагчыма выключыць мэту systemd {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Немагчыма замаскаваць адзінку systemd {name!s}. " + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Невядомыя systemd загады {command!s} і {suffix!s} " +"для адзінкі {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Задача Dummy python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Крок Dummy python {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Усталяваць загрузчык." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Наладка лакаляў." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Мантаванне раздзелаў." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Наладзіць тэму Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Запіс fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Наладзіць службы OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Не атрымалася дадаць службу {name!s} на ўзровень запуску {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Не атрымалася выдаліць службу {name!s} з узроўню запуску {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Невядомае дзеянне {arg!s} для службы {name!s} на ўзроўні " +"запуску {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} пад chroot вярнуўся з кодам памылкі {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Мэтавы ўзровень запуску не існуе" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "Шлях {path!s} да ўзроўня запуску {level!s} не існуе." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Мэтавая служба не існуе" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "Шлях {path!s} да службы {level!s} не існуе." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Стварэнне initramfs з dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Не атрымалася запусціць dracut у пункце прызначэння" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Наладзіць GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Немагчыма запісаць файл канфігурацыі KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "Файл канфігурацыі KDM {!s} не існуе" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Немагчыма запісаць файл канфігурацыі LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "Файл канфігурацыі LXDM {!s} не існуе" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Немагчыма запісаць файл канфігурацыі LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "Файл канфігурацыі LightDM {!s} не існуе" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Немагчыма наладзіць LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "LightDM greeter не ўсталяваны." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Немагчыма запісаць файл канфігурацыі SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "Файл канфігурацыі SLIM {!s} не існуе" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "У модулі дысплейных кіраўнікоў нічога не абрана." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Спіс дысплейных кіраўнікоў пусты альбо не вызначаны ў both globalstorage і " +"displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Наладка дысплейнага кіраўніка не завершаная." + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Наладка initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Наладка апаратнага гадзінніка." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Усталёўка даных." diff --git a/lang/python/bg/LC_MESSAGES/python.po b/lang/python/bg/LC_MESSAGES/python.po index 06974d89f..864fe9b84 100644 --- a/lang/python/bg/LC_MESSAGES/python.po +++ b/lang/python/bg/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Georgi Georgiev (Жоро) , 2022\n" "Language-Team: Bulgarian (https://www.transifex.com/calamares/teams/20061/bg/)\n" @@ -21,182 +21,6 @@ msgstr "" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Конфигуриране на initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Конфигурирай GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Инсталирай програма за начално зареждане." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"Инсталирането на grub е неуспешно – няма определени дялове в мястото за " -"съхранение" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Грешка при инсталирането на програмата за начално зареждане" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Записване на fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Създаване на initramfs с dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Изходният код е {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Конфигурационният файл на KDM не може да бъде записан" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "Конфигурационният файл на KDM {!s} не съществува" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Конфигурационният файл на LXDM не може да бъде записан" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "Конфигурационният файл на LXDM {!s} не съществува" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Конфигурационният файл на LightDM не може да бъде записан" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "Конфигурационният файл на LightDM {!s} не съществува" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Конфигурационният файл на SLIM не може да бъде записан" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "Конфигурационният файл на SLIM {!s} не съществува" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Конфигурирай OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Услугата {name!s} не може да бъде добавена към run-level {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Услугата не може да се промени" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -244,97 +68,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Конфигурирай темата на Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Конфигуриране на mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Конфигуриране на локализацията." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Фиктивна задача на python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Фиктивна стъпка на python {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Конфигуриране на услугата dmcrypt на OpenRC." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Конфигурирай systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -345,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Изходният код е {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Конфигуриране на услугата dmcrypt на OpenRC." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -408,3 +177,234 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Конфигурирай systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Услугата не може да се промени" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Фиктивна задача на python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Фиктивна стъпка на python {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Инсталирай програма за начално зареждане." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"Инсталирането на grub е неуспешно – няма определени дялове в мястото за " +"съхранение" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Грешка при инсталирането на програмата за начално зареждане" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Конфигуриране на локализацията." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Конфигурирай темата на Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Записване на fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Конфигурирай OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Услугата {name!s} не може да бъде добавена към run-level {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Създаване на initramfs с dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Конфигурирай GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Конфигурационният файл на KDM не може да бъде записан" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "Конфигурационният файл на KDM {!s} не съществува" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Конфигурационният файл на LXDM не може да бъде записан" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "Конфигурационният файл на LXDM {!s} не съществува" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Конфигурационният файл на LightDM не може да бъде записан" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "Конфигурационният файл на LightDM {!s} не съществува" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Конфигурационният файл на SLIM не може да бъде записан" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "Конфигурационният файл на SLIM {!s} не съществува" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Конфигуриране на initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/bn/LC_MESSAGES/python.po b/lang/python/bn/LC_MESSAGES/python.po index 54e9938e6..092f8bc39 100644 --- a/lang/python/bn/LC_MESSAGES/python.po +++ b/lang/python/bn/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: 508a8b0ef95404aa3dc5178f0ccada5e_017b8a4 , 2020\n" "Language-Team: Bengali (https://www.transifex.com/calamares/teams/20061/bn/)\n" @@ -21,180 +21,6 @@ msgstr "" "Language: bn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "কনফিগারেশন ত্রুটি" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "কোন পার্টিশন নির্দিষ্ট করা হয়নি
{!এস}
ব্যবহার করার জন্য।" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "কনফিগার করুন জিআরইউবি।" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "সেবা পরিবর্তন করতে পারে না" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -242,99 +68,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "কনফিগারেশন ত্রুটি" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "মাউন্ট করছে পার্টিশনগুলো।" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "কনফিগার করুন সিস্টেমডি সেবাগুলি" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"সিস্টেমসিটিএল {এআরজি!এস}সিএইচরুট ফেরত ত্রুটি কোড দে{NUM! গুলি}।" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "কোন পার্টিশন নির্দিষ্ট করা হয়নি
{!এস}
ব্যবহার করার জন্য।" #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -344,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "ফাইলসিস্টেমগুলিপূরণ করছে।" @@ -407,3 +177,233 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "কনফিগার করুন সিস্টেমডি সেবাগুলি" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "সেবা পরিবর্তন করতে পারে না" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"সিস্টেমসিটিএল {এআরজি!এস}সিএইচরুট ফেরত ত্রুটি কোড দে{NUM! গুলি}।" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "মাউন্ট করছে পার্টিশনগুলো।" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "কনফিগার করুন জিআরইউবি।" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/ca/LC_MESSAGES/python.po b/lang/python/ca/LC_MESSAGES/python.po index ae4ef3fbf..2336e78a5 100644 --- a/lang/python/ca/LC_MESSAGES/python.po +++ b/lang/python/ca/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Davidmp , 2022\n" "Language-Team: Catalan (https://www.transifex.com/calamares/teams/20061/ca/)\n" @@ -21,197 +21,6 @@ msgstr "" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Es configuren initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Error de configuració" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "No s'han definit particions perquè les usi
{!s}
." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"No s'ha proporcionat el punt de muntatge perquè l'usi
{!s}
." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Configura el GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "S'instal·la el carregador d'arrencada." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"No s'ha pogut instal·lar el grub. No s'han definit particions a " -"l'emmagatzematge global." - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Error d'instal·lació del carregador d'arrencada" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"No s'ha pogut instal·lar el carregador d'arrencada. L'ordre d'instal·lació " -"
{!s}
ha retornat el codi d'error {!s}." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "S'escriu fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"No hi ha cap configuració de
{!s}
perquè la usi
{!s}
." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Es creen initramfs amb dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Ha fallat executar dracut a la destinació." - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "El codi de sortida ha estat {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "No es pot escriure el fitxer de configuració del KDM." - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "El fitxer de configuració del KDM {!s} no existeix." - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "No es pot escriure el fitxer de configuració de l'LXDM." - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "El fitxer de configuració de l'LXDM {!s} no existeix." - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "No es pot escriure el fitxer de configuració del LightDM." - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "El fitxer de configuració del LightDM {!s} no existeix." - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "No es pot configurar el LightDM." - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "No hi ha benvinguda instal·lada per al LightDM." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "No es pot escriure el fitxer de configuració de l'SLIM." - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "El fitxer de configuració de l'SLIM {!s} no existeix." - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" -"No hi ha cap gestor de pantalla seleccionat per al mòdul displaymanager." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"La llista de gestors de pantalla és buida o no definida ni a globalstorage " -"ni a displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "La configuració del gestor de pantalla no era completa." - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Configura els serveis d'OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "No es pot afegir el servei {name!s} al nivell d'execució {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" -"No es pot suprimir el servei {name!s} del nivell d'execució {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Servei - acció desconeguda {arg!s} per al servei {name!s} al " -"nivell d'execució {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "No es pot modificar el servei." - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"La crida de rc-update {arg!s} a chroot ha retornat el codi " -"d'error {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "El nivell d'execució de destinació no existeix." - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"El camí per al nivell d'execució {level!s} és {path!s}, però no" -" existeix." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "El servei de destinació no existeix." - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"El camí per al servei {name!s} és {path!s}, però no existeix." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Es desa la configuració de la xarxa." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -265,103 +74,36 @@ msgstr "" "El gestor de paquets no ha pogut fer canvis al sistema instal·lat. L'ordre " "
{!s}
ha retornat el codi d'error {!s}." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Configura el tema del Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Es desa la configuració de la xarxa." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Error de configuració" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"No s'ha proporcionat el punt de muntatge perquè l'usi
{!s}
." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Es configura mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Es configuren les llengües." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Es munten les particions." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Error intern en muntar els conjunts de dades zfs" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "No s'ha pogut importar zpool." - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "No s'ha pogut desblocar zpool." - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "No s'ha pogut establir el punt de muntatge de zfs." - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "error de muntatge de zfs" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "S'instal·len dades." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Tasca de python fictícia." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Pas de python fitctici {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "S'estableix el rellotge del maquinari." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Es configura el sevei OpenRC dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Configura els serveis de systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"La crida de systemctl {arg!s} a chroot ha retornat el codi " -"d'error {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "No es pot habilitar el servei de systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "No es pot habilitar la destinació de systemd {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" -"No es pot habilitar el temporitzador de systemd {name!s}." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "No es pot inhabilitar la destinació de systemd {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "No es pot emmascarar la unitat de systemd {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Ordres desconegudes de systemd: {command!s} i " -"{suffix!s}, per a la unitat {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "No s'han definit particions perquè les usi
{!s}
." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -371,6 +113,14 @@ msgstr "Es creen initramfs amb mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Ha fallat executar mkinitfs a la destinació." +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "El codi de sortida ha estat {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Es configura el sevei OpenRC dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "S'omplen els sistemes de fitxers." @@ -436,3 +186,253 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "La destinació \"{}\" al sistema de destinació no és un directori." + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Configura els serveis de systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "No es pot modificar el servei." + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"La crida de systemctl {arg!s} a chroot ha retornat el codi " +"d'error {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "No es pot habilitar el servei de systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "No es pot habilitar la destinació de systemd {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" +"No es pot habilitar el temporitzador de systemd {name!s}." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "No es pot inhabilitar la destinació de systemd {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "No es pot emmascarar la unitat de systemd {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Ordres desconegudes de systemd: {command!s} i " +"{suffix!s}, per a la unitat {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Tasca de python fictícia." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Pas de python fitctici {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "S'instal·la el carregador d'arrencada." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"No s'ha pogut instal·lar el grub. No s'han definit particions a " +"l'emmagatzematge global." + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Error d'instal·lació del carregador d'arrencada" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"No s'ha pogut instal·lar el carregador d'arrencada. L'ordre d'instal·lació " +"
{!s}
ha retornat el codi d'error {!s}." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Es configuren les llengües." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Es munten les particions." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "Error intern en muntar els conjunts de dades zfs" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "No s'ha pogut importar zpool." + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "No s'ha pogut desblocar zpool." + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "No s'ha pogut establir el punt de muntatge de zfs." + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "error de muntatge de zfs" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Configura el tema del Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "S'escriu fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"No hi ha cap configuració de
{!s}
perquè la usi
{!s}
." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Configura els serveis d'OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "No es pot afegir el servei {name!s} al nivell d'execució {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" +"No es pot suprimir el servei {name!s} del nivell d'execució {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Servei - acció desconeguda {arg!s} per al servei {name!s} al " +"nivell d'execució {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"La crida de rc-update {arg!s} a chroot ha retornat el codi " +"d'error {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "El nivell d'execució de destinació no existeix." + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"El camí per al nivell d'execució {level!s} és {path!s}, però no" +" existeix." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "El servei de destinació no existeix." + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"El camí per al servei {name!s} és {path!s}, però no existeix." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Es creen initramfs amb dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Ha fallat executar dracut a la destinació." + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Configura el GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "No es pot escriure el fitxer de configuració del KDM." + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "El fitxer de configuració del KDM {!s} no existeix." + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "No es pot escriure el fitxer de configuració de l'LXDM." + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "El fitxer de configuració de l'LXDM {!s} no existeix." + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "No es pot escriure el fitxer de configuració del LightDM." + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "El fitxer de configuració del LightDM {!s} no existeix." + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "No es pot configurar el LightDM." + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "No hi ha benvinguda instal·lada per al LightDM." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "No es pot escriure el fitxer de configuració de l'SLIM." + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "El fitxer de configuració de l'SLIM {!s} no existeix." + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" +"No hi ha cap gestor de pantalla seleccionat per al mòdul displaymanager." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"La llista de gestors de pantalla és buida o no definida ni a globalstorage " +"ni a displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "La configuració del gestor de pantalla no era completa." + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Es configuren initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "S'estableix el rellotge del maquinari." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "S'instal·len dades." diff --git a/lang/python/ca@valencia/LC_MESSAGES/python.po b/lang/python/ca@valencia/LC_MESSAGES/python.po index 1e5368c48..f5a80d134 100644 --- a/lang/python/ca@valencia/LC_MESSAGES/python.po +++ b/lang/python/ca@valencia/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Raul , 2021\n" "Language-Team: Catalan (Valencian) (https://www.transifex.com/calamares/teams/20061/ca@valencia/)\n" @@ -21,192 +21,6 @@ msgstr "" "Language: ca@valencia\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Es configuren initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "S'ha produït un error en la configuració." - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "No s'han definit particions perquè les use
{!s}
." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"No s'ha proporcionat el punt de muntatge perquè l'use
{!s}
." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Configura el GRUB" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Instal·la el carregador d'arrancada." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Escriptura d’fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Creació d’initramfs amb dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "No s’ha pogut executar dracut en la destinació." - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "El codi d'eixida ha estat {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "No es pot escriure el fitxer de configuració del KDM." - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "El fitxer de configuració del KDM {!s} no existeix." - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "No es pot escriure el fitxer de configuració de l'LXDM." - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "El fitxer de configuració de l'LXDM {!s} no existeix." - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "No es pot escriure el fitxer de configuració del LightDM." - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "El fitxer de configuració del LightDM {!s} no existeix." - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "No es pot configurar el LightDM." - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "No hi ha benvinguda instal·lada per al LightDM." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "No es pot escriure el fitxer de configuració de l'SLIM." - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "El fitxer de configuració de l'SLIM {!s} no existeix." - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" -"No hi ha cap gestor de pantalla seleccionat per al mòdul displaymanager." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"La llista de gestors de pantalla està buida o no està definida ni en " -"globalstorage ni en displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "La configuració del gestor de pantalla no era completa." - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Configura els serveis d'OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "No es pot afegir el servei {name!s} al nivell d'execució {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" -"No es pot suprimir el servei {name!s} del nivell d'execució {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Servei - acció desconeguda {arg!s} per al servei {name!s} al " -"nivell d'execució {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "No es pot modificar el servei." - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"La crida de rc-update {arg!s} a chroot ha retornat el codi " -"d'error {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "El nivell d'execució de destinació no existeix." - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"El camí per al nivell d'execució {level!s} és {path!s}, però no" -" existeix." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "El servei de destinació no existeix." - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"El camí per al servei {name!s} és {path!s}, però no existeix." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "S'està guardant la configuració de la xarxa." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -254,102 +68,36 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Configura el tema del Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "S'està guardant la configuració de la xarxa." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "S'ha produït un error en la configuració." + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"No s'ha proporcionat el punt de muntatge perquè l'use
{!s}
." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "S'està configurant mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Configuració d’idioma." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "S'estan muntant les particions." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "S'estan instal·lant les dades." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Tasca de python de proves." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Pas de python de proves {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Configuració del rellotge del maquinari." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Configuració del servei OpenRC dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Configura els serveis de systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"La crida de systemctl {arg!s} a chroot ha retornat el codi " -"d'error {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "No es pot habilitar el servei de systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "No es pot habilitar la destinació de systemd {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "No es pot inhabilitar la destinació de systemd {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "No es pot emmascarar la unitat de systemd {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Es desconeixen les ordres de systemd: {command!s} i " -"{suffix!s}, per a la unitat {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "No s'han definit particions perquè les use
{!s}
." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -359,6 +107,14 @@ msgstr "Creació d’initramfs amb mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "No s’ha pogut executar mkinitfs en la destinació." +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "El codi d'eixida ha estat {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Configuració del servei OpenRC dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "S'estan emplenant els sistemes de fitxers." @@ -422,3 +178,247 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "La destinació \"{}\" en el sistema de destinació no és un directori." + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Configura els serveis de systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "No es pot modificar el servei." + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"La crida de systemctl {arg!s} a chroot ha retornat el codi " +"d'error {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "No es pot habilitar el servei de systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "No es pot habilitar la destinació de systemd {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "No es pot inhabilitar la destinació de systemd {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "No es pot emmascarar la unitat de systemd {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Es desconeixen les ordres de systemd: {command!s} i " +"{suffix!s}, per a la unitat {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Tasca de python de proves." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Pas de python de proves {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Instal·la el carregador d'arrancada." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Configuració d’idioma." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "S'estan muntant les particions." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Configura el tema del Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Escriptura d’fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Configura els serveis d'OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "No es pot afegir el servei {name!s} al nivell d'execució {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" +"No es pot suprimir el servei {name!s} del nivell d'execució {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Servei - acció desconeguda {arg!s} per al servei {name!s} al " +"nivell d'execució {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"La crida de rc-update {arg!s} a chroot ha retornat el codi " +"d'error {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "El nivell d'execució de destinació no existeix." + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"El camí per al nivell d'execució {level!s} és {path!s}, però no" +" existeix." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "El servei de destinació no existeix." + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"El camí per al servei {name!s} és {path!s}, però no existeix." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Creació d’initramfs amb dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "No s’ha pogut executar dracut en la destinació." + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Configura el GRUB" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "No es pot escriure el fitxer de configuració del KDM." + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "El fitxer de configuració del KDM {!s} no existeix." + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "No es pot escriure el fitxer de configuració de l'LXDM." + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "El fitxer de configuració de l'LXDM {!s} no existeix." + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "No es pot escriure el fitxer de configuració del LightDM." + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "El fitxer de configuració del LightDM {!s} no existeix." + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "No es pot configurar el LightDM." + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "No hi ha benvinguda instal·lada per al LightDM." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "No es pot escriure el fitxer de configuració de l'SLIM." + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "El fitxer de configuració de l'SLIM {!s} no existeix." + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" +"No hi ha cap gestor de pantalla seleccionat per al mòdul displaymanager." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"La llista de gestors de pantalla està buida o no està definida ni en " +"globalstorage ni en displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "La configuració del gestor de pantalla no era completa." + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Es configuren initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Configuració del rellotge del maquinari." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "S'estan instal·lant les dades." diff --git a/lang/python/cs_CZ/LC_MESSAGES/python.po b/lang/python/cs_CZ/LC_MESSAGES/python.po index d78af40ea..c765c28ad 100644 --- a/lang/python/cs_CZ/LC_MESSAGES/python.po +++ b/lang/python/cs_CZ/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Pavel Borecki , 2022\n" "Language-Team: Czech (Czech Republic) (https://www.transifex.com/calamares/teams/20061/cs_CZ/)\n" @@ -23,197 +23,6 @@ msgstr "" "Language: cs_CZ\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Nastavování initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Chyba nastavení" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Pro
{!s}
nejsou zadány žádné oddíly." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "Pro
{!s}
není zadán žádný přípojný bod." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Nastavování zavaděče GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Instalace zavaděče systému." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"Nepodařilo se nainstalovat zavaděč grub – v globálním úložišti nejsou " -"definovány žádné oddíly" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Chyba při instalaci zavaděče systému" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"Zavaděč systému se nepodařilo nainstalovat. Instalační příkaz
{!s} "
-"vrátil chybový kód {!s}."
-
-#: src/modules/fstab/main.py:29
-msgid "Writing fstab."
-msgstr "Zapisování fstab."
-
-#: src/modules/fstab/main.py:394
-msgid "No 
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"Pro
{!s}
není zadáno žádné nastavení
{!s}
, které " -"použít. " - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Vytváření initramfs s dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Na cíli se nepodařilo spustit dracut" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Návratový kód byl {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Nedaří se zapsat soubor s nastaveními pro KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "Soubor s nastaveními pro KDM {!s} neexistuje" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Nedaří se zapsat soubor s nastaveními pro LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "Soubor s nastaveními pro LXDM {!s} neexistuje" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Nedaří se zapsat soubor s nastaveními pro LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "Soubor s nastaveními pro LightDM {!s} neexistuje" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Nedaří se nastavit LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Není nainstalovaný žádný LightDM přivítač" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Nedaří se zapsat soubor s nastaveními pro SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "Soubor s nastaveními pro SLIM {!s} neexistuje" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Pro modul správce sezení nejsou vybrány žádní správci sezení." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Seznam správců displejů je prázdný nebo není definován v jak globalstorage, " -"tak v displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Nastavení správce displeje nebylo úplné" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Nastavit OpenRC služby" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" -"Nedaří se přidat službu {name!s} do úrovně chodu (runlevel) {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" -"Nedaří se odebrat službu {name!s} z úrovně chodu (runlevel) {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Neznámá akce služby {arg!s} pro službu {name!s} v úrovni chodu " -"(runlevel) {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Službu se nedaří upravit" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} volání v chroot vrátilo kód chyby {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Cílová úroveň chodu (runlevel) neexistuje" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Popis umístění pro úroveň chodu (runlevel) {level!s} je " -"{path!s}, keterá neexistuje." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Cílová služba neexistuje" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Popis umístění pro službu {name!s} je {path!s}, která " -"neexistuje." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Ukládání nastavení sítě." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -271,101 +80,35 @@ msgstr "" "Nástroji pro správu balíčků se nepodařilo udělat změny v instalovaném " "systému. Příkaz
{!s}
vrátil chybový kód {!s}." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Nastavit téma vzhledu pro Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Ukládání nastavení sítě." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Chyba nastavení" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "Pro
{!s}
není zadán žádný přípojný bod." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Nastavování mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Nastavování místních a jazykových nastavení." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Připojování oddílů." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Vnitřní chyba při připojování zfs datových sad" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "Nepodařilo se naimportovat zfs fond" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "Nepodařilo se odemknout zfs fond" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "Nepodařilo se nastavit zfs přípojný bod" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "Chyba při připojování zfs" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Instalace dat." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Testovací úloha python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Testovací krok {} python." - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Nastavování hardwarových hodin." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Nastavování služby OpenRC dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Nastavit služby systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Volání systemctl {arg!s} v chroot vrátilo chybový kód {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Nedaří se zapnout systemd službu {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Nedaří se zapnout systemd službu {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "Nedaří se zapnout systemd časovač {name!s}." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Nedaří se vypnout systemd cíl {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Nedaří se maskovat systemd jednotku {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Neznámé systemd příkazy {command!s} a {suffix!s} " -"pro jednotku {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Pro
{!s}
nejsou zadány žádné oddíly." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -375,6 +118,14 @@ msgstr "Vytváření initramfs nástrojem mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Na cíli se nepodařilo spustit mkinitfs" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Návratový kód byl {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Nastavování služby OpenRC dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Naplňování souborových systémů." @@ -442,3 +193,252 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Cíl „{}“ v cílovém systému není složka" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Nastavit služby systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Službu se nedaří upravit" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Volání systemctl {arg!s} v chroot vrátilo chybový kód {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Nedaří se zapnout systemd službu {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Nedaří se zapnout systemd službu {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "Nedaří se zapnout systemd časovač {name!s}." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Nedaří se vypnout systemd cíl {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Nedaří se maskovat systemd jednotku {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Neznámé systemd příkazy {command!s} a {suffix!s} " +"pro jednotku {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Testovací úloha python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Testovací krok {} python." + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Instalace zavaděče systému." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"Nepodařilo se nainstalovat zavaděč grub – v globálním úložišti nejsou " +"definovány žádné oddíly" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Chyba při instalaci zavaděče systému" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"Zavaděč systému se nepodařilo nainstalovat. Instalační příkaz
{!s} "
+"vrátil chybový kód {!s}."
+
+#: src/modules/localecfg/main.py:31
+msgid "Configuring locales."
+msgstr "Nastavování místních a jazykových nastavení."
+
+#: src/modules/mount/main.py:42
+msgid "Mounting partitions."
+msgstr "Připojování oddílů."
+
+#: src/modules/mount/main.py:88 src/modules/mount/main.py:124
+msgid "Internal error mounting zfs datasets"
+msgstr "Vnitřní chyba při připojování zfs datových sad"
+
+#: src/modules/mount/main.py:100
+msgid "Failed to import zpool"
+msgstr "Nepodařilo se naimportovat zfs fond"
+
+#: src/modules/mount/main.py:116
+msgid "Failed to unlock zpool"
+msgstr "Nepodařilo se odemknout zfs fond"
+
+#: src/modules/mount/main.py:133 src/modules/mount/main.py:138
+msgid "Failed to set zfs mountpoint"
+msgstr "Nepodařilo se nastavit zfs přípojný bod"
+
+#: src/modules/mount/main.py:253
+msgid "zfs mounting error"
+msgstr "Chyba při připojování zfs"
+
+#: src/modules/plymouthcfg/main.py:27
+msgid "Configure Plymouth theme"
+msgstr "Nastavit téma vzhledu pro Plymouth"
+
+#: src/modules/fstab/main.py:28
+msgid "Writing fstab."
+msgstr "Zapisování fstab."
+
+#: src/modules/fstab/main.py:429
+msgid "No 
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"Pro
{!s}
není zadáno žádné nastavení
{!s}
, které " +"použít. " + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Nastavit OpenRC služby" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" +"Nedaří se přidat službu {name!s} do úrovně chodu (runlevel) {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" +"Nedaří se odebrat službu {name!s} z úrovně chodu (runlevel) {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Neznámá akce služby {arg!s} pro službu {name!s} v úrovni chodu " +"(runlevel) {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} volání v chroot vrátilo kód chyby {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Cílová úroveň chodu (runlevel) neexistuje" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Popis umístění pro úroveň chodu (runlevel) {level!s} je " +"{path!s}, keterá neexistuje." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Cílová služba neexistuje" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Popis umístění pro službu {name!s} je {path!s}, která " +"neexistuje." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Vytváření initramfs s dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Na cíli se nepodařilo spustit dracut" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Nastavování zavaděče GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Nedaří se zapsat soubor s nastaveními pro KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "Soubor s nastaveními pro KDM {!s} neexistuje" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Nedaří se zapsat soubor s nastaveními pro LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "Soubor s nastaveními pro LXDM {!s} neexistuje" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Nedaří se zapsat soubor s nastaveními pro LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "Soubor s nastaveními pro LightDM {!s} neexistuje" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Nedaří se nastavit LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Není nainstalovaný žádný LightDM přivítač" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Nedaří se zapsat soubor s nastaveními pro SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "Soubor s nastaveními pro SLIM {!s} neexistuje" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Pro modul správce sezení nejsou vybrány žádní správci sezení." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Seznam správců displejů je prázdný nebo není definován v jak globalstorage, " +"tak v displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Nastavení správce displeje nebylo úplné" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Nastavování initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Nastavování hardwarových hodin." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Instalace dat." diff --git a/lang/python/da/LC_MESSAGES/python.po b/lang/python/da/LC_MESSAGES/python.po index e56096f8c..05e081e27 100644 --- a/lang/python/da/LC_MESSAGES/python.po +++ b/lang/python/da/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: scootergrisen, 2020\n" "Language-Team: Danish (https://www.transifex.com/calamares/teams/20061/da/)\n" @@ -22,190 +22,6 @@ msgstr "" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Konfigurerer initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Fejl ved konfiguration" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Der er ikke angivet nogle partitioner som
{!s}
kan bruge." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"Der er ikke angivet noget rodmonteringspunkt som
{!s}
kan bruge." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Konfigurer GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Installér bootloader." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Skriver fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Opretter initramfs med dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Kunne ikke køre dracut på målet" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Afslutningskoden var {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Kan ikke skrive KDM-konfigurationsfil" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM-konfigurationsfil {!s} findes ikke" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Kan ikke skrive LXDM-konfigurationsfil" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM-konfigurationsfil {!s} findes ikke" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Kan ikke skrive LightDM-konfigurationsfil" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM-konfigurationsfil {!s} findes ikke" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Kan ikke konfigurere LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Der er ikke installeret nogen LightDM greeter." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Kan ikke skrive SLIM-konfigurationsfil" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM-konfigurationsfil {!s} findes ikke" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" -"Der er ikke valgt nogen displayhåndteringer til displayhåndtering-modulet." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Displayhåndteringerlisten er tom eller udefineret i både globalstorage og " -"displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Displayhåndtering-konfiguration er ikke komplet" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Konfigurer OpenRC-tjenester" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Kan ikke tilføje tjenesten {name!s} til kørselsniveauet {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Kan ikke fjerne tjenesten {name!s} fra kørselsniveauet {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Ukendt tjenestehandling {arg!s} til tjenesten {name!s} i " -"kørselsniveauet {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Kan ikke redigere tjeneste" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s}-kald i chroot returnerede fejlkoden {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Målkørselsniveau findes ikke" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Stien til kørselsniveauet {level!s} er {path!s}, som ikke " -"findes." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Måltjenesten findes ikke" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Stien til tjenesten {name!s} er {path!s}, som ikke findes." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Gemmer netværkskonfiguration." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -253,101 +69,36 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Konfigurer Plymouth-tema" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Gemmer netværkskonfiguration." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Fejl ved konfiguration" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"Der er ikke angivet noget rodmonteringspunkt som
{!s}
kan bruge." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Konfigurerer mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Konfigurerer lokaliteter." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Monterer partitioner." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Installerer data." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Dummy python-job." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Dummy python-trin {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Indstiller hardwareur." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Konfigurerer OpenRC dmcrypt-tjeneste." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Konfigurer systemd-tjenester" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"systemctl {arg!s}-kald i chroot returnerede fejlkoden {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Kan ikke aktivere systemd-tjenesten {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Kan ikke aktivere systemd-målet {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Kan ikke deaktivere systemd-målet {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Kan ikke maskere systemd-enheden {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Ukendte systemd-kommandoer {command!s} og " -"{suffix!s} til enheden {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Der er ikke angivet nogle partitioner som
{!s}
kan bruge." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -357,6 +108,14 @@ msgstr "Opretter initramfs med mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Kunne ikke køre mkinitfs på målet" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Afslutningskoden var {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Konfigurerer OpenRC dmcrypt-tjeneste." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Udfylder filsystemer." @@ -420,3 +179,244 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Destinationen \"{}\" i målsystemet er ikke en mappe" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Konfigurer systemd-tjenester" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Kan ikke redigere tjeneste" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"systemctl {arg!s}-kald i chroot returnerede fejlkoden {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Kan ikke aktivere systemd-tjenesten {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Kan ikke aktivere systemd-målet {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Kan ikke deaktivere systemd-målet {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Kan ikke maskere systemd-enheden {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Ukendte systemd-kommandoer {command!s} og " +"{suffix!s} til enheden {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Dummy python-job." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Dummy python-trin {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Installér bootloader." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Konfigurerer lokaliteter." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Monterer partitioner." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Konfigurer Plymouth-tema" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Skriver fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Konfigurer OpenRC-tjenester" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Kan ikke tilføje tjenesten {name!s} til kørselsniveauet {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Kan ikke fjerne tjenesten {name!s} fra kørselsniveauet {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Ukendt tjenestehandling {arg!s} til tjenesten {name!s} i " +"kørselsniveauet {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s}-kald i chroot returnerede fejlkoden {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Målkørselsniveau findes ikke" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Stien til kørselsniveauet {level!s} er {path!s}, som ikke " +"findes." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Måltjenesten findes ikke" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Stien til tjenesten {name!s} er {path!s}, som ikke findes." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Opretter initramfs med dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Kunne ikke køre dracut på målet" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Konfigurer GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Kan ikke skrive KDM-konfigurationsfil" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM-konfigurationsfil {!s} findes ikke" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Kan ikke skrive LXDM-konfigurationsfil" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM-konfigurationsfil {!s} findes ikke" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Kan ikke skrive LightDM-konfigurationsfil" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM-konfigurationsfil {!s} findes ikke" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Kan ikke konfigurere LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Der er ikke installeret nogen LightDM greeter." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Kan ikke skrive SLIM-konfigurationsfil" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM-konfigurationsfil {!s} findes ikke" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" +"Der er ikke valgt nogen displayhåndteringer til displayhåndtering-modulet." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Displayhåndteringerlisten er tom eller udefineret i både globalstorage og " +"displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Displayhåndtering-konfiguration er ikke komplet" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Konfigurerer initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Indstiller hardwareur." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Installerer data." diff --git a/lang/python/de/LC_MESSAGES/python.po b/lang/python/de/LC_MESSAGES/python.po index d44c32575..03803d311 100644 --- a/lang/python/de/LC_MESSAGES/python.po +++ b/lang/python/de/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Gustav Gyges, 2022\n" "Language-Team: German (https://www.transifex.com/calamares/teams/20061/de/)\n" @@ -23,198 +23,6 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Konfiguriere initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Konfigurationsfehler" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Für
{!s}
sind keine zu verwendenden Partitionen definiert." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"Für
{!s}
wurde kein Einhängepunkt für die Root-Partition " -"angegeben." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "GRUB konfigurieren." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Installiere Bootloader." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"Grub konnte nicht installiert werden, keine Partitionen im globalen Speicher" -" definiert." - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Fehler beim Installieren des Bootloaders" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"Der Bootloader konnte nicht installiert werden. Der Installationsbefehl " -"
{!s}
erzeugte Fehlercode {!s}." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Schreibe fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"Keine
{!s}
Konfiguration gegeben die
{!s}
benutzen " -"könnte." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Erstelle initramfs mit dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Ausführen von dracut auf dem Ziel schlug fehl" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Der Exit-Code war {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Schreiben der KDM-Konfigurationsdatei nicht möglich" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM-Konfigurationsdatei {!s} existiert nicht" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Schreiben der LXDM-Konfigurationsdatei nicht möglich" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM-Konfigurationsdatei {!s} existiert nicht" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Schreiben der LightDM-Konfigurationsdatei nicht möglich" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM-Konfigurationsdatei {!s} existiert nicht" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Konfiguration von LightDM ist nicht möglich" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Keine Benutzeroberfläche für LightDM installiert." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Schreiben der SLIM-Konfigurationsdatei nicht möglich" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM-Konfigurationsdatei {!s} existiert nicht" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Keine Displaymanager für das Displaymanager-Modul ausgewählt." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Die Liste der Displaymanager ist leer oder weder in globalstorage noch in " -"displaymanager.conf definiert." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Die Konfiguration des Displaymanager war unvollständig." - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Konfiguriere OpenRC-Dienste" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Kann den Dienst {name!s} nicht zu Runlevel {level!s} hinzufügen." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Kann den Dienst {name!s} nicht aus Runlevel {level!s} entfernen." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Unbekannte Aktion {arg!s} für Dienst {name!s} in Runlevel " -"{level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Der Dienst kann nicht geändert werden." - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} Aufruf in chroot lieferte Fehlercode {num!s} " -"zurück." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Vorgesehenes Runlevel existiert nicht" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Der Pfad für Runlevel {level!s} ist {path!s}, welcher nicht " -"existiert." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Der vorgesehene Dienst existiert nicht" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Der Pfad für den Dienst {name!s} is {path!s}, welcher nicht " -"existiert." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Speichere Netzwerkkonfiguration." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -268,102 +76,37 @@ msgstr "" "Der Paketmanager konnte das installierte System nicht verändern. Der Befehl " "
{!s}
erzeugte Fehlercode {!s}." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Konfiguriere Plymouth-Thema" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Speichere Netzwerkkonfiguration." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Konfigurationsfehler" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"Für
{!s}
wurde kein Einhängepunkt für die Root-Partition " +"angegeben." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Konfiguriere mkinitcpio. " -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Konfiguriere Lokalisierungen." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Hänge Partitionen ein." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Interner Fehler beim Einhängen des ZFS-Datensets" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "Zpool konnte nicht importiert werden" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "Zpool konnte nicht entsperrt werden" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "Zpool-Einhängepunkt konnte nicht gesetzt werden" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "Fehler beim Einhängen von ZFS" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Installiere Daten." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Dummy Python-Job" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Dummy Python-Schritt {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Einstellen der Hardware-Uhr." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Konfiguriere den dmcrypt-Dienst von OpenRC." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Konfiguriere systemd-Dienste" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"systemctl {arg!s} Aufruf in chroot lieferte Fehlercode {num!s} " -"zurück." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Der systemd-Dienst {name!s} kann nicht aktiviert werden." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Das systemd-Ziel {name!s} kann nicht aktiviert werden." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "Systemd-Timer {name!s} kann nicht aktiviert werden." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Das systemd-Ziel {name!s} kann nicht deaktiviert werden." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Die systemd-Einheit {name!s} kann nicht maskiert werden." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Unbekannte systemd-Befehle {command!s} und " -"{suffix!s} für Einheit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Für
{!s}
sind keine zu verwendenden Partitionen definiert." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -373,6 +116,14 @@ msgstr "Erstelle initramfs mit mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Ausführung von mkinitfs auf dem Ziel fehlgeschlagen." +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Der Exit-Code war {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Konfiguriere den dmcrypt-Dienst von OpenRC." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Befüllen von Dateisystemen." @@ -440,3 +191,252 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Das Ziel \"{}\" im Zielsystem ist kein Verzeichnis" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Konfiguriere systemd-Dienste" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Der Dienst kann nicht geändert werden." + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"systemctl {arg!s} Aufruf in chroot lieferte Fehlercode {num!s} " +"zurück." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Der systemd-Dienst {name!s} kann nicht aktiviert werden." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Das systemd-Ziel {name!s} kann nicht aktiviert werden." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "Systemd-Timer {name!s} kann nicht aktiviert werden." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Das systemd-Ziel {name!s} kann nicht deaktiviert werden." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Die systemd-Einheit {name!s} kann nicht maskiert werden." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Unbekannte systemd-Befehle {command!s} und " +"{suffix!s} für Einheit {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Dummy Python-Job" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Dummy Python-Schritt {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Installiere Bootloader." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"Grub konnte nicht installiert werden, keine Partitionen im globalen Speicher" +" definiert." + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Fehler beim Installieren des Bootloaders" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"Der Bootloader konnte nicht installiert werden. Der Installationsbefehl " +"
{!s}
erzeugte Fehlercode {!s}." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Konfiguriere Lokalisierungen." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Hänge Partitionen ein." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "Interner Fehler beim Einhängen des ZFS-Datensets" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "Zpool konnte nicht importiert werden" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "Zpool konnte nicht entsperrt werden" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "Zpool-Einhängepunkt konnte nicht gesetzt werden" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "Fehler beim Einhängen von ZFS" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Konfiguriere Plymouth-Thema" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Schreibe fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"Keine
{!s}
Konfiguration gegeben die
{!s}
benutzen " +"könnte." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Konfiguriere OpenRC-Dienste" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Kann den Dienst {name!s} nicht zu Runlevel {level!s} hinzufügen." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Kann den Dienst {name!s} nicht aus Runlevel {level!s} entfernen." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Unbekannte Aktion {arg!s} für Dienst {name!s} in Runlevel " +"{level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} Aufruf in chroot lieferte Fehlercode {num!s} " +"zurück." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Vorgesehenes Runlevel existiert nicht" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Der Pfad für Runlevel {level!s} ist {path!s}, welcher nicht " +"existiert." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Der vorgesehene Dienst existiert nicht" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Der Pfad für den Dienst {name!s} is {path!s}, welcher nicht " +"existiert." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Erstelle initramfs mit dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Ausführen von dracut auf dem Ziel schlug fehl" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "GRUB konfigurieren." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Schreiben der KDM-Konfigurationsdatei nicht möglich" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM-Konfigurationsdatei {!s} existiert nicht" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Schreiben der LXDM-Konfigurationsdatei nicht möglich" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM-Konfigurationsdatei {!s} existiert nicht" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Schreiben der LightDM-Konfigurationsdatei nicht möglich" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM-Konfigurationsdatei {!s} existiert nicht" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Konfiguration von LightDM ist nicht möglich" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Keine Benutzeroberfläche für LightDM installiert." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Schreiben der SLIM-Konfigurationsdatei nicht möglich" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM-Konfigurationsdatei {!s} existiert nicht" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Keine Displaymanager für das Displaymanager-Modul ausgewählt." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Die Liste der Displaymanager ist leer oder weder in globalstorage noch in " +"displaymanager.conf definiert." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Die Konfiguration des Displaymanager war unvollständig." + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Konfiguriere initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Einstellen der Hardware-Uhr." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Installiere Daten." diff --git a/lang/python/el/LC_MESSAGES/python.po b/lang/python/el/LC_MESSAGES/python.po index af18e65d4..852b9a132 100644 --- a/lang/python/el/LC_MESSAGES/python.po +++ b/lang/python/el/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Efstathios Iosifidis , 2022\n" "Language-Team: Greek (https://www.transifex.com/calamares/teams/20061/el/)\n" @@ -21,180 +21,6 @@ msgstr "" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Ρύθμιση GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Εγγραγή fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Αδυναμία ρύθμισης LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -242,97 +68,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Προσάρτηση κατατμήσεων." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Εγκατάσταση δεδομένων." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -343,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -406,3 +177,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Προσάρτηση κατατμήσεων." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Εγγραγή fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Ρύθμιση GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Αδυναμία ρύθμισης LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Εγκατάσταση δεδομένων." diff --git a/lang/python/en_GB/LC_MESSAGES/python.po b/lang/python/en_GB/LC_MESSAGES/python.po index 4e4ea0bf1..ac9021b4a 100644 --- a/lang/python/en_GB/LC_MESSAGES/python.po +++ b/lang/python/en_GB/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Karthik Balan, 2021\n" "Language-Team: English (United Kingdom) (https://www.transifex.com/calamares/teams/20061/en_GB/)\n" @@ -22,180 +22,6 @@ msgstr "" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Configuration Error " - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Bootloader installation error" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Cannot write KDM configuration file" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Configure OpenRC services" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Target runlevel does not exist" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Saving network configuration " - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -243,97 +69,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Saving network configuration " + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Configuration Error " + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Dummy python job." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Dummy python step {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -344,6 +107,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -407,3 +178,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Dummy python job." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Dummy python step {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Bootloader installation error" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Configure OpenRC services" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Target runlevel does not exist" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Cannot write KDM configuration file" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/en_HK/LC_MESSAGES/python.po b/lang/python/en_HK/LC_MESSAGES/python.po deleted file mode 100644 index f1e9f83f5..000000000 --- a/lang/python/en_HK/LC_MESSAGES/python.po +++ /dev/null @@ -1,387 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-02 15:45+0100\n" -"PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Language-Team: English (Hong Kong) (https://www.transifex.com/calamares/teams/20061/en_HK/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en_HK\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361 -#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -#: src/modules/luksopenswaphookcfg/main.py:86 -#: src/modules/luksopenswaphookcfg/main.py:90 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356 -#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -#: src/modules/luksopenswaphookcfg/main.py:87 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -#: src/modules/luksopenswaphookcfg/main.py:91 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:508 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:509 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:389 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:526 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:527 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:588 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:589 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:672 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:673 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:747 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:748 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:779 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:780 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:906 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:907 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:989 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - -#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 -#: src/modules/packages/main.py:69 -msgid "Install packages." -msgstr "" - -#: src/modules/packages/main.py:57 -#, python-format -msgid "Processing packages (%(count)d / %(total)d)" -msgstr "" - -#: src/modules/packages/main.py:62 -#, python-format -msgid "Installing one package." -msgid_plural "Installing %(num)d packages." -msgstr[0] "" -msgstr[1] "" - -#: src/modules/packages/main.py:65 -#, python-format -msgid "Removing one package." -msgid_plural "Removing %(num)d packages." -msgstr[0] "" -msgstr[1] "" - -#: src/modules/packages/main.py:638 src/modules/packages/main.py:650 -#: src/modules/packages/main.py:678 -msgid "Package Manager error" -msgstr "" - -#: src/modules/packages/main.py:639 -msgid "" -"The package manager could not prepare updates. The command
{!s}
" -"returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:651 -msgid "" -"The package manager could not update the system. The command
{!s}
" -" returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:679 -msgid "" -"The package manager could not make changes to the installed system. The " -"command
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "" - -#: src/modules/initcpiocfg/main.py:28 -msgid "Configuring mkinitcpio." -msgstr "" - -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:30 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/umount/main.py:31 -msgid "Unmount file systems." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" - -#: src/modules/mkinitfs/main.py:27 -msgid "Creating initramfs with mkinitfs." -msgstr "" - -#: src/modules/mkinitfs/main.py:49 -msgid "Failed to run mkinitfs on the target" -msgstr "" - -#: src/modules/unpackfs/main.py:34 -msgid "Filling up filesystems." -msgstr "" - -#: src/modules/unpackfs/main.py:254 -msgid "rsync failed with error code {}." -msgstr "" - -#: src/modules/unpackfs/main.py:299 -msgid "Unpacking image {}/{}, file {}/{}" -msgstr "" - -#: src/modules/unpackfs/main.py:314 -msgid "Starting to unpack {}" -msgstr "" - -#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465 -msgid "Failed to unpack image \"{}\"" -msgstr "" - -#: src/modules/unpackfs/main.py:430 -msgid "No mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:431 -msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:436 -msgid "Bad mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:437 -msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457 -#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478 -msgid "Bad unsquash configuration" -msgstr "" - -#: src/modules/unpackfs/main.py:454 -msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" -msgstr "" - -#: src/modules/unpackfs/main.py:458 -msgid "The source filesystem \"{}\" does not exist" -msgstr "" - -#: src/modules/unpackfs/main.py:464 -msgid "" -"Failed to find unsquashfs, make sure you have the squashfs-tools package " -"installed." -msgstr "" - -#: src/modules/unpackfs/main.py:479 -msgid "The destination \"{}\" in the target system is not a directory" -msgstr "" - -#: src/modules/luksopenswaphookcfg/main.py:26 -msgid "Configuring encrypted swap." -msgstr "" diff --git a/lang/python/en_IN/LC_MESSAGES/python.po b/lang/python/en_IN/LC_MESSAGES/python.po deleted file mode 100644 index 86efba711..000000000 --- a/lang/python/en_IN/LC_MESSAGES/python.po +++ /dev/null @@ -1,387 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-02 15:45+0100\n" -"PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Language-Team: English (India) (https://www.transifex.com/calamares/teams/20061/en_IN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en_IN\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361 -#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -#: src/modules/luksopenswaphookcfg/main.py:86 -#: src/modules/luksopenswaphookcfg/main.py:90 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356 -#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -#: src/modules/luksopenswaphookcfg/main.py:87 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -#: src/modules/luksopenswaphookcfg/main.py:91 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:508 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:509 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:389 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:526 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:527 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:588 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:589 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:672 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:673 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:747 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:748 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:779 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:780 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:906 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:907 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:989 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - -#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 -#: src/modules/packages/main.py:69 -msgid "Install packages." -msgstr "" - -#: src/modules/packages/main.py:57 -#, python-format -msgid "Processing packages (%(count)d / %(total)d)" -msgstr "" - -#: src/modules/packages/main.py:62 -#, python-format -msgid "Installing one package." -msgid_plural "Installing %(num)d packages." -msgstr[0] "" -msgstr[1] "" - -#: src/modules/packages/main.py:65 -#, python-format -msgid "Removing one package." -msgid_plural "Removing %(num)d packages." -msgstr[0] "" -msgstr[1] "" - -#: src/modules/packages/main.py:638 src/modules/packages/main.py:650 -#: src/modules/packages/main.py:678 -msgid "Package Manager error" -msgstr "" - -#: src/modules/packages/main.py:639 -msgid "" -"The package manager could not prepare updates. The command
{!s}
" -"returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:651 -msgid "" -"The package manager could not update the system. The command
{!s}
" -" returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:679 -msgid "" -"The package manager could not make changes to the installed system. The " -"command
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "" - -#: src/modules/initcpiocfg/main.py:28 -msgid "Configuring mkinitcpio." -msgstr "" - -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:30 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/umount/main.py:31 -msgid "Unmount file systems." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" - -#: src/modules/mkinitfs/main.py:27 -msgid "Creating initramfs with mkinitfs." -msgstr "" - -#: src/modules/mkinitfs/main.py:49 -msgid "Failed to run mkinitfs on the target" -msgstr "" - -#: src/modules/unpackfs/main.py:34 -msgid "Filling up filesystems." -msgstr "" - -#: src/modules/unpackfs/main.py:254 -msgid "rsync failed with error code {}." -msgstr "" - -#: src/modules/unpackfs/main.py:299 -msgid "Unpacking image {}/{}, file {}/{}" -msgstr "" - -#: src/modules/unpackfs/main.py:314 -msgid "Starting to unpack {}" -msgstr "" - -#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465 -msgid "Failed to unpack image \"{}\"" -msgstr "" - -#: src/modules/unpackfs/main.py:430 -msgid "No mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:431 -msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:436 -msgid "Bad mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:437 -msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457 -#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478 -msgid "Bad unsquash configuration" -msgstr "" - -#: src/modules/unpackfs/main.py:454 -msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" -msgstr "" - -#: src/modules/unpackfs/main.py:458 -msgid "The source filesystem \"{}\" does not exist" -msgstr "" - -#: src/modules/unpackfs/main.py:464 -msgid "" -"Failed to find unsquashfs, make sure you have the squashfs-tools package " -"installed." -msgstr "" - -#: src/modules/unpackfs/main.py:479 -msgid "The destination \"{}\" in the target system is not a directory" -msgstr "" - -#: src/modules/luksopenswaphookcfg/main.py:26 -msgid "Configuring encrypted swap." -msgstr "" diff --git a/lang/python/eo/LC_MESSAGES/python.po b/lang/python/eo/LC_MESSAGES/python.po index 4273a64d5..6ea8e7c4b 100644 --- a/lang/python/eo/LC_MESSAGES/python.po +++ b/lang/python/eo/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Kurt Ankh Phoenix , 2018\n" "Language-Team: Esperanto (https://www.transifex.com/calamares/teams/20061/eo/)\n" @@ -21,180 +21,6 @@ msgstr "" "Language: eo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -242,97 +68,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Formala python laboro." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Formala python paŝo {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -343,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -406,3 +177,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Formala python laboro." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Formala python paŝo {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/es/LC_MESSAGES/python.po b/lang/python/es/LC_MESSAGES/python.po index b161fa0c4..0a2ad73e5 100644 --- a/lang/python/es/LC_MESSAGES/python.po +++ b/lang/python/es/LC_MESSAGES/python.po @@ -4,107 +4,392 @@ # FIRST AUTHOR , YEAR. # # Translators: -# strel, 2017 # Guido Grasso , 2018 # Adolfo Jayme-Barrientos, 2019 # Miguel Mayol , 2020 # Pier Jose Gotta Perez , 2020 -# guillermo pacheco , 2022 +# Swyter , 2022 +# strel, 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Last-Translator: guillermo pacheco , 2022\n" +"Last-Translator: strel, 2022\n" "Language-Team: Spanish (https://www.transifex.com/calamares/teams/20061/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Configurando initramfs - sistema de inicio -." +#: src/modules/packages/main.py:54 src/modules/packages/main.py:65 +#: src/modules/packages/main.py:75 +msgid "Install packages." +msgstr "Instalar paquetes." +#: src/modules/packages/main.py:63 +#, python-format +msgid "Processing packages (%(count)d / %(total)d)" +msgstr "Procesando paquetes (%(count)d / %(total)d)" + +#: src/modules/packages/main.py:68 +#, python-format +msgid "Installing one package." +msgid_plural "Installing %(num)d packages." +msgstr[0] "Instalando un paquete." +msgstr[1] "Instalando %(num)d paquetes." +msgstr[2] "Instalando %(num)d paquetes." + +#: src/modules/packages/main.py:71 +#, python-format +msgid "Removing one package." +msgid_plural "Removing %(num)d packages." +msgstr[0] "Eliminando un paquete." +msgstr[1] "Eliminando %(num)d paquetes." +msgstr[2] "Eliminando %(num)d paquetes." + +#: src/modules/packages/main.py:725 src/modules/packages/main.py:737 +#: src/modules/packages/main.py:765 +msgid "Package Manager error" +msgstr "Hubo un error del gestor de paquetes" + +#: src/modules/packages/main.py:726 +msgid "" +"The package manager could not prepare updates. The command
{!s}
" +"returned error code {!s}." +msgstr "" +"El gestor de paquetes no pudo preparar las actualizaciones; la orden " +"
{!s}
devolvió el código de error {!s}." + +#: src/modules/packages/main.py:738 +msgid "" +"The package manager could not update the system. The command
{!s}
" +" returned error code {!s}." +msgstr "" +"El gestor de paquetes no pudo actualizar el sistema; la orden " +"
{!s}
devolvió el código de error {!s}." + +#: src/modules/packages/main.py:766 +msgid "" +"The package manager could not make changes to the installed system. The " +"command
{!s}
returned error code {!s}." +msgstr "" +"El gestor de paquetes no pudo realizar cambios en el sistema a instalar; la " +"orden
{!s}
devolvió el código de error {!s}." + +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Guardando configuración de red." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 #: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 +#: src/modules/rawfs/main.py:164 msgid "Configuration Error" msgstr "Error de configuración" -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "No hay definidas particiones en 1{!s}1 para usar." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 #: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"No se facilitó un punto de montaje raíz utilizable para
{!s}
" +msgstr "No hay ningún punto de montaje en
{!s}
que se pueda usar." -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Configure GRUB - menú de arranque multisistema -" +#: src/modules/initcpiocfg/main.py:28 +msgid "Configuring mkinitcpio." +msgstr "Configurando «mkinitcpio»." + +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "No hay ninguna partición en
{!s}
que se pueda usar." + +#: src/modules/mkinitfs/main.py:27 +msgid "Creating initramfs with mkinitfs." +msgstr "Creando el «initramfs» con «mkinitfs»." + +#: src/modules/mkinitfs/main.py:49 +msgid "Failed to run mkinitfs on the target" +msgstr "Hubo un error al ejecutar «mkinitfs» en el destino" + +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "El código de salida fue {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Configurando el servicio de arranque cifrado «dmcrypt» para OpenRC " + +#: src/modules/unpackfs/main.py:34 +msgid "Filling up filesystems." +msgstr "Rellenando los sistemas de archivos." + +#: src/modules/unpackfs/main.py:254 +msgid "rsync failed with error code {}." +msgstr "Falló la sincronización mediante «rsync» con el código de error {}." + +#: src/modules/unpackfs/main.py:299 +msgid "Unpacking image {}/{}, file {}/{}" +msgstr "Desempaquetando la imagen {}/{}, archivo {}/{}" + +#: src/modules/unpackfs/main.py:314 +msgid "Starting to unpack {}" +msgstr "Desempaquetando {}" + +#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:467 +msgid "Failed to unpack image \"{}\"" +msgstr "No se pudo desempaquetar la imagen «{}»" + +#: src/modules/unpackfs/main.py:430 +msgid "No mount point for root partition" +msgstr "Parece que la partición raíz («root») no tiene un punto de montaje" + +#: src/modules/unpackfs/main.py:431 +msgid "globalstorage does not contain a \"rootMountPoint\" key." +msgstr "El «globalstorage» no contiene una clave «rootMountPoint»." + +#: src/modules/unpackfs/main.py:434 +msgid "Bad mount point for root partition" +msgstr "El punto de montaje de la partición raíz («root») no es correcto" + +#: src/modules/unpackfs/main.py:435 +msgid "rootMountPoint is \"{}\", which does not exist." +msgstr "«rootMountPoint» es «{}», que no existe." + +#: src/modules/unpackfs/main.py:439 src/modules/unpackfs/main.py:455 +#: src/modules/unpackfs/main.py:459 src/modules/unpackfs/main.py:465 +#: src/modules/unpackfs/main.py:480 +msgid "Bad unpackfs configuration" +msgstr "La configuración de «unpackfs» no es correcta" + +#: src/modules/unpackfs/main.py:440 +msgid "There is no configuration information." +msgstr "Parece que no hay información de configuración." + +#: src/modules/unpackfs/main.py:456 +msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" +msgstr "" +"El sistema de archivos de «{}» ({}) no es compatible con el kernel actual" + +#: src/modules/unpackfs/main.py:460 +msgid "The source filesystem \"{}\" does not exist" +msgstr "El sistema de archivos fuente «{}» no existe" + +#: src/modules/unpackfs/main.py:466 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed." +msgstr "" +"Parece que «unsquashfs» no está disponible; asegúrate de tener instalado " +"«squashfs-tools»." + +#: src/modules/unpackfs/main.py:481 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "El destino «{}» en el sistema escogido no es una carpeta" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Configurar los servicios de systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "No se puede modificar el servicio" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"La orden systemctl {arg!s} del «chroot» devolvió el código de " +"error {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "No se puede activar el servicio de systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" +"No se puede activar el objetivo («target») de systemd {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" +"No se puede activar el temporizador («timer») de systemd " +"{name!s}." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" +"No se puede desactivar el objetivo («target») de systemd " +"{name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" +"No se puede enmascarar («mask») la unidad («unit») de systemd " +"{name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"systemd no reconoce las órdenes {command!s} ni " +"{suffix!s} para la unidad {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Tarea de python ficticia." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Paso ficticio de python {}" #: src/modules/bootloader/main.py:43 msgid "Install bootloader." msgstr "Instalar gestor de arranque." -#: src/modules/bootloader/main.py:612 +#: src/modules/bootloader/main.py:614 msgid "Failed to install grub, no partitions defined in global storage" msgstr "" -"Error al instalar grub, no hay particiones definidas en el almacenamiento " -"global" +"Hubo un error al instalar «grub»; no hay particiones definidas en el " +"almacenamiento global" -#: src/modules/bootloader/main.py:780 +#: src/modules/bootloader/main.py:782 msgid "Bootloader installation error" -msgstr "Error de instalación del cargador de arranque" +msgstr "Hubo un error al instalar el cargador de arranque" -#: src/modules/bootloader/main.py:781 +#: src/modules/bootloader/main.py:783 msgid "" "The bootloader could not be installed. The installation command " "
{!s}
returned error code {!s}." msgstr "" -"No se pudo instalar el cargador de arranque. El comando de instalación " +"No se pudo instalar el cargador de arranque; la orden de instalación " "
{!s}
devolvió el código de error {!s}." -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Escribiendo la tabla de particiones fstab" +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Aplicando la configuración regional." -#: src/modules/fstab/main.py:394 +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Montando las particiones." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" +"No se pudieron montar los conjuntos de datos («datasets») de zfs por un " +"error interno" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "No se pudo importar el «zpool»" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "No se pudo desbloquear el «zpool»" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "No se pudo establecer el punto de montaje zfs" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "hubo un error con el montaje zfs" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Configurar tema de Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Escribiendo el «fstab»." + +#: src/modules/fstab/main.py:429 msgid "No
{!s}
configuration is given for
{!s}
to use." msgstr "" -"No se proporciona ninguna configuración de
{!s}
para " -"que
{!s}
la use." +"No se proporciona ninguna configuración de
{!s}
que " +"
{!s}
pueda usar." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Configurar servicios de OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" +"No se puede/n añadir {name!s} de servicio/s al rango de ejecución " +"{level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" +"No se puede/n borrar el/los servicio/s {name!s} de los rangos de ejecución " +"{level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Acción desconocida d/e el/los servicio/s {arg!s} para el/los " +"servicio/s {name!s} en el/los rango/s de ejecución {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} en la raíz cambiada «chroot» ha devuelto el " +"código de error {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "El nivel de ejecución («runlevel») elegido no existe" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"La ruta del nivel de ejecución («runlevel») {level!s} es " +"{path!s}, que no existe." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Parece que el servicio a cambiar no existe" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"La ruta para el servicio {name!s} es {path!s}, que no existe." #: src/modules/dracut/main.py:27 msgid "Creating initramfs with dracut." -msgstr "" -"Creando initramfs - sistema de arranque - con dracut - su constructor -." +msgstr "Creando «initramfs» (archivos de arranque) con «dracut»." #: src/modules/dracut/main.py:49 msgid "Failed to run dracut on the target" -msgstr "Falló en ejecutar dracut - constructor de arranques - en el objetivo" +msgstr "Hubo un error al ejecutar «dracut» en el destino" -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "El código de salida fue {}" +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Configurar GRUB." #: src/modules/displaymanager/main.py:524 msgid "Cannot write KDM configuration file" -msgstr "No se puede escribir el archivo de configuración KDM" +msgstr "No se puede escribir el archivo de configuración de KDM" #: src/modules/displaymanager/main.py:525 msgid "KDM config file {!s} does not exist" @@ -132,7 +417,7 @@ msgstr "No se puede configurar LightDM" #: src/modules/displaymanager/main.py:746 msgid "No LightDM greeter installed." -msgstr "No está instalado el menú de bienvenida LightDM" +msgstr "No hay ningún menú de bienvenida («greeter») de LightDM instalado." #: src/modules/displaymanager/main.py:777 msgid "Cannot write SLIM configuration file" @@ -142,310 +427,33 @@ msgstr "No se puede escribir el archivo de configuración de SLIM" msgid "SLIM config file {!s} does not exist" msgstr "El archivo de configuración {!s} de SLIM no existe" -#: src/modules/displaymanager/main.py:991 +#: src/modules/displaymanager/main.py:992 msgid "No display managers selected for the displaymanager module." msgstr "" -"No se ha seleccionado ningún gestor de pantalla para el modulo " -"displaymanager" +"No se ha elegido ningún gestor de pantalla para el módulo «displaymanager»." -#: src/modules/displaymanager/main.py:992 +#: src/modules/displaymanager/main.py:993 msgid "" "The displaymanagers list is empty or undefined in both globalstorage and " "displaymanager.conf." msgstr "" -"La lista de gestores de pantalla está vacía o indefinida tanto en el " -"globalstorage como en el displaymanager.conf." +"La lista de gestores de pantalla está vacía o sin definir tanto en " +"«globalstorage» como en «displaymanager.conf»." -#: src/modules/displaymanager/main.py:1074 +#: src/modules/displaymanager/main.py:1075 msgid "Display manager configuration was incomplete" -msgstr "La configuración del gestor de pantalla estaba incompleta" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Configure servicios del sistema de inicio OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." msgstr "" -"No se puede/n añadir {name!s} de servicio/s al rango de ejecución " -"{level!s}." +"La configuración del gestor de pantalla («display manager») estaba " +"incompleta" -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" -"No se puede/n borrar el/los servicio/s {name!s} de los rangos de ejecución " -"{level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Acción desconocida d/e el/los servicio/s {arg!s} para el/los " -"servicio/s {name!s} en el/los rango/s de ejecución {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "No se puede modificar el servicio" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} - orden de actualización - en chroot - raíz " -"cambiada - devolvió el código de error {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "El rango de ejecución objetivo no existe" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"La ruta hacia el rango de ejecución {level!s} es 1{path!s}1, y no existe." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "El servicio objetivo no existe" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"La ruta hacia el/los servicio/s {name!s} es {path!s}, y no " -"existe." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Guardando la configuración de red." - -#: src/modules/packages/main.py:54 src/modules/packages/main.py:65 -#: src/modules/packages/main.py:75 -msgid "Install packages." -msgstr "Instalar paquetes." - -#: src/modules/packages/main.py:63 -#, python-format -msgid "Processing packages (%(count)d / %(total)d)" -msgstr "Procesando paquetes (%(count)d / %(total)d)" - -#: src/modules/packages/main.py:68 -#, python-format -msgid "Installing one package." -msgid_plural "Installing %(num)d packages." -msgstr[0] "Instalando un paquete." -msgstr[1] "Instalando %(num)d paquetes." - -#: src/modules/packages/main.py:71 -#, python-format -msgid "Removing one package." -msgid_plural "Removing %(num)d packages." -msgstr[0] "Eliminando un paquete." -msgstr[1] "Eliminando %(num)d paquetes." - -#: src/modules/packages/main.py:725 src/modules/packages/main.py:737 -#: src/modules/packages/main.py:765 -msgid "Package Manager error" -msgstr "Error del Gestor de Paquetes" - -#: src/modules/packages/main.py:726 -msgid "" -"The package manager could not prepare updates. The command
{!s}
" -"returned error code {!s}." -msgstr "" -"El Gestor de Paquetes no pudo preparar actualizaciones. El comando " -"
{!s}
devolvió el código de error {!s}." - -#: src/modules/packages/main.py:738 -msgid "" -"The package manager could not update the system. The command
{!s}
" -" returned error code {!s}." -msgstr "" -"El Gestor de Paquetes no pudo actualizar el sistema. El comando " -"
{!s}
devolvió el código de error {!s}." - -#: src/modules/packages/main.py:766 -msgid "" -"The package manager could not make changes to the installed system. The " -"command
{!s}
returned error code {!s}." -msgstr "" -"El Gestor de Paquetes no pudo realizar cambios en el sistema instalado. El " -"comando
{!s}
devolvió el código de error {!s}." - -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Configure el tema de Plymouth - menú de bienvenida." - -#: src/modules/initcpiocfg/main.py:28 -msgid "Configuring mkinitcpio." -msgstr "Configurando mkinitcpio - sistema de arranque básico -." - -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Configurando especificaciones locales o regionales." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Montando particiones" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Error interno al montar conjuntos de datos zfs" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "Error al importar zpool" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "Error al desbloquear zpool" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "Error al establecer el punto de montaje zfs" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "error de montaje zfs" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Instalando datos." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Tarea de python ficticia." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Paso {} de python ficticio" +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Configurando «initramfs» (archivos de arranque)." #: src/modules/hwclock/main.py:26 msgid "Setting hardware clock." -msgstr "Configurando el reloj de la computadora." +msgstr "Ajustando el reloj interno del equipo." -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Configurando el servicio - de arranque encriptado -. OpenRC dmcrypt" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Configurar servicios de systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"La orden systemctl {arg!s} en chroot devolvió el código de " -"error {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "No se puede activar el servicio de systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "No se puede activar el objetivo de systemd {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "No se puede habilitar el temporizador systemd {name!s}." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "No se puede desactivar el objetivo de systemd {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "No se puede enmascarar la unidad de systemd {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Órdenes desconocidas de systemd {command!s} y " -"{suffix!s} para la/s unidad /es {name!s}." - -#: src/modules/mkinitfs/main.py:27 -msgid "Creating initramfs with mkinitfs." -msgstr "Creando initramfs con mkinitfs." - -#: src/modules/mkinitfs/main.py:49 -msgid "Failed to run mkinitfs on the target" -msgstr "Error al ejecutar mkinitfs en el objetivo" - -#: src/modules/unpackfs/main.py:34 -msgid "Filling up filesystems." -msgstr "Rellenando los sistemas de archivos." - -#: src/modules/unpackfs/main.py:254 -msgid "rsync failed with error code {}." -msgstr "Falló la sincronización mediante rsync con el código de error {}." - -#: src/modules/unpackfs/main.py:299 -msgid "Unpacking image {}/{}, file {}/{}" -msgstr "Desempaquetando la imagen {}/{}, archivo {}/{}" - -#: src/modules/unpackfs/main.py:314 -msgid "Starting to unpack {}" -msgstr "Iniciando el desempaquetado {}" - -#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:467 -msgid "Failed to unpack image \"{}\"" -msgstr "No se pudo desempaquetar la imagen «{}»" - -#: src/modules/unpackfs/main.py:430 -msgid "No mount point for root partition" -msgstr "" -"No especificó un punto de montaje para la partición raíz - / o root -" - -#: src/modules/unpackfs/main.py:431 -msgid "globalstorage does not contain a \"rootMountPoint\" key." -msgstr "El globalstorage no contiene una llave \"rootMountPoint\"." - -#: src/modules/unpackfs/main.py:434 -msgid "Bad mount point for root partition" -msgstr "Punto de montaje no válido para una partición raíz," - -#: src/modules/unpackfs/main.py:435 -msgid "rootMountPoint is \"{}\", which does not exist." -msgstr "rootMountPoint es \"{}\", que no existe." - -#: src/modules/unpackfs/main.py:439 src/modules/unpackfs/main.py:455 -#: src/modules/unpackfs/main.py:459 src/modules/unpackfs/main.py:465 -#: src/modules/unpackfs/main.py:480 -msgid "Bad unpackfs configuration" -msgstr "Mala configuración de unpackfs " - -#: src/modules/unpackfs/main.py:440 -msgid "There is no configuration information." -msgstr "No hay información de configuración." - -#: src/modules/unpackfs/main.py:456 -msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" -msgstr "" -"El sistema de archivos para \"{}\" ({}) no es compatible con su kernel " -"actual" - -#: src/modules/unpackfs/main.py:460 -msgid "The source filesystem \"{}\" does not exist" -msgstr "El sistema de archivos de origen \"{}\" no existe" - -#: src/modules/unpackfs/main.py:466 -msgid "" -"Failed to find unsquashfs, make sure you have the squashfs-tools package " -"installed." -msgstr "" -"No se pudo encontrar unsquashfs, asegúrese de tener instalado el paquete " -"squashfs-tools." - -#: src/modules/unpackfs/main.py:481 -msgid "The destination \"{}\" in the target system is not a directory" -msgstr "El destino \"{}\" en el sistema escogido no es una carpeta" +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Instalando los datos." diff --git a/lang/python/es_MX/LC_MESSAGES/python.po b/lang/python/es_MX/LC_MESSAGES/python.po index 48f89cf78..97912062d 100644 --- a/lang/python/es_MX/LC_MESSAGES/python.po +++ b/lang/python/es_MX/LC_MESSAGES/python.po @@ -4,200 +4,24 @@ # FIRST AUTHOR , YEAR. # # Translators: -# guillermo pacheco , 2018 # a1a9b52a3f40dff112eca965c254c602_089360e , 2018 # Erland Huaman , 2021 +# guillermo pacheco , 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Last-Translator: Erland Huaman , 2021\n" +"Last-Translator: guillermo pacheco , 2022\n" "Language-Team: Spanish (Mexico) (https://www.transifex.com/calamares/teams/20061/es_MX/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_MX\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Configurando initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Error de configuración" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "No hay particiones definidas para que
{!s}
use." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Configura GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Instalar el cargador de arranque." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Escribiento fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Creando initramfs con dracut" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Se falló al intentar correr dracut en el objetivo" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "El código de salida fue {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "No se puede escribir el archivo de configuración de KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "El archivo de configuración de KDM {!s} no existe" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "No se puede escribir el archivo de configuración de LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "El archivo de configuración de LXDM {!s} no existe" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "No se puede escribir el archivo de configuración de LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "El archivo de configuración de LightDM {!s} no existe" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "No se puede configurar LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "LightDM greeter no está instalado." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "No se puede escribir el archivo de configuración de SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "No se seleccionaron gestores para el módulo de gestor de pantalla." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"La lista de gestores de pantalla está vacía o indefinida tanto en el " -"globalstorage como en el displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "La configuración del gestor de pantalla estaba incompleta" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Configura los servicios de OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "No se puede modificar el servicio." - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "El nivel de ejecución del objetivo no existe" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "El servicio objetivo no existe" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Guardando configuración de red." +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 @@ -215,6 +39,7 @@ msgid "Installing one package." msgid_plural "Installing %(num)d packages." msgstr[0] "Instalando un paquete." msgstr[1] "Instalando%(num)d paquetes." +msgstr[2] "Instalando%(num)d paquetes." #: src/modules/packages/main.py:71 #, python-format @@ -222,6 +47,7 @@ msgid "Removing one package." msgid_plural "Removing %(num)d packages." msgstr[0] "Removiendo un paquete." msgstr[1] "Removiendo %(num)dpaquetes." +msgstr[2] "Removiendo %(num)dpaquetes." #: src/modules/packages/main.py:725 src/modules/packages/main.py:737 #: src/modules/packages/main.py:765 @@ -246,103 +72,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Configurando el tema de Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Guardando configuración de red." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Error de configuración" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Configurando mkinitcpio" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Configurando locales." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Montando particiones." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Instalando data." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Trabajo python ficticio." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Paso python ficticio {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Configurando el reloj del hardware." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Configurando el servicio OpenRc dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Configura los servicios de systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"La llamada de: systemctl {arg!s} en chroot retorna código de " -"error {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "No se puede habilitar el servicio {name!s} de systemd." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "No se puede habilitar el objetivo {name!s} de systemd." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" -"No se puede deshabilitar el objetivo {name!s} de systemd." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "No se puede enmascarar la unidad {name!s} de systemd." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"systemd no reconoce los comandos {command!s} y " -"{suffix!s}para la unidad {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "No hay particiones definidas para que
{!s}
use." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -352,6 +110,14 @@ msgstr "Creando initramfs con mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Se falló al intentar correr mkinitfs en el objetivo" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "El código de salida fue {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Configurando el servicio OpenRc dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Llenando sistema de archivos." @@ -417,3 +183,239 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "El destino \"{}\" en el sistema objetivo no es un directorio" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Configura los servicios de systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "No se puede modificar el servicio." + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"La llamada de: systemctl {arg!s} en chroot retorna código de " +"error {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "No se puede habilitar el servicio {name!s} de systemd." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "No se puede habilitar el objetivo {name!s} de systemd." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" +"No se puede deshabilitar el objetivo {name!s} de systemd." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "No se puede enmascarar la unidad {name!s} de systemd." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"systemd no reconoce los comandos {command!s} y " +"{suffix!s}para la unidad {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Trabajo python ficticio." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Paso python ficticio {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Instalar el cargador de arranque." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Configurando locales." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Montando particiones." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Configurando el tema de Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Escribiento fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Configura los servicios de OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "El nivel de ejecución del objetivo no existe" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "El servicio objetivo no existe" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Creando initramfs con dracut" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Se falló al intentar correr dracut en el objetivo" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Configura GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "No se puede escribir el archivo de configuración de KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "El archivo de configuración de KDM {!s} no existe" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "No se puede escribir el archivo de configuración de LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "El archivo de configuración de LXDM {!s} no existe" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "No se puede escribir el archivo de configuración de LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "El archivo de configuración de LightDM {!s} no existe" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "No se puede configurar LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "LightDM greeter no está instalado." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "No se puede escribir el archivo de configuración de SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "No se seleccionaron gestores para el módulo de gestor de pantalla." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"La lista de gestores de pantalla está vacía o indefinida tanto en el " +"globalstorage como en el displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "La configuración del gestor de pantalla estaba incompleta" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Configurando initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Configurando el reloj del hardware." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Instalando data." diff --git a/lang/python/es_PE/LC_MESSAGES/python.po b/lang/python/es_PE/LC_MESSAGES/python.po deleted file mode 100644 index cf0c02779..000000000 --- a/lang/python/es_PE/LC_MESSAGES/python.po +++ /dev/null @@ -1,387 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-02 15:45+0100\n" -"PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Language-Team: Spanish (Peru) (https://www.transifex.com/calamares/teams/20061/es_PE/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: es_PE\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361 -#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -#: src/modules/luksopenswaphookcfg/main.py:86 -#: src/modules/luksopenswaphookcfg/main.py:90 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356 -#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -#: src/modules/luksopenswaphookcfg/main.py:87 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -#: src/modules/luksopenswaphookcfg/main.py:91 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:508 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:509 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:389 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:526 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:527 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:588 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:589 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:672 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:673 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:747 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:748 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:779 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:780 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:906 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:907 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:989 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - -#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 -#: src/modules/packages/main.py:69 -msgid "Install packages." -msgstr "" - -#: src/modules/packages/main.py:57 -#, python-format -msgid "Processing packages (%(count)d / %(total)d)" -msgstr "" - -#: src/modules/packages/main.py:62 -#, python-format -msgid "Installing one package." -msgid_plural "Installing %(num)d packages." -msgstr[0] "" -msgstr[1] "" - -#: src/modules/packages/main.py:65 -#, python-format -msgid "Removing one package." -msgid_plural "Removing %(num)d packages." -msgstr[0] "" -msgstr[1] "" - -#: src/modules/packages/main.py:638 src/modules/packages/main.py:650 -#: src/modules/packages/main.py:678 -msgid "Package Manager error" -msgstr "" - -#: src/modules/packages/main.py:639 -msgid "" -"The package manager could not prepare updates. The command
{!s}
" -"returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:651 -msgid "" -"The package manager could not update the system. The command
{!s}
" -" returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:679 -msgid "" -"The package manager could not make changes to the installed system. The " -"command
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "" - -#: src/modules/initcpiocfg/main.py:28 -msgid "Configuring mkinitcpio." -msgstr "" - -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:30 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/umount/main.py:31 -msgid "Unmount file systems." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" - -#: src/modules/mkinitfs/main.py:27 -msgid "Creating initramfs with mkinitfs." -msgstr "" - -#: src/modules/mkinitfs/main.py:49 -msgid "Failed to run mkinitfs on the target" -msgstr "" - -#: src/modules/unpackfs/main.py:34 -msgid "Filling up filesystems." -msgstr "" - -#: src/modules/unpackfs/main.py:254 -msgid "rsync failed with error code {}." -msgstr "" - -#: src/modules/unpackfs/main.py:299 -msgid "Unpacking image {}/{}, file {}/{}" -msgstr "" - -#: src/modules/unpackfs/main.py:314 -msgid "Starting to unpack {}" -msgstr "" - -#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465 -msgid "Failed to unpack image \"{}\"" -msgstr "" - -#: src/modules/unpackfs/main.py:430 -msgid "No mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:431 -msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:436 -msgid "Bad mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:437 -msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457 -#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478 -msgid "Bad unsquash configuration" -msgstr "" - -#: src/modules/unpackfs/main.py:454 -msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" -msgstr "" - -#: src/modules/unpackfs/main.py:458 -msgid "The source filesystem \"{}\" does not exist" -msgstr "" - -#: src/modules/unpackfs/main.py:464 -msgid "" -"Failed to find unsquashfs, make sure you have the squashfs-tools package " -"installed." -msgstr "" - -#: src/modules/unpackfs/main.py:479 -msgid "The destination \"{}\" in the target system is not a directory" -msgstr "" - -#: src/modules/luksopenswaphookcfg/main.py:26 -msgid "Configuring encrypted swap." -msgstr "" diff --git a/lang/python/es_PR/LC_MESSAGES/python.po b/lang/python/es_PR/LC_MESSAGES/python.po index 26333aca3..25e3cceb5 100644 --- a/lang/python/es_PR/LC_MESSAGES/python.po +++ b/lang/python/es_PR/LC_MESSAGES/python.po @@ -8,188 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Spanish (Puerto Rico) (https://www.transifex.com/calamares/teams/20061/es_PR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_PR\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 @@ -207,6 +33,7 @@ msgid "Installing one package." msgid_plural "Installing %(num)d packages." msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: src/modules/packages/main.py:71 #, python-format @@ -214,6 +41,7 @@ msgid "Removing one package." msgid_plural "Removing %(num)d packages." msgstr[0] "" msgstr[1] "" +msgstr[2] "" #: src/modules/packages/main.py:725 src/modules/packages/main.py:737 #: src/modules/packages/main.py:765 @@ -238,97 +66,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -339,6 +104,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -402,3 +175,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/et/LC_MESSAGES/python.po b/lang/python/et/LC_MESSAGES/python.po index 9ed737bef..4dfabe52a 100644 --- a/lang/python/et/LC_MESSAGES/python.po +++ b/lang/python/et/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Madis Otenurm, 2019\n" "Language-Team: Estonian (https://www.transifex.com/calamares/teams/20061/et/)\n" @@ -21,180 +21,6 @@ msgstr "" "Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "KDM-konfiguratsioonifaili ei saa kirjutada" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM-konfiguratsioonifail {!s} puudub" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "LXDM-konfiguratsioonifaili ei saa kirjutada" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM-konfiguratsioonifail {!s} puudub" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "LightDM-konfiguratsioonifaili ei saa kirjutada" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM-konfiguratsioonifail {!s} puudub" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "LightDM seadistamine ebaõnnestus" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "SLIM-konfiguratsioonifaili ei saa kirjutada" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM-konfiguratsioonifail {!s} puudub" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -242,97 +68,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Testiv python'i töö." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Testiv python'i aste {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -343,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -406,3 +177,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Testiv python'i töö." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Testiv python'i aste {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "KDM-konfiguratsioonifaili ei saa kirjutada" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM-konfiguratsioonifail {!s} puudub" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "LXDM-konfiguratsioonifaili ei saa kirjutada" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM-konfiguratsioonifail {!s} puudub" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "LightDM-konfiguratsioonifaili ei saa kirjutada" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM-konfiguratsioonifail {!s} puudub" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "LightDM seadistamine ebaõnnestus" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "SLIM-konfiguratsioonifaili ei saa kirjutada" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM-konfiguratsioonifail {!s} puudub" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/eu/LC_MESSAGES/python.po b/lang/python/eu/LC_MESSAGES/python.po index 281ce20ba..c9c388fd3 100644 --- a/lang/python/eu/LC_MESSAGES/python.po +++ b/lang/python/eu/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Ander Elortondo, 2019\n" "Language-Team: Basque (https://www.transifex.com/calamares/teams/20061/eu/)\n" @@ -21,181 +21,6 @@ msgstr "" "Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Ezin da KDM konfigurazio fitxategia idatzi" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM konfigurazio fitxategia {!s} ez da existitzen" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Ezin da LXDM konfigurazio fitxategia idatzi" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM konfigurazio fitxategia {!s} ez da existitzen" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Ezin da LightDM konfigurazio fitxategia idatzi" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM konfigurazio fitxategia {!s} ez da existitzen" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Ezin da LightDM konfiguratu" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Ez dago LightDM harrera instalatua." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Ezin da SLIM konfigurazio fitxategia idatzi" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM konfigurazio fitxategia {!s} ez da existitzen" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" -"Ez da pantaila kudeatzailerik aukeratu pantaila-kudeatzaile modulurako." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Pantaila kudeatzaile konfigurazioa osotu gabe" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -243,97 +68,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Dummy python lana." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Dummy python urratsa {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -344,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -407,3 +177,233 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Dummy python lana." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Dummy python urratsa {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Ezin da KDM konfigurazio fitxategia idatzi" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM konfigurazio fitxategia {!s} ez da existitzen" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Ezin da LXDM konfigurazio fitxategia idatzi" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM konfigurazio fitxategia {!s} ez da existitzen" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Ezin da LightDM konfigurazio fitxategia idatzi" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM konfigurazio fitxategia {!s} ez da existitzen" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Ezin da LightDM konfiguratu" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Ez dago LightDM harrera instalatua." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Ezin da SLIM konfigurazio fitxategia idatzi" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM konfigurazio fitxategia {!s} ez da existitzen" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" +"Ez da pantaila kudeatzailerik aukeratu pantaila-kudeatzaile modulurako." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Pantaila kudeatzaile konfigurazioa osotu gabe" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/fa/LC_MESSAGES/python.po b/lang/python/fa/LC_MESSAGES/python.po index 1110f31f9..88111cffa 100644 --- a/lang/python/fa/LC_MESSAGES/python.po +++ b/lang/python/fa/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Mahdy Mirzade , 2021\n" "Language-Team: Persian (https://www.transifex.com/calamares/teams/20061/fa/)\n" @@ -23,192 +23,6 @@ msgstr "" "Language: fa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "در حال پیکربندی initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "خطای پیکربندی" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "هیچ افرازی برای استفادهٔ
{!s}
تعریف نشده." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "هیچ نقطهٔ اتّصال ریشه‌ای برای استفادهٔ
{!s}
داده نشده." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "در حال پیکربندی گراب." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "نصب بارکنندهٔ راه‌اندازی." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "خطای نصب بوت لودر" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"بوت لودر نتوانست نصب شود. دستور
{!s}
برای نصب با خطای {!s} مواجه " -"شد." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "در حال نوشتن fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"هیچ تنظیمات
{!s}
برای استفاده برای
{!s}
داده نشده است." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "در حال ایجاد initramfs با dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "شکست در اجرای dracut روی هدف" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "رمز خروج {} بود" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "نمی‌توان پروندهٔ پیکربندی KDM را نوشت" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "پروندهٔ پیکربندی {!s} وجود ندارد" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "نمی‌توان پروندهٔ پیکربندی LXDM را نوشت" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "پروندهٔ پیکربندی {!s} وجود ندارد" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "نمی‌توان پروندهٔ پیکربندی LightDM را نوشت" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "پروندهٔ پیکربندی {!s} وجود ندارد" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "نمی‌توان LightDM را پیکربندی کرد" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "هیچ خوش‌آمدگوی LightDMای نصب نشده." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "نمی‌توان پروندهٔ پیکربندی LightDM را نوشت" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "پروندهٔ پیکربندی {!s} وجود ندارد" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "هیچ مدیر نمایشی برای پیمانهٔ displaymanager گزیده نشده." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"فهرست مدیریت صفحه نمایش ها خالی بوده یا در محل ذخیره داده و " -"displaymanager.conf تعریف نشده است." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "پیکربندی مدیر نمایش کامل نبود" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "پیکربندی خدمات OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "نمی‌توان خدمت {name!s} را به سطح اجرایی {level!s} افزود." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "نمی‌توان خدمت {name!s} را از سطح اجرایی {level!s} برداشت." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"دستور سرویس {arg!s} برای سرویس {name!s} در سطح اجرای {level!s}" -" ناشناخته است." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "نمی‌توان خدمت را دستکاری کرد" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"فراخوانی rc-update {arg!s} در chroot کد خطای {num!s} را " -"برگرداند." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "سطح اجرایی هدف وجود ندارد." - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"مسیر برای سطح اجرای {level!s} برابر {path!s} است، که وجود " -"ندارد." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "خدمت هدف وجود ندارد" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"مسیر برای سرویس {name!s} برابر {path!s} است، که وجود ندارد." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "در حال ذخیرهٔ پیکربندی شبکه." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -262,102 +76,35 @@ msgstr "" "مدیر بسته نتوانست تغییرات را برای نصب سامانه انجام دهد. دستور " "
{!s}
با خطای {!s} مواجه شد." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "در حال پیکربندی زمینهٔ پلی‌موث" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "در حال ذخیرهٔ پیکربندی شبکه." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "خطای پیکربندی" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "هیچ نقطهٔ اتّصال ریشه‌ای برای استفادهٔ
{!s}
داده نشده." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "پیکربندی mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "پیکربندی مکانها" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "در حال سوار کردن افرازها." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "داده‌های نصب" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "کار پایتونی الکی." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "گام پایتونی الکی {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "در حال تنظیم ساعت سخت‌افزاری." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "در حال پیکربندی خدمت dmcrypt OpenRC." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "در حال پیکربندی خدمات سیستم‌دی" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"فراخوانی systemctl {arg!s} در chroot رمز خطای {num!s} را " -"برگرداند." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "نمی‌توان خدمت سیستم‌دی {name!s} را به کار انداخت." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "نمی‌توان هدف سیستم‌دی {name!s} را به کار انداخت." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "نمی‌توان تایمر سیستم‌دی {name!s} را به کار انداخت." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "نمی‌توان خدمت سیستم‌دی {name!s} را از کار انداخت." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "نمی‌توان واحد سیستم‌دی {name!s} را پوشاند." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"دستورات ناشناختهٔ سیستم‌دی {command!s} و " -"{suffix!s} برای واحد {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "هیچ افرازی برای استفادهٔ
{!s}
تعریف نشده." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -367,6 +114,14 @@ msgstr "درحال ایجاد initramfs با mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "شکست در اجرا mkinitfs روی هدف" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "رمز خروج {} بود" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "در حال پیکربندی خدمت dmcrypt OpenRC." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "در حال پر کردن سامانه‌پرونده‌ها." @@ -430,3 +185,248 @@ msgstr "شکست در یافتن unsquashfs. مطمئن شوید بسته squash #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "مقصد {} در سامانهٔ هدف، یک شاخه نیست" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "در حال پیکربندی خدمات سیستم‌دی" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "نمی‌توان خدمت را دستکاری کرد" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"فراخوانی systemctl {arg!s} در chroot رمز خطای {num!s} را " +"برگرداند." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "نمی‌توان خدمت سیستم‌دی {name!s} را به کار انداخت." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "نمی‌توان هدف سیستم‌دی {name!s} را به کار انداخت." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "نمی‌توان تایمر سیستم‌دی {name!s} را به کار انداخت." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "نمی‌توان خدمت سیستم‌دی {name!s} را از کار انداخت." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "نمی‌توان واحد سیستم‌دی {name!s} را پوشاند." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"دستورات ناشناختهٔ سیستم‌دی {command!s} و " +"{suffix!s} برای واحد {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "کار پایتونی الکی." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "گام پایتونی الکی {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "نصب بارکنندهٔ راه‌اندازی." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "خطای نصب بوت لودر" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"بوت لودر نتوانست نصب شود. دستور
{!s}
برای نصب با خطای {!s} مواجه " +"شد." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "پیکربندی مکانها" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "در حال سوار کردن افرازها." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "در حال پیکربندی زمینهٔ پلی‌موث" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "در حال نوشتن fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"هیچ تنظیمات
{!s}
برای استفاده برای
{!s}
داده نشده است." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "پیکربندی خدمات OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "نمی‌توان خدمت {name!s} را به سطح اجرایی {level!s} افزود." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "نمی‌توان خدمت {name!s} را از سطح اجرایی {level!s} برداشت." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"دستور سرویس {arg!s} برای سرویس {name!s} در سطح اجرای {level!s}" +" ناشناخته است." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"فراخوانی rc-update {arg!s} در chroot کد خطای {num!s} را " +"برگرداند." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "سطح اجرایی هدف وجود ندارد." + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"مسیر برای سطح اجرای {level!s} برابر {path!s} است، که وجود " +"ندارد." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "خدمت هدف وجود ندارد" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"مسیر برای سرویس {name!s} برابر {path!s} است، که وجود ندارد." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "در حال ایجاد initramfs با dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "شکست در اجرای dracut روی هدف" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "در حال پیکربندی گراب." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "نمی‌توان پروندهٔ پیکربندی KDM را نوشت" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "پروندهٔ پیکربندی {!s} وجود ندارد" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "نمی‌توان پروندهٔ پیکربندی LXDM را نوشت" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "پروندهٔ پیکربندی {!s} وجود ندارد" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "نمی‌توان پروندهٔ پیکربندی LightDM را نوشت" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "پروندهٔ پیکربندی {!s} وجود ندارد" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "نمی‌توان LightDM را پیکربندی کرد" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "هیچ خوش‌آمدگوی LightDMای نصب نشده." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "نمی‌توان پروندهٔ پیکربندی LightDM را نوشت" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "پروندهٔ پیکربندی {!s} وجود ندارد" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "هیچ مدیر نمایشی برای پیمانهٔ displaymanager گزیده نشده." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"فهرست مدیریت صفحه نمایش ها خالی بوده یا در محل ذخیره داده و " +"displaymanager.conf تعریف نشده است." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "پیکربندی مدیر نمایش کامل نبود" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "در حال پیکربندی initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "در حال تنظیم ساعت سخت‌افزاری." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "داده‌های نصب" diff --git a/lang/python/fi_FI/LC_MESSAGES/python.po b/lang/python/fi_FI/LC_MESSAGES/python.po index 94f2fa18c..4c4e26489 100644 --- a/lang/python/fi_FI/LC_MESSAGES/python.po +++ b/lang/python/fi_FI/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Jiri Grönroos , 2022\n" "Language-Team: Finnish (Finland) (https://www.transifex.com/calamares/teams/20061/fi_FI/)\n" @@ -22,189 +22,6 @@ msgstr "" "Language: fi_FI\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Määritetään initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Määritysvirhe" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Ei ole määritetty käyttämään osioita
{!s}
." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "
{!s}
ei ole annettu root liitospistettä." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Määritä GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Asenna käynnistyslatain." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"Grubin asennus epäonnistui, yleisessä levytilassa ei ole määritetty osioita" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Käynnistyslataimen asennusvirhe" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"Käynnistyslatainta ei voitu asentaa. Asennuskomento
{!s}
palautti" -" virhekoodin {!s}." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Kirjoitetaan fstabiin." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "Ei
{!s}
määritys annetaan
{!s}
varten." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Luodaan initramfs:ää dracutilla." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Dracutin suorittaminen kohteessa ei onnistunut" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Poistumiskoodi oli {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "KDM-määritystiedostoa ei voi kirjoittaa" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM-määritystiedostoa {!s} ei ole olemassa" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "LXDM-määritystiedostoa ei voi kirjoittaa" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM-määritystiedostoa {!s} ei ole olemassa" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "LightDM-määritystiedostoa ei voi kirjoittaa" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM-määritystiedostoa {!s} ei ole olemassa" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "LightDM-määritysvirhe" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "LightDM:ää ei ole asennettu." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "SLIM-määritystiedostoa ei voi kirjoittaa" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM-määritystiedostoa {!s} ei ole olemassa" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Displaymanager-moduulia varten ei ole valittu näyttönhallintaa." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Luettelo on tyhjä tai määrittelemätön, sekä globalstorage, että " -"displaymanager.conf tiedostossa." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Näytönhallinnan kokoonpano oli puutteellinen" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Määritä OpenRC-palvelut" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Palvelua {name!s} ei voi lisätä suorituksen tasolle {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Ei voi poistaa palvelua {name!s} suorituksen tasolla {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Tuntematon huoltotoiminto{arg!s} palvelun {name!s} " -"palvelutasolle {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Palvelua ei voi muokata" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} palautti chrootissa virhekoodin {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Kohde runlevel ei ole olemassa" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "Ajotason polku {level!s} on {path!s}, jota ei ole." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Kohdepalvelua ei ole" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Palvelun polku {name!s} on {path!s}, jota ei ole olemassa." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Tallennetaan verkon määrityksiä." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -213,21 +30,21 @@ msgstr "Asenna paketit." #: src/modules/packages/main.py:63 #, python-format msgid "Processing packages (%(count)d / %(total)d)" -msgstr "Pakettien käsittely (%(count)d / %(total)d)" +msgstr "Käsitellään paketteja (%(count)d / %(total)d)" #: src/modules/packages/main.py:68 #, python-format msgid "Installing one package." msgid_plural "Installing %(num)d packages." -msgstr[0] "Asentaa " -msgstr[1] "Asentaa %(num)d paketteja." +msgstr[0] "Asennetaan yhtä pakettia." +msgstr[1] "Asennetaan %(num)d pakettia." #: src/modules/packages/main.py:71 #, python-format msgid "Removing one package." msgid_plural "Removing %(num)d packages." -msgstr[0] "Removing one package." -msgstr[1] "Poistaa %(num)d paketteja." +msgstr[0] "Poistetaan yhtä pakettia." +msgstr[1] "Poistetaan %(num)d pakettia." #: src/modules/packages/main.py:725 src/modules/packages/main.py:737 #: src/modules/packages/main.py:765 @@ -258,112 +75,55 @@ msgstr "" "Paketinhallinta ei voinut tehdä muutoksia asennettuun järjestelmään. Komento" "
{!s}
palautti virhekoodin {!s}." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Määritä Plymouthin teema" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Tallennetaan verkon määrityksiä." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Määritysvirhe" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "Kohteelle
{!s}
ei ole annettu juuriliitospistettä." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Määritetään mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Määritetään locales." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Osioiden liitos." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Sisäinen virhe liitettäessä zfs-tietojoukkoa" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "Tuonti zpool epäonnistui" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "Lukituksen avaaminen zpool epäonnistui" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "Määritys zfs-liitospisteen epäonnistui" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "zfs-liitosvirhe" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Asennetaan tietoja." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Harjoitus python job." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Harjoitus python vaihe {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Laitteiston kellon asettaminen." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "OpenRC dmcrypt-palvelun määrittäminen." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Määritä systemd-palvelut" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "systemctl {arg!s} chroot palautti virhe koodin {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Systemd-palvelua ei saa käyttöön {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Systemd-kohdetta ei saa käyttöön {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "Systemd timer, ei voi ottaa käyttöön {name!s}." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Systemd-kohdetta ei-voi poistaa käytöstä {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Ei voi peittää systemd-yksikköä {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Tuntematon systemd komento {command!s} ja " -"{suffix!s} laite {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Osioita ei ole määritetty käytettäväksi kohteelle
{!s}
." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." -msgstr "Initramfs luominen mkinitfs avulla." +msgstr "Luodaan initramfs mkinitfs:llä." #: src/modules/mkinitfs/main.py:49 msgid "Failed to run mkinitfs on the target" -msgstr "Kohteen mkinitfs-suoritus epäonnistui." +msgstr "mkinitfs:n suorittaminen kohteessa epäonnistui" + +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Poistumiskoodi oli {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Määritetään OpenRC:n dmcrypt-palvelua." #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." -msgstr "Paikannetaan tiedostojärjestelmiä." +msgstr "Täytetään tiedostojärjestelmiä." #: src/modules/unpackfs/main.py:254 msgid "rsync failed with error code {}." @@ -409,20 +169,262 @@ msgstr "Määritystietoja ei ole." #: src/modules/unpackfs/main.py:456 msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" -msgstr "Tiedostojärjestelmä \"{}\" ({}) ei tue sinun nykyistä kerneliä " +msgstr "Nykyinen ydin ei tue osion \"{}\" ({}) tiedostojärjestelmää" #: src/modules/unpackfs/main.py:460 msgid "The source filesystem \"{}\" does not exist" -msgstr "Lähde tiedostojärjestelmää \"{}\" ei ole olemassa" +msgstr "Lähdetiedostojärjestelmää \"{}\" ei ole olemassa" #: src/modules/unpackfs/main.py:466 msgid "" "Failed to find unsquashfs, make sure you have the squashfs-tools package " "installed." msgstr "" -"Unsquashfs-tiedostoja ei löytynyt, varmista, että squashfs-tools paketti on " +"Unsquashfs-tiedostoja ei löytynyt, varmista, että paketti squashfs-tools on " "asennettu." #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" -msgstr "Kohdejärjestelmän \"{}\" kohde ei ole hakemisto" +msgstr "Kohdejärjestelmän kohde \"{}\" ei ole hakemisto" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Määritä systemd-palvelut" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Palvelua ei voi muokata" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "systemctl {arg!s} chroot palautti virhe koodin {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Systemd-palvelua {name!s} ei voi ottaa käyttöön." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Systemd-kohdetta {name!s} ei voi ottaa käyttöön." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "Systemd-ajastinta {name!s} ei voi ottaa käyttöön." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Systemd-kohdetta {name!s} ei voi poistaa käytöstä." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Ei voi peittää systemd-yksikköä {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Tuntemattomia systemd-komentoja {command!s} ja " +"{suffix!s} yksikölle {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Dummy-mallinen python-työ." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Dummy-mallinen python-vaihe {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Asenna käynnistyslatain." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"Grubin asennus epäonnistui, yleisessä levytilassa ei ole määritetty osioita" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Käynnistyslataimen asennusvirhe" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"Käynnistyslatainta ei voitu asentaa. Asennuskomento
{!s}
palautti" +" virhekoodin {!s}." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Määritetään maa-asetuksia." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Liitetään osioita." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "Sisäinen virhe liitettäessä zfs-tietojoukkoa" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "Zpoolin tuonti epäonnistui" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "Zpoolin lukituksen avaaminen epäonnistui" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "Määritys zfs-liitospisteen epäonnistui" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "zfs-liitosvirhe" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Määritä Plymouthin teema" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Kirjoitetaan fstabiin." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"\"
{!s}
\"-määritystä ei ole annettu käytettäväksi kohteelle " +"
{!s}
." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Määritä OpenRC-palvelut" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Palvelua {name!s} ei voi lisätä suorituksen tasolle {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Ei voi poistaa palvelua {name!s} suorituksen tasolla {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Tuntematon huoltotoiminto{arg!s} palvelun {name!s} " +"palvelutasolle {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} palautti chrootissa virhekoodin {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Kohteen ajotasoa ei ole olemassa" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "Ajotason polku {level!s} on {path!s}, jota ei ole." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Kohdepalvelua ei ole" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Palvelun polku {name!s} on {path!s}, jota ei ole olemassa." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Luodaan initramfs:ää dracutilla." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Dracutin suorittaminen kohteessa ei onnistunut" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Määritä GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "KDM-määritystiedostoa ei voi kirjoittaa" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM-määritystiedostoa {!s} ei ole olemassa" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "LXDM-määritystiedostoa ei voi kirjoittaa" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM-määritystiedostoa {!s} ei ole olemassa" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "LightDM-määritystiedostoa ei voi kirjoittaa" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM-määritystiedostoa {!s} ei ole olemassa" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "LightDM-määritysvirhe" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "LightDM:ää ei ole asennettu." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "SLIM-määritystiedostoa ei voi kirjoittaa" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM-määritystiedostoa {!s} ei ole olemassa" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Displaymanager-moduulia varten ei ole valittu näytönhallintaa." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Luettelo on tyhjä tai määrittelemätön, sekä globalstorage, että " +"displaymanager.conf tiedostossa." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Näytönhallinnan kokoonpano oli puutteellinen" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Määritetään initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Asetetaan laitteiston kelloa." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Asennetaan tietoja." diff --git a/lang/python/fr/LC_MESSAGES/python.po b/lang/python/fr/LC_MESSAGES/python.po index 42ba6820e..e51a050e3 100644 --- a/lang/python/fr/LC_MESSAGES/python.po +++ b/lang/python/fr/LC_MESSAGES/python.po @@ -6,217 +6,28 @@ # Translators: # Paul Combal , 2017 # Abdellah B , 2017 -# Aestan , 2018 # Aurnytoraink , 2018 # a270031086f2a0d3514bc0cb507b48f6, 2019 # Seboss666 , 2019 # Florian B , 2019 # Arnaud Ferraris , 2019 # roxfr , 2021 +# Aestan , 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Last-Translator: roxfr , 2021\n" +"Last-Translator: Aestan , 2022\n" "Language-Team: French (https://www.transifex.com/calamares/teams/20061/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Configuration du initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Erreur de configuration" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" -"Aucune partition n'est définie pour être utilisée par
{!s}
." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"Aucun point de montage racine n'a été donné pour être utilisé par " -"
{!s}
." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Configuration du GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Installation du bootloader." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Écriture du fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Configuration du initramfs avec dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Erreur d'exécution de dracut sur la cible." - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Le code de sortie était {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Impossible d'écrire le fichier de configuration KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "Le fichier de configuration KDM n'existe pas" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Impossible d'écrire le fichier de configuration LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "Le fichier de configuration LXDM n'existe pas" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Impossible d'écrire le fichier de configuration LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "Le fichier de configuration LightDM {!S} n'existe pas" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Impossible de configurer LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Aucun hôte LightDM est installé" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Impossible d'écrire le fichier de configuration SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "Le fichier de configuration SLIM {!S} n'existe pas" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" -"Aucun gestionnaire d'affichage n'a été sélectionné pour le module de " -"gestionnaire d'affichage" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"La liste des gestionnaires d'affichage est vide ou indéfinie à la fois dans " -"globalstorage et displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "La configuration du gestionnaire d'affichage était incomplète" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Configurer les services OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Impossible d'ajouter le service {name!s} au run-level {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Impossible de retirer le service {name!s} du run-level {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Service-action {arg!s} inconnue pour le service {name!s} dans " -"le run-level {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Impossible de modifier le service" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"L'appel rc-update {arg!s} dans chroot a renvoyé le code " -"d'erreur {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Le runlevel cible n'existe pas" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Le chemin pour le runlevel {level!s} est {path!s}, qui n'existe" -" pas." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Le service cible n'existe pas" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Le chemin pour le service {name!s} est {path!s}, qui n'existe " -"pas." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Sauvegarde de la configuration du réseau en cours." +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 @@ -234,6 +45,7 @@ msgid "Installing one package." msgid_plural "Installing %(num)d packages." msgstr[0] "Installation d'un paquet." msgstr[1] "Installation de %(num)d paquets." +msgstr[2] "Installation de %(num)d paquets." #: src/modules/packages/main.py:71 #, python-format @@ -241,6 +53,7 @@ msgid "Removing one package." msgid_plural "Removing %(num)d packages." msgstr[0] "Suppression d'un paquet." msgstr[1] "Suppression de %(num)d paquets." +msgstr[2] "Suppression de %(num)d paquets." #: src/modules/packages/main.py:725 src/modules/packages/main.py:737 #: src/modules/packages/main.py:765 @@ -265,102 +78,38 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Configurer le thème Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Sauvegarde de la configuration du réseau en cours." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Erreur de configuration" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"Aucun point de montage racine n'a été donné pour être utilisé par " +"
{!s}
." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Configuration de mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Configuration des locales." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Montage des partitions." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Installation de données." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Tâche factice de python" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Étape factice de python {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Configuration de l'horloge matériel." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Configuration du service OpenRC dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Configurer les services systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"L'appel systemctl {arg!s} en chroot a renvoyé le code d'erreur " -"{num!s}" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Impossible d'activer le service systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Impossible d'activer la cible systemd {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Impossible de désactiver la cible systemd {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Impossible de masquer l'unit systemd {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Commandes systemd {command!s} et {suffix!s} " -"inconnues pour l'unit {name!s}." +"Aucune partition n'est définie pour être utilisée par
{!s}
." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -370,6 +119,14 @@ msgstr "Création d'initramfs avec mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Échec de l'exécution de mkinitfs sur la cible" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Le code de sortie était {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Configuration du service OpenRC dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Remplir les systèmes de fichiers." @@ -435,3 +192,248 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "La destination \"{}\" dans le système cible n'est pas un répertoire" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Configurer les services systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Impossible de modifier le service" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"L'appel systemctl {arg!s} en chroot a renvoyé le code d'erreur " +"{num!s}" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Impossible d'activer le service systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Impossible d'activer la cible systemd {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Impossible de désactiver la cible systemd {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Impossible de masquer l'unit systemd {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Commandes systemd {command!s} et {suffix!s} " +"inconnues pour l'unit {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Tâche factice de python" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Étape factice de python {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Installation du bootloader." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Configuration des locales." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Montage des partitions." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Configurer le thème Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Écriture du fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Configurer les services OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Impossible d'ajouter le service {name!s} au run-level {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Impossible de retirer le service {name!s} du run-level {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Service-action {arg!s} inconnue pour le service {name!s} dans " +"le run-level {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"L'appel rc-update {arg!s} dans chroot a renvoyé le code " +"d'erreur {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Le runlevel cible n'existe pas" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Le chemin pour le runlevel {level!s} est {path!s}, qui n'existe" +" pas." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Le service cible n'existe pas" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Le chemin pour le service {name!s} est {path!s}, qui n'existe " +"pas." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Configuration du initramfs avec dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Erreur d'exécution de dracut sur la cible." + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Configuration du GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Impossible d'écrire le fichier de configuration KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "Le fichier de configuration KDM n'existe pas" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Impossible d'écrire le fichier de configuration LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "Le fichier de configuration LXDM n'existe pas" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Impossible d'écrire le fichier de configuration LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "Le fichier de configuration LightDM {!S} n'existe pas" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Impossible de configurer LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Aucun hôte LightDM est installé" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Impossible d'écrire le fichier de configuration SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "Le fichier de configuration SLIM {!S} n'existe pas" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" +"Aucun gestionnaire d'affichage n'a été sélectionné pour le module de " +"gestionnaire d'affichage" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"La liste des gestionnaires d'affichage est vide ou indéfinie à la fois dans " +"globalstorage et displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "La configuration du gestionnaire d'affichage était incomplète" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Configuration du initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Configuration de l'horloge matériel." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Installation de données." diff --git a/lang/python/fr_CH/LC_MESSAGES/python.po b/lang/python/fr_CH/LC_MESSAGES/python.po deleted file mode 100644 index 4da36ca36..000000000 --- a/lang/python/fr_CH/LC_MESSAGES/python.po +++ /dev/null @@ -1,387 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-02 15:45+0100\n" -"PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Language-Team: French (Switzerland) (https://www.transifex.com/calamares/teams/20061/fr_CH/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr_CH\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361 -#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -#: src/modules/luksopenswaphookcfg/main.py:86 -#: src/modules/luksopenswaphookcfg/main.py:90 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356 -#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -#: src/modules/luksopenswaphookcfg/main.py:87 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -#: src/modules/luksopenswaphookcfg/main.py:91 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:508 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:509 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:389 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:526 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:527 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:588 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:589 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:672 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:673 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:747 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:748 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:779 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:780 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:906 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:907 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:989 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - -#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 -#: src/modules/packages/main.py:69 -msgid "Install packages." -msgstr "" - -#: src/modules/packages/main.py:57 -#, python-format -msgid "Processing packages (%(count)d / %(total)d)" -msgstr "" - -#: src/modules/packages/main.py:62 -#, python-format -msgid "Installing one package." -msgid_plural "Installing %(num)d packages." -msgstr[0] "" -msgstr[1] "" - -#: src/modules/packages/main.py:65 -#, python-format -msgid "Removing one package." -msgid_plural "Removing %(num)d packages." -msgstr[0] "" -msgstr[1] "" - -#: src/modules/packages/main.py:638 src/modules/packages/main.py:650 -#: src/modules/packages/main.py:678 -msgid "Package Manager error" -msgstr "" - -#: src/modules/packages/main.py:639 -msgid "" -"The package manager could not prepare updates. The command
{!s}
" -"returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:651 -msgid "" -"The package manager could not update the system. The command
{!s}
" -" returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:679 -msgid "" -"The package manager could not make changes to the installed system. The " -"command
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "" - -#: src/modules/initcpiocfg/main.py:28 -msgid "Configuring mkinitcpio." -msgstr "" - -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:30 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/umount/main.py:31 -msgid "Unmount file systems." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" - -#: src/modules/mkinitfs/main.py:27 -msgid "Creating initramfs with mkinitfs." -msgstr "" - -#: src/modules/mkinitfs/main.py:49 -msgid "Failed to run mkinitfs on the target" -msgstr "" - -#: src/modules/unpackfs/main.py:34 -msgid "Filling up filesystems." -msgstr "" - -#: src/modules/unpackfs/main.py:254 -msgid "rsync failed with error code {}." -msgstr "" - -#: src/modules/unpackfs/main.py:299 -msgid "Unpacking image {}/{}, file {}/{}" -msgstr "" - -#: src/modules/unpackfs/main.py:314 -msgid "Starting to unpack {}" -msgstr "" - -#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465 -msgid "Failed to unpack image \"{}\"" -msgstr "" - -#: src/modules/unpackfs/main.py:430 -msgid "No mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:431 -msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:436 -msgid "Bad mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:437 -msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457 -#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478 -msgid "Bad unsquash configuration" -msgstr "" - -#: src/modules/unpackfs/main.py:454 -msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" -msgstr "" - -#: src/modules/unpackfs/main.py:458 -msgid "The source filesystem \"{}\" does not exist" -msgstr "" - -#: src/modules/unpackfs/main.py:464 -msgid "" -"Failed to find unsquashfs, make sure you have the squashfs-tools package " -"installed." -msgstr "" - -#: src/modules/unpackfs/main.py:479 -msgid "The destination \"{}\" in the target system is not a directory" -msgstr "" - -#: src/modules/luksopenswaphookcfg/main.py:26 -msgid "Configuring encrypted swap." -msgstr "" diff --git a/lang/python/fur/LC_MESSAGES/python.po b/lang/python/fur/LC_MESSAGES/python.po index 6e18f10c5..fe1c9b56d 100644 --- a/lang/python/fur/LC_MESSAGES/python.po +++ b/lang/python/fur/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Fabio Tomat , 2020\n" "Language-Team: Friulian (https://www.transifex.com/calamares/teams/20061/fur/)\n" @@ -21,189 +21,6 @@ msgstr "" "Language: fur\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Daûr a configurâ initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Erôr di configurazion" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "No je stade definide nissune partizion di doprâ par
{!s}
." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"Nol è stât indicât nissun pont di montaç di doprâ par
{!s}
." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Configure GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Instale il bootloader." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Daûr a scrivi fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Daûr a creâ initramfs cun dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "No si è rivâts a eseguî dracut su la destinazion" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Il codiç di jessude al jere {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Impussibil scrivi il file di configurazion di KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "Il file di configurazion di KDM {!s} nol esist" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Impussibil scrivi il file di configurazion di LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "Il file di configurazion di LXDM {!s} nol esist" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Impussibil scrivi il file di configurazion di LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "Il file di configurazion di LightDM {!s} nol esist" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Impussibil configurâ LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Nissun menù di benvignût par LightDM instalât." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Impussibil scrivi il file di configurazion SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "Il file di configurazion di SLIM {!s} nol esist" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Nissun gjestôr di visôrs selezionât pal modul displaymanager." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"La liste dai gjestôrs di visôrs e je vueide o no je definide sedi in " -"globalstorage che in displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "La configurazion dal gjestôr dai visôrs no jere complete" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Configure i servizis OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Impussibil zontâ il servizi {name!s} al run-level {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Impussibil gjavâ il servizi {name!s} dal run-level {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Azion dal servizi {arg!s} no cognossude pal servizi {name!s} " -"tal run-level {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Impussibil modificâ il servizi" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"La clamade rc-update {arg!s} in chroot e à tornât il codiç di " -"erôr {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Il runlevel di destinazion nol esist" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Il percors pal runlevel {level!s} al è {path!s}, che nol esist." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Il servizi di destinazion nol esist" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Il percors pal servizi {name!s} al è {path!s}, che nol esist." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Salvament de configurazion di rêt." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -251,103 +68,36 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Configure il teme di Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Salvament de configurazion di rêt." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Erôr di configurazion" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"Nol è stât indicât nissun pont di montaç di doprâ par
{!s}
." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Daûr a configurâ di mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Daûr a configurâ la localizazion." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Montaç des partizions." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Daûr a instalâ i dâts." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Lavôr di python pustiç." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Passaç di python pustiç {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Daûr a configurâ l'orloi hardware." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Daûr a configurâ il servizi dmcrypt di OpenRC." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Configure i servizis di systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"La clamade systemctl {arg!s} in chroot e à tornât il codiç di " -"erôr {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Impussibil abilitâ il servizi di systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Impussibil abilitâ la destinazion di systemd {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" -"Impussibil disabilitâ la destinazion di systemd {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Impussibil mascarâ la unitât di systemd {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Comants di systemd {command!s} e {suffix!s} no " -"cognossûts pe unitât {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "No je stade definide nissune partizion di doprâ par
{!s}
." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -357,6 +107,14 @@ msgstr "Daûr a creâ il initramfs cun mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "No si è rivâts a eseguî mkinitfs su la destinazion" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Il codiç di jessude al jere {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Daûr a configurâ il servizi dmcrypt di OpenRC." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Daûr a jemplâ i filesystems." @@ -420,3 +178,245 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "La destinazion \"{}\" tal sisteme che si va a creâ no je une cartele" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Configure i servizis di systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Impussibil modificâ il servizi" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"La clamade systemctl {arg!s} in chroot e à tornât il codiç di " +"erôr {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Impussibil abilitâ il servizi di systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Impussibil abilitâ la destinazion di systemd {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" +"Impussibil disabilitâ la destinazion di systemd {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Impussibil mascarâ la unitât di systemd {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Comants di systemd {command!s} e {suffix!s} no " +"cognossûts pe unitât {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Lavôr di python pustiç." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Passaç di python pustiç {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Instale il bootloader." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Daûr a configurâ la localizazion." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Montaç des partizions." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Configure il teme di Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Daûr a scrivi fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Configure i servizis OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Impussibil zontâ il servizi {name!s} al run-level {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Impussibil gjavâ il servizi {name!s} dal run-level {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Azion dal servizi {arg!s} no cognossude pal servizi {name!s} " +"tal run-level {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"La clamade rc-update {arg!s} in chroot e à tornât il codiç di " +"erôr {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Il runlevel di destinazion nol esist" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Il percors pal runlevel {level!s} al è {path!s}, che nol esist." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Il servizi di destinazion nol esist" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Il percors pal servizi {name!s} al è {path!s}, che nol esist." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Daûr a creâ initramfs cun dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "No si è rivâts a eseguî dracut su la destinazion" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Configure GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Impussibil scrivi il file di configurazion di KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "Il file di configurazion di KDM {!s} nol esist" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Impussibil scrivi il file di configurazion di LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "Il file di configurazion di LXDM {!s} nol esist" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Impussibil scrivi il file di configurazion di LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "Il file di configurazion di LightDM {!s} nol esist" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Impussibil configurâ LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Nissun menù di benvignût par LightDM instalât." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Impussibil scrivi il file di configurazion SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "Il file di configurazion di SLIM {!s} nol esist" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Nissun gjestôr di visôrs selezionât pal modul displaymanager." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"La liste dai gjestôrs di visôrs e je vueide o no je definide sedi in " +"globalstorage che in displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "La configurazion dal gjestôr dai visôrs no jere complete" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Daûr a configurâ initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Daûr a configurâ l'orloi hardware." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Daûr a instalâ i dâts." diff --git a/lang/python/gl/LC_MESSAGES/python.po b/lang/python/gl/LC_MESSAGES/python.po index 1f28e621d..90d46d053 100644 --- a/lang/python/gl/LC_MESSAGES/python.po +++ b/lang/python/gl/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Xosé, 2018\n" "Language-Team: Galician (https://www.transifex.com/calamares/teams/20061/gl/)\n" @@ -21,181 +21,6 @@ msgstr "" "Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Non é posíbel escribir o ficheiro de configuración de KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "O ficheiro de configuración de KDM {!s} non existe" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Non é posíbel escribir o ficheiro de configuración de LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "O ficheiro de configuración de LXDM {!s} non existe" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Non é posíbel escribir o ficheiro de configuración de LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "O ficheiro de configuración de LightDM {!s} non existe" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Non é posíbel configurar LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Non se instalou o saudador de LightDM." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Non é posíbel escribir o ficheiro de configuración de SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "O ficheiro de configuración de SLIM {!s} non existe" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" -"Non hai xestores de pantalla seleccionados para o módulo displaymanager." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "A configuración do xestor de pantalla foi incompleta" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -243,97 +68,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Tarefa parva de python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Paso parvo de python {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -344,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -407,3 +177,233 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Tarefa parva de python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Paso parvo de python {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Non é posíbel escribir o ficheiro de configuración de KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "O ficheiro de configuración de KDM {!s} non existe" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Non é posíbel escribir o ficheiro de configuración de LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "O ficheiro de configuración de LXDM {!s} non existe" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Non é posíbel escribir o ficheiro de configuración de LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "O ficheiro de configuración de LightDM {!s} non existe" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Non é posíbel configurar LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Non se instalou o saudador de LightDM." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Non é posíbel escribir o ficheiro de configuración de SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "O ficheiro de configuración de SLIM {!s} non existe" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" +"Non hai xestores de pantalla seleccionados para o módulo displaymanager." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "A configuración do xestor de pantalla foi incompleta" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/gu/LC_MESSAGES/python.po b/lang/python/gu/LC_MESSAGES/python.po index 9387f2524..873b44cc5 100644 --- a/lang/python/gu/LC_MESSAGES/python.po +++ b/lang/python/gu/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Gujarati (https://www.transifex.com/calamares/teams/20061/gu/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: gu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -238,97 +64,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -339,6 +102,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -402,3 +173,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/he/LC_MESSAGES/python.po b/lang/python/he/LC_MESSAGES/python.po index 9bd8b3ecc..9b74ec228 100644 --- a/lang/python/he/LC_MESSAGES/python.po +++ b/lang/python/he/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Yaron Shahrabani , 2022\n" "Language-Team: Hebrew (https://www.transifex.com/calamares/teams/20061/he/)\n" @@ -23,189 +23,6 @@ msgstr "" "Language: he\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "initramfs מוגדר." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "שגיאת הגדרות" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "לא הוגדרו מחיצות לשימוש של
{!s}
." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "לא סופקה נקודת עגינת שורש לשימוש של
{!s}
." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "הגדרת GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "התקנת מנהל אתחול." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "ההתקנה של grub נכשלה, לא הוגדרו מחיצות באחסון הכללי" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "שגיאת התקנת מנהל אתחול" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"לא ניתן להתקין את מנהל האתחול. פקודת ההתקנה
{!s}
החזירה את קוד " -"השגיאה {!s}." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "fstab נכתב." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "לא סופקה תצורת
{!s}
לשימוש
{!s}
." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "נוצר initramfs עם dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "הרצת dracut על היעד נכשלה" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "קוד היציאה היה {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "לא ניתן לכתוב את קובץ התצורה של KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "קובץ התצורה של KDM ‏{!s} אינו קיים" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "לא ניתן לכתוב את קובץ התצורה של LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "קובץ התצורה של LXDM ‏{!s} אינו קיים" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "לא ניתן לכתוב את קובץ התצורה של LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "קובץ התצורה של LightDM ‏{!s} אינו קיים" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "לא ניתן להגדיר את LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "לא מותקן מקבל פנים מסוג LightDM." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "לא ניתן לכתוב קובץ תצורה של SLIM." - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "קובץ התצורה {!s} של SLIM אינו קיים" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "לא נבחרו מנהלי תצוגה למודול displaymanager." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"רשימת מנהלי התצוגה ריקה או שאינה מוגדרת גם באחסון הכללי (globalstorage) וגם " -"ב־displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "תצורת מנהל התצוגה אינה שלמה" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "הגדרת שירותי OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "לא ניתן להוסיף את השירות {name!s} לשכבת ההפעלה {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "לא ניתן להסיר את השירות {name!s} משכבת ההפעלה {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"service-action‏ (פעולת שירות) {arg!s} בלתי ידועה עבור השירות " -"{name!s} בשכבת ההפעלה {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "לא ניתן לשנות את השירות" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"הקריאה rc-update {arg!s} במצב chroot החזירה את קוד השגיאה " -"{num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "יעד שכבת ההפעלה אינו קיים" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"הנתיב לשכבת ההפעלה {level!s} הוא {path!s} ונתיב זה אינו קיים." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "שירות היעד אינו קיים" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "הנתיב לשירות {name!s} הוא {path!s}, שאינו קיים." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "הגדרות הרשת נשמרות." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -263,103 +80,35 @@ msgstr "" "מנהל החבילות לא הצליח לערוך שינויים במערכת המותקנת. הפקודה
{!s}
" "החזירה את קוד השגיאה {!s}." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "הגדרת ערכת עיצוב של Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "הגדרות הרשת נשמרות." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "שגיאת הגדרות" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "לא סופקה נקודת עגינת שורש לשימוש של
{!s}
." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "mkinitcpio מותקן." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "השפות מוגדרות." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "מחיצות מעוגנות." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "שגיאה פנימית בעיגון סדרות נתונים של zfs" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "ייבוא zpool נכשל" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "שחרור zpool נכשל" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "הגדרת נקודת עיגון של zfs נכשלה" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "שגיאת עיגון zfs" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "הנתונים מותקנים." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "משימת דמה של Python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "צעד דמה של Python {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "שעון החומרה מוגדר." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "שירות dmcrypt ל־OpenRC מוגדר." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "הגדרת שירותי systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"systemctl {arg!s} הקריאה ב־chroot החזירה את קוד השגיאה {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "לא ניתן להפעיל את השירות הבא של systemd:‏ {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "לא ניתן להפעיל את היעד של systemd בשם {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" -"לא ניתן להפעיל את המתזמן ב־systemd בשם " -"{name!s}." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "לא ניתן להשבית את היעד של systemd בשם {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "לא ניתן למסך את היחידה של systemd בשם {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"פקודות לא ידועות של systemd‏ {command!s} " -"ו־{suffix!s} עבור היחידה {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "לא הוגדרו מחיצות לשימוש של
{!s}
." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -369,6 +118,14 @@ msgstr "initramfs נוצר בעזרת mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "הרצת mkinitfs על היעד נכשלה" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "קוד היציאה היה {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "שירות dmcrypt ל־OpenRC מוגדר." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "מערכות הקבצים מתמלאות." @@ -434,3 +191,246 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "היעד „{}” במערכת הקבצים המיועדת אינו תיקייה" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "הגדרת שירותי systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "לא ניתן לשנות את השירות" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"systemctl {arg!s} הקריאה ב־chroot החזירה את קוד השגיאה {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "לא ניתן להפעיל את השירות הבא של systemd:‏ {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "לא ניתן להפעיל את היעד של systemd בשם {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" +"לא ניתן להפעיל את המתזמן ב־systemd בשם " +"{name!s}." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "לא ניתן להשבית את היעד של systemd בשם {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "לא ניתן למסך את היחידה של systemd בשם {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"פקודות לא ידועות של systemd‏ {command!s} " +"ו־{suffix!s} עבור היחידה {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "משימת דמה של Python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "צעד דמה של Python {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "התקנת מנהל אתחול." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "ההתקנה של grub נכשלה, לא הוגדרו מחיצות באחסון הכללי" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "שגיאת התקנת מנהל אתחול" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"לא ניתן להתקין את מנהל האתחול. פקודת ההתקנה
{!s}
החזירה את קוד " +"השגיאה {!s}." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "השפות מוגדרות." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "מחיצות מעוגנות." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "שגיאה פנימית בעיגון סדרות נתונים של zfs" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "ייבוא zpool נכשל" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "שחרור zpool נכשל" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "הגדרת נקודת עיגון של zfs נכשלה" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "שגיאת עיגון zfs" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "הגדרת ערכת עיצוב של Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "fstab נכתב." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "לא סופקה תצורת
{!s}
לשימוש
{!s}
." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "הגדרת שירותי OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "לא ניתן להוסיף את השירות {name!s} לשכבת ההפעלה {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "לא ניתן להסיר את השירות {name!s} משכבת ההפעלה {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"service-action‏ (פעולת שירות) {arg!s} בלתי ידועה עבור השירות " +"{name!s} בשכבת ההפעלה {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"הקריאה rc-update {arg!s} במצב chroot החזירה את קוד השגיאה " +"{num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "יעד שכבת ההפעלה אינו קיים" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"הנתיב לשכבת ההפעלה {level!s} הוא {path!s} ונתיב זה אינו קיים." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "שירות היעד אינו קיים" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "הנתיב לשירות {name!s} הוא {path!s}, שאינו קיים." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "נוצר initramfs עם dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "הרצת dracut על היעד נכשלה" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "הגדרת GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "לא ניתן לכתוב את קובץ התצורה של KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "קובץ התצורה של KDM ‏{!s} אינו קיים" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "לא ניתן לכתוב את קובץ התצורה של LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "קובץ התצורה של LXDM ‏{!s} אינו קיים" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "לא ניתן לכתוב את קובץ התצורה של LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "קובץ התצורה של LightDM ‏{!s} אינו קיים" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "לא ניתן להגדיר את LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "לא מותקן מקבל פנים מסוג LightDM." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "לא ניתן לכתוב קובץ תצורה של SLIM." + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "קובץ התצורה {!s} של SLIM אינו קיים" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "לא נבחרו מנהלי תצוגה למודול displaymanager." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"רשימת מנהלי התצוגה ריקה או שאינה מוגדרת גם באחסון הכללי (globalstorage) וגם " +"ב־displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "תצורת מנהל התצוגה אינה שלמה" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "initramfs מוגדר." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "שעון החומרה מוגדר." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "הנתונים מותקנים." diff --git a/lang/python/hi/LC_MESSAGES/python.po b/lang/python/hi/LC_MESSAGES/python.po index 6ace0fbf8..1de7c2b87 100644 --- a/lang/python/hi/LC_MESSAGES/python.po +++ b/lang/python/hi/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Panwar108 , 2022\n" "Language-Team: Hindi (https://www.transifex.com/calamares/teams/20061/hi/)\n" @@ -21,190 +21,6 @@ msgstr "" "Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "initramfs को विन्यस्त करना। " - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "विन्यास त्रुटि" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "
{!s}
के उपयोग हेतु कोई विभाजन परिभाषित नहीं हैं।" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"
{!s}
के उपयोग हेतु कोई रुट माउंट पॉइंट प्रदान नहीं किया गया।" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "GRUB विन्यस्त करना।" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "बूट लोडर इंस्टॉल करना।" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "grub इंस्टॉल करना विफल, सर्वत्र संचयन में कोई विभाजन परिभाषित नहीं है" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "बूट लोडर इंस्टॉल त्रुटि" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"बूट लोडर इंस्टॉल करना विफल। इंस्टॉल कमांड
{!s}
हेतु त्रुटि कोड " -"{!s} प्राप्त।" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "fstab पर राइट करना।" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"कोई
{!s}
विन्यास प्रदान नहीं किया गया
{!s}
के उपयोग " -"हेतु।" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "dracut के साथ initramfs बनाना।" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "लक्ष्य पर dracut निष्पादन विफल" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "त्रुटि कोड {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "KDM विन्यास फ़ाइल राइट नहीं की जा सकती" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM विन्यास फ़ाइल {!s} मौजूद नहीं है" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "LXDM विन्यास फ़ाइल राइट नहीं की जा सकती" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM विन्यास फ़ाइल {!s} मौजूद नहीं है" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "LightDM विन्यास फ़ाइल राइट नहीं की जा सकती" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM विन्यास फ़ाइल {!s} मौजूद नहीं है" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "LightDM को विन्यस्त नहीं किया जा सकता" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "कोई LightDM लॉगिन स्क्रीन इंस्टॉल नहीं है।" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "SLIM विन्यास फ़ाइल राइट नहीं की जा सकती" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM विन्यास फ़ाइल {!s} मौजूद नहीं है" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "चयनित डिस्प्ले प्रबंधक मॉड्यूल हेतु कोई डिस्प्ले प्रबंधक नहीं मिला।" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"globalstorage व displaymanager.conf में डिस्प्ले प्रबंधक सूची रिक्त या " -"अपरिभाषित है।" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "डिस्प्ले प्रबंधक विन्यास अधूरा था" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "OpenRC सेवाएँ विन्यस्त करना" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "रन-लेवल {level!s} में सेवा {name!s} को जोड़ा नहीं जा सका।" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "रन-लेवल {level!s} में सेवा {name!s} को हटाया नहीं जा सका।" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"रन-लेवल {level!s} में सेवा {name!s} हेतु अज्ञात सेवा-कार्य " -"{arg!s}।" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "सेवा को संशोधित नहीं किया जा सकता" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "chroot में rc-update {arg!s} कॉल त्रुटि कोड {num!s}।" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "लक्षित रनलेवल मौजूद नहीं है" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"रनलेवल {level!s} हेतु पथ {path!s} है, जो कि मौजूद नहीं है।" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "लक्षित सेवा मौजूद नहीं है" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "सेवा {name!s} हेतु पथ {path!s} है, जो कि मौजूद नहीं है।" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "नेटवर्क विन्यास सेटिंग्स संचित करना।" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -258,100 +74,36 @@ msgstr "" "पैकेज प्रबंधक द्वारा इंस्टॉल हो रखें सिस्टम पर परिवर्तन करना विफल। कमांड " "
{!s}
हेतु त्रुटि कोड {!s} प्राप्त।" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Plymouth थीम विन्यस्त करना " +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "नेटवर्क विन्यास सेटिंग्स संचित करना।" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "विन्यास त्रुटि" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"
{!s}
के उपयोग हेतु कोई रुट माउंट पॉइंट प्रदान नहीं किया गया।" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "mkinitcpio को विन्यस्त करना।" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "स्थानिकी को विन्यस्त करना।" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "विभाजन माउंट करना।" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "zfs डेटासेट माउंट करते समय आंतरिक त्रुटि" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "zpool आयात विफल" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "zpool अनलॉक करना विफल" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "zfs माउंट पॉइंट निर्धारण विफल" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "zfs माउंट संबंधी त्रुटि" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "डाटा इंस्टॉल करना।" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "डमी पाइथन प्रक्रिया ।" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "डमी पाइथन प्रक्रिया की चरण संख्या {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "हार्डवेयर घड़ी सेट करना।" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "OpenRC dmcrypt सेवा विन्यस्त करना।" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "systemd सेवाएँ विन्यस्त करना" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "chroot में systemctl {arg!s} कॉल त्रुटि कोड {num!s}।" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "systemd सेवा {name!s} को सक्रिय नहीं किया जा सकता।" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "systemd लक्ष्य {name!s}सक्रिय करना विफल।" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "systemd टाइमर {name!s}सक्रिय करना विफल।" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "systemd लक्ष्य {name!s} निष्क्रिय करना विफल।" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "systemd यूनिट {name!s} को मास्क नहीं किया जा सकता।" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"यूनिट {name!s} हेतु अज्ञात systemd कमांड {command!s} व " -"{suffix!s}।" +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "
{!s}
के उपयोग हेतु कोई विभाजन परिभाषित नहीं हैं।" #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -361,6 +113,14 @@ msgstr "mkinitfs के साथ initramfs बनाना।" msgid "Failed to run mkinitfs on the target" msgstr "लक्ष्य पर mkinitfs निष्पादन विफल" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "त्रुटि कोड {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "OpenRC dmcrypt सेवा विन्यस्त करना।" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "फाइल सिस्टम भरना।" @@ -426,3 +186,243 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "लक्षित सिस्टम में \"{}\" स्थान कोई डायरेक्टरी नहीं है" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "systemd सेवाएँ विन्यस्त करना" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "सेवा को संशोधित नहीं किया जा सकता" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "chroot में systemctl {arg!s} कॉल त्रुटि कोड {num!s}।" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "systemd सेवा {name!s} को सक्रिय नहीं किया जा सकता।" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "systemd लक्ष्य {name!s}सक्रिय करना विफल।" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "systemd टाइमर {name!s}सक्रिय करना विफल।" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "systemd लक्ष्य {name!s} निष्क्रिय करना विफल।" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "systemd यूनिट {name!s} को मास्क नहीं किया जा सकता।" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"यूनिट {name!s} हेतु अज्ञात systemd कमांड {command!s} व " +"{suffix!s}।" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "डमी पाइथन प्रक्रिया ।" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "डमी पाइथन प्रक्रिया की चरण संख्या {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "बूट लोडर इंस्टॉल करना।" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "grub इंस्टॉल करना विफल, सर्वत्र संचयन में कोई विभाजन परिभाषित नहीं है" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "बूट लोडर इंस्टॉल त्रुटि" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"बूट लोडर इंस्टॉल करना विफल। इंस्टॉल कमांड
{!s}
हेतु त्रुटि कोड " +"{!s} प्राप्त।" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "स्थानिकी को विन्यस्त करना।" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "विभाजन माउंट करना।" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "zfs डेटासेट माउंट करते समय आंतरिक त्रुटि" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "zpool आयात विफल" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "zpool अनलॉक करना विफल" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "zfs माउंट पॉइंट निर्धारण विफल" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "zfs माउंट संबंधी त्रुटि" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Plymouth थीम विन्यस्त करना " + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "fstab पर राइट करना।" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"कोई
{!s}
विन्यास प्रदान नहीं किया गया
{!s}
के उपयोग " +"हेतु।" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "OpenRC सेवाएँ विन्यस्त करना" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "रन-लेवल {level!s} में सेवा {name!s} को जोड़ा नहीं जा सका।" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "रन-लेवल {level!s} में सेवा {name!s} को हटाया नहीं जा सका।" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"रन-लेवल {level!s} में सेवा {name!s} हेतु अज्ञात सेवा-कार्य " +"{arg!s}।" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "chroot में rc-update {arg!s} कॉल त्रुटि कोड {num!s}।" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "लक्षित रनलेवल मौजूद नहीं है" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"रनलेवल {level!s} हेतु पथ {path!s} है, जो कि मौजूद नहीं है।" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "लक्षित सेवा मौजूद नहीं है" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "सेवा {name!s} हेतु पथ {path!s} है, जो कि मौजूद नहीं है।" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "dracut के साथ initramfs बनाना।" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "लक्ष्य पर dracut निष्पादन विफल" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "GRUB विन्यस्त करना।" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "KDM विन्यास फ़ाइल राइट नहीं की जा सकती" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM विन्यास फ़ाइल {!s} मौजूद नहीं है" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "LXDM विन्यास फ़ाइल राइट नहीं की जा सकती" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM विन्यास फ़ाइल {!s} मौजूद नहीं है" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "LightDM विन्यास फ़ाइल राइट नहीं की जा सकती" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM विन्यास फ़ाइल {!s} मौजूद नहीं है" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "LightDM को विन्यस्त नहीं किया जा सकता" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "कोई LightDM लॉगिन स्क्रीन इंस्टॉल नहीं है।" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "SLIM विन्यास फ़ाइल राइट नहीं की जा सकती" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM विन्यास फ़ाइल {!s} मौजूद नहीं है" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "चयनित डिस्प्ले प्रबंधक मॉड्यूल हेतु कोई डिस्प्ले प्रबंधक नहीं मिला।" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"globalstorage व displaymanager.conf में डिस्प्ले प्रबंधक सूची रिक्त या " +"अपरिभाषित है।" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "डिस्प्ले प्रबंधक विन्यास अधूरा था" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "initramfs को विन्यस्त करना। " + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "हार्डवेयर घड़ी सेट करना।" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "डाटा इंस्टॉल करना।" diff --git a/lang/python/hi_IN/LC_MESSAGES/python.po b/lang/python/hi_IN/LC_MESSAGES/python.po deleted file mode 100644 index a3b5a20a4..000000000 --- a/lang/python/hi_IN/LC_MESSAGES/python.po +++ /dev/null @@ -1,387 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-02 15:45+0100\n" -"PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Language-Team: Hindi (India) (https://www.transifex.com/calamares/teams/20061/hi_IN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hi_IN\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361 -#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -#: src/modules/luksopenswaphookcfg/main.py:86 -#: src/modules/luksopenswaphookcfg/main.py:90 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356 -#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -#: src/modules/luksopenswaphookcfg/main.py:87 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -#: src/modules/luksopenswaphookcfg/main.py:91 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:508 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:509 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:389 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:526 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:527 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:588 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:589 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:672 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:673 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:747 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:748 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:779 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:780 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:906 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:907 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:989 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - -#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 -#: src/modules/packages/main.py:69 -msgid "Install packages." -msgstr "" - -#: src/modules/packages/main.py:57 -#, python-format -msgid "Processing packages (%(count)d / %(total)d)" -msgstr "" - -#: src/modules/packages/main.py:62 -#, python-format -msgid "Installing one package." -msgid_plural "Installing %(num)d packages." -msgstr[0] "" -msgstr[1] "" - -#: src/modules/packages/main.py:65 -#, python-format -msgid "Removing one package." -msgid_plural "Removing %(num)d packages." -msgstr[0] "" -msgstr[1] "" - -#: src/modules/packages/main.py:638 src/modules/packages/main.py:650 -#: src/modules/packages/main.py:678 -msgid "Package Manager error" -msgstr "" - -#: src/modules/packages/main.py:639 -msgid "" -"The package manager could not prepare updates. The command
{!s}
" -"returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:651 -msgid "" -"The package manager could not update the system. The command
{!s}
" -" returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:679 -msgid "" -"The package manager could not make changes to the installed system. The " -"command
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "" - -#: src/modules/initcpiocfg/main.py:28 -msgid "Configuring mkinitcpio." -msgstr "" - -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:30 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/umount/main.py:31 -msgid "Unmount file systems." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" - -#: src/modules/mkinitfs/main.py:27 -msgid "Creating initramfs with mkinitfs." -msgstr "" - -#: src/modules/mkinitfs/main.py:49 -msgid "Failed to run mkinitfs on the target" -msgstr "" - -#: src/modules/unpackfs/main.py:34 -msgid "Filling up filesystems." -msgstr "" - -#: src/modules/unpackfs/main.py:254 -msgid "rsync failed with error code {}." -msgstr "" - -#: src/modules/unpackfs/main.py:299 -msgid "Unpacking image {}/{}, file {}/{}" -msgstr "" - -#: src/modules/unpackfs/main.py:314 -msgid "Starting to unpack {}" -msgstr "" - -#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465 -msgid "Failed to unpack image \"{}\"" -msgstr "" - -#: src/modules/unpackfs/main.py:430 -msgid "No mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:431 -msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:436 -msgid "Bad mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:437 -msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457 -#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478 -msgid "Bad unsquash configuration" -msgstr "" - -#: src/modules/unpackfs/main.py:454 -msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" -msgstr "" - -#: src/modules/unpackfs/main.py:458 -msgid "The source filesystem \"{}\" does not exist" -msgstr "" - -#: src/modules/unpackfs/main.py:464 -msgid "" -"Failed to find unsquashfs, make sure you have the squashfs-tools package " -"installed." -msgstr "" - -#: src/modules/unpackfs/main.py:479 -msgid "The destination \"{}\" in the target system is not a directory" -msgstr "" - -#: src/modules/luksopenswaphookcfg/main.py:26 -msgid "Configuring encrypted swap." -msgstr "" diff --git a/lang/python/hr/LC_MESSAGES/python.po b/lang/python/hr/LC_MESSAGES/python.po index 2a6bd2460..4aefea56d 100644 --- a/lang/python/hr/LC_MESSAGES/python.po +++ b/lang/python/hr/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Lovro Kudelić , 2022\n" "Language-Team: Croatian (https://www.transifex.com/calamares/teams/20061/hr/)\n" @@ -21,194 +21,6 @@ msgstr "" "Language: hr\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Konfiguriranje initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Greška konfiguracije" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Nema definiranih particija za
{!s}
korištenje." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"Nijedna root točka montiranja nije definirana za
{!s}
korištenje." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Konfigurirajte GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Instaliram bootloader." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"Instalacija gruba nije uspjela, nema definiranih particija u globalnoj " -"pohrani" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Greška prilikom instalacije bootloadera" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"Bootloader nije mogao biti instaliran. Instalacijska naredba
{!s}
" -" je vratila kod pogreške {!s}." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Zapisujem fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "Nije dana konfiguracija
{!s}
za
{!s}
upotrebu." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Stvaranje initramfs s dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Nije uspjelo pokretanje dracuta na ciljanom sustavu" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Izlazni kod bio je {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Ne mogu zapisati KDM konfiguracijsku datoteku" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM konfiguracijska datoteka {!s} ne postoji" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Ne mogu zapisati LXDM konfiguracijsku datoteku" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM konfiguracijska datoteka {!s} ne postoji" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Ne moku zapisati LightDM konfiguracijsku datoteku" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM konfiguracijska datoteka {!s} ne postoji" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Ne mogu konfigurirati LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Nije instaliran LightDM pozdravnik." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Ne mogu zapisati SLIM konfiguracijsku datoteku" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM konfiguracijska datoteka {!s} ne postoji" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Nisu odabrani upravitelji zaslona za modul displaymanager." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Popis upravitelja zaslona je prazan ili nedefiniran u oba globalstorage i " -"displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Konfiguracija upravitelja zaslona nije bila potpuna" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Konfigurirajte OpneRC servise" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Ne mogu dodati servis {name!s} u run-level {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Ne mogu ukloniti servis {name!s} iz run-level-a {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Nepoznat service-action {arg!s} za servis {name!s} u run-level " -"{level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Ne mogu modificirati servis" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} poziv u chroot-u vratio je kod pogreške " -"{num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Ciljni runlevel ne postoji" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Putanja za runlevel {level!s} je {path!s}, međutim ona ne " -"postoji." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Ciljni servis ne postoji" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Putanja servisa {name!s} je {path!s}, međutim ona ne postoji." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Spremanje mrežne konfiguracije." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -264,102 +76,36 @@ msgstr "" "Upravitelj paketa nije mogao izvršiti promjene na instaliranom sustavu. " "Naredba
{!s}
je vratila kôd pogreške {!s}." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Konfigurirajte Plymouth temu" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Spremanje mrežne konfiguracije." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Greška konfiguracije" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"Nijedna root točka montiranja nije definirana za
{!s}
korištenje." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Konfiguriranje mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Konfiguriranje lokalizacije." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Montiranje particija." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Interna pogreška pri postavljanju zfs skupova podataka" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "Nije uspio uvoz zpool-a" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "Otključavanje zpool-a nije uspjelo" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "Nije uspjelo postavljanje ZFS točke montiranja" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "ZFS greška montiranja" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Instaliranje podataka." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Testni python posao." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Testni python korak {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Postavljanje hardverskog sata." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Konfiguriranje servisa OpenRC dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Konfiguriraj systemd servise" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"systemctl {arg!s} poziv u chroot-u vratio je kod pogreške " -"{num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Ne mogu omogućiti systemd servis {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Ne mogu omogućiti systemd cilj {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "Nije moguće omogućiti systemd timer {name!s}." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Ne mogu onemogućiti systemd cilj {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Ne mogu maskirati systemd jedinicu {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Nepoznata systemd naredba {command!s} i {suffix!s}" -" za jedinicu {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Nema definiranih particija za
{!s}
korištenje." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -369,6 +115,14 @@ msgstr "Stvaranje initramfs s mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Pokretanje mkinitfs na ciljanom sustavu nije uspjelo" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Izlazni kod bio je {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Konfiguriranje servisa OpenRC dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Popunjavanje datotečnih sustava." @@ -434,3 +188,249 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Odredište \"{}\" u ciljnom sustavu nije direktorij" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Konfiguriraj systemd servise" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Ne mogu modificirati servis" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"systemctl {arg!s} poziv u chroot-u vratio je kod pogreške " +"{num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Ne mogu omogućiti systemd servis {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Ne mogu omogućiti systemd cilj {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "Nije moguće omogućiti systemd timer {name!s}." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Ne mogu onemogućiti systemd cilj {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Ne mogu maskirati systemd jedinicu {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Nepoznata systemd naredba {command!s} i {suffix!s}" +" za jedinicu {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Testni python posao." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Testni python korak {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Instaliram bootloader." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"Instalacija gruba nije uspjela, nema definiranih particija u globalnoj " +"pohrani" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Greška prilikom instalacije bootloadera" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"Bootloader nije mogao biti instaliran. Instalacijska naredba
{!s}
" +" je vratila kod pogreške {!s}." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Konfiguriranje lokalizacije." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Montiranje particija." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "Interna pogreška pri postavljanju zfs skupova podataka" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "Nije uspio uvoz zpool-a" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "Otključavanje zpool-a nije uspjelo" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "Nije uspjelo postavljanje ZFS točke montiranja" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "ZFS greška montiranja" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Konfigurirajte Plymouth temu" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Zapisujem fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "Nije dana konfiguracija
{!s}
za
{!s}
upotrebu." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Konfigurirajte OpneRC servise" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Ne mogu dodati servis {name!s} u run-level {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Ne mogu ukloniti servis {name!s} iz run-level-a {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Nepoznat service-action {arg!s} za servis {name!s} u run-level " +"{level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} poziv u chroot-u vratio je kod pogreške " +"{num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Ciljni runlevel ne postoji" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Putanja za runlevel {level!s} je {path!s}, međutim ona ne " +"postoji." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Ciljni servis ne postoji" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Putanja servisa {name!s} je {path!s}, međutim ona ne postoji." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Stvaranje initramfs s dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Nije uspjelo pokretanje dracuta na ciljanom sustavu" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Konfigurirajte GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Ne mogu zapisati KDM konfiguracijsku datoteku" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM konfiguracijska datoteka {!s} ne postoji" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Ne mogu zapisati LXDM konfiguracijsku datoteku" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM konfiguracijska datoteka {!s} ne postoji" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Ne moku zapisati LightDM konfiguracijsku datoteku" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM konfiguracijska datoteka {!s} ne postoji" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Ne mogu konfigurirati LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Nije instaliran LightDM pozdravnik." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Ne mogu zapisati SLIM konfiguracijsku datoteku" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM konfiguracijska datoteka {!s} ne postoji" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Nisu odabrani upravitelji zaslona za modul displaymanager." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Popis upravitelja zaslona je prazan ili nedefiniran u oba globalstorage i " +"displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Konfiguracija upravitelja zaslona nije bila potpuna" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Konfiguriranje initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Postavljanje hardverskog sata." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Instaliranje podataka." diff --git a/lang/python/hu/LC_MESSAGES/python.po b/lang/python/hu/LC_MESSAGES/python.po index 77bebd99a..cfb414382 100644 --- a/lang/python/hu/LC_MESSAGES/python.po +++ b/lang/python/hu/LC_MESSAGES/python.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Lajos Pasztor , 2019\n" "Language-Team: Hungarian (https://www.transifex.com/calamares/teams/20061/hu/)\n" @@ -24,186 +24,6 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "initramfs konfigurálása." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Konfigurációs hiba" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Nincsenek partíciók meghatározva a
{!s}
használatához." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "Nincs root csatolási pont megadva a
{!s}
használatához." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "GRUB konfigurálása." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Rendszerbetöltő telepítése." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "fstab írása." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "initramfs létrehozása ezzel: dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "dracut futtatása nem sikerült a célon." - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "A kilépési kód {} volt." - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "A KDM konfigurációs fájl nem írható" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "A(z) {!s} KDM konfigurációs fájl nem létezik" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Az LXDM konfigurációs fájl nem írható" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "A(z) {!s} LXDM konfigurációs fájl nem létezik" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "A LightDM konfigurációs fájl nem írható" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "A(z) {!s} LightDM konfigurációs fájl nem létezik" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "A LightDM nem állítható be" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Nincs LightDM üdvözlő telepítve." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "A SLIM konfigurációs fájl nem írható" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "A(z) {!s} SLIM konfigurációs fájl nem létezik" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Nincs kijelzőkezelő kiválasztva a kijelzőkezelő modulhoz." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "A kijelzőkezelő konfigurációja hiányos volt" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "OpenRC szolgáltatások beállítása" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Nem lehet {name!s} szolgáltatást hozzáadni a run-level {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Nem lehet törölni a {name!s} szolgáltatást a {level!s} futás-szintből" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Ismeretlen service-action {arg!s} a szolgáltatáshoz {name!s} in" -" run-level {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "a szolgáltatást nem lehet módosítani" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} hívás a chroot-ban hibakódot adott: {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "A cél futási szint nem létezik" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"A futási-szint elérési útja {level!s} ami {path!s}, nem " -"létezik." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "A cél szolgáltatás nem létezik" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"A szolgáltatás {name!s} elérési útja {path!s}, nem létezik." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Hálózati konfiguráció mentése." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -251,102 +71,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Plymouth téma beállítása" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Hálózati konfiguráció mentése." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Konfigurációs hiba" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "Nincs root csatolási pont megadva a
{!s}
használatához." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "mkinitcpio konfigurálása." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "nyelvi értékek konfigurálása." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Partíciók csatolása." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Adatok telepítése." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Hamis Python feladat." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Hamis {}. Python lépés" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Rendszeridő beállítása." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "OpenRC dmcrypt szolgáltatás konfigurálása." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "systemd szolgáltatások beállítása" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"systemctl {arg!s} hívás a chroot-ban hibakódot okozott {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" -"Nem sikerült a systemd szolgáltatást engedélyezni: {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Nem sikerült a systemd célt engedélyezni: {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Nem sikerült a systemd cél {name!s} letiltása." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Nem maszkolható systemd egység: {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Ismeretlen systemd parancsok {command!s} és " -"{suffix!s} a {name!s} egységhez. " +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Nincsenek partíciók meghatározva a
{!s}
használatához." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -356,6 +109,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "A kilépési kód {} volt." + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "OpenRC dmcrypt szolgáltatás konfigurálása." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Fájlrendszerek betöltése." @@ -419,3 +180,242 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Az elérés \"{}\" nem létező könyvtár a cél rendszerben" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "systemd szolgáltatások beállítása" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "a szolgáltatást nem lehet módosítani" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"systemctl {arg!s} hívás a chroot-ban hibakódot okozott {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" +"Nem sikerült a systemd szolgáltatást engedélyezni: {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Nem sikerült a systemd célt engedélyezni: {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Nem sikerült a systemd cél {name!s} letiltása." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Nem maszkolható systemd egység: {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Ismeretlen systemd parancsok {command!s} és " +"{suffix!s} a {name!s} egységhez. " + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Hamis Python feladat." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Hamis {}. Python lépés" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Rendszerbetöltő telepítése." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "nyelvi értékek konfigurálása." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Partíciók csatolása." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Plymouth téma beállítása" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "fstab írása." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "OpenRC szolgáltatások beállítása" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Nem lehet {name!s} szolgáltatást hozzáadni a run-level {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Nem lehet törölni a {name!s} szolgáltatást a {level!s} futás-szintből" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Ismeretlen service-action {arg!s} a szolgáltatáshoz {name!s} in" +" run-level {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} hívás a chroot-ban hibakódot adott: {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "A cél futási szint nem létezik" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"A futási-szint elérési útja {level!s} ami {path!s}, nem " +"létezik." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "A cél szolgáltatás nem létezik" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"A szolgáltatás {name!s} elérési útja {path!s}, nem létezik." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "initramfs létrehozása ezzel: dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "dracut futtatása nem sikerült a célon." + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "GRUB konfigurálása." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "A KDM konfigurációs fájl nem írható" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "A(z) {!s} KDM konfigurációs fájl nem létezik" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Az LXDM konfigurációs fájl nem írható" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "A(z) {!s} LXDM konfigurációs fájl nem létezik" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "A LightDM konfigurációs fájl nem írható" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "A(z) {!s} LightDM konfigurációs fájl nem létezik" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "A LightDM nem állítható be" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Nincs LightDM üdvözlő telepítve." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "A SLIM konfigurációs fájl nem írható" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "A(z) {!s} SLIM konfigurációs fájl nem létezik" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Nincs kijelzőkezelő kiválasztva a kijelzőkezelő modulhoz." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "A kijelzőkezelő konfigurációja hiányos volt" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "initramfs konfigurálása." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Rendszeridő beállítása." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Adatok telepítése." diff --git a/lang/python/id/LC_MESSAGES/python.po b/lang/python/id/LC_MESSAGES/python.po index c900d42b0..c431120ba 100644 --- a/lang/python/id/LC_MESSAGES/python.po +++ b/lang/python/id/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Drajat Hasan , 2021\n" "Language-Team: Indonesian (https://www.transifex.com/calamares/teams/20061/id/)\n" @@ -23,180 +23,6 @@ msgstr "" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Kesalahan Konfigurasi" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Gak bisa menulis file konfigurasi KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "File {!s} config KDM belum ada" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Gak bisa menulis file konfigurasi LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "File {!s} config LXDM enggak ada" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Gak bisa menulis file konfigurasi LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "File {!s} config LightDM belum ada" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Gak bisa mengkonfigurasi LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Tiada LightDM greeter yang terinstal." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Gak bisa menulis file konfigurasi SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "File {!s} config SLIM belum ada" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Tiada display manager yang dipilih untuk modul displaymanager." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Konfigurasi display manager belum rampung" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -242,97 +68,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Kesalahan Konfigurasi" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Tugas dumi python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Langkah {} dumi python" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -343,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -406,3 +177,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Tugas dumi python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Langkah {} dumi python" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Gak bisa menulis file konfigurasi KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "File {!s} config KDM belum ada" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Gak bisa menulis file konfigurasi LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "File {!s} config LXDM enggak ada" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Gak bisa menulis file konfigurasi LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "File {!s} config LightDM belum ada" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Gak bisa mengkonfigurasi LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Tiada LightDM greeter yang terinstal." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Gak bisa menulis file konfigurasi SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "File {!s} config SLIM belum ada" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Tiada display manager yang dipilih untuk modul displaymanager." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Konfigurasi display manager belum rampung" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/id_ID/LC_MESSAGES/python.po b/lang/python/id_ID/LC_MESSAGES/python.po deleted file mode 100644 index 0ed5decfa..000000000 --- a/lang/python/id_ID/LC_MESSAGES/python.po +++ /dev/null @@ -1,385 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-02 15:45+0100\n" -"PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Language-Team: Indonesian (Indonesia) (https://www.transifex.com/calamares/teams/20061/id_ID/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: id_ID\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361 -#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -#: src/modules/luksopenswaphookcfg/main.py:86 -#: src/modules/luksopenswaphookcfg/main.py:90 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356 -#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -#: src/modules/luksopenswaphookcfg/main.py:87 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -#: src/modules/luksopenswaphookcfg/main.py:91 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:508 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:509 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:389 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:526 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:527 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:588 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:589 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:672 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:673 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:747 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:748 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:779 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:780 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:906 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:907 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:989 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - -#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 -#: src/modules/packages/main.py:69 -msgid "Install packages." -msgstr "" - -#: src/modules/packages/main.py:57 -#, python-format -msgid "Processing packages (%(count)d / %(total)d)" -msgstr "" - -#: src/modules/packages/main.py:62 -#, python-format -msgid "Installing one package." -msgid_plural "Installing %(num)d packages." -msgstr[0] "" - -#: src/modules/packages/main.py:65 -#, python-format -msgid "Removing one package." -msgid_plural "Removing %(num)d packages." -msgstr[0] "" - -#: src/modules/packages/main.py:638 src/modules/packages/main.py:650 -#: src/modules/packages/main.py:678 -msgid "Package Manager error" -msgstr "" - -#: src/modules/packages/main.py:639 -msgid "" -"The package manager could not prepare updates. The command
{!s}
" -"returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:651 -msgid "" -"The package manager could not update the system. The command
{!s}
" -" returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:679 -msgid "" -"The package manager could not make changes to the installed system. The " -"command
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "" - -#: src/modules/initcpiocfg/main.py:28 -msgid "Configuring mkinitcpio." -msgstr "" - -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:30 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/umount/main.py:31 -msgid "Unmount file systems." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" - -#: src/modules/mkinitfs/main.py:27 -msgid "Creating initramfs with mkinitfs." -msgstr "" - -#: src/modules/mkinitfs/main.py:49 -msgid "Failed to run mkinitfs on the target" -msgstr "" - -#: src/modules/unpackfs/main.py:34 -msgid "Filling up filesystems." -msgstr "" - -#: src/modules/unpackfs/main.py:254 -msgid "rsync failed with error code {}." -msgstr "" - -#: src/modules/unpackfs/main.py:299 -msgid "Unpacking image {}/{}, file {}/{}" -msgstr "" - -#: src/modules/unpackfs/main.py:314 -msgid "Starting to unpack {}" -msgstr "" - -#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465 -msgid "Failed to unpack image \"{}\"" -msgstr "" - -#: src/modules/unpackfs/main.py:430 -msgid "No mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:431 -msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:436 -msgid "Bad mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:437 -msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457 -#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478 -msgid "Bad unsquash configuration" -msgstr "" - -#: src/modules/unpackfs/main.py:454 -msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" -msgstr "" - -#: src/modules/unpackfs/main.py:458 -msgid "The source filesystem \"{}\" does not exist" -msgstr "" - -#: src/modules/unpackfs/main.py:464 -msgid "" -"Failed to find unsquashfs, make sure you have the squashfs-tools package " -"installed." -msgstr "" - -#: src/modules/unpackfs/main.py:479 -msgid "The destination \"{}\" in the target system is not a directory" -msgstr "" - -#: src/modules/luksopenswaphookcfg/main.py:26 -msgid "Configuring encrypted swap." -msgstr "" diff --git a/lang/python/ie/LC_MESSAGES/python.po b/lang/python/ie/LC_MESSAGES/python.po index d32287b18..49eb3b925 100644 --- a/lang/python/ie/LC_MESSAGES/python.po +++ b/lang/python/ie/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Caarmi, 2020\n" "Language-Team: Interlingue (https://www.transifex.com/calamares/teams/20061/ie/)\n" @@ -21,182 +21,6 @@ msgstr "" "Language: ie\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Configurante initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Errore de configuration" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Null partition es definit por usa de
{!s}
." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Configurante GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Installante li bootloader." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Scrition de fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Li code de termination esset {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Ne successat scrir li file de configuration de KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "File del configuration de KDM {!s} ne existe" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Ne successat scrir li file de configuration de LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "File del configuration de LXDM {!s} ne existe" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Ne successat scrir li file de configuration de LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "File del configuration de LightDM {!s} ne existe" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "File del configuration de SLIM {!s} ne existe" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Configurante servicios de OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Invocation de rc-update {arg!s} in chroot retrodat li code " -"{num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -244,100 +68,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Configurante li tema de Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Errore de configuration" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Configurante mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Configurante locales." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Montente partitiones." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Installante li data." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Configurante servicios de systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Invocation de systemctl {arg!s} in chroot retrodat li code " -"{num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Ne successat activar li servicio de systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Null partition es definit por usa de
{!s}
." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -347,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Li code de termination esset {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -410,3 +177,236 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Configurante servicios de systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Invocation de systemctl {arg!s} in chroot retrodat li code " +"{num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Ne successat activar li servicio de systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Installante li bootloader." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Configurante locales." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Montente partitiones." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Configurante li tema de Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Scrition de fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Configurante servicios de OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Invocation de rc-update {arg!s} in chroot retrodat li code " +"{num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Configurante GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Ne successat scrir li file de configuration de KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "File del configuration de KDM {!s} ne existe" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Ne successat scrir li file de configuration de LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "File del configuration de LXDM {!s} ne existe" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Ne successat scrir li file de configuration de LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "File del configuration de LightDM {!s} ne existe" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "File del configuration de SLIM {!s} ne existe" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Configurante initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Installante li data." diff --git a/lang/python/is/LC_MESSAGES/python.po b/lang/python/is/LC_MESSAGES/python.po index 6820fcf85..77254f6f7 100644 --- a/lang/python/is/LC_MESSAGES/python.po +++ b/lang/python/is/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Kristján Magnússon, 2017\n" "Language-Team: Icelandic (https://www.transifex.com/calamares/teams/20061/is/)\n" @@ -21,180 +21,6 @@ msgstr "" "Language: is\n" "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -242,97 +68,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -343,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -406,3 +177,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/it_IT/LC_MESSAGES/python.po b/lang/python/it_IT/LC_MESSAGES/python.po index 953694919..7f113f9ab 100644 --- a/lang/python/it_IT/LC_MESSAGES/python.po +++ b/lang/python/it_IT/LC_MESSAGES/python.po @@ -6,209 +6,24 @@ # Translators: # Pierfrancesco Passerini , 2019 # Pietro F. Fontana, 2020 -# Saverio , 2020 # Giuseppe Pignataro , 2021 # Vincenzo Reale , 2022 +# Saverio , 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Last-Translator: Vincenzo Reale , 2022\n" +"Last-Translator: Saverio , 2022\n" "Language-Team: Italian (Italy) (https://www.transifex.com/calamares/teams/20061/it_IT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it_IT\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Configurazione di initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Errore di Configurazione" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Nessuna partizione definita per l'uso con
{!s}
." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "Nessun punto di mount root è dato in l'uso per
{!s}
" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Configura GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Installa il bootloader." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"Installazione di grub non riuscita, nessuna partizione definita " -"nell'archiviazione globale" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Errore di installazione del boot loader" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Scrittura di fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Creazione di initramfs con dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Impossibile eseguire dracut sulla destinazione" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Il codice di uscita era {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Impossibile scrivere il file di configurazione di KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "Il file di configurazione di KDM {!s} non esiste" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Impossibile scrivere il file di configurazione di LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "Il file di configurazione di LXDM {!s} non esiste" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Impossibile scrivere il file di configurazione di LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "Il file di configurazione di LightDM {!s} non esiste" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Impossibile configurare LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Nessun LightDM greeter installato." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Impossibile scrivere il file di configurazione di SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "Il file di configurazione di SLIM {!s} non esiste" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" -"Non è stato selezionato alcun display manager per il modulo displaymanager" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"L'elenco dei display manager è vuota o non definita sia in globalstorage che" -" in displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "La configurazione del display manager è incompleta" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Configura i servizi OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Impossibile aggiungere il servizio {name!s} al run-level {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Impossibile rimuovere il servizio {name!s} dal run-level {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Service-action sconosciuta {arg!s} per il servizio {name!s} nel" -" run-level {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Impossibile modificare il servizio" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"La chiamata rc-update {arg!s} in chroot ha ritornato il codice " -"di errore {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Il runlevel target non esiste" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Il percorso del runlevel {level!s} è {path!s}, ma non esiste." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Il servizio target non esiste" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Il percorso del servizio {name!s} è {path!s}, ma non esiste." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Salvataggio della configurazione di rete." +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 @@ -226,6 +41,7 @@ msgid "Installing one package." msgid_plural "Installing %(num)d packages." msgstr[0] "Installando un pacchetto." msgstr[1] "Installazione di %(num)d pacchetti." +msgstr[2] "Installazione di %(num)d pacchetti." #: src/modules/packages/main.py:71 #, python-format @@ -233,6 +49,7 @@ msgid "Removing one package." msgid_plural "Removing %(num)d packages." msgstr[0] "Rimuovendo un pacchetto." msgstr[1] "Rimozione di %(num)d pacchetti." +msgstr[2] "Rimozione di %(num)d pacchetti." #: src/modules/packages/main.py:725 src/modules/packages/main.py:737 #: src/modules/packages/main.py:765 @@ -257,103 +74,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Configura il tema Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Salvataggio della configurazione di rete." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Errore di Configurazione" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "Nessun punto di mount root è dato in l'uso per
{!s}
" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Configurazione di mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Configurazione della localizzazione." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Montaggio partizioni." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "Importazione zpool non riuscita" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "Sblocco zpool non riuscito" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "errore di mount zfs" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Installazione dei dati." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Job python fittizio." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Python step {} fittizio" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Impostazione del clock hardware." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Configurazione del servizio OpenRC dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Configura servizi systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"La chiamata systemctl {arg!s} in chroot ha restituito il codice" -" di errore {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Impossibile abilitare il servizio systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Impossibile abilitare la destinazione systemd {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" -"Impossibile disabilitare la destinazione systemd {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Impossibile mascherare l'unità systemd {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Comandi systemd sconosciuti {command!s} " -"e{suffix!s} per l'unità {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Nessuna partizione definita per l'uso con
{!s}
." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -363,6 +112,14 @@ msgstr "Sto creando initramfs con mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Impossibile eseguire mkinitfs sulla destinazione" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Il codice di uscita era {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Configurazione del servizio OpenRC dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Copia dei file system." @@ -426,3 +183,248 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "La destinazione del sistema \"{}\" non è una directory" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Configura servizi systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Impossibile modificare il servizio" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"La chiamata systemctl {arg!s} in chroot ha restituito il codice" +" di errore {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Impossibile abilitare il servizio systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Impossibile abilitare la destinazione systemd {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" +"Impossibile disabilitare la destinazione systemd {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Impossibile mascherare l'unità systemd {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Comandi systemd sconosciuti {command!s} " +"e{suffix!s} per l'unità {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Job python fittizio." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Python step {} fittizio" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Installa il bootloader." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"Installazione di grub non riuscita, nessuna partizione definita " +"nell'archiviazione globale" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Errore di installazione del boot loader" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Configurazione della localizzazione." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Montaggio partizioni." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "Importazione zpool non riuscita" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "Sblocco zpool non riuscito" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "errore di mount zfs" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Configura il tema Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Scrittura di fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Configura i servizi OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Impossibile aggiungere il servizio {name!s} al run-level {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Impossibile rimuovere il servizio {name!s} dal run-level {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Service-action sconosciuta {arg!s} per il servizio {name!s} nel" +" run-level {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"La chiamata rc-update {arg!s} in chroot ha ritornato il codice " +"di errore {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Il runlevel target non esiste" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Il percorso del runlevel {level!s} è {path!s}, ma non esiste." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Il servizio target non esiste" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Il percorso del servizio {name!s} è {path!s}, ma non esiste." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Creazione di initramfs con dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Impossibile eseguire dracut sulla destinazione" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Configura GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Impossibile scrivere il file di configurazione di KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "Il file di configurazione di KDM {!s} non esiste" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Impossibile scrivere il file di configurazione di LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "Il file di configurazione di LXDM {!s} non esiste" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Impossibile scrivere il file di configurazione di LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "Il file di configurazione di LightDM {!s} non esiste" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Impossibile configurare LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Nessun LightDM greeter installato." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Impossibile scrivere il file di configurazione di SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "Il file di configurazione di SLIM {!s} non esiste" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" +"Non è stato selezionato alcun display manager per il modulo displaymanager" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"L'elenco dei display manager è vuota o non definita sia in globalstorage che" +" in displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "La configurazione del display manager è incompleta" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Configurazione di initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Impostazione del clock hardware." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Installazione dei dati." diff --git a/lang/python/ja-Hira/LC_MESSAGES/python.po b/lang/python/ja-Hira/LC_MESSAGES/python.po index 0ad4ee5a3..38cbed4f5 100644 --- a/lang/python/ja-Hira/LC_MESSAGES/python.po +++ b/lang/python/ja-Hira/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Japanese (Hiragana) (https://www.transifex.com/calamares/teams/20061/ja-Hira/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: ja-Hira\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -236,97 +62,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -337,6 +100,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -400,3 +171,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/ja/LC_MESSAGES/python.po b/lang/python/ja/LC_MESSAGES/python.po index 823b2df09..0f2aef676 100644 --- a/lang/python/ja/LC_MESSAGES/python.po +++ b/lang/python/ja/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: UTUMI Hirosi , 2022\n" "Language-Team: Japanese (https://www.transifex.com/calamares/teams/20061/ja/)\n" @@ -23,182 +23,6 @@ msgstr "" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "initramfsを設定しています。" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "コンフィグレーションエラー" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "
{!s}
に使用するパーティションが定義されていません。" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "
{!s}
を使用するのにルートマウントポイントが与えられていません。" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "GRUBを設定にします。" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "ブートローダーをインストール" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "grub のインストールに失敗しました。グローバルストレージにパーティションが定義されていません" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "ブートローダーのインストールエラー" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"ブートローダーをインストールできませんでした。インストールコマンド
{!s}
がエラーコード {!s} を返しました。" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "fstabを書き込んでいます。" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "
{!s}
が使用する
{!s}
設定が指定されていません。" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "dracutとinitramfsを作成しています。" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "ターゲット上で dracut の実行に失敗" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "停止コードは {} でした" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "KDMの設定ファイルに書き込みができません" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM 設定ファイル {!s} が存在しません" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "LXDMの設定ファイルに書き込みができません" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM 設定ファイル {!s} が存在しません" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "LightDMの設定ファイルに書き込みができません" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM 設定ファイル {!s} が存在しません" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "LightDMの設定ができません" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "LightDM greeter がインストールされていません。" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "SLIMの設定ファイルに書き込みができません" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM 設定ファイル {!s} が存在しません" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "ディスプレイマネージャが選択されていません。" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "globalstorage と displaymanager.conf の両方で、displaymanagers リストが空か未定義です。" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "ディスプレイマネージャの設定が不完全です" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "OpenRCサービスを設定" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "ランレベル {level!s} にサービス {name!s} が追加できません。" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "ランレベル {level!s} からサービス {name!s} が削除できません。" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"ランレベル {level!s} 内のサービス {name!s} に対する未知のサービスアクション {arg!s}。" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "サービスが変更できません" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "chrootで rc-update {arg!s} を呼び出すとエラーコード {num!s} が返されました。" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "ターゲットとするランレベルは存在しません" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "ランレベル {level!s} のパスが {path!s} です。これは存在しません。" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "ターゲットとするサービスは存在しません" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "サービス {name!s} のパスが {path!s} です。これは存在しません。" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "ネットワーク設定を保存しています。" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -248,101 +72,35 @@ msgstr "" "パッケージマネージャーはインストールされているシステムに変更を加えられませんでした。コマンド
{!s}
はエラーコード {!s} " "を返しました。" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Plymouthテーマを設定" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "ネットワーク設定を保存しています。" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "コンフィグレーションエラー" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "
{!s}
を使用するのにルートマウントポイントが与えられていません。" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "mkinitcpioを設定しています。" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "ロケールを設定しています。" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "パーティションのマウント。" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "zfs データセットのマウントで内部エラーが発生" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "zpool のインポートに失敗しました" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "zpool のロック解除に失敗しました。" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "zfs マウントポイントの設定に失敗しました" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "zfs のマウントでエラー" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "データのインストール。" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Dummy python job." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Dummy python step {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "ハードウェアクロックの設定" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "OpenRC dmcryptサービスを設定しています。" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "systemdサービスを設定" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"chroot で systemctl {arg!s} を呼び出すと、エラーコード {num!s} が返されました。" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "{name!s}というsystemdサービスが可能にすることができません" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "systemd でターゲット {name!s}が開始できません。" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "systemd タイマー {name!s} を有効にできません。" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "systemd でターゲット {name!s}が停止できません。" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "systemd ユニット {name!s} をマスクできません。" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"ユニット {name!s} に対する未知の systemd コマンド {command!s} と " -"{suffix!s}。" +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "
{!s}
に使用するパーティションが定義されていません。" #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -352,6 +110,14 @@ msgstr "mkinitfsを使用してinitramfsを作成します。" msgid "Failed to run mkinitfs on the target" msgstr "ターゲットでmkinitfsを実行できませんでした" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "停止コードは {} でした" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "OpenRC dmcryptサービスを設定しています。" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "ファイルシステムに書き込んでいます。" @@ -415,3 +181,237 @@ msgstr "unsquashfs が見つかりませんでした。squashfs-tools パッケ #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "ターゲットシステムの宛先 \"{}\" はディレクトリではありません" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "systemdサービスを設定" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "サービスが変更できません" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"chroot で systemctl {arg!s} を呼び出すと、エラーコード {num!s} が返されました。" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "{name!s}というsystemdサービスが可能にすることができません" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "systemd でターゲット {name!s}が開始できません。" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "systemd タイマー {name!s} を有効にできません。" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "systemd でターゲット {name!s}が停止できません。" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "systemd ユニット {name!s} をマスクできません。" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"ユニット {name!s} に対する未知の systemd コマンド {command!s} と " +"{suffix!s}。" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Dummy python job." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Dummy python step {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "ブートローダーをインストール" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "grub のインストールに失敗しました。グローバルストレージにパーティションが定義されていません" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "ブートローダーのインストールエラー" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"ブートローダーをインストールできませんでした。インストールコマンド
{!s}
がエラーコード {!s} を返しました。" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "ロケールを設定しています。" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "パーティションのマウント。" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "zfs データセットのマウントで内部エラーが発生" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "zpool のインポートに失敗しました" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "zpool のロック解除に失敗しました。" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "zfs マウントポイントの設定に失敗しました" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "zfs のマウントでエラー" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Plymouthテーマを設定" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "fstabを書き込んでいます。" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "
{!s}
が使用する
{!s}
設定が指定されていません。" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "OpenRCサービスを設定" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "ランレベル {level!s} にサービス {name!s} が追加できません。" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "ランレベル {level!s} からサービス {name!s} が削除できません。" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"ランレベル {level!s} 内のサービス {name!s} に対する未知のサービスアクション {arg!s}。" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "chrootで rc-update {arg!s} を呼び出すとエラーコード {num!s} が返されました。" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "ターゲットとするランレベルは存在しません" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "ランレベル {level!s} のパスが {path!s} です。これは存在しません。" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "ターゲットとするサービスは存在しません" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "サービス {name!s} のパスが {path!s} です。これは存在しません。" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "dracutとinitramfsを作成しています。" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "ターゲット上で dracut の実行に失敗" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "GRUBを設定にします。" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "KDMの設定ファイルに書き込みができません" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM 設定ファイル {!s} が存在しません" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "LXDMの設定ファイルに書き込みができません" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM 設定ファイル {!s} が存在しません" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "LightDMの設定ファイルに書き込みができません" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM 設定ファイル {!s} が存在しません" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "LightDMの設定ができません" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "LightDM greeter がインストールされていません。" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "SLIMの設定ファイルに書き込みができません" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM 設定ファイル {!s} が存在しません" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "ディスプレイマネージャが選択されていません。" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "globalstorage と displaymanager.conf の両方で、displaymanagers リストが空か未定義です。" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "ディスプレイマネージャの設定が不完全です" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "initramfsを設定しています。" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "ハードウェアクロックの設定" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "データのインストール。" diff --git a/lang/python/kk/LC_MESSAGES/python.po b/lang/python/kk/LC_MESSAGES/python.po index 5fea8f7c1..a7435ec50 100644 --- a/lang/python/kk/LC_MESSAGES/python.po +++ b/lang/python/kk/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Kazakh (https://www.transifex.com/calamares/teams/20061/kk/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: kk\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -238,97 +64,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -339,6 +102,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -402,3 +173,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/kn/LC_MESSAGES/python.po b/lang/python/kn/LC_MESSAGES/python.po index 04c27362c..89c354676 100644 --- a/lang/python/kn/LC_MESSAGES/python.po +++ b/lang/python/kn/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Kannada (https://www.transifex.com/calamares/teams/20061/kn/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: kn\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -238,97 +64,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -339,6 +102,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -402,3 +173,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/ko/LC_MESSAGES/python.po b/lang/python/ko/LC_MESSAGES/python.po index 478615671..d752526c5 100644 --- a/lang/python/ko/LC_MESSAGES/python.po +++ b/lang/python/ko/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Junghee Lee , 2022\n" "Language-Team: Korean (https://www.transifex.com/calamares/teams/20061/ko/)\n" @@ -22,184 +22,6 @@ msgstr "" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "initramfs 구성 중." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "구성 오류" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "사용할
{!s}
에 대해 정의된 파티션이 없음." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "
{!s}
에서 사용할 루트 마운트 지점이 제공되지 않음." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "GRUB 구성" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "부트로더 설치." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "grub을 설치하지 못했습니다. 전역 저장소에 파티션이 정의되어 있지 않습니다" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "부트로더 설치 오류" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "부트로더를 설치할 수 없습니다.
{!s}
설치 명령에서 {!s} 오류 코드를 반환했습니다." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "fstab 쓰기." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "
{!s}
구성 없음은
{!s}
을(를) 사용할 수 있도록 제공됩니다." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "dracut을 사용하여 initramfs 만들기." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "대상에서 dracut을 실행하지 못함" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "종료 코드 {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "KDM 구성 파일을 쓸 수 없습니다." - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM 구성 파일 {! s}가 없습니다" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "LMLDM 구성 파일을 쓸 수 없습니다." - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM 구성 파일 {!s}이 없습니다." - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "LightDM 구성 파일을 쓸 수 없습니다." - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM 구성 파일 {!s}가 없습니다." - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "LightDM을 구성할 수 없습니다." - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "LightDM greeter가 설치되지 않았습니다." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "SLIM 구성 파일을 쓸 수 없음" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM 구성 파일 {!s}가 없음" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "displaymanager 모듈에 대해 선택된 디스플레이 관리자가 없습니다." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"displaymanagers 목록이 비어 있거나 globalstorage 및 displaymanager.conf 모두에서 정의되지 " -"않았습니다." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "디스플레이 관리자 구성이 완료되지 않았습니다." - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "OpenRC 서비스 구성" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "run-level {level!s}에 {name!s} 서비스를 추가할 수 없습니다." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "실행-수준 {level! s}에서 서비스 {name! s}를 제거할 수 없습니다." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"run-level {level!s}의 service {name!s}에 대해 알 수 없는 service-action " -"{arg!s}입니다." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "서비스를 수정할 수 없음" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "chroot의 rc-update {arg!s} 호출이 오류 코드 {num!s}를 반환 했습니다." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "runlevel 대상이 존재하지 않습니다." - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "runlevel {level!s}의 경로는 존재하지 않는 {path!s}입니다." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "대상 서비스가 존재하지 않습니다." - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "{name!s} 서비스에 대한 경로는 {path!s}이고, 존재하지 않습니다." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "네트워크 구성 저장 중." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -246,100 +68,35 @@ msgid "" msgstr "" "패키지 관리자가 설치된 시스템을 변경할 수 없습니다.
{!s}
명령에서 {!s} 오류 코드를 반환했습니다." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "플리머스 테마 구성" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "네트워크 구성 저장 중." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "구성 오류" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "
{!s}
에서 사용할 루트 마운트 지점이 제공되지 않음." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "mkinitcpio 구성 중." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "로컬 구성 중." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "파티션 마운트 중." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "zfs 데이터세트를 마운트하는 중 내부 오류" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "zpool을 가져오지 못했습니다" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "zpool의 잠금을 해제하지 못했습니다" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "zfs 마운트위치를 지정하지 못했습니다" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "zfs 마운트하는 중 오류" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "데이터 설치중." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "더미 파이썬 작업." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "더미 파이썬 단계 {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "하드웨어 클럭 설정 중." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "OpenRC dmcrypt 서비스 구성 중." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "systemd 서비스 구성" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "chroot에서 systemctl {arg!s} 호출에서오류 코드 {num}를 반환 했습니다." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "{name! s} 시스템 서비스를 활성화 할 수 없습니다." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "systemd 대상 {name! s}를 활성화 할 수 없습니다." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "시스템 타이머 {name!s}를 활성화할 수 없습니다." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "systemd 대상 {name! s}를 비활성화 할 수 없습니다." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "시스템 유닛 {name! s}를 마스크할 수 없습니다." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"유닛 {name! s}에 대해 알 수 없는 시스템 명령 {command! s}{suffix! " -"s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "사용할
{!s}
에 대해 정의된 파티션이 없음." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -349,6 +106,14 @@ msgstr "mkinitfs로 initramfs 생성 중." msgid "Failed to run mkinitfs on the target" msgstr "대상에서 mkinitfs를 실행하지 못했습니다" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "종료 코드 {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "OpenRC dmcrypt 서비스 구성 중." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "파일 시스템을 채우는 중." @@ -412,3 +177,238 @@ msgstr "unsquashfs를 찾지 못했습니다. squashfs-tools 패키지가 설치 #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "대상 시스템의 \"{}\" 목적지가 디렉토리가 아닙니다." + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "systemd 서비스 구성" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "서비스를 수정할 수 없음" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "chroot에서 systemctl {arg!s} 호출에서오류 코드 {num}를 반환 했습니다." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "{name! s} 시스템 서비스를 활성화 할 수 없습니다." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "systemd 대상 {name! s}를 활성화 할 수 없습니다." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "시스템 타이머 {name!s}를 활성화할 수 없습니다." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "systemd 대상 {name! s}를 비활성화 할 수 없습니다." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "시스템 유닛 {name! s}를 마스크할 수 없습니다." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"유닛 {name! s}에 대해 알 수 없는 시스템 명령 {command! s}{suffix! " +"s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "더미 파이썬 작업." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "더미 파이썬 단계 {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "부트로더 설치." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "grub을 설치하지 못했습니다. 파티션 없음이 전역 저장소에 정의되었습니다" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "부트로더 설치 오류" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "부트로더를 설치할 수 없습니다.
{!s}
설치 명령에서 {!s} 오류 코드를 반환했습니다." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "로컬 구성 중." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "파티션 마운트 중." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "zfs 데이터세트를 마운트하는 중 내부 오류" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "zpool을 가져오지 못했습니다" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "zpool의 잠금을 해제하지 못했습니다" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "zfs 마운트위치를 지정하지 못했습니다" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "zfs 마운트하는 중 오류" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "플리머스 테마 구성" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "fstab 쓰기." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "
{!s}
구성 없음은
{!s}
을(를) 사용할 수 있도록 제공됩니다." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "OpenRC 서비스 구성" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "run-level {level!s}에 {name!s} 서비스를 추가할 수 없습니다." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "실행-수준 {level! s}에서 서비스 {name! s}를 제거할 수 없습니다." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"run-level {level!s}의 service {name!s}에 대해 알 수 없는 service-action " +"{arg!s}입니다." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "chroot의 rc-update {arg!s} 호출이 오류 코드 {num!s}를 반환 했습니다." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "runlevel 대상이 존재하지 않습니다." + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "runlevel {level!s}의 경로는 존재하지 않는 {path!s}입니다." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "대상 서비스가 존재하지 않습니다." + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "{name!s} 서비스에 대한 경로는 {path!s}이고, 존재하지 않습니다." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "dracut을 사용하여 initramfs 만들기." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "대상에서 dracut을 실행하지 못함" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "GRUB 구성" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "KDM 구성 파일을 쓸 수 없습니다." + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM 구성 파일 {! s}가 없습니다" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "LMLDM 구성 파일을 쓸 수 없습니다." + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM 구성 파일 {!s}이 없습니다." + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "LightDM 구성 파일을 쓸 수 없습니다." + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM 구성 파일 {!s}가 없습니다." + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "LightDM을 구성할 수 없습니다." + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "LightDM greeter가 설치되지 않았습니다." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "SLIM 구성 파일을 쓸 수 없음" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM 구성 파일 {!s}가 없음" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "displaymanager 모듈에 대해 선택된 디스플레이 관리자가 없습니다." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"displaymanagers 목록이 비어 있거나 globalstorage 및 displaymanager.conf 모두에서 정의되지 " +"않았습니다." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "디스플레이 관리자 구성이 완료되지 않았습니다." + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "initramfs 구성 중." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "하드웨어 클럭 설정 중." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "데이터 설치중." diff --git a/lang/python/ko_KR/LC_MESSAGES/python.po b/lang/python/ko_KR/LC_MESSAGES/python.po deleted file mode 100644 index 596b6214b..000000000 --- a/lang/python/ko_KR/LC_MESSAGES/python.po +++ /dev/null @@ -1,385 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-02 15:45+0100\n" -"PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Language-Team: Korean (Korea) (https://www.transifex.com/calamares/teams/20061/ko_KR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ko_KR\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361 -#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -#: src/modules/luksopenswaphookcfg/main.py:86 -#: src/modules/luksopenswaphookcfg/main.py:90 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356 -#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -#: src/modules/luksopenswaphookcfg/main.py:87 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -#: src/modules/luksopenswaphookcfg/main.py:91 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:508 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:509 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:389 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:526 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:527 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:588 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:589 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:672 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:673 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:747 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:748 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:779 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:780 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:906 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:907 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:989 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - -#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 -#: src/modules/packages/main.py:69 -msgid "Install packages." -msgstr "" - -#: src/modules/packages/main.py:57 -#, python-format -msgid "Processing packages (%(count)d / %(total)d)" -msgstr "" - -#: src/modules/packages/main.py:62 -#, python-format -msgid "Installing one package." -msgid_plural "Installing %(num)d packages." -msgstr[0] "" - -#: src/modules/packages/main.py:65 -#, python-format -msgid "Removing one package." -msgid_plural "Removing %(num)d packages." -msgstr[0] "" - -#: src/modules/packages/main.py:638 src/modules/packages/main.py:650 -#: src/modules/packages/main.py:678 -msgid "Package Manager error" -msgstr "" - -#: src/modules/packages/main.py:639 -msgid "" -"The package manager could not prepare updates. The command
{!s}
" -"returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:651 -msgid "" -"The package manager could not update the system. The command
{!s}
" -" returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:679 -msgid "" -"The package manager could not make changes to the installed system. The " -"command
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "" - -#: src/modules/initcpiocfg/main.py:28 -msgid "Configuring mkinitcpio." -msgstr "" - -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:30 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/umount/main.py:31 -msgid "Unmount file systems." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" - -#: src/modules/mkinitfs/main.py:27 -msgid "Creating initramfs with mkinitfs." -msgstr "" - -#: src/modules/mkinitfs/main.py:49 -msgid "Failed to run mkinitfs on the target" -msgstr "" - -#: src/modules/unpackfs/main.py:34 -msgid "Filling up filesystems." -msgstr "" - -#: src/modules/unpackfs/main.py:254 -msgid "rsync failed with error code {}." -msgstr "" - -#: src/modules/unpackfs/main.py:299 -msgid "Unpacking image {}/{}, file {}/{}" -msgstr "" - -#: src/modules/unpackfs/main.py:314 -msgid "Starting to unpack {}" -msgstr "" - -#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465 -msgid "Failed to unpack image \"{}\"" -msgstr "" - -#: src/modules/unpackfs/main.py:430 -msgid "No mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:431 -msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:436 -msgid "Bad mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:437 -msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457 -#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478 -msgid "Bad unsquash configuration" -msgstr "" - -#: src/modules/unpackfs/main.py:454 -msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" -msgstr "" - -#: src/modules/unpackfs/main.py:458 -msgid "The source filesystem \"{}\" does not exist" -msgstr "" - -#: src/modules/unpackfs/main.py:464 -msgid "" -"Failed to find unsquashfs, make sure you have the squashfs-tools package " -"installed." -msgstr "" - -#: src/modules/unpackfs/main.py:479 -msgid "The destination \"{}\" in the target system is not a directory" -msgstr "" - -#: src/modules/luksopenswaphookcfg/main.py:26 -msgid "Configuring encrypted swap." -msgstr "" diff --git a/lang/python/lo/LC_MESSAGES/python.po b/lang/python/lo/LC_MESSAGES/python.po index e54ffaff8..faf2073eb 100644 --- a/lang/python/lo/LC_MESSAGES/python.po +++ b/lang/python/lo/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Lao (https://www.transifex.com/calamares/teams/20061/lo/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: lo\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -236,97 +62,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -337,6 +100,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -400,3 +171,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/lt/LC_MESSAGES/python.po b/lang/python/lt/LC_MESSAGES/python.po index ff5156eb4..22976c79c 100644 --- a/lang/python/lt/LC_MESSAGES/python.po +++ b/lang/python/lt/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Moo, 2022\n" "Language-Team: Lithuanian (https://www.transifex.com/calamares/teams/20061/lt/)\n" @@ -22,197 +22,6 @@ msgstr "" "Language: lt\n" "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Konfigūruojama initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Konfigūracijos klaida" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Nėra apibrėžta jokių skaidinių, skirtų
{!s}
naudojimui." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"Nėra nurodyta jokių šaknies prijungimo taškų, skirtų
{!s}
" -"naudojimui." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Konfigūruoti GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Įdiegti operacinės sistemos paleidyklę." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"Nepavyko įdiegti grub paleidyklės, visuotinėje saugykloje nėra apibrėžta " -"jokių skaidinių" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Operacinės sistemos paleidyklės diegimo klaida" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"Nepavyko įdiegti operacinės sistemos paleidyklės. Diegimo komanda " -"
{!s}
grąžino klaidos kodą {!s}." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Rašoma fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"Nenurodyta jokia
{!s}
konfigūracija, kurią
{!s}
galėtų" -" naudoti." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Sukuriama initramfs naudojant dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Nepavyko paskirties vietoje paleisti dracut" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Išėjimo kodas buvo {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Nepavyksta įrašyti KDM konfigūracijos failą" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM konfigūracijos failo {!s} nėra" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Nepavyksta įrašyti LXDM konfigūracijos failą" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM konfigūracijos failo {!s} nėra" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Nepavyksta įrašyti LightDM konfigūracijos failą" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM konfigūracijos failo {!s} nėra" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Nepavyksta konfigūruoti LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Neįdiegtas joks LightDM pasisveikinimas." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Nepavyksta įrašyti SLIM konfigūracijos failą" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM konfigūracijos failo {!s} nėra" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Displaymanagers moduliui nėra pasirinkta jokių ekranų tvarkytuvių." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Displaymanagers sąrašas yra tuščias arba neapibrėžtas tiek globalstorage, " -"tiek ir displaymanager.conf faile." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Ekranų tvarkytuvės konfigūracija yra nepilna" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Konfigūruoti OpenRC tarnybas" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Nepavyksta pridėti tarnybą {name!s} į vykdymo lygmenį {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Nepavyksta pašalinti tarnybą {name!s} iš vykdymo lygmens {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Nežinomas tarnybos veiksmas {arg!s}, skirtas tarnybai {name!s} " -"vykdymo lygmenyje {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Nepavyksta modifikuoti tarnybos" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} iškvieta, esanti chroot, grąžino klaidos kodą" -" {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Paskirties vykdymo lygmens nėra" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Vykdymo lygmens {level!s} kelias yra {path!s}, kurio savo " -"ruožtu nėra." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Paskirties tarnybos nėra" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Tarnybos {name!s} kelias yra {path!s}, kurio savo ruožtu nėra." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Įrašoma tinklo konfigūracija." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -270,102 +79,37 @@ msgstr "" "Paketų tvarkytuvei nepavyko atlikti pakeitimų įdiegtoje sistemoje. Komanda " "
{!s}
grąžino klaidos kodą {!s}." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Konfigūruoti Plymouth temą" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Įrašoma tinklo konfigūracija." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Konfigūracijos klaida" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"Nėra nurodyta jokių šaknies prijungimo taškų, skirtų
{!s}
" +"naudojimui." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Konfigūruojama mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Konfigūruojamos lokalės." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Prijungiami skaidiniai." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Vidinė klaida prijungiant zfs duomenų rinkinius" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "Nepavyko importuoti zpool" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "Nepavyko atrakinti zpool" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "Nepavyko nustatyti zfs prijungimo taško" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "zfs prijungimo klaida" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Įdiegiami duomenys." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Fiktyvi python užduotis." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Fiktyvus python žingsnis {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Nustatomas aparatinės įrangos laikrodis." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Konfigūruojama OpenRC dmcrypt tarnyba." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Konfigūruoti systemd tarnybas" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"systemctl {arg!s} iškvieta, esanti chroot, grąžino klaidos kodą" -" {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Nepavyksta įjungti systemd tarnybos {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Nepavyksta įjungti systemd paskirties {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "Nepavyksta įjungti systemd laikmačio {name!s}." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Nepavyksta išjungti systemd paskirties {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Nepavyksta maskuoti systemd įtaiso {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Nežinomos systemd komandos {command!s} ir " -"{suffix!s} įtaisui {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Nėra apibrėžta jokių skaidinių, skirtų
{!s}
naudojimui." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -375,6 +119,14 @@ msgstr "Kuriama initramfs naudojant mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Nepavyko paskirties vietoje paleisti mkinitfs" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Išėjimo kodas buvo {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Konfigūruojama OpenRC dmcrypt tarnyba." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Užpildomos failų sistemos." @@ -440,3 +192,251 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Paskirties vieta „{}“, esanti paskirties sistemoje, nėra katalogas" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Konfigūruoti systemd tarnybas" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Nepavyksta modifikuoti tarnybos" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"systemctl {arg!s} iškvieta, esanti chroot, grąžino klaidos kodą" +" {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Nepavyksta įjungti systemd tarnybos {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Nepavyksta įjungti systemd paskirties {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "Nepavyksta įjungti systemd laikmačio {name!s}." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Nepavyksta išjungti systemd paskirties {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Nepavyksta maskuoti systemd įtaiso {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Nežinomos systemd komandos {command!s} ir " +"{suffix!s} įtaisui {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Fiktyvi python užduotis." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Fiktyvus python žingsnis {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Įdiegti operacinės sistemos paleidyklę." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"Nepavyko įdiegti grub paleidyklės, visuotinėje saugykloje nėra apibrėžta " +"jokių skaidinių" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Operacinės sistemos paleidyklės diegimo klaida" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"Nepavyko įdiegti operacinės sistemos paleidyklės. Diegimo komanda " +"
{!s}
grąžino klaidos kodą {!s}." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Konfigūruojamos lokalės." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Prijungiami skaidiniai." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "Vidinė klaida prijungiant zfs duomenų rinkinius" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "Nepavyko importuoti zpool" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "Nepavyko atrakinti zpool" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "Nepavyko nustatyti zfs prijungimo taško" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "zfs prijungimo klaida" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Konfigūruoti Plymouth temą" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Rašoma fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"Nenurodyta jokia
{!s}
konfigūracija, kurią
{!s}
galėtų" +" naudoti." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Konfigūruoti OpenRC tarnybas" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Nepavyksta pridėti tarnybą {name!s} į vykdymo lygmenį {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Nepavyksta pašalinti tarnybą {name!s} iš vykdymo lygmens {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Nežinomas tarnybos veiksmas {arg!s}, skirtas tarnybai {name!s} " +"vykdymo lygmenyje {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} iškvieta, esanti chroot, grąžino klaidos kodą" +" {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Paskirties vykdymo lygmens nėra" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Vykdymo lygmens {level!s} kelias yra {path!s}, kurio savo " +"ruožtu nėra." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Paskirties tarnybos nėra" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Tarnybos {name!s} kelias yra {path!s}, kurio savo ruožtu nėra." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Sukuriama initramfs naudojant dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Nepavyko paskirties vietoje paleisti dracut" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Konfigūruoti GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Nepavyksta įrašyti KDM konfigūracijos failą" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM konfigūracijos failo {!s} nėra" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Nepavyksta įrašyti LXDM konfigūracijos failą" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM konfigūracijos failo {!s} nėra" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Nepavyksta įrašyti LightDM konfigūracijos failą" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM konfigūracijos failo {!s} nėra" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Nepavyksta konfigūruoti LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Neįdiegtas joks LightDM pasisveikinimas." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Nepavyksta įrašyti SLIM konfigūracijos failą" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM konfigūracijos failo {!s} nėra" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Displaymanagers moduliui nėra pasirinkta jokių ekranų tvarkytuvių." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Displaymanagers sąrašas yra tuščias arba neapibrėžtas tiek globalstorage, " +"tiek ir displaymanager.conf faile." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Ekranų tvarkytuvės konfigūracija yra nepilna" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Konfigūruojama initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Nustatomas aparatinės įrangos laikrodis." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Įdiegiami duomenys." diff --git a/lang/python/lv/LC_MESSAGES/python.po b/lang/python/lv/LC_MESSAGES/python.po index 0d55dbbfa..7f34d28a9 100644 --- a/lang/python/lv/LC_MESSAGES/python.po +++ b/lang/python/lv/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Latvian (https://www.transifex.com/calamares/teams/20061/lv/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -240,97 +66,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -341,6 +104,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -404,3 +175,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/mk/LC_MESSAGES/python.po b/lang/python/mk/LC_MESSAGES/python.po index 881b70666..428d17b55 100644 --- a/lang/python/mk/LC_MESSAGES/python.po +++ b/lang/python/mk/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Martin Ristovski , 2018\n" "Language-Team: Macedonian (https://www.transifex.com/calamares/teams/20061/mk/)\n" @@ -21,180 +21,6 @@ msgstr "" "Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "KDM конфигурациониот фајл не може да се создаде" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM конфигурациониот фајл {!s} не постои" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "LXDM конфигурациониот фајл не може да се создаде" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM конфигурациониот фајл {!s} не постои" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "LightDM конфигурациониот фајл не може да се создаде" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM конфигурациониот фајл {!s} не постои" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Не може да се подеси LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Нема инсталирано LightDM поздравувач" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "SLIM конфигурациониот фајл не може да се создаде" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM конфигурациониот фајл {!s} не постои" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Немате избрано дисплеј менаџер за displaymanager модулот." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -242,97 +68,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -343,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -406,3 +177,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "KDM конфигурациониот фајл не може да се создаде" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM конфигурациониот фајл {!s} не постои" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "LXDM конфигурациониот фајл не може да се создаде" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM конфигурациониот фајл {!s} не постои" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "LightDM конфигурациониот фајл не може да се создаде" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM конфигурациониот фајл {!s} не постои" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Не може да се подеси LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Нема инсталирано LightDM поздравувач" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "SLIM конфигурациониот фајл не може да се создаде" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM конфигурациониот фајл {!s} не постои" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Немате избрано дисплеј менаџер за displaymanager модулот." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/ml/LC_MESSAGES/python.po b/lang/python/ml/LC_MESSAGES/python.po index 8975e8ef8..0044044f7 100644 --- a/lang/python/ml/LC_MESSAGES/python.po +++ b/lang/python/ml/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Balasankar C , 2019\n" "Language-Team: Malayalam (https://www.transifex.com/calamares/teams/20061/ml/)\n" @@ -22,180 +22,6 @@ msgstr "" "Language: ml\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "ക്രമീകരണത്തിൽ പിഴവ്" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "ബൂട്ട്‌ലോടർ ഇൻസ്റ്റാൾ ചെയ്യൂ ." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -243,97 +69,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "ക്രമീകരണത്തിൽ പിഴവ്" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -344,6 +107,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -407,3 +178,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "ബൂട്ട്‌ലോടർ ഇൻസ്റ്റാൾ ചെയ്യൂ ." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/mr/LC_MESSAGES/python.po b/lang/python/mr/LC_MESSAGES/python.po index 842c36142..e87b45c06 100644 --- a/lang/python/mr/LC_MESSAGES/python.po +++ b/lang/python/mr/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Marathi (https://www.transifex.com/calamares/teams/20061/mr/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: mr\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -238,97 +64,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -339,6 +102,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -402,3 +173,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/nb/LC_MESSAGES/python.po b/lang/python/nb/LC_MESSAGES/python.po index 8c14ec9e9..d9c72f36f 100644 --- a/lang/python/nb/LC_MESSAGES/python.po +++ b/lang/python/nb/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: 865ac004d9acf2568b2e4b389e0007c7_fba755c <3516cc82d94f87187da1e036e5f09e42_616112>, 2017\n" "Language-Team: Norwegian Bokmål (https://www.transifex.com/calamares/teams/20061/nb/)\n" @@ -21,180 +21,6 @@ msgstr "" "Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -242,97 +68,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -343,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -406,3 +177,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/ne_NP/LC_MESSAGES/python.po b/lang/python/ne_NP/LC_MESSAGES/python.po index 4f85a7209..4889f1aaa 100644 --- a/lang/python/ne_NP/LC_MESSAGES/python.po +++ b/lang/python/ne_NP/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Nepali (Nepal) (https://www.transifex.com/calamares/teams/20061/ne_NP/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: ne_NP\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -238,97 +64,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -339,6 +102,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -402,3 +173,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/nl/LC_MESSAGES/python.po b/lang/python/nl/LC_MESSAGES/python.po index 3f49982e8..1c2df21db 100644 --- a/lang/python/nl/LC_MESSAGES/python.po +++ b/lang/python/nl/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Adriaan de Groot , 2020\n" "Language-Team: Dutch (https://www.transifex.com/calamares/teams/20061/nl/)\n" @@ -22,189 +22,6 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Instellen van initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Configuratiefout" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Geen partities gedefinieerd voor
{!s}
om te gebruiken." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"Geen hoofd mount punt is gegeven voor
{!s}
om te gebruiken. " - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "GRUB instellen." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Installeer bootloader" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "fstab schrijven." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "initramfs aanmaken met dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Uitvoeren van dracut op het doel is mislukt" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "De afsluitcode was {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Schrijven naar het KDM-configuratiebestand is mislukt " - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM-configuratiebestand {!s} bestaat niet." - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Schrijven naar het LXDM-configuratiebestand is mislukt" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "Het KDM-configuratiebestand {!s} bestaat niet" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Schrijven naar het LightDM-configuratiebestand is mislukt" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "Het LightDM-configuratiebestand {!s} bestaat niet" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Kon LightDM niet configureren" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Geen LightDM begroeter geïnstalleerd" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Schrijven naar het SLIM-configuratiebestand is mislukt" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "Het SLIM-configuratiebestand {!s} bestaat niet" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Geen display managers geselecteerd voor de displaymanager module." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"De lijst van display-managers is leeg, zowel in de configuratie " -"displaymanager.conf als de globale opslag." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Display manager configuratie was incompleet" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Configureer OpenRC services" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Kon service {name!s} niet toegoeven aan runlevel {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Kon service {name!s} niet verwijderen van runlevel {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Onbekende serviceactie {arg!s} voor service {name!s} in " -"runlevel {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "De service kan niet worden gewijzigd" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} aanroeping in chroot resulteerde in foutcode " -"{num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Doel runlevel bestaat niet" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Het pad voor runlevel {level!s} is {path!s}, welke niet bestaat" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Doelservice bestaat niet" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Het pad voor service {level!s} is {path!s}, welke niet bestaat" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Netwerk-configuratie opslaan." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -252,103 +69,36 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Plymouth thema instellen" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Netwerk-configuratie opslaan." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Configuratiefout" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"Geen hoofd mount punt is gegeven voor
{!s}
om te gebruiken. " #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Instellen van mkinitcpio" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Taal en locatie instellen." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Partities mounten." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Data aan het installeren." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Voorbeeld Python-taak" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Voorbeeld Python-stap {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Instellen van hardwareklok" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Configureren van OpenRC dmcrypt service." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Configureer systemd services " - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"systemctl {arg!s} aanroeping in chroot resulteerde in foutcode " -"{num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" -"De systemd service {name!s} kon niet worden ingeschakeld." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Het systemd doel {name!s} kon niet worden ingeschakeld." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "De systemd service {name!s} kon niet worden uitgeschakeld." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "De systemd unit {name!s} kon niet worden gemaskerd." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Onbekende systemd opdrachten {command!s} en " -"{suffix!s} voor unit {name!s}. " +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Geen partities gedefinieerd voor
{!s}
om te gebruiken." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -358,6 +108,14 @@ msgstr "Een initramfs wordt aangemaakt met mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Uitvoeren van mkinitfs in het doelsysteem is mislukt" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "De afsluitcode was {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Configureren van OpenRC dmcrypt service." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Bestandssystemen opvullen." @@ -423,3 +181,245 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "De bestemming \"{}\" in het doelsysteem is niet een map" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Configureer systemd services " + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "De service kan niet worden gewijzigd" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"systemctl {arg!s} aanroeping in chroot resulteerde in foutcode " +"{num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" +"De systemd service {name!s} kon niet worden ingeschakeld." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Het systemd doel {name!s} kon niet worden ingeschakeld." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "De systemd service {name!s} kon niet worden uitgeschakeld." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "De systemd unit {name!s} kon niet worden gemaskerd." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Onbekende systemd opdrachten {command!s} en " +"{suffix!s} voor unit {name!s}. " + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Voorbeeld Python-taak" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Voorbeeld Python-stap {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Installeer bootloader" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Taal en locatie instellen." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Partities mounten." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Plymouth thema instellen" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "fstab schrijven." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Configureer OpenRC services" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Kon service {name!s} niet toegoeven aan runlevel {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Kon service {name!s} niet verwijderen van runlevel {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Onbekende serviceactie {arg!s} voor service {name!s} in " +"runlevel {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} aanroeping in chroot resulteerde in foutcode " +"{num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Doel runlevel bestaat niet" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Het pad voor runlevel {level!s} is {path!s}, welke niet bestaat" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Doelservice bestaat niet" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Het pad voor service {level!s} is {path!s}, welke niet bestaat" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "initramfs aanmaken met dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Uitvoeren van dracut op het doel is mislukt" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "GRUB instellen." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Schrijven naar het KDM-configuratiebestand is mislukt " + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM-configuratiebestand {!s} bestaat niet." + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Schrijven naar het LXDM-configuratiebestand is mislukt" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "Het KDM-configuratiebestand {!s} bestaat niet" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Schrijven naar het LightDM-configuratiebestand is mislukt" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "Het LightDM-configuratiebestand {!s} bestaat niet" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Kon LightDM niet configureren" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Geen LightDM begroeter geïnstalleerd" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Schrijven naar het SLIM-configuratiebestand is mislukt" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "Het SLIM-configuratiebestand {!s} bestaat niet" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Geen display managers geselecteerd voor de displaymanager module." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"De lijst van display-managers is leeg, zowel in de configuratie " +"displaymanager.conf als de globale opslag." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Display manager configuratie was incompleet" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Instellen van initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Instellen van hardwareklok" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Data aan het installeren." diff --git a/lang/python/ne/LC_MESSAGES/python.po b/lang/python/oc/LC_MESSAGES/python.po similarity index 86% rename from lang/python/ne/LC_MESSAGES/python.po rename to lang/python/oc/LC_MESSAGES/python.po index c317552d9..54cdd1cd6 100644 --- a/lang/python/ne/LC_MESSAGES/python.po +++ b/lang/python/oc/LC_MESSAGES/python.po @@ -3,193 +3,23 @@ # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # +# Translators: +# Quentin PAGÈS, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Language-Team: Nepali (https://www.transifex.com/calamares/teams/20061/ne/)\n" +"Last-Translator: Quentin PAGÈS, 2022\n" +"Language-Team: Occitan (post 1500) (https://www.transifex.com/calamares/teams/20061/oc/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ne\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" +"Language: oc\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 @@ -238,97 +68,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Error de configuracion" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -339,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -402,3 +177,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/pl/LC_MESSAGES/python.po b/lang/python/pl/LC_MESSAGES/python.po index 37240c16b..32e616f4f 100644 --- a/lang/python/pl/LC_MESSAGES/python.po +++ b/lang/python/pl/LC_MESSAGES/python.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Jacob B. , 2021\n" "Language-Team: Polish (https://www.transifex.com/calamares/teams/20061/pl/)\n" @@ -24,190 +24,6 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Konfigurowanie initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Błąd konfiguracji" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Nie ma zdefiniowanych partycji dla
{!s}
do użytku." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"Nie znaleziono głównego punktu montowania dla
{!s}
do użycia." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Konfiguracja GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Instalacja programu rozruchowego." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Zapisywanie fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Tworzenie initramfs z dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Nie udało się włączyć dracut." - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Kod wyjściowy to {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Nie można zapisać pliku konfiguracji KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "Plik konfiguracyjny KDM {!s} nie istnieje" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Nie można zapisać pliku konfiguracji LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "Plik konfiguracji LXDM {!s} nie istnieje" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Nie można zapisać pliku konfiguracji LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "Plik konfiguracji LightDM {!s} nie istnieje" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Nie można skonfigurować LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Nie zainstalowano ekranu powitalnego LightDM." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Nie można zapisać pliku konfiguracji SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "Plik konfiguracji SLIM {!s} nie istnieje" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Brak wybranych menedżerów wyświetlania dla modułu displaymanager." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Lista displaymanagers jest pusta lub niezdefiniowana w globalstorage oraz " -"displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Konfiguracja menedżera wyświetlania była niekompletna" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Konfiguracja usług OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" -"Nie udało się dodać usługi {name!s} do poziomu-uruchamiania {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" -"Nie udało się usunąć usługi {name!s} do poziomu-uruchamiania {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Nieznana akcja-usługi {arg!s} dla usługi {name!s} w poziomie-" -"uruchamiania {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Nie można zmodyfikować usług" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} wezwanie w chroot zwróciło kod błędu {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Docelowy poziom odtwarzania nie istnieje" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Ścieżka do poziomu odtwarzania {level!s} to {path!s}, nie " -"istnieje." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Docelowa usługa nie istnieje" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "Ścieżka do usługi {name!s} to {path!s}, nie istnieje." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Zapisywanie konfiguracji sieci." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -259,101 +75,36 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Konfiguracja motywu Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Zapisywanie konfiguracji sieci." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Błąd konfiguracji" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"Nie znaleziono głównego punktu montowania dla
{!s}
do użycia." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Konfigurowanie mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Konfigurowanie ustawień lokalnych." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Montowanie partycji." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Instalowanie danych." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Zadanie fikcyjne Python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Krok fikcyjny Python {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Ustawianie zegara systemowego." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Konfigurowanie usługi OpenRC dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Konfiguracja usług systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Wezwanie systemctl {arg!s} w chroot zwróciło kod błędu {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Nie można włączyć usługi systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Nie można włączyć celu w systemd {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Nie można wyłączyć celu w systemd {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Nie można zamaskować jednostki systemd {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Nieznana komenda systemd {command!s} oraz " -"{suffix!s} dla jednostki {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Nie ma zdefiniowanych partycji dla
{!s}
do użytku." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -363,6 +114,14 @@ msgstr "Tworzenie initramfs z mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Nie udało się włączyć mkinitfs." +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Kod wyjściowy to {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Konfigurowanie usługi OpenRC dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Zapełnianie systemu plików." @@ -428,3 +187,244 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Miejsce docelowe \"{}\" w docelowym systemie nie jest katalogiem" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Konfiguracja usług systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Nie można zmodyfikować usług" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Wezwanie systemctl {arg!s} w chroot zwróciło kod błędu {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Nie można włączyć usługi systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Nie można włączyć celu w systemd {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Nie można wyłączyć celu w systemd {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Nie można zamaskować jednostki systemd {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Nieznana komenda systemd {command!s} oraz " +"{suffix!s} dla jednostki {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Zadanie fikcyjne Python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Krok fikcyjny Python {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Instalacja programu rozruchowego." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Konfigurowanie ustawień lokalnych." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Montowanie partycji." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Konfiguracja motywu Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Zapisywanie fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Konfiguracja usług OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" +"Nie udało się dodać usługi {name!s} do poziomu-uruchamiania {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" +"Nie udało się usunąć usługi {name!s} do poziomu-uruchamiania {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Nieznana akcja-usługi {arg!s} dla usługi {name!s} w poziomie-" +"uruchamiania {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} wezwanie w chroot zwróciło kod błędu {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Docelowy poziom odtwarzania nie istnieje" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Ścieżka do poziomu odtwarzania {level!s} to {path!s}, nie " +"istnieje." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Docelowa usługa nie istnieje" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "Ścieżka do usługi {name!s} to {path!s}, nie istnieje." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Tworzenie initramfs z dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Nie udało się włączyć dracut." + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Konfiguracja GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Nie można zapisać pliku konfiguracji KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "Plik konfiguracyjny KDM {!s} nie istnieje" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Nie można zapisać pliku konfiguracji LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "Plik konfiguracji LXDM {!s} nie istnieje" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Nie można zapisać pliku konfiguracji LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "Plik konfiguracji LightDM {!s} nie istnieje" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Nie można skonfigurować LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Nie zainstalowano ekranu powitalnego LightDM." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Nie można zapisać pliku konfiguracji SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "Plik konfiguracji SLIM {!s} nie istnieje" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Brak wybranych menedżerów wyświetlania dla modułu displaymanager." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Lista displaymanagers jest pusta lub niezdefiniowana w globalstorage oraz " +"displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Konfiguracja menedżera wyświetlania była niekompletna" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Konfigurowanie initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Ustawianie zegara systemowego." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Instalowanie danych." diff --git a/lang/python/pt_BR/LC_MESSAGES/python.po b/lang/python/pt_BR/LC_MESSAGES/python.po index 60fc6ad19..fdf84133a 100644 --- a/lang/python/pt_BR/LC_MESSAGES/python.po +++ b/lang/python/pt_BR/LC_MESSAGES/python.po @@ -4,215 +4,23 @@ # FIRST AUTHOR , YEAR. # # Translators: -# André Marcelo Alvarenga , 2020 # Guilherme Marçal Silva, 2022 +# André Marcelo Alvarenga , 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Last-Translator: Guilherme Marçal Silva, 2022\n" +"Last-Translator: André Marcelo Alvarenga , 2022\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/calamares/teams/20061/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Configurando initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Erro de Configuração." - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Sem partições definidas para uso por
{!s}
." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"Nenhum ponto de montagem para o root fornecido para uso por
{!s}
." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Configurar GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Instalar carregador de inicialização." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"Falha ao instalar o grub, não há partições definidas no armazenamento global" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Erro de instalação do carregador de inicialização" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"O carregador de inicialização não pôde ser instalado. O comando de " -"instalação
{!s}
retornou o código de erro {!s}." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Escrevendo fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"Nenhuma configuração
{!s}
é dada para que
{!s}
possa " -"utilizar." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Criando initramfs com dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Erro ao executar dracut no alvo" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "O código de saída foi {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Não foi possível gravar o arquivo de configuração do KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "O arquivo de configuração {!s} do KDM não existe" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Não foi possível gravar o arquivo de configuração do LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "O arquivo de configuração {!s} do LXDM não existe" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Não foi possível gravar o arquivo de configuração do LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "O arquivo de configuração {!s} do LightDM não existe" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Não é possível configurar o LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Não há nenhuma tela de login do LightDM instalada." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Não foi possível gravar o arquivo de configuração do SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "O arquivo de configuração {!s} do SLIM não existe" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" -"Nenhum gerenciador de exibição selecionado para o módulo do displaymanager." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"A lista de displaymanagers está vazia ou indefinida em ambos globalstorage e" -" displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "A configuração do gerenciador de exibição está incompleta" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Configurar serviços do OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" -"Não é possível adicionar serviço {name!s} ao nível de execução {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" -"Não é possível remover serviço {name!s} do nível de execução {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Serviço de ação {arg!s} desconhecido para o serviço {name!s} no" -" nível de execução {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Não é possível modificar o serviço" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Chamada rc-update {arg!s} no chroot retornou o código de erro " -"{num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "O nível de execução de destino não existe" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"O caminho para o nível de execução {level!s} é {path!s}, que " -"não existe." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "O serviço de destino não existe" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"O caminho para o serviço {name!s} é {path!s}, que não existe." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Salvando configuração de rede." +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 @@ -230,6 +38,7 @@ msgid "Installing one package." msgid_plural "Installing %(num)d packages." msgstr[0] "Instalando um pacote." msgstr[1] "Instalando %(num)d pacotes." +msgstr[2] "Instalando %(num)d pacotes." #: src/modules/packages/main.py:71 #, python-format @@ -237,6 +46,7 @@ msgid "Removing one package." msgid_plural "Removing %(num)d packages." msgstr[0] "Removendo um pacote." msgstr[1] "Removendo %(num)d pacotes." +msgstr[2] "Removendo %(num)d pacotes." #: src/modules/packages/main.py:725 src/modules/packages/main.py:737 #: src/modules/packages/main.py:765 @@ -267,102 +77,36 @@ msgstr "" "O gerenciador de pacotes não pôde fazer mudanças no sistema instalado. O " "comando
{!s}
retornou o código de erro {!s}." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Configurar tema do Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Salvando configuração de rede." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Erro de Configuração." + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"Nenhum ponto de montagem para o root fornecido para uso por
{!s}
." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Configurando mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Configurando locais." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Montando partições." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Erro interno ao montar datasets zfs" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "Falha ao importar zpool" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "Falha ao desbloquear zpool" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "Falha ao definir o ponto de montagem zfs" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "erro de montagem zfs" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Instalando os dados." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Tarefa modelo python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Etapa modelo python {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Configurando relógio de hardware." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Configurando serviço dmcrypt do OpenRC." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Configurar serviços do systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"A chamada systemctl {arg!s} no chroot retornou o código de erro" -" {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Não é possível habilitar o serviço {name!s} do systemd." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Não é possível habilitar o alvo {name!s} do systemd." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "Não foi possível ativar o cronômetro systemd {name!s}." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Não é possível desabilitar o alvo {name!s} do systemd." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Não é possível mascarar a unidade {name!s} do systemd." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Comandos desconhecidos do systemd {command!s} e " -"{suffix!s} para a unidade {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Sem partições definidas para uso por
{!s}
." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -372,6 +116,14 @@ msgstr "Criando initramfs com mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Falha ao executar mkinitfs no alvo" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "O código de saída foi {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Configurando serviço dmcrypt do OpenRC." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Preenchendo sistemas de arquivos." @@ -437,3 +189,253 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "A destinação \"{}\" no sistema de destino não é um diretório" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Configurar serviços do systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Não é possível modificar o serviço" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"A chamada systemctl {arg!s} no chroot retornou o código de erro" +" {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Não é possível habilitar o serviço {name!s} do systemd." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Não é possível habilitar o alvo {name!s} do systemd." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "Não foi possível ativar o cronômetro systemd {name!s}." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Não é possível desabilitar o alvo {name!s} do systemd." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Não é possível mascarar a unidade {name!s} do systemd." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Comandos desconhecidos do systemd {command!s} e " +"{suffix!s} para a unidade {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Tarefa modelo python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Etapa modelo python {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Instalar carregador de inicialização." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"Falha ao instalar o grub, não há partições definidas no armazenamento global" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Erro de instalação do carregador de inicialização" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"O carregador de inicialização não pôde ser instalado. O comando de " +"instalação
{!s}
retornou o código de erro {!s}." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Configurando locais." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Montando partições." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "Erro interno ao montar datasets zfs" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "Falha ao importar zpool" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "Falha ao desbloquear zpool" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "Falha ao definir o ponto de montagem zfs" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "erro de montagem zfs" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Configurar tema do Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Escrevendo fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"Nenhuma configuração
{!s}
é dada para que
{!s}
possa " +"utilizar." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Configurar serviços do OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" +"Não é possível adicionar serviço {name!s} ao nível de execução {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" +"Não é possível remover serviço {name!s} do nível de execução {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Serviço de ação {arg!s} desconhecido para o serviço {name!s} no" +" nível de execução {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Chamada rc-update {arg!s} no chroot retornou o código de erro " +"{num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "O nível de execução de destino não existe" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"O caminho para o nível de execução {level!s} é {path!s}, que " +"não existe." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "O serviço de destino não existe" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"O caminho para o serviço {name!s} é {path!s}, que não existe." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Criando initramfs com dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Erro ao executar dracut no alvo" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Configurar GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Não foi possível gravar o arquivo de configuração do KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "O arquivo de configuração {!s} do KDM não existe" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Não foi possível gravar o arquivo de configuração do LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "O arquivo de configuração {!s} do LXDM não existe" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Não foi possível gravar o arquivo de configuração do LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "O arquivo de configuração {!s} do LightDM não existe" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Não é possível configurar o LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Não há nenhuma tela de login do LightDM instalada." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Não foi possível gravar o arquivo de configuração do SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "O arquivo de configuração {!s} do SLIM não existe" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" +"Nenhum gerenciador de exibição selecionado para o módulo do displaymanager." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"A lista de displaymanagers está vazia ou indefinida em ambos globalstorage e" +" displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "A configuração do gerenciador de exibição está incompleta" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Configurando initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Configurando relógio de hardware." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Instalando os dados." diff --git a/lang/python/pt_PT/LC_MESSAGES/python.po b/lang/python/pt_PT/LC_MESSAGES/python.po index c9017493b..92a0037dd 100644 --- a/lang/python/pt_PT/LC_MESSAGES/python.po +++ b/lang/python/pt_PT/LC_MESSAGES/python.po @@ -5,214 +5,23 @@ # # Translators: # Nuno Amorim , 2018 -# Ricardo Simões , 2020 # Hugo Carvalho , 2022 +# Ricardo Simões , 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Last-Translator: Hugo Carvalho , 2022\n" +"Last-Translator: Ricardo Simões , 2022\n" "Language-Team: Portuguese (Portugal) (https://www.transifex.com/calamares/teams/20061/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_PT\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "A configurar o initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Erro de configuração" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Nenhuma partição está definida para
{!s}
usar." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "Nenhum ponto de montagem root é fornecido para
{!s}
usar." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Configurar o GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Instalar o carregador de arranque." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"Falha ao instalar o grub, sem partições definidas no armazenamento global" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Erro de instalação do carregador de arranque" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"Não foi possível instalar o carregador de arranque. O comando de instalação " -"
{!s}
apresentou o código de erro {!s}." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "A escrever o fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"Não é dada nenhuma configuração
{!s}
para
{!s}
" -"utilizar." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Criando o initramfs com o dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Falha ao executar o dracut no destino" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "O código de saída foi {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Não é possível gravar o ficheiro de configuração KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "O ficheiro de configuração do KDM {!s} não existe" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Não é possível gravar o ficheiro de configuração LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "O ficheiro de configuração do LXDM {!s} não existe" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Não é possível gravar o ficheiro de configuração LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "O ficheiro de configuração do LightDM {!s} não existe" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Não é possível configurar o LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Nenhum ecrã de boas-vindas LightDM instalado." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Não é possível gravar o ficheiro de configuração SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "O ficheiro de configuração do SLIM {!s} não existe" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" -"Nenhum gestor de exibição selecionado para o módulo de gestor de exibição." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"A lista de gestores de visualização está vazia ou indefinida tanto no " -"globalstorage como no displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "A configuração do gestor de exibição estava incompleta" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Configurar serviços OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" -"Não é possível adicionar o serviço {name!s} ao nível de execução {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" -"Não é possível remover o serviço {name!s} do nível de execução {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Serviço de ação desconhecido {arg!s} para serviço {name!s} em " -"nível de execução {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Não é possível modificar serviço" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} chamar pelo chroot retornou com código de " -"erro {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "O nível de execução do destino não existe" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"O caminho para o nível de execução {level!s} é {path!s}, que " -"não existe." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "O serviço do destino não existe" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"O caminho para o serviço {name!s} é {path!s}, que não existe." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "A guardar a configuração de rede." +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 @@ -230,6 +39,7 @@ msgid "Installing one package." msgid_plural "Installing %(num)d packages." msgstr[0] "A instalar um pacote." msgstr[1] "A instalar %(num)d pacotes." +msgstr[2] "A instalar %(num)d pacotes." #: src/modules/packages/main.py:71 #, python-format @@ -237,6 +47,7 @@ msgid "Removing one package." msgid_plural "Removing %(num)d packages." msgstr[0] "A remover um pacote." msgstr[1] "A remover %(num)d pacotes." +msgstr[2] "A remover %(num)d pacotes." #: src/modules/packages/main.py:725 src/modules/packages/main.py:737 #: src/modules/packages/main.py:765 @@ -267,102 +78,35 @@ msgstr "" "O gestor de pacotes não pôde fazer alterações ao sistema instalado. O " "comando
{!s}
devolveu o código de erro {!s}." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Configurar tema do Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "A guardar a configuração de rede." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Erro de configuração" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "Nenhum ponto de montagem root é fornecido para
{!s}
usar." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "A configurar o mkintcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "A configurar a localização." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "A montar partições." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Erro interno ao montar os conjuntos de dados zfs" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "Falha ao importar zpool" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "Falha ao desbloquear zpool" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "Falha ao definir o ponto de montagem zfs" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "erro de montagem zfs" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "A instalar dados." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Tarefa Dummy python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Passo Dummy python {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "A definir o relógio do hardware." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "A configurar o serviço OpenRC dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Configurar serviços systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"systemctl {arg!s} chamar pelo chroot retornou com código de " -"erro {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Não é possível ativar o serviço systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Não é possível ativar o destino do systemd {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "Não é possível ativar o temporizador systemd {name!s}." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Não é possível desativar o destino do systemd {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Não é possível mascarar a unidade do systemd {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Comandos do systemd desconhecidos {command!s} e " -"{suffix!s} por unidade {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Nenhuma partição está definida para
{!s}
usar." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -372,6 +116,14 @@ msgstr "A criar o initramfs com o mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Falha ao executar o mkintfs no destino" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "O código de saída foi {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "A configurar o serviço OpenRC dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "A preencher os sistemas de ficheiros." @@ -439,3 +191,253 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "O destino \"{}\" no sistema de destino não é um diretório" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Configurar serviços systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Não é possível modificar serviço" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"systemctl {arg!s} chamar pelo chroot retornou com código de " +"erro {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Não é possível ativar o serviço systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Não é possível ativar o destino do systemd {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "Não é possível ativar o temporizador systemd {name!s}." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Não é possível desativar o destino do systemd {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Não é possível mascarar a unidade do systemd {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Comandos do systemd desconhecidos {command!s} e " +"{suffix!s} por unidade {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Tarefa Dummy python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Passo Dummy python {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Instalar o carregador de arranque." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"Falha ao instalar o grub, sem partições definidas no armazenamento global" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Erro de instalação do carregador de arranque" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"Não foi possível instalar o carregador de arranque. O comando de instalação " +"
{!s}
apresentou o código de erro {!s}." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "A configurar a localização." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "A montar partições." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "Erro interno ao montar os conjuntos de dados zfs" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "Falha ao importar zpool" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "Falha ao desbloquear zpool" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "Falha ao definir o ponto de montagem zfs" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "erro de montagem zfs" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Configurar tema do Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "A escrever o fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"Não é dada nenhuma configuração
{!s}
para
{!s}
" +"utilizar." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Configurar serviços OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" +"Não é possível adicionar o serviço {name!s} ao nível de execução {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" +"Não é possível remover o serviço {name!s} do nível de execução {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Serviço de ação desconhecido {arg!s} para serviço {name!s} em " +"nível de execução {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} chamar pelo chroot retornou com código de " +"erro {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "O nível de execução do destino não existe" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"O caminho para o nível de execução {level!s} é {path!s}, que " +"não existe." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "O serviço do destino não existe" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"O caminho para o serviço {name!s} é {path!s}, que não existe." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Criando o initramfs com o dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Falha ao executar o dracut no destino" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Configurar o GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Não é possível gravar o ficheiro de configuração KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "O ficheiro de configuração do KDM {!s} não existe" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Não é possível gravar o ficheiro de configuração LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "O ficheiro de configuração do LXDM {!s} não existe" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Não é possível gravar o ficheiro de configuração LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "O ficheiro de configuração do LightDM {!s} não existe" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Não é possível configurar o LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Nenhum ecrã de boas-vindas LightDM instalado." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Não é possível gravar o ficheiro de configuração SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "O ficheiro de configuração do SLIM {!s} não existe" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" +"Nenhum gestor de exibição selecionado para o módulo de gestor de exibição." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"A lista de gestores de visualização está vazia ou indefinida tanto no " +"globalstorage como no displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "A configuração do gestor de exibição estava incompleta" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "A configurar o initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "A definir o relógio do hardware." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "A instalar dados." diff --git a/lang/python/ro/LC_MESSAGES/python.po b/lang/python/ro/LC_MESSAGES/python.po index 70068ee88..65b77c595 100644 --- a/lang/python/ro/LC_MESSAGES/python.po +++ b/lang/python/ro/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Chele Ion , 2021\n" "Language-Team: Romanian (https://www.transifex.com/calamares/teams/20061/ro/)\n" @@ -23,180 +23,6 @@ msgstr "" "Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Configurare initramfs" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Eroare de configurare" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Nu sunt partiţii definite ca 1{!s}1 ." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "Nu este definită o partiţie rădăcină pentru 1{!s}1 ." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -246,98 +72,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." msgstr "" +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Eroare de configurare" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "Nu este definită o partiţie rădăcină pentru 1{!s}1 ." + #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Job python fictiv." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Dummy python step {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Nu sunt partiţii definite ca 1{!s}1 ." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -347,6 +110,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -410,3 +181,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Job python fictiv." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Dummy python step {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Configurare initramfs" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/ru/LC_MESSAGES/python.po b/lang/python/ru/LC_MESSAGES/python.po index 321527893..10fdbe702 100644 --- a/lang/python/ru/LC_MESSAGES/python.po +++ b/lang/python/ru/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: ZIzA, 2020\n" "Language-Team: Russian (https://www.transifex.com/calamares/teams/20061/ru/)\n" @@ -22,180 +22,6 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Настройка initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Ошибка конфигурации" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Не определены разделы для использования
{!S}
." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Настройте GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Установить загрузчик." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Запись fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Создание initramfs с помощью dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Не удалось запустить dracut на цели" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Код выхода {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Настройка служб OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Не могу изменить сервис" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Целевой сервис не существует." - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Сохранение настроек сети." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -247,99 +73,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Настроить тему Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Сохранение настроек сети." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Ошибка конфигурации" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Настройка языка." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Монтирование разделов." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Установка данных." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Установка аппаратных часов." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Настройка службы OpenRC dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Настройка systemd сервисов" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Вызов systemctl {arg!s} в chroot вернул код ошибки {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Не определены разделы для использования
{!S}
." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -349,6 +111,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Код выхода {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Настройка службы OpenRC dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Наполнение файловой системы." @@ -412,3 +182,233 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Настройка systemd сервисов" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Не могу изменить сервис" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Вызов systemctl {arg!s} в chroot вернул код ошибки {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Установить загрузчик." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Настройка языка." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Монтирование разделов." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Настроить тему Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Запись fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Настройка служб OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Целевой сервис не существует." + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Создание initramfs с помощью dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Не удалось запустить dracut на цели" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Настройте GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Настройка initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Установка аппаратных часов." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Установка данных." diff --git a/lang/python/ru_RU/LC_MESSAGES/python.po b/lang/python/ru_RU/LC_MESSAGES/python.po deleted file mode 100644 index b55cdf62a..000000000 --- a/lang/python/ru_RU/LC_MESSAGES/python.po +++ /dev/null @@ -1,388 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-22 11:02+0200\n" -"PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Language-Team: Russian (Russia) (https://www.transifex.com/calamares/teams/20061/ru_RU/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ru_RU\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/mount/main.py:30 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 -#: src/modules/initcpiocfg/main.py:231 -#: src/modules/luksopenswaphookcfg/main.py:86 -#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164 -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355 -#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388 -#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42 -msgid "Configuration Error" -msgstr "" - -#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 -#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165 -#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73 -#: src/modules/fstab/main.py:356 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:59 -#: src/modules/services-openrc/main.py:93 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:69 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" - -#: src/modules/umount/main.py:31 -msgid "Unmount file systems." -msgstr "" - -#: src/modules/unpackfs/main.py:35 -msgid "Filling up filesystems." -msgstr "" - -#: src/modules/unpackfs/main.py:255 -msgid "rsync failed with error code {}." -msgstr "" - -#: src/modules/unpackfs/main.py:300 -msgid "Unpacking image {}/{}, file {}/{}" -msgstr "" - -#: src/modules/unpackfs/main.py:315 -msgid "Starting to unpack {}" -msgstr "" - -#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464 -msgid "Failed to unpack image \"{}\"" -msgstr "" - -#: src/modules/unpackfs/main.py:431 -msgid "No mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:432 -msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:437 -msgid "Bad mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:438 -msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458 -#: src/modules/unpackfs/main.py:478 -msgid "Bad unsquash configuration" -msgstr "" - -#: src/modules/unpackfs/main.py:455 -msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" -msgstr "" - -#: src/modules/unpackfs/main.py:459 -msgid "The source filesystem \"{}\" does not exist" -msgstr "" - -#: src/modules/unpackfs/main.py:465 -msgid "" -"Failed to find unsquashfs, make sure you have the squashfs-tools package " -"installed" -msgstr "" - -#: src/modules/unpackfs/main.py:479 -msgid "The destination \"{}\" in the target system is not a directory" -msgstr "" - -#: src/modules/displaymanager/main.py:526 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:527 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:588 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:589 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:672 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:673 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:747 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:748 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:779 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:780 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:906 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:907 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:989 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/initcpiocfg/main.py:28 -msgid "Configuring mkinitcpio." -msgstr "" - -#: src/modules/initcpiocfg/main.py:232 -#: src/modules/luksopenswaphookcfg/main.py:91 -#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77 -#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136 -#: src/modules/networkcfg/main.py:43 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/luksopenswaphookcfg/main.py:26 -msgid "Configuring encrypted swap." -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "" - -#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 -#: src/modules/packages/main.py:69 -msgid "Install packages." -msgstr "" - -#: src/modules/packages/main.py:57 -#, python-format -msgid "Processing packages (%(count)d / %(total)d)" -msgstr "" - -#: src/modules/packages/main.py:62 -#, python-format -msgid "Installing one package." -msgid_plural "Installing %(num)d packages." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/modules/packages/main.py:65 -#, python-format -msgid "Removing one package." -msgid_plural "Removing %(num)d packages." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/modules/packages/main.py:638 src/modules/packages/main.py:650 -#: src/modules/packages/main.py:678 -msgid "Package Manager error" -msgstr "" - -#: src/modules/packages/main.py:639 -msgid "" -"The package manager could not prepare updates. The command
{!s}
" -"returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:651 -msgid "" -"The package manager could not update the system. The command
{!s}
" -" returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:679 -msgid "" -"The package manager could not make changes to the installed system. The " -"command
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:508 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:509 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/mkinitfs/main.py:27 -msgid "Creating initramfs with mkinitfs." -msgstr "" - -#: src/modules/mkinitfs/main.py:49 -msgid "Failed to run mkinitfs on the target" -msgstr "" - -#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:389 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" diff --git a/lang/python/si/LC_MESSAGES/python.po b/lang/python/si/LC_MESSAGES/python.po index cdcac7e72..844eef117 100644 --- a/lang/python/si/LC_MESSAGES/python.po +++ b/lang/python/si/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Sandaruwan Samaraweera, 2022\n" "Language-Team: Sinhala (https://www.transifex.com/calamares/teams/20061/si/)\n" @@ -22,189 +22,6 @@ msgstr "" "Language: si\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "initramfs වින්‍යාස කිරීම." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "වින්‍යාස දෝෂය" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "{!s} සඳහා භාවිතා කිරීමට කිසිදු කොටස් නිර්වචනය කර නොමැත." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "{!s} සඳහා භාවිතා කිරීමට root mount point ලබා දී නොමැත." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "GRUB වින්‍යාස කරන්න." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "bootloader ස්ථාපනය කරන්න." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"Grub ස්ථාපනය කිරීමට අපොහොසත් විය, ගෝලීය ආචයනය තුළ කොටස් අර්ථ දක්වා නොමැත" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Bootloader ස්ථාපනය කිරීමේ දෝෂයකි" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"ඇරඹුම් කාරකය ස්ථාපනය කල නොහැක. ස්ථාපන විධානය
{!s}
දෝෂ කේතය {!s} " -"ලබා දුන්නේය." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "fstab ලියමින්." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"භාවිතා කිරීමට
{!s}
සඳහා
{!s}
වින්‍යාසයක් ලබා දී නොමැත." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "dracut සමඟ initramfs නිර්මාණය කිරීම." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "ඉලක්කය මත ඩ්‍රැකට් ධාවනය කිරීමට අපොහොසත් විය" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "පිටවීමේ කේතය වූයේ {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "KDM වින්‍යාස ගොනුව ලිවිය නොහැක" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM වින්‍යාස ගොනුව {!s} නොපවතී" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "LXDM වින්‍යාස ගොනුව ලිවිය නොහැක" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM වින්‍යාස ගොනුව {!s} නොපවතී" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "LightDM වින්‍යාස ගොනුව ලිවිය නොහැක" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM වින්‍යාස ගොනුව {!s} නොපවතී" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "LightDM වින්‍යාස කළ නොහැක" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "LightDM ග්‍රීටර් ස්ථාපනය කර නැත." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "SLIM වින්‍යාස ගොනුව ලිවිය නොහැක" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM වින්‍යාස ගොනුව {!s} නොපවතී" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "සංදර්ශක කළමනාකරු මොඩියුලය සඳහා සංදර්ශක කළමනාකරුවන් තෝරාගෙන නොමැත." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"ගෝලීය ගබඩාව සහ displaymanager.conf යන දෙකෙහිම සංදර්ශක කළමනාකරු ලැයිස්තුව " -"හිස් හෝ අර්ථ දක්වා නොමැත." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "සංදර්ශක කළමනාකරු වින්‍යාසය අසම්පූර්ණ විය" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "OpenRC සේවා වින්‍යාස කරන්න" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "ධාවන මට්ටම {level!s} වෙත සේවාව {name!s} එක් කළ නොහැක." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "ධාවන මට්ටමේ {level!s} වෙතින් සේවාව {name!s} ඉවත් කළ නොහැක." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"{name!s} සේවාව සඳහා නොදන්නා සේවා-ක්‍රියාව {arg!s} ධාවන මට්ටමේ " -"{level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "සේවාව වෙනස් කළ නොහැක" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"rc-update {arg!s} chroot හි ඇමතුම {num!s} දෝෂ කේතය ලබා දුන්නේය." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "ඉලක්ක ධාවන මට්ටම නොපවතී" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "ධාවන මට්ටම {level!s} සඳහා මාර්ගය {path!s}, එය නොපවතී." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "ඉලක්ක සේවාව නොපවතී" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "සේවාව සඳහා {name!s} මාර්ගය {path!s}, එය නොපවතී." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "ජාල වින්‍යාසය සුරැකෙමින්." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -258,101 +75,35 @@ msgstr "" "පැකේජ කළමනාකරුට ස්ථාපිත පද්ධතියට වෙනස්කම් සිදු කළ නොහැක. විධානය " "
{!s}
දෝෂ කේතය {!s} ලබා දුන්නේය." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Plymouth තේමාව වින්‍යාස කරන්න" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "ජාල වින්‍යාසය සුරැකෙමින්." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "වින්‍යාස දෝෂය" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "{!s} සඳහා භාවිතා කිරීමට root mount point ලබා දී නොමැත." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "mkinitcpio වින්‍යාස කරමින්." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "ස්ථාන වින්‍යාස කිරීම." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "කොටස් සවි කිරීම." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "zfs දත්ත කට්ටල සවිකිරීමේ අභ්‍යන්තර දෝෂයකි" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "zpool ආයාත කිරීමට අසමත් විය" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "zpool අගුලු හැරීමට අසමත් විය" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "zfs සවිකිරීමේ ලක්ෂ්‍යය සැකසීමට අසමත් විය" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "zfs සවිකිරීමේ දෝෂයකි" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "දත්ත ස්ථාපනය වෙමින්." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "ඩමි python වැඩසටහන." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "ව්‍යාජ python පියවර {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "දෘඩාංග ඔරලෝසුව සැකසෙමින්." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "OpenRC dmcrypt සේවාව වින්‍යාස කරමින්." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "systemd සේවා වින්‍යාස කරන්න" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"systemctl {arg!s} chroot වෙත ඇමතුමක් ලබා දුන් දෝෂ කේතය {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "systemd සේවාව {name!s} සබල කළ නොහැක." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "systemd ඉලක්කය {name!s} සබල කළ නොහැක." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "systemd ටයිමරය {name!s} සබල කළ නොහැක." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "systemd ඉලක්කය {name!s} අක්‍රිය කළ නොහැක." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "systemd ඒකකය {name!s} වසන් කළ නොහැක." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"{name!s} ඒකකය සඳහා නොදන්නා systemd විධාන {command!s} සහ " -"{suffix!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "{!s} සඳහා භාවිතා කිරීමට කිසිදු කොටස් නිර්වචනය කර නොමැත." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -362,6 +113,14 @@ msgstr "mkinitfs සමඟ initramfs නිර්මාණය කිරීම." msgid "Failed to run mkinitfs on the target" msgstr "ඉලක්කය මත mkinitfs ධාවනය කිරීමට අසමත් විය" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "පිටවීමේ කේතය වූයේ {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "OpenRC dmcrypt සේවාව වින්‍යාස කරමින්." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "ගොනු පද්ධති පිරවීම." @@ -427,3 +186,244 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "ඉලක්ක පද්ධතියේ \"{}\" ගමනාන්තය නාමාවලියක් නොවේ" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "systemd සේවා වින්‍යාස කරන්න" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "සේවාව වෙනස් කළ නොහැක" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"systemctl {arg!s} chroot වෙත ඇමතුමක් ලබා දුන් දෝෂ කේතය {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "systemd සේවාව {name!s} සබල කළ නොහැක." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "systemd ඉලක්කය {name!s} සබල කළ නොහැක." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "systemd ටයිමරය {name!s} සබල කළ නොහැක." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "systemd ඉලක්කය {name!s} අක්‍රිය කළ නොහැක." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "systemd ඒකකය {name!s} වසන් කළ නොහැක." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"{name!s} ඒකකය සඳහා නොදන්නා systemd විධාන {command!s} සහ " +"{suffix!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "ඩමි python වැඩසටහන." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "ව්‍යාජ python පියවර {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "bootloader ස්ථාපනය කරන්න." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"Grub ස්ථාපනය කිරීමට අපොහොසත් විය, ගෝලීය ආචයනය තුළ කොටස් අර්ථ දක්වා නොමැත" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Bootloader ස්ථාපනය කිරීමේ දෝෂයකි" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"ඇරඹුම් කාරකය ස්ථාපනය කල නොහැක. ස්ථාපන විධානය
{!s}
දෝෂ කේතය {!s} " +"ලබා දුන්නේය." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "ස්ථාන වින්‍යාස කිරීම." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "කොටස් සවි කිරීම." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "zfs දත්ත කට්ටල සවිකිරීමේ අභ්‍යන්තර දෝෂයකි" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "zpool ආයාත කිරීමට අසමත් විය" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "zpool අගුලු හැරීමට අසමත් විය" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "zfs සවිකිරීමේ ලක්ෂ්‍යය සැකසීමට අසමත් විය" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "zfs සවිකිරීමේ දෝෂයකි" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Plymouth තේමාව වින්‍යාස කරන්න" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "fstab ලියමින්." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"භාවිතා කිරීමට
{!s}
සඳහා
{!s}
වින්‍යාසයක් ලබා දී නොමැත." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "OpenRC සේවා වින්‍යාස කරන්න" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "ධාවන මට්ටම {level!s} වෙත සේවාව {name!s} එක් කළ නොහැක." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "ධාවන මට්ටමේ {level!s} වෙතින් සේවාව {name!s} ඉවත් කළ නොහැක." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"{name!s} සේවාව සඳහා නොදන්නා සේවා-ක්‍රියාව {arg!s} ධාවන මට්ටමේ " +"{level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"rc-update {arg!s} chroot හි ඇමතුම {num!s} දෝෂ කේතය ලබා දුන්නේය." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "ඉලක්ක ධාවන මට්ටම නොපවතී" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "ධාවන මට්ටම {level!s} සඳහා මාර්ගය {path!s}, එය නොපවතී." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "ඉලක්ක සේවාව නොපවතී" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "සේවාව සඳහා {name!s} මාර්ගය {path!s}, එය නොපවතී." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "dracut සමඟ initramfs නිර්මාණය කිරීම." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "ඉලක්කය මත ඩ්‍රැකට් ධාවනය කිරීමට අපොහොසත් විය" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "GRUB වින්‍යාස කරන්න." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "KDM වින්‍යාස ගොනුව ලිවිය නොහැක" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM වින්‍යාස ගොනුව {!s} නොපවතී" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "LXDM වින්‍යාස ගොනුව ලිවිය නොහැක" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM වින්‍යාස ගොනුව {!s} නොපවතී" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "LightDM වින්‍යාස ගොනුව ලිවිය නොහැක" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM වින්‍යාස ගොනුව {!s} නොපවතී" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "LightDM වින්‍යාස කළ නොහැක" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "LightDM ග්‍රීටර් ස්ථාපනය කර නැත." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "SLIM වින්‍යාස ගොනුව ලිවිය නොහැක" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM වින්‍යාස ගොනුව {!s} නොපවතී" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "සංදර්ශක කළමනාකරු මොඩියුලය සඳහා සංදර්ශක කළමනාකරුවන් තෝරාගෙන නොමැත." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"ගෝලීය ගබඩාව සහ displaymanager.conf යන දෙකෙහිම සංදර්ශක කළමනාකරු ලැයිස්තුව " +"හිස් හෝ අර්ථ දක්වා නොමැත." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "සංදර්ශක කළමනාකරු වින්‍යාසය අසම්පූර්ණ විය" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "initramfs වින්‍යාස කිරීම." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "දෘඩාංග ඔරලෝසුව සැකසෙමින්." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "දත්ත ස්ථාපනය වෙමින්." diff --git a/lang/python/sk/LC_MESSAGES/python.po b/lang/python/sk/LC_MESSAGES/python.po index 777e272a4..b5747608f 100644 --- a/lang/python/sk/LC_MESSAGES/python.po +++ b/lang/python/sk/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Dušan Kazik , 2020\n" "Language-Team: Slovak (https://www.transifex.com/calamares/teams/20061/sk/)\n" @@ -21,180 +21,6 @@ msgstr "" "Language: sk\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Konfigurácia initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Chyba konfigurácie" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Nie sú určené žiadne oddiely na použitie pre
{!s}
." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "Nie je zadaný žiadny bod pripojenia na použitie pre
{!s}
." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Konfigurácia zavádzača GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Inštalácia zavádzača." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Zapisovanie fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Vytváranie initramfs pomocou nástroja dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Zlyhalo spustenie nástroja dracut v cieli" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Kód skončenia bol {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Nedá sa zapísať konfiguračný súbor správcu KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "Konfiguračný súbor správcu KDM {!s} neexistuje" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Nedá sa zapísať konfiguračný súbor správcu LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "Konfiguračný súbor správcu LXDM {!s} neexistuje" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Nedá sa zapísať konfiguračný súbor správcu LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "Konfiguračný súbor správcu LightDM {!s} neexistuje" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Nedá s nakonfigurovať správca LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Nie je nainštalovaný žiadny vítací nástroj LightDM." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Nedá sa zapísať konfiguračný súbor správcu SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "Konfiguračný súbor správcu SLIM {!s} neexistuje" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Neboli vybraní žiadni správcovia zobrazenia pre modul displaymanager." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Konfigurácia správcu zobrazenia nebola úplná" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Konfigurácia služieb OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Nedá sa upraviť služba" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Cieľová služba neexistuje" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "Cesta k službe {name!s} je {path!s}, ale neexistuje." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Ukladanie sieťovej konfigurácie." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -246,102 +72,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Konfigurácia motívu služby Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Ukladanie sieťovej konfigurácie." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Chyba konfigurácie" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "Nie je zadaný žiadny bod pripojenia na použitie pre
{!s}
." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Konfigurácia mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Konfigurácia miestnych nastavení." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Pripájanie oddielov." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Inštalácia údajov." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Fiktívna úloha jazyka python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Fiktívny krok {} jazyka python" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Nastavovanie hardvérových hodín." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Konfigurácia služieb systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Volanie systemctl {arg!s} in prostredí chroot vrátilo chybový " -"kód {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Nedá sa povoliť služba systému systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Nedá sa povoliť cieľ systému systemd {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Nedá sa zakázať cieľ systému systemd {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Nedá sa zamaskovať jednotka systému systemd {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Neznáme príkazy systému systemd {command!s} a " -"{suffix!s} pre jednotku {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Nie sú určené žiadne oddiely na použitie pre
{!s}
." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -351,6 +110,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Kód skončenia bol {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Napĺňanie súborových systémov." @@ -414,3 +181,236 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Cieľ \"{}\" v cieľovom systéme nie je adresárom" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Konfigurácia služieb systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Nedá sa upraviť služba" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Volanie systemctl {arg!s} in prostredí chroot vrátilo chybový " +"kód {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Nedá sa povoliť služba systému systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Nedá sa povoliť cieľ systému systemd {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Nedá sa zakázať cieľ systému systemd {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Nedá sa zamaskovať jednotka systému systemd {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Neznáme príkazy systému systemd {command!s} a " +"{suffix!s} pre jednotku {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Fiktívna úloha jazyka python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Fiktívny krok {} jazyka python" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Inštalácia zavádzača." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Konfigurácia miestnych nastavení." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Pripájanie oddielov." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Konfigurácia motívu služby Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Zapisovanie fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Konfigurácia služieb OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Cieľová služba neexistuje" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "Cesta k službe {name!s} je {path!s}, ale neexistuje." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Vytváranie initramfs pomocou nástroja dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Zlyhalo spustenie nástroja dracut v cieli" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Konfigurácia zavádzača GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Nedá sa zapísať konfiguračný súbor správcu KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "Konfiguračný súbor správcu KDM {!s} neexistuje" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Nedá sa zapísať konfiguračný súbor správcu LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "Konfiguračný súbor správcu LXDM {!s} neexistuje" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Nedá sa zapísať konfiguračný súbor správcu LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "Konfiguračný súbor správcu LightDM {!s} neexistuje" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Nedá s nakonfigurovať správca LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Nie je nainštalovaný žiadny vítací nástroj LightDM." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Nedá sa zapísať konfiguračný súbor správcu SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "Konfiguračný súbor správcu SLIM {!s} neexistuje" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Neboli vybraní žiadni správcovia zobrazenia pre modul displaymanager." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Konfigurácia správcu zobrazenia nebola úplná" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Konfigurácia initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Nastavovanie hardvérových hodín." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Inštalácia údajov." diff --git a/lang/python/sl/LC_MESSAGES/python.po b/lang/python/sl/LC_MESSAGES/python.po index 52a1e73c6..8e3792933 100644 --- a/lang/python/sl/LC_MESSAGES/python.po +++ b/lang/python/sl/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Slovenian (https://www.transifex.com/calamares/teams/20061/sl/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -242,97 +68,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -343,6 +106,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -406,3 +177,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/sq/LC_MESSAGES/python.po b/lang/python/sq/LC_MESSAGES/python.po index 53280cb21..3be6c94f9 100644 --- a/lang/python/sq/LC_MESSAGES/python.po +++ b/lang/python/sq/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Besnik Bleta , 2022\n" "Language-Team: Albanian (https://www.transifex.com/calamares/teams/20061/sq/)\n" @@ -21,195 +21,6 @@ msgstr "" "Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Po formësohet initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Gabim Formësimi" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "S’ka pjesë të përkufizuara për
{!s}
për t’u përdorur." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"S’është dhënë pikë montimi rrënjë për
{!s}
për t’u përdorur." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Formësoni GRUB-in." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Instalo ngarkues nisjesh." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"S'u arrit të instalohej grub, te depozita globale s’ka të përkufizuara pjesë" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Gabim instalimi Ngarkuesi Nisësi" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"Ngarkuesi i nisësit s’u instalua dot. Urdhri i instalimit
{!s}
u " -"përgjigj me kod gabimi {!s}." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Po shkruhet fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"S’është dhënë formësim
{!s}
për t’u përdorur nga
{!s}
." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Po krijohet initramfs me dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "S’u arrit të xhirohej dracut mbi objektivin" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Kodi i daljes qe {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "S’shkruhet dot kartelë formësimi KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "S’ekziston kartelë formësimi KDM {!s}" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "S’shkruhet dot kartelë formësimi LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "S’ekziston kartelë formësimi LXDM {!s}" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "S’shkruhet dot kartelë formësimi LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "S’ekziston kartelë formësimi LightDM {!s}" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "S’formësohet dot LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "S’ka të instaluar përshëndetës LightDM." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "S’shkruhet dot kartelë formësimi SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "S’ekziston kartelë formësimi SLIM {!s}" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "S’janë përzgjedhur përgjegjës ekrani për modulin displaymanager." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Lista “displaymanagers” është e zbrazët ose e papërkufizuar për të dy " -"rastet, për “globalstorage” dhe për “displaymanager.conf”." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Formësimi i përgjegjësit të ekranit s’qe i plotë" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Formësoni shërbime OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "S’shtohet dot shërbimi {name!s} te run-level {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "S’hiqet dot shërbimi {name!s} nga run-level {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Service-action {arg!s} i panjohur për shërbimin {name!s} te " -"run-level {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "S’modifikohet dot shërbimi" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Thirrje rc-update {arg!s} në chroot u përgjigj me kod gabimi " -"{num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Runlevel-i i synuar nuk ekziston" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Shtegu për runlevel {level!s} është {path!s}, i cili nuk " -"ekziston." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Shërbimi i synuar nuk ekziston" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Shtegu për shërbimin {name!s} është {path!s}, i cili nuk " -"ekziston." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Po ruhet formësimi i rrjetit." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -263,102 +74,36 @@ msgstr "" "Përgjegjësi i paketave s’bëri dot ndryshime te sistemi i instaluar. Urdhri " "
{!s}
u përgjigj me kod gabimi {!s}." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Formësoni temën Plimuth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Po ruhet formësimi i rrjetit." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Gabim Formësimi" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"S’është dhënë pikë montimi rrënjë për
{!s}
për t’u përdorur." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Po formësohet mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Po formësohen vendoret." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Po montohen pjesë." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Gabim i brendshëm gjatë montimit të grupeve zfs të të dhënave" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "S’u arrit të importohej zpool" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "S’u arrit të shkyçej zpool" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "S’u arrit të caktohej pikë montimi zfs" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "Gabim montimi zfs" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Po instalohen të dhëna." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Akt python dummy." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Hap python {} dummy" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Po caktohet ora hardware." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Po formësohet shërbim OpenRC dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Formësoni shërbime systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Thirrja systemctl {arg!s} në chroot u përgjigj me kod gabimi " -"{num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "S’aktivizohet dot shërbimi systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "S’aktivizohet dot objektivi systemd {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "S’aktivizohet dot kohëmatës systemd {name!s}." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "S’çaktivizohet dot objektivi systemd {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "S’maskohet dot njësia systemd {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Urdhra të panjohur systemd {command!s} dhe " -"{suffix!s} për njësi {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "S’ka pjesë të përkufizuara për
{!s}
për t’u përdorur." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -368,6 +113,14 @@ msgstr "Po krijohet initramfs me mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "S’u arrit të xhirohej mkinitfs te objektivi" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Kodi i daljes qe {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Po formësohet shërbim OpenRC dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Po mbushen sisteme kartelash." @@ -434,3 +187,250 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Destinacioni \"{}\" te sistemi i synuar s’është drejtori" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Formësoni shërbime systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "S’modifikohet dot shërbimi" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Thirrja systemctl {arg!s} në chroot u përgjigj me kod gabimi " +"{num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "S’aktivizohet dot shërbimi systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "S’aktivizohet dot objektivi systemd {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "S’aktivizohet dot kohëmatës systemd {name!s}." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "S’çaktivizohet dot objektivi systemd {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "S’maskohet dot njësia systemd {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Urdhra të panjohur systemd {command!s} dhe " +"{suffix!s} për njësi {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Akt python dummy." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Hap python {} dummy" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Instalo ngarkues nisjesh." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"S'u arrit të instalohej grub, te depozita globale s’ka të përkufizuara pjesë" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Gabim instalimi Ngarkuesi Nisësi" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"Ngarkuesi i nisësit s’u instalua dot. Urdhri i instalimit
{!s}
u " +"përgjigj me kod gabimi {!s}." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Po formësohen vendoret." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Po montohen pjesë." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "Gabim i brendshëm gjatë montimit të grupeve zfs të të dhënave" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "S’u arrit të importohej zpool" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "S’u arrit të shkyçej zpool" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "S’u arrit të caktohej pikë montimi zfs" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "Gabim montimi zfs" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Formësoni temën Plimuth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Po shkruhet fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"S’është dhënë formësim
{!s}
për t’u përdorur nga
{!s}
." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Formësoni shërbime OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "S’shtohet dot shërbimi {name!s} te run-level {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "S’hiqet dot shërbimi {name!s} nga run-level {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Service-action {arg!s} i panjohur për shërbimin {name!s} te " +"run-level {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Thirrje rc-update {arg!s} në chroot u përgjigj me kod gabimi " +"{num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Runlevel-i i synuar nuk ekziston" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Shtegu për runlevel {level!s} është {path!s}, i cili nuk " +"ekziston." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Shërbimi i synuar nuk ekziston" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Shtegu për shërbimin {name!s} është {path!s}, i cili nuk " +"ekziston." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Po krijohet initramfs me dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "S’u arrit të xhirohej dracut mbi objektivin" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Formësoni GRUB-in." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "S’shkruhet dot kartelë formësimi KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "S’ekziston kartelë formësimi KDM {!s}" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "S’shkruhet dot kartelë formësimi LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "S’ekziston kartelë formësimi LXDM {!s}" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "S’shkruhet dot kartelë formësimi LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "S’ekziston kartelë formësimi LightDM {!s}" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "S’formësohet dot LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "S’ka të instaluar përshëndetës LightDM." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "S’shkruhet dot kartelë formësimi SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "S’ekziston kartelë formësimi SLIM {!s}" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "S’janë përzgjedhur përgjegjës ekrani për modulin displaymanager." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Lista “displaymanagers” është e zbrazët ose e papërkufizuar për të dy " +"rastet, për “globalstorage” dhe për “displaymanager.conf”." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Formësimi i përgjegjësit të ekranit s’qe i plotë" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Po formësohet initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Po caktohet ora hardware." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Po instalohen të dhëna." diff --git a/lang/python/sr/LC_MESSAGES/python.po b/lang/python/sr/LC_MESSAGES/python.po index f89057a1a..606b71e62 100644 --- a/lang/python/sr/LC_MESSAGES/python.po +++ b/lang/python/sr/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Slobodan Simić , 2020\n" "Language-Team: Serbian (https://www.transifex.com/calamares/teams/20061/sr/)\n" @@ -21,180 +21,6 @@ msgstr "" "Language: sr\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Грешка поставе" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Подеси ГРУБ" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Уписивање fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Не могу да мењам сервис" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Упис поставе мреже." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -244,97 +70,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Упис поставе мреже." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Грешка поставе" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Подешавање локалитета." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Монтирање партиција." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Инсталирање података." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Подеси „systemd“ сервисе" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -345,6 +108,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Попуњавање фајл-система." @@ -408,3 +179,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Подеси „systemd“ сервисе" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Не могу да мењам сервис" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Подешавање локалитета." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Монтирање партиција." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Уписивање fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Подеси ГРУБ" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Инсталирање података." diff --git a/lang/python/sr@latin/LC_MESSAGES/python.po b/lang/python/sr@latin/LC_MESSAGES/python.po index 675818634..804c3269f 100644 --- a/lang/python/sr@latin/LC_MESSAGES/python.po +++ b/lang/python/sr@latin/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Serbian (Latin) (https://www.transifex.com/calamares/teams/20061/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: sr@latin\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -240,97 +66,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -341,6 +104,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -404,3 +175,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/sv/LC_MESSAGES/python.po b/lang/python/sv/LC_MESSAGES/python.po index 3e8f4d5a3..560440a62 100644 --- a/lang/python/sv/LC_MESSAGES/python.po +++ b/lang/python/sv/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Luna Jernberg , 2022\n" "Language-Team: Swedish (https://www.transifex.com/calamares/teams/20061/sv/)\n" @@ -23,196 +23,6 @@ msgstr "" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Konfigurerar initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Konfigurationsfel" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Inga partitioner är definerade för
{!s}
att använda." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"Ingen root monteringspunkt är angiven för
{!s}
att använda." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Konfigurera GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Installera starthanterare." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"Det gick inte att installera grub, inga partitioner definierade i global " -"lagring" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Starthanterare installationsfel" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"Starthanterare kunde inte installeras. Installationskommandot " -"
{!s}
returnerade felkod {!s}." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Skriver fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"Ingen
{!s}
konfiguration är angiven för
{!s}
att " -"använda. " - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Skapar initramfs med dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Misslyckades att köra dracut på målet " - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Felkoden var {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Misslyckades med att skriva KDM konfigurationsfil" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM konfigurationsfil {!s} existerar inte" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Misslyckades med att skriva LXDM konfigurationsfil" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM konfigurationsfil {!s} existerar inte" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Misslyckades med att skriva LightDM konfigurationsfil" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM konfigurationsfil {!s} existerar inte" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Kunde inte konfigurera LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Ingen LightDM greeter installerad." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Misslyckades med att SLIM konfigurationsfil" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM konfigurationsfil {!s} existerar inte" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Ingen skärmhanterare vald för displaymanager modulen." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Skärmhanterar listan är tom eller odefinierad i både globalstorage och " -"displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Konfiguration för displayhanteraren var inkomplett" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Konfigurera OpenRC tjänster" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Kan inte lägga till tjänsten {name!s} till körnivå {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Kan inte ta bort tjänsten {name!s} från körnivå {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Okänt tjänst-anrop {arg!s}för tjänsten {name!s} i körnivå " -"{level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Kunde inte modifiera tjänst" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Anrop till rc-update {arg!s} i chroot returnerade felkod " -"{num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Begärd körnivå existerar inte" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Sökvägen till körnivå {level!s} är {path!s}, som inte " -"existerar." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Begärd tjänst existerar inte" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Sökvägen för tjänst {name!s} är {path!s}, som inte existerar." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Sparar nätverkskonfiguration." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -266,102 +76,36 @@ msgstr "" "Pakethanteraren kunde inte göra ändringar till det installerade systemet. " "kommandot
{!s}
returnerade felkod {!s}." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Konfigurera Plymouth tema" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Sparar nätverkskonfiguration." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Konfigurationsfel" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"Ingen root monteringspunkt är angiven för
{!s}
att använda." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Konfigurerar mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Konfigurerar språkinställningar" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Monterar partitioner." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Internt fel vid montering av zfs datasets" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "Misslyckades att importera zpool" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "Misslyckades att låsa upp zpool" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "Misslyckades att ställa in zfs monteringspunkt " - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "zfs monteringsfel" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Installerar data." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Exempel python jobb" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Exempel python steg {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Ställer hårdvaruklockan." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Konfigurerar OpenRC dmcrypt tjänst." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Konfigurera systemd tjänster" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Anrop till systemctl {arg!s}i chroot returnerade felkod " -"{num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Kunde inte aktivera systemd tjänst {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Kunde inte aktivera systemd målsystem {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "Kunde inte aktivera systemd timer {name!s}." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Kunde inte inaktivera systemd målsystem {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Kan inte maskera systemd unit {name!s}" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Okända systemd kommandon {command!s} och {suffix!s} för " -"enhet {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Inga partitioner är definerade för
{!s}
att använda." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -371,6 +115,14 @@ msgstr "Skapar initramfs med mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Misslyckades att köra mkinitfs på målet " +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Felkoden var {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Konfigurerar OpenRC dmcrypt tjänst." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Packar upp filsystem." @@ -436,3 +188,251 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Destinationen \"{}\" på målsystemet är inte en katalog" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Konfigurera systemd tjänster" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Kunde inte modifiera tjänst" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Anrop till systemctl {arg!s}i chroot returnerade felkod " +"{num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Kunde inte aktivera systemd tjänst {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Kunde inte aktivera systemd målsystem {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "Kunde inte aktivera systemd timer {name!s}." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Kunde inte inaktivera systemd målsystem {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Kan inte maskera systemd unit {name!s}" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Okända systemd kommandon {command!s} och {suffix!s} för " +"enhet {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Exempel python jobb" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Exempel python steg {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Installera starthanterare." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"Det gick inte att installera grub, inga partitioner definierade i global " +"lagring" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Starthanterare installationsfel" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"Starthanterare kunde inte installeras. Installationskommandot " +"
{!s}
returnerade felkod {!s}." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Konfigurerar språkinställningar" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Monterar partitioner." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "Internt fel vid montering av zfs datasets" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "Misslyckades att importera zpool" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "Misslyckades att låsa upp zpool" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "Misslyckades att ställa in zfs monteringspunkt " + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "zfs monteringsfel" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Konfigurera Plymouth tema" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Skriver fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"Ingen
{!s}
konfiguration är angiven för
{!s}
att " +"använda. " + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Konfigurera OpenRC tjänster" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Kan inte lägga till tjänsten {name!s} till körnivå {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Kan inte ta bort tjänsten {name!s} från körnivå {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Okänt tjänst-anrop {arg!s}för tjänsten {name!s} i körnivå " +"{level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Anrop till rc-update {arg!s} i chroot returnerade felkod " +"{num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Begärd körnivå existerar inte" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Sökvägen till körnivå {level!s} är {path!s}, som inte " +"existerar." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Begärd tjänst existerar inte" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Sökvägen för tjänst {name!s} är {path!s}, som inte existerar." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Skapar initramfs med dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Misslyckades att köra dracut på målet " + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Konfigurera GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Misslyckades med att skriva KDM konfigurationsfil" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM konfigurationsfil {!s} existerar inte" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Misslyckades med att skriva LXDM konfigurationsfil" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM konfigurationsfil {!s} existerar inte" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Misslyckades med att skriva LightDM konfigurationsfil" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM konfigurationsfil {!s} existerar inte" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Kunde inte konfigurera LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Ingen LightDM greeter installerad." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Misslyckades med att SLIM konfigurationsfil" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM konfigurationsfil {!s} existerar inte" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Ingen skärmhanterare vald för displaymanager modulen." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Skärmhanterar listan är tom eller odefinierad i både globalstorage och " +"displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Konfiguration för displayhanteraren var inkomplett" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Konfigurerar initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Ställer hårdvaruklockan." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Installerar data." diff --git a/lang/python/ta_IN/LC_MESSAGES/python.po b/lang/python/ta_IN/LC_MESSAGES/python.po index e7244572a..c66526df3 100644 --- a/lang/python/ta_IN/LC_MESSAGES/python.po +++ b/lang/python/ta_IN/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Tamil (India) (https://www.transifex.com/calamares/teams/20061/ta_IN/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: ta_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -238,97 +64,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -339,6 +102,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -402,3 +173,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/te/LC_MESSAGES/python.po b/lang/python/te/LC_MESSAGES/python.po index 2c3fa28ec..2586f68c1 100644 --- a/lang/python/te/LC_MESSAGES/python.po +++ b/lang/python/te/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Telugu (https://www.transifex.com/calamares/teams/20061/te/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: te\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -238,97 +64,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -339,6 +102,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -402,3 +173,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/te_IN/LC_MESSAGES/python.po b/lang/python/te_IN/LC_MESSAGES/python.po deleted file mode 100644 index ba3eb4f5f..000000000 --- a/lang/python/te_IN/LC_MESSAGES/python.po +++ /dev/null @@ -1,387 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-02 15:45+0100\n" -"PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Language-Team: Telugu (India) (https://www.transifex.com/calamares/teams/20061/te_IN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: te_IN\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:355 src/modules/fstab/main.py:361 -#: src/modules/fstab/main.py:388 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:227 src/modules/initcpiocfg/main.py:231 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:144 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -#: src/modules/luksopenswaphookcfg/main.py:86 -#: src/modules/luksopenswaphookcfg/main.py:90 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:356 -#: src/modules/initcpiocfg/main.py:228 src/modules/mount/main.py:145 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -#: src/modules/luksopenswaphookcfg/main.py:87 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:362 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:232 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -#: src/modules/luksopenswaphookcfg/main.py:91 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:508 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:509 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:389 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:526 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:527 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:588 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:589 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:672 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:673 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:747 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:748 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:779 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:780 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:906 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:907 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:989 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - -#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 -#: src/modules/packages/main.py:69 -msgid "Install packages." -msgstr "" - -#: src/modules/packages/main.py:57 -#, python-format -msgid "Processing packages (%(count)d / %(total)d)" -msgstr "" - -#: src/modules/packages/main.py:62 -#, python-format -msgid "Installing one package." -msgid_plural "Installing %(num)d packages." -msgstr[0] "" -msgstr[1] "" - -#: src/modules/packages/main.py:65 -#, python-format -msgid "Removing one package." -msgid_plural "Removing %(num)d packages." -msgstr[0] "" -msgstr[1] "" - -#: src/modules/packages/main.py:638 src/modules/packages/main.py:650 -#: src/modules/packages/main.py:678 -msgid "Package Manager error" -msgstr "" - -#: src/modules/packages/main.py:639 -msgid "" -"The package manager could not prepare updates. The command
{!s}
" -"returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:651 -msgid "" -"The package manager could not update the system. The command
{!s}
" -" returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:679 -msgid "" -"The package manager could not make changes to the installed system. The " -"command
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "" - -#: src/modules/initcpiocfg/main.py:28 -msgid "Configuring mkinitcpio." -msgstr "" - -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:30 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/umount/main.py:31 -msgid "Unmount file systems." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" - -#: src/modules/mkinitfs/main.py:27 -msgid "Creating initramfs with mkinitfs." -msgstr "" - -#: src/modules/mkinitfs/main.py:49 -msgid "Failed to run mkinitfs on the target" -msgstr "" - -#: src/modules/unpackfs/main.py:34 -msgid "Filling up filesystems." -msgstr "" - -#: src/modules/unpackfs/main.py:254 -msgid "rsync failed with error code {}." -msgstr "" - -#: src/modules/unpackfs/main.py:299 -msgid "Unpacking image {}/{}, file {}/{}" -msgstr "" - -#: src/modules/unpackfs/main.py:314 -msgid "Starting to unpack {}" -msgstr "" - -#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:465 -msgid "Failed to unpack image \"{}\"" -msgstr "" - -#: src/modules/unpackfs/main.py:430 -msgid "No mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:431 -msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:436 -msgid "Bad mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:437 -msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:453 src/modules/unpackfs/main.py:457 -#: src/modules/unpackfs/main.py:463 src/modules/unpackfs/main.py:478 -msgid "Bad unsquash configuration" -msgstr "" - -#: src/modules/unpackfs/main.py:454 -msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" -msgstr "" - -#: src/modules/unpackfs/main.py:458 -msgid "The source filesystem \"{}\" does not exist" -msgstr "" - -#: src/modules/unpackfs/main.py:464 -msgid "" -"Failed to find unsquashfs, make sure you have the squashfs-tools package " -"installed." -msgstr "" - -#: src/modules/unpackfs/main.py:479 -msgid "The destination \"{}\" in the target system is not a directory" -msgstr "" - -#: src/modules/luksopenswaphookcfg/main.py:26 -msgid "Configuring encrypted swap." -msgstr "" diff --git a/lang/python/tg/LC_MESSAGES/python.po b/lang/python/tg/LC_MESSAGES/python.po index 6bef71acf..9d979414c 100644 --- a/lang/python/tg/LC_MESSAGES/python.po +++ b/lang/python/tg/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Victor Ibragimov , 2020\n" "Language-Team: Tajik (https://www.transifex.com/calamares/teams/20061/tg/)\n" @@ -21,190 +21,6 @@ msgstr "" "Language: tg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Танзимкунии initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Хатои танзимкунӣ" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Ягон қисми диск барои истифодаи
{!s}
муайян карда нашуд." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "Нуқтаи васли реша (root) барои истифодаи
{!s}
дода нашуд." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Танзимоти GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Насбкунии боркунандаи роҳандозӣ." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Сабткунии fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Эҷодкунии initramfs бо dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "dracut дар низоми интихобшуда иҷро нашуд" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Рамзи барориш: {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Файли танзимии KDM сабт карда намешавад" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "Файли танзимии KDM {!s} вуҷуд надорад" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Файли танзимии LXDM сабт карда намешавад" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "Файли танзимии LXDM {!s} вуҷуд надорад" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Файли танзимии LightDM сабт карда намешавад" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "Файли танзимии LightDM {!s} вуҷуд надорад" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "LightDM танзим карда намешавад" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Хушомади LightDM насб нашудааст." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Файли танзимии SLIM сабт карда намешавад" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "Файли танзимии SLIM {!s} вуҷуд надорад" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Ягон мудири намоиш барои модули displaymanager интихоб нашудааст." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Рӯйхати displaymanagers ҳам дар globalstorage ва ҳам дар displaymanager.conf" -" холӣ ё номаълум аст." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Раванди танзимкунии мудири намоиш ба анҷом нарасид" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Танзимоти хидматҳои OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Хидмати {name!s} барои run-level {level!s} илова карда намешавад." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Хидмати {name!s} аз run-level {level!s} тоза карда намешавад." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Хидмати амалии {arg!s} барои хидмати {name!s} дар run-level " -"{level!s} номаълум аст." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Хидмат тағйир дода намешавад" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Дархости rc-update {arg!s} дар chroot рамзи хатои {num!s}-ро ба" -" вуҷуд овард." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "runlevel-и интихобшуда вуҷуд надорад" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Масир барои runlevel {level!s} аз {path!s} иборат аст, аммо он " -"вуҷуд надорад." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Хидмати интихобшуда вуҷуд надорад" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Масир барои хидмати {name!s} аз {path!s} иборат аст, аммо он " -"вуҷуд надорад." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Нигоҳдории танзимоти шабака." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -252,102 +68,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Танзимоти мавзӯи Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Нигоҳдории танзимоти шабака." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Хатои танзимкунӣ" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "Нуқтаи васли реша (root) барои истифодаи
{!s}
дода нашуд." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Танзимкунии mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Танзимкунии маҳаллигардониҳо." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Васлкунии қисмҳои диск." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Насбкунии иттилоот." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Вазифаи амсилаи python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Қадами амсилаи python {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Танзимкунии соати сахтафзор." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Танзимкунии хидмати OpenRC dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Танзимоти хидматҳои systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Дархости systemctl {arg!s} дар chroot рамзи хатои {num!s}-ро ба" -" вуҷуд овард." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Хидмати systemd-и {name!s} фаъол карда намешавад." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Интихоби systemd-и {name!s} фаъол карда намешавад." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Интихоби systemd-и {name!s} ғайрифаъол карда намешавад." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Воҳиди systemd-и {name!s} пинҳон карда намешавад." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Фармонҳои systemd-и номаълум {command!s} ва " -"{suffix!s} барои воҳиди {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Ягон қисми диск барои истифодаи
{!s}
муайян карда нашуд." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -357,6 +106,14 @@ msgstr "Эҷодкунии initramfs бо mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "mkinitfs дар низоми интихобшуда иҷро нашуд" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Рамзи барориш: {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Танзимкунии хидмати OpenRC dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Пурборкунӣ бо низомҳои файлӣ." @@ -420,3 +177,246 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Ҷойи таъиноти \"{}\" дар низоми интихобшуда феҳрист намебошад" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Танзимоти хидматҳои systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Хидмат тағйир дода намешавад" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Дархости systemctl {arg!s} дар chroot рамзи хатои {num!s}-ро ба" +" вуҷуд овард." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Хидмати systemd-и {name!s} фаъол карда намешавад." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Интихоби systemd-и {name!s} фаъол карда намешавад." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Интихоби systemd-и {name!s} ғайрифаъол карда намешавад." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Воҳиди systemd-и {name!s} пинҳон карда намешавад." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Фармонҳои systemd-и номаълум {command!s} ва " +"{suffix!s} барои воҳиди {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Вазифаи амсилаи python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Қадами амсилаи python {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Насбкунии боркунандаи роҳандозӣ." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Танзимкунии маҳаллигардониҳо." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Васлкунии қисмҳои диск." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Танзимоти мавзӯи Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Сабткунии fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Танзимоти хидматҳои OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Хидмати {name!s} барои run-level {level!s} илова карда намешавад." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Хидмати {name!s} аз run-level {level!s} тоза карда намешавад." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Хидмати амалии {arg!s} барои хидмати {name!s} дар run-level " +"{level!s} номаълум аст." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Дархости rc-update {arg!s} дар chroot рамзи хатои {num!s}-ро ба" +" вуҷуд овард." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "runlevel-и интихобшуда вуҷуд надорад" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Масир барои runlevel {level!s} аз {path!s} иборат аст, аммо он " +"вуҷуд надорад." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Хидмати интихобшуда вуҷуд надорад" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Масир барои хидмати {name!s} аз {path!s} иборат аст, аммо он " +"вуҷуд надорад." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Эҷодкунии initramfs бо dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "dracut дар низоми интихобшуда иҷро нашуд" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Танзимоти GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Файли танзимии KDM сабт карда намешавад" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "Файли танзимии KDM {!s} вуҷуд надорад" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Файли танзимии LXDM сабт карда намешавад" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "Файли танзимии LXDM {!s} вуҷуд надорад" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Файли танзимии LightDM сабт карда намешавад" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "Файли танзимии LightDM {!s} вуҷуд надорад" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "LightDM танзим карда намешавад" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Хушомади LightDM насб нашудааст." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Файли танзимии SLIM сабт карда намешавад" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "Файли танзимии SLIM {!s} вуҷуд надорад" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Ягон мудири намоиш барои модули displaymanager интихоб нашудааст." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Рӯйхати displaymanagers ҳам дар globalstorage ва ҳам дар displaymanager.conf" +" холӣ ё номаълум аст." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Раванди танзимкунии мудири намоиш ба анҷом нарасид" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Танзимкунии initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Танзимкунии соати сахтафзор." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Насбкунии иттилоот." diff --git a/lang/python/th/LC_MESSAGES/python.po b/lang/python/th/LC_MESSAGES/python.po index 38207ffda..bb7f4bc58 100644 --- a/lang/python/th/LC_MESSAGES/python.po +++ b/lang/python/th/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Thai (https://www.transifex.com/calamares/teams/20061/th/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -236,97 +62,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -337,6 +100,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -400,3 +171,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/tr_TR/LC_MESSAGES/python.po b/lang/python/tr_TR/LC_MESSAGES/python.po index 78066298b..e6d7191fb 100644 --- a/lang/python/tr_TR/LC_MESSAGES/python.po +++ b/lang/python/tr_TR/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Demiray Muhterem , 2022\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/calamares/teams/20061/tr_TR/)\n" @@ -22,190 +22,6 @@ msgstr "" "Language: tr_TR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Initramfs yapılandırılıyor." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Yapılandırma Hatası" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "
{!s}
kullanması için hiçbir bölüm tanımlanmadı." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "
{!s}
kullanması için kök bağlama noktası verilmedi." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "GRUB'u yapılandır." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Önyükleyici kuruluyor" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "Grub yüklenemedi, genel depolamada tanımlı bölüm yok" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Önyükleyici yükleme hatası" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"Önyükleyici yüklenemedi. Kurulum komutu
{!s}
, {!s} hata kodunu " -"döndürdü." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Fstab dosyasına yazılıyor." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"
{!s}
'nin kullanması için
{!s}
yapılandırması " -"verilmemiştir." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Dracut ile initramfs oluşturuluyor." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Hedef üzerinde dracut çalıştırılamadı" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Çıkış kodu {} idi" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "KDM yapılandırma dosyası yazılamıyor" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM yapılandırma dosyası {!s} mevcut değil" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "LXDM yapılandırma dosyası yazılamıyor" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM yapılandırma dosyası {!s} mevcut değil" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "LightDM yapılandırma dosyası yazılamıyor" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM yapılandırma dosyası {!s} mevcut değil" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "LightDM yapılandırılamıyor" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "LightDM karşılama yüklü değil." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "SLIM yapılandırma dosyası yazılamıyor" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM yapılandırma dosyası {!s} mevcut değil" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Ekran yöneticisi modülü için ekran yöneticisi seçilmedi." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Displaymanagers listesi hem globalstorage hem de displaymanager.conf'ta boş " -"veya tanımsız." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Ekran yöneticisi yapılandırma işi tamamlanamadı" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr " OpenRC servislerini yapılandır" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "{name!s} hizmeti, {level!s} çalışma düzeyine ekleyemiyor." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "{name!s} hizmeti {level!s} çalışma düzeyinden kaldırılamıyor." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Çalışma düzeyinde {level!s} hizmetinde {name!s} servisi için bilinmeyen " -"hizmet eylemi {arg!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Hizmet değiştirilemiyor" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -" rc-update {arg!s} çağrısında chroot {num!s} hata kodunu " -"döndürdü." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Hedef çalışma seviyesi mevcut değil" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "Runlevel {level!s} yolu, mevcut olmayan {path!s} 'dir." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Hedef hizmet mevcut değil" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "{name!s} hizmetinin yolu {path!s}, ki mevcut değil." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Ağ yapılandırması kaydediliyor." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -259,102 +75,35 @@ msgstr "" "Paket yöneticisi kurulu sistemde değişiklik yapamadı.
{!s}
komutu" " {!s} hata kodunu döndürdü." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Plymouth temasını yapılandır" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Ağ yapılandırması kaydediliyor." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Yapılandırma Hatası" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "
{!s}
kullanması için kök bağlama noktası verilmedi." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Mkinitcpio yapılandırılıyor." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Sistem yerelleri yapılandırılıyor." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Disk bölümlemeleri bağlanıyor." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Dahili bağlama hatası zfs veri kümeleri" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "zpool içe aktarılamadı" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "zpool kilidi açılamadı" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "zfs bağlama noktası ayarlanamadı" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "zfs bağlama hatası" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Veri yükleniyor." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Dummy python job." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Dummy python step {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Donanım saati ayarlanıyor." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "OpenRC dmcrypt hizmeti yapılandırılıyor." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Systemd hizmetlerini yapılandır" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"systemctl {arg!s} chroot çağrısında hata kodu döndürüldü " -"{num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Systemd hizmeti etkinleştirilemiyor {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Systemd hedefi etkinleştirilemiyor {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "{name!s} sistem zamanlayıcısı etkinleştirilemiyor." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Systemd hedefi devre dışı bırakılamıyor {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Systemd birimi maskeleyemiyor {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Bilinmeyen sistem komutları {command!s} ve " -"{suffix!s} {name!s} birimi için." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "
{!s}
kullanması için hiçbir bölüm tanımlanmadı." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -364,6 +113,14 @@ msgstr "Mkinitfs ile initramfs oluşturuluyor." msgid "Failed to run mkinitfs on the target" msgstr "Hedefte mkinitfs çalıştırılamadı" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Çıkış kodu {} idi" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "OpenRC dmcrypt hizmeti yapılandırılıyor." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Dosya sistemlerini dolduruyorum." @@ -428,3 +185,246 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Hedef sistemdeki \"{}\" hedefi bir dizin değil" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Systemd hizmetlerini yapılandır" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Hizmet değiştirilemiyor" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"systemctl {arg!s} chroot çağrısında hata kodu döndürüldü " +"{num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Systemd hizmeti etkinleştirilemiyor {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Systemd hedefi etkinleştirilemiyor {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "{name!s} sistem zamanlayıcısı etkinleştirilemiyor." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Systemd hedefi devre dışı bırakılamıyor {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Systemd birimi maskeleyemiyor {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Bilinmeyen sistem komutları {command!s} ve " +"{suffix!s} {name!s} birimi için." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Dummy python job." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Dummy python step {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Önyükleyici kuruluyor" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "Grub yüklenemedi, genel depolamada tanımlı bölüm yok" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Önyükleyici yükleme hatası" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"Önyükleyici yüklenemedi. Kurulum komutu
{!s}
, {!s} hata kodunu " +"döndürdü." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Sistem yerelleri yapılandırılıyor." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Disk bölümlemeleri bağlanıyor." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "Dahili bağlama hatası zfs veri kümeleri" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "zpool içe aktarılamadı" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "zpool kilidi açılamadı" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "zfs bağlama noktası ayarlanamadı" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "zfs bağlama hatası" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Plymouth temasını yapılandır" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Fstab dosyasına yazılıyor." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"
{!s}
'nin kullanması için
{!s}
yapılandırması " +"verilmemiştir." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr " OpenRC servislerini yapılandır" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "{name!s} hizmeti, {level!s} çalışma düzeyine ekleyemiyor." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "{name!s} hizmeti {level!s} çalışma düzeyinden kaldırılamıyor." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Çalışma düzeyinde {level!s} hizmetinde {name!s} servisi için bilinmeyen " +"hizmet eylemi {arg!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +" rc-update {arg!s} çağrısında chroot {num!s} hata kodunu " +"döndürdü." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Hedef çalışma seviyesi mevcut değil" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "Runlevel {level!s} yolu, mevcut olmayan {path!s} 'dir." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Hedef hizmet mevcut değil" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "{name!s} hizmetinin yolu {path!s}, ki mevcut değil." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Dracut ile initramfs oluşturuluyor." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Hedef üzerinde dracut çalıştırılamadı" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "GRUB'u yapılandır." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "KDM yapılandırma dosyası yazılamıyor" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM yapılandırma dosyası {!s} mevcut değil" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "LXDM yapılandırma dosyası yazılamıyor" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM yapılandırma dosyası {!s} mevcut değil" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "LightDM yapılandırma dosyası yazılamıyor" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM yapılandırma dosyası {!s} mevcut değil" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "LightDM yapılandırılamıyor" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "LightDM karşılama yüklü değil." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "SLIM yapılandırma dosyası yazılamıyor" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM yapılandırma dosyası {!s} mevcut değil" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Ekran yöneticisi modülü için ekran yöneticisi seçilmedi." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Displaymanagers listesi hem globalstorage hem de displaymanager.conf'ta boş " +"veya tanımsız." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Ekran yöneticisi yapılandırma işi tamamlanamadı" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Initramfs yapılandırılıyor." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Donanım saati ayarlanıyor." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Veri yükleniyor." diff --git a/lang/python/uk/LC_MESSAGES/python.po b/lang/python/uk/LC_MESSAGES/python.po index 82b5a1153..a42d98710 100644 --- a/lang/python/uk/LC_MESSAGES/python.po +++ b/lang/python/uk/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Yuri Chornoivan , 2022\n" "Language-Team: Ukrainian (https://www.transifex.com/calamares/teams/20061/uk/)\n" @@ -23,196 +23,6 @@ msgstr "" "Language: uk\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Налаштовуємо initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Помилка налаштовування" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Не визначено розділів для використання
{!s}
." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" -"Не вказано кореневої точки монтування для використання у
{!s}
." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Налаштовування GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Встановити завантажувач." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" -"Не вдалося встановити grub — на загальному сховищі даних не визначено " -"розділів" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Помилка встановлення завантажувача" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"Не вдалося встановити завантажувач. Програмою для встановлення " -"
{!s}
повернуто код помилки {!s}." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Записуємо fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" -"Не надано налаштувань
{!s}
для використання у
{!s}
." - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Створюємо initramfs за допомогою dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Не вдалося виконати dracut над призначенням" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Код виходу — {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Не вдалося записати файл налаштувань KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "Файла налаштувань KDM {!s} не існує" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Не вдалося виконати запис до файла налаштувань LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "Файла налаштувань LXDM {!s} не існує" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Не вдалося виконати запис до файла налаштувань LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "Файла налаштувань LightDM {!s} не існує" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Не вдалося налаштувати LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Засіб входу до системи LightDM не встановлено." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Не вдалося виконати запис до файла налаштувань SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "Файла налаштувань SLIM {!s} не існує" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "Не вибрано засобу керування дисплеєм для модуля displaymanager." - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Список засобів керування дисплеєм є порожнім або невизначеним у " -"bothglobalstorage та displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Налаштування засобу керування дисплеєм є неповними" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Налаштувати служби OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Не вдалося додати службу {name!s} до рівня запуску {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Не вдалося вилучити службу {name!s} з рівня запуску {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Невідома дія зі службою {arg!s} для служби {name!s} на рівні " -"запуску {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Не вдалося змінити службу" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Унаслідок виконання виклику rc-update {arg!s} chroot повернуто " -"повідомлення про помилку із кодом {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Шляху до рівня запуску не існує" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Шляхом до рівня запуску {level!s} вказано {path!s}. Такого " -"шляху не існує." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Служби призначення не існує" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Шляхом до служби {name!s} вказано {path!s}. Такого шляху не " -"існує." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Зберігаємо налаштування мережі." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -270,102 +80,36 @@ msgstr "" "Засобу керування пакунками не вдалося внести зміну до встановленої системи. " "Програмою
{!s}
повернуто код помилки {!s}." -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Налаштувати тему Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Зберігаємо налаштування мережі." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Помилка налаштовування" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "" +"Не вказано кореневої точки монтування для використання у
{!s}
." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Налаштовуємо mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Налаштовуємо локалі." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Монтування розділів." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "Внутрішня помилка під час монтування наборів даних zfs" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "Не вдалося імпортувати zpool" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "Не вдалося розблокувати zpool" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "Не вдалося встановити точку монтування zfs" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "Помилка монтування zfs" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Встановлюємо дані." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Фіктивне завдання python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Фіктивний крок python {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Встановлюємо значення для апаратного годинника." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Налаштовуємо службу dmcrypt OpenRC." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Налаштуйте служби systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Внаслідок виклику systemctl {arg!s} у chroot було повернуто " -"повідомлення з кодом помилки {num! s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Не вдалося ввімкнути службу systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Не вдалося ввімкнути завдання systemd {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "Не вдалося ввімкнути таймер systemd {name!s}." - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Не вдалося вимкнути завдання systemd {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Не вдалося замаскувати вузол systemd {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Невідомі команди systemd {command!s} та {suffix!s}" -" для пристрою {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Не визначено розділів для використання
{!s}
." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -375,6 +119,14 @@ msgstr "Створення initramfs за допомогою mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Не вдалося виконати mkinitfs над призначенням" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Код виходу — {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Налаштовуємо службу dmcrypt OpenRC." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Заповнення файлових систем." @@ -441,3 +193,251 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Призначення «{}» у цільовій системі не є каталогом" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Налаштуйте служби systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Не вдалося змінити службу" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Внаслідок виклику systemctl {arg!s} у chroot було повернуто " +"повідомлення з кодом помилки {num! s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Не вдалося ввімкнути службу systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Не вдалося ввімкнути завдання systemd {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "Не вдалося ввімкнути таймер systemd {name!s}." + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Не вдалося вимкнути завдання systemd {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Не вдалося замаскувати вузол systemd {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Невідомі команди systemd {command!s} та {suffix!s}" +" для пристрою {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Фіктивне завдання python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Фіктивний крок python {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Встановити завантажувач." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" +"Не вдалося встановити grub — на загальному сховищі даних не визначено " +"розділів" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Помилка встановлення завантажувача" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"Не вдалося встановити завантажувач. Програмою для встановлення " +"
{!s}
повернуто код помилки {!s}." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Налаштовуємо локалі." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Монтування розділів." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "Внутрішня помилка під час монтування наборів даних zfs" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "Не вдалося імпортувати zpool" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "Не вдалося розблокувати zpool" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "Не вдалося встановити точку монтування zfs" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "Помилка монтування zfs" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Налаштувати тему Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Записуємо fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" +"Не надано налаштувань
{!s}
для використання у
{!s}
." + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Налаштувати служби OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Не вдалося додати службу {name!s} до рівня запуску {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Не вдалося вилучити службу {name!s} з рівня запуску {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Невідома дія зі службою {arg!s} для служби {name!s} на рівні " +"запуску {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Унаслідок виконання виклику rc-update {arg!s} chroot повернуто " +"повідомлення про помилку із кодом {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Шляху до рівня запуску не існує" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Шляхом до рівня запуску {level!s} вказано {path!s}. Такого " +"шляху не існує." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Служби призначення не існує" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Шляхом до служби {name!s} вказано {path!s}. Такого шляху не " +"існує." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Створюємо initramfs за допомогою dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Не вдалося виконати dracut над призначенням" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Налаштовування GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Не вдалося записати файл налаштувань KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "Файла налаштувань KDM {!s} не існує" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Не вдалося виконати запис до файла налаштувань LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "Файла налаштувань LXDM {!s} не існує" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Не вдалося виконати запис до файла налаштувань LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "Файла налаштувань LightDM {!s} не існує" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Не вдалося налаштувати LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Засіб входу до системи LightDM не встановлено." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Не вдалося виконати запис до файла налаштувань SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "Файла налаштувань SLIM {!s} не існує" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "Не вибрано засобу керування дисплеєм для модуля displaymanager." + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Список засобів керування дисплеєм є порожнім або невизначеним у " +"bothglobalstorage та displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Налаштування засобу керування дисплеєм є неповними" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Налаштовуємо initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Встановлюємо значення для апаратного годинника." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Встановлюємо дані." diff --git a/lang/python/ur/LC_MESSAGES/python.po b/lang/python/ur/LC_MESSAGES/python.po index 7f45a2595..c9c16f8ac 100644 --- a/lang/python/ur/LC_MESSAGES/python.po +++ b/lang/python/ur/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Urdu (https://www.transifex.com/calamares/teams/20061/ur/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: ur\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -238,97 +64,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -339,6 +102,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -402,3 +173,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/uz/LC_MESSAGES/python.po b/lang/python/uz/LC_MESSAGES/python.po deleted file mode 100644 index 46926ae46..000000000 --- a/lang/python/uz/LC_MESSAGES/python.po +++ /dev/null @@ -1,382 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-22 11:02+0200\n" -"PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Language-Team: Uzbek (https://www.transifex.com/calamares/teams/20061/uz/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: uz\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/mount/main.py:30 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:144 src/modules/initcpiocfg/main.py:227 -#: src/modules/initcpiocfg/main.py:231 -#: src/modules/luksopenswaphookcfg/main.py:86 -#: src/modules/luksopenswaphookcfg/main.py:90 src/modules/rawfs/main.py:164 -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:355 -#: src/modules/fstab/main.py:361 src/modules/fstab/main.py:388 -#: src/modules/localecfg/main.py:135 src/modules/networkcfg/main.py:42 -msgid "Configuration Error" -msgstr "" - -#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:228 -#: src/modules/luksopenswaphookcfg/main.py:87 src/modules/rawfs/main.py:165 -#: src/modules/initramfscfg/main.py:86 src/modules/openrcdmcryptcfg/main.py:73 -#: src/modules/fstab/main.py:356 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:59 -#: src/modules/services-openrc/main.py:93 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:69 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" - -#: src/modules/umount/main.py:31 -msgid "Unmount file systems." -msgstr "" - -#: src/modules/unpackfs/main.py:35 -msgid "Filling up filesystems." -msgstr "" - -#: src/modules/unpackfs/main.py:255 -msgid "rsync failed with error code {}." -msgstr "" - -#: src/modules/unpackfs/main.py:300 -msgid "Unpacking image {}/{}, file {}/{}" -msgstr "" - -#: src/modules/unpackfs/main.py:315 -msgid "Starting to unpack {}" -msgstr "" - -#: src/modules/unpackfs/main.py:324 src/modules/unpackfs/main.py:464 -msgid "Failed to unpack image \"{}\"" -msgstr "" - -#: src/modules/unpackfs/main.py:431 -msgid "No mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:432 -msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:437 -msgid "Bad mount point for root partition" -msgstr "" - -#: src/modules/unpackfs/main.py:438 -msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" -msgstr "" - -#: src/modules/unpackfs/main.py:454 src/modules/unpackfs/main.py:458 -#: src/modules/unpackfs/main.py:478 -msgid "Bad unsquash configuration" -msgstr "" - -#: src/modules/unpackfs/main.py:455 -msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel" -msgstr "" - -#: src/modules/unpackfs/main.py:459 -msgid "The source filesystem \"{}\" does not exist" -msgstr "" - -#: src/modules/unpackfs/main.py:465 -msgid "" -"Failed to find unsquashfs, make sure you have the squashfs-tools package " -"installed" -msgstr "" - -#: src/modules/unpackfs/main.py:479 -msgid "The destination \"{}\" in the target system is not a directory" -msgstr "" - -#: src/modules/displaymanager/main.py:526 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:527 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:588 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:589 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:672 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:673 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:747 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:748 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:779 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:780 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:906 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:907 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:989 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/initcpiocfg/main.py:28 -msgid "Configuring mkinitcpio." -msgstr "" - -#: src/modules/initcpiocfg/main.py:232 -#: src/modules/luksopenswaphookcfg/main.py:91 -#: src/modules/initramfscfg/main.py:90 src/modules/openrcdmcryptcfg/main.py:77 -#: src/modules/fstab/main.py:362 src/modules/localecfg/main.py:136 -#: src/modules/networkcfg/main.py:43 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/luksopenswaphookcfg/main.py:26 -msgid "Configuring encrypted swap." -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "" - -#: src/modules/packages/main.py:50 src/modules/packages/main.py:59 -#: src/modules/packages/main.py:69 -msgid "Install packages." -msgstr "" - -#: src/modules/packages/main.py:57 -#, python-format -msgid "Processing packages (%(count)d / %(total)d)" -msgstr "" - -#: src/modules/packages/main.py:62 -#, python-format -msgid "Installing one package." -msgid_plural "Installing %(num)d packages." -msgstr[0] "" - -#: src/modules/packages/main.py:65 -#, python-format -msgid "Removing one package." -msgid_plural "Removing %(num)d packages." -msgstr[0] "" - -#: src/modules/packages/main.py:638 src/modules/packages/main.py:650 -#: src/modules/packages/main.py:678 -msgid "Package Manager error" -msgstr "" - -#: src/modules/packages/main.py:639 -msgid "" -"The package manager could not prepare updates. The command
{!s}
" -"returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:651 -msgid "" -"The package manager could not update the system. The command
{!s}
" -" returned error code {!s}." -msgstr "" - -#: src/modules/packages/main.py:679 -msgid "" -"The package manager could not make changes to the installed system. The " -"command
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:508 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:509 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/mkinitfs/main.py:27 -msgid "Creating initramfs with mkinitfs." -msgstr "" - -#: src/modules/mkinitfs/main.py:49 -msgid "Failed to run mkinitfs on the target" -msgstr "" - -#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:389 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" diff --git a/lang/python/vi/LC_MESSAGES/python.po b/lang/python/vi/LC_MESSAGES/python.po index 5c72e272c..78dcbfd22 100644 --- a/lang/python/vi/LC_MESSAGES/python.po +++ b/lang/python/vi/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: th1nhhdk , 2021\n" "Language-Team: Vietnamese (https://www.transifex.com/calamares/teams/20061/vi/)\n" @@ -22,193 +22,6 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "Đang cấu hình initramfs." - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "Lỗi cấu hình" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "Không có phân vùng nào được định nghĩa cho
{!s}
để dùng." - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "Không có điểm kết nối gốc cho
{!s}
để dùng." - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "Cấu hình GRUB" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "Đang cài đặt bộ khởi động." - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "Lỗi cài đặt trình khởi động(bootloader)" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" -"Trình khởi động(bootloader) không thể được cài đặt. Lệnh cài đặt " -"
{!s}
đã trả mã lỗi {!s}." - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "Đang viết vào fstab." - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "Đang tạo initramfs bằng dracut." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "Chạy dracut thất bại ở hệ thống đích" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "Mã lỗi trả về là {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "Không thể ghi vào tập tin cấu hình KDM" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "Tập tin cấu hình KDM {!s} không tồn tại" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "Không thể ghi vào tập tin cấu hình LXDM" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "Tập tin cấu hình LXDM {!s} không tồn tại" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "Không thể ghi vào tập tin cấu hình LightDM" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "Tập tin cấu hình LightDM {!s} không tồn tại" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "Không thể cấu hình LXDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "Màn hình chào mừng LightDM không được cài đặt." - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "Không thể ghi vào tập tin cấu hình SLIM" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "Tập tin cấu hình SLIM {!s} không tồn tại" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" -"Không có trình quản lý hiển thị nào được chọn cho mô-đun quản lý hiển thị" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" -"Danh sách quản lý hiện thị trống hoặc không được định nghĩa cả trong " -"globalstorage và displaymanager.conf." - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "Cầu hình quản lý hiện thị không hoàn tất" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "Cấu hình dịch vụ OpenRC" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "Không thể thêm dịch vụ {name!s} vào run-level {level!s}." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "Không thể loại bỏ dịch vụ {name!s} từ run-level {level!s}." - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" -"Không nhận ra thao tác {arg!s} cho dịch vụ {name!s} ở run-level" -" {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "Không thể sửa đổi dịch vụ" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"Lệnh rc-update {arg!s} trong môi trường chroot trả về lỗi " -"{num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "Nhóm dịch vụ khởi động không tồn tại" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" -"Đường dẫn cho runlevel {level!s} là {path!s}, nhưng không tồn " -"tại." - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "Nhóm dịch vụ không tồn tại" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" -"Đường dẫn cho dịch vụ {name!s} là {path!s}, nhưng không tồn " -"tại." - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "Đang lưu cấu hình mạng." - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -254,101 +67,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "Cấu hình giao diện Plymouth" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "Đang lưu cấu hình mạng." + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "Lỗi cấu hình" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "Không có điểm kết nối gốc cho
{!s}
để dùng." #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "Đang cấu hình mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "Đang cấu hình ngôn ngữ." - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "Đang gắn kết các phân vùng." - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "Đang cài đặt dữ liệu." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "Ví dụ công việc python." - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "Ví dụ python bước {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "Đang thiết lập đồng hồ máy tính." - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "Đang cấu hình dịch vụ OpenRC dmcrypt." - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "Cấu hình các dịch vụ systemd" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" -"systemctl {arg!s} trong môi trường chroot trả về lỗi {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "Không thể bật dịch vụ systemd {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "Không thể bật nhóm dịch vụ systemd {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "Không thể tắt nhóm dịch vụ systemd {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "Không thể đánh dấu đơn vị systemd {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"Không nhận ra lệnh systemd {command!s} và " -"{suffix!s} cho đơn vị {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "Không có phân vùng nào được định nghĩa cho
{!s}
để dùng." #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -358,6 +105,14 @@ msgstr "Đang tạo initramfs bằng mkinitfs." msgid "Failed to run mkinitfs on the target" msgstr "Chạy mkinitfs thất bại ở hệ thống đích" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "Mã lỗi trả về là {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "Đang cấu hình dịch vụ OpenRC dmcrypt." + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "Đang làm đầy các hệ thống tập tin." @@ -421,3 +176,248 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "Hệ thống đích \"{}\" không phải là một thư mục" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "Cấu hình các dịch vụ systemd" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "Không thể sửa đổi dịch vụ" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"systemctl {arg!s} trong môi trường chroot trả về lỗi {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "Không thể bật dịch vụ systemd {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "Không thể bật nhóm dịch vụ systemd {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "Không thể tắt nhóm dịch vụ systemd {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "Không thể đánh dấu đơn vị systemd {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"Không nhận ra lệnh systemd {command!s} và " +"{suffix!s} cho đơn vị {name!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "Ví dụ công việc python." + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "Ví dụ python bước {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "Đang cài đặt bộ khởi động." + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "Lỗi cài đặt trình khởi động(bootloader)" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" +"Trình khởi động(bootloader) không thể được cài đặt. Lệnh cài đặt " +"
{!s}
đã trả mã lỗi {!s}." + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "Đang cấu hình ngôn ngữ." + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "Đang gắn kết các phân vùng." + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "Cấu hình giao diện Plymouth" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "Đang viết vào fstab." + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "Cấu hình dịch vụ OpenRC" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "Không thể thêm dịch vụ {name!s} vào run-level {level!s}." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "Không thể loại bỏ dịch vụ {name!s} từ run-level {level!s}." + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" +"Không nhận ra thao tác {arg!s} cho dịch vụ {name!s} ở run-level" +" {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" +"Lệnh rc-update {arg!s} trong môi trường chroot trả về lỗi " +"{num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "Nhóm dịch vụ khởi động không tồn tại" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" +"Đường dẫn cho runlevel {level!s} là {path!s}, nhưng không tồn " +"tại." + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "Nhóm dịch vụ không tồn tại" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" +"Đường dẫn cho dịch vụ {name!s} là {path!s}, nhưng không tồn " +"tại." + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "Đang tạo initramfs bằng dracut." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "Chạy dracut thất bại ở hệ thống đích" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "Cấu hình GRUB" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "Không thể ghi vào tập tin cấu hình KDM" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "Tập tin cấu hình KDM {!s} không tồn tại" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "Không thể ghi vào tập tin cấu hình LXDM" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "Tập tin cấu hình LXDM {!s} không tồn tại" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "Không thể ghi vào tập tin cấu hình LightDM" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "Tập tin cấu hình LightDM {!s} không tồn tại" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "Không thể cấu hình LXDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "Màn hình chào mừng LightDM không được cài đặt." + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "Không thể ghi vào tập tin cấu hình SLIM" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "Tập tin cấu hình SLIM {!s} không tồn tại" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" +"Không có trình quản lý hiển thị nào được chọn cho mô-đun quản lý hiển thị" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" +"Danh sách quản lý hiện thị trống hoặc không được định nghĩa cả trong " +"globalstorage và displaymanager.conf." + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "Cầu hình quản lý hiện thị không hoàn tất" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "Đang cấu hình initramfs." + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "Đang thiết lập đồng hồ máy tính." + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "Đang cài đặt dữ liệu." diff --git a/lang/python/zh/LC_MESSAGES/python.po b/lang/python/zh/LC_MESSAGES/python.po index 57facf07c..5294ee686 100644 --- a/lang/python/zh/LC_MESSAGES/python.po +++ b/lang/python/zh/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Chinese (https://www.transifex.com/calamares/teams/20061/zh/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: zh\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -236,97 +62,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -337,6 +100,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -400,3 +171,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/zh_CN/LC_MESSAGES/python.po b/lang/python/zh_CN/LC_MESSAGES/python.po index 0960f3985..cbed0f87b 100644 --- a/lang/python/zh_CN/LC_MESSAGES/python.po +++ b/lang/python/zh_CN/LC_MESSAGES/python.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: 玉堂白鹤 , 2022\n" "Language-Team: Chinese (China) (https://www.transifex.com/calamares/teams/20061/zh_CN/)\n" @@ -26,180 +26,6 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "正在配置初始内存文件系统。" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "配置错误" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "没有分配分区给
{!s}
。" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr " 未设置
{!s}
要使用的根挂载点。" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "配置 GRUB." - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "安装启动加载器。" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "无法安装 grub,全局存储中未定义分区" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "启动加载器安装出错" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "无法安装启动加载器。安装命令
{!s}
返回错误代码 {!s}。" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "正在写入 fstab。" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "无
{!s}
配置可供
{!s}
使用。" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "用 dracut 创建 initramfs." - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "无法在目标中运行 dracut " - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "退出码是 {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "无法写入 KDM 配置文件" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM 配置文件 {!s} 不存在" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "无法写入 LXDM 配置文件" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM 配置文件 {!s} 不存在" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "无法写入 LightDM 配置文件" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM 配置文件 {!s} 不存在" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "无法配置 LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "未安装 LightDM 欢迎程序。" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "无法写入 SLIM 配置文件" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM 配置文件 {!s} 不存在" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "显示管理器模块中未选择显示管理器。" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "globalstorage 和 displaymanager.conf 配置文件中都没有配置显示管理器。" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "显示管理器配置不完全" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "配置 OpenRC 服务。" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "无法将服务 {name!s} 加入 {level!s} 运行级别." - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "无法从 {level!s} 运行级别中删除服务 {name!s}。" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "未知的服务动作 {arg!s},服务名: {name!s},运行级别: {level!s}." - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "无法修改服务" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "chroot 中运行的 rc-update {arg!s} 返回错误 {num!s}." - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "目标运行级别不存在。" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "运行级别 {level!s} 所在目录 {path!s} 不存在。" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "目标服务不存在" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "服务 {name!s} 的路径 {path!s} 不存在。" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "正在保存网络配置。" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -245,100 +71,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "软件包管理器无法对已安装的系统进行更改。命令
{!s}
返回错误代码{!s}。" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "配置 Plymouth 主题" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "正在保存网络配置。" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "配置错误" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr " 未设置
{!s}
要使用的根挂载点。" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "配置 mkinitcpio." -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "正在进行本地化配置。" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "挂载分区。" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "装载 zfs 数据集时出现内部错误" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "导入 zpool 失败" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "解锁 zpool 失败" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "设置 zfs 挂载点失败" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "zfs 挂载出错" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "安装数据." - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "占位 Python 任务。" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "占位 Python 步骤 {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "设置硬件时钟。" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "配置 OpenRC dmcrypt 服务。" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "配置 systemd 服务" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "chroot 中的 systemctl {arg!s} 命令返回错误 {num!s}." - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "无法启用 systemd 服务 {name!s}." - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "无法启用 systemd 目标 {name!s}." - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "无法启用 systemd 计时器 {name!s}。" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "无法禁用 systemd 目标 {name!s}." - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "无法屏蔽 systemd 单元 {name!s}." - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"未知的 systemd 命令 {command!s} 和 {name!s} 单元前缀 " -"{suffix!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "没有分配分区给
{!s}
。" #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -348,6 +109,14 @@ msgstr "正在用 mkinitfs 创建initramfs。" msgid "Failed to run mkinitfs on the target" msgstr "无法在目标中运行 mkinitfs" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "退出码是 {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "配置 OpenRC dmcrypt 服务。" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "写入文件系统。" @@ -411,3 +180,234 @@ msgstr "寻找 unsquashfs 失败,请确定您已安装 squashfs-tools 软体 #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "目标系统中的 \"{}\" 不是一个目录" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "配置 systemd 服务" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "无法修改服务" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "chroot 中的 systemctl {arg!s} 命令返回错误 {num!s}." + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "无法启用 systemd 服务 {name!s}." + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "无法启用 systemd 目标 {name!s}." + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "无法启用 systemd 计时器 {name!s}。" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "无法禁用 systemd 目标 {name!s}." + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "无法屏蔽 systemd 单元 {name!s}." + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"未知的 systemd 命令 {command!s} 和 {name!s} 单元前缀 " +"{suffix!s}." + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "占位 Python 任务。" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "占位 Python 步骤 {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "安装启动加载器。" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "无法安装 grub,全局存储中未定义分区" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "启动加载器安装出错" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "无法安装启动加载器。安装命令
{!s}
返回错误代码 {!s}。" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "正在进行本地化配置。" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "挂载分区。" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "装载 zfs 数据集时出现内部错误" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "导入 zpool 失败" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "解锁 zpool 失败" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "设置 zfs 挂载点失败" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "zfs 挂载出错" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "配置 Plymouth 主题" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "正在写入 fstab。" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "无
{!s}
配置可供
{!s}
使用。" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "配置 OpenRC 服务。" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "无法将服务 {name!s} 加入 {level!s} 运行级别." + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "无法从 {level!s} 运行级别中删除服务 {name!s}。" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "未知的服务动作 {arg!s},服务名: {name!s},运行级别: {level!s}." + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "chroot 中运行的 rc-update {arg!s} 返回错误 {num!s}." + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "目标运行级别不存在。" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "运行级别 {level!s} 所在目录 {path!s} 不存在。" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "目标服务不存在" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "服务 {name!s} 的路径 {path!s} 不存在。" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "用 dracut 创建 initramfs." + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "无法在目标中运行 dracut " + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "配置 GRUB." + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "无法写入 KDM 配置文件" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM 配置文件 {!s} 不存在" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "无法写入 LXDM 配置文件" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM 配置文件 {!s} 不存在" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "无法写入 LightDM 配置文件" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM 配置文件 {!s} 不存在" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "无法配置 LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "未安装 LightDM 欢迎程序。" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "无法写入 SLIM 配置文件" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM 配置文件 {!s} 不存在" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "显示管理器模块中未选择显示管理器。" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "globalstorage 和 displaymanager.conf 配置文件中都没有配置显示管理器。" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "显示管理器配置不完全" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "正在配置初始内存文件系统。" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "设置硬件时钟。" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "安装数据." diff --git a/lang/python/zh_HK/LC_MESSAGES/python.po b/lang/python/zh_HK/LC_MESSAGES/python.po index f216c5bde..2a37dd296 100644 --- a/lang/python/zh_HK/LC_MESSAGES/python.po +++ b/lang/python/zh_HK/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Chinese (Hong Kong) (https://www.transifex.com/calamares/teams/20061/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -17,180 +17,6 @@ msgstr "" "Language: zh_HK\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -236,97 +62,34 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." msgstr "" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." msgstr "" #: src/modules/mkinitfs/main.py:27 @@ -337,6 +100,14 @@ msgstr "" msgid "Failed to run mkinitfs on the target" msgstr "" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "" @@ -400,3 +171,232 @@ msgstr "" #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "" diff --git a/lang/python/zh_TW/LC_MESSAGES/python.po b/lang/python/zh_TW/LC_MESSAGES/python.po index e9fb60c57..5f536f8a1 100644 --- a/lang/python/zh_TW/LC_MESSAGES/python.po +++ b/lang/python/zh_TW/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: 黃柏諺 , 2022\n" "Language-Team: Chinese (Taiwan) (https://www.transifex.com/calamares/teams/20061/zh_TW/)\n" @@ -22,180 +22,6 @@ msgstr "" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/modules/initramfscfg/main.py:32 -msgid "Configuring initramfs." -msgstr "正在設定 initramfs。" - -#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 -#: src/modules/fstab/main.py:360 src/modules/fstab/main.py:366 -#: src/modules/fstab/main.py:393 src/modules/networkcfg/main.py:105 -#: src/modules/initcpiocfg/main.py:235 src/modules/initcpiocfg/main.py:239 -#: src/modules/localecfg/main.py:135 src/modules/mount/main.py:229 -#: src/modules/rawfs/main.py:164 src/modules/openrcdmcryptcfg/main.py:72 -#: src/modules/openrcdmcryptcfg/main.py:76 -msgid "Configuration Error" -msgstr "設定錯誤" - -#: src/modules/initramfscfg/main.py:86 src/modules/fstab/main.py:361 -#: src/modules/initcpiocfg/main.py:236 src/modules/mount/main.py:230 -#: src/modules/rawfs/main.py:165 src/modules/openrcdmcryptcfg/main.py:73 -msgid "No partitions are defined for
{!s}
to use." -msgstr "沒有分割區被定義為
{!s}
以供使用。" - -#: src/modules/initramfscfg/main.py:90 src/modules/fstab/main.py:367 -#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 -#: src/modules/localecfg/main.py:136 src/modules/openrcdmcryptcfg/main.py:77 -msgid "No root mount point is given for
{!s}
to use." -msgstr "沒有給定的根掛載點
{!s}
以供使用。" - -#: src/modules/grubcfg/main.py:28 -msgid "Configure GRUB." -msgstr "設定 GRUB。" - -#: src/modules/bootloader/main.py:43 -msgid "Install bootloader." -msgstr "安裝開機載入程式。" - -#: src/modules/bootloader/main.py:612 -msgid "Failed to install grub, no partitions defined in global storage" -msgstr "安裝 grub 失敗,全域儲存空間中未定義分割區" - -#: src/modules/bootloader/main.py:780 -msgid "Bootloader installation error" -msgstr "開機載入程式安裝錯誤" - -#: src/modules/bootloader/main.py:781 -msgid "" -"The bootloader could not be installed. The installation command " -"
{!s}
returned error code {!s}." -msgstr "無法安裝開機載入程式。安裝指令
{!s}
回傳了錯誤碼 {!s}。" - -#: src/modules/fstab/main.py:29 -msgid "Writing fstab." -msgstr "正在寫入 fstab。" - -#: src/modules/fstab/main.py:394 -msgid "No
{!s}
configuration is given for
{!s}
to use." -msgstr "無
{!s}
設定可供
{!s}
使用。" - -#: src/modules/dracut/main.py:27 -msgid "Creating initramfs with dracut." -msgstr "正在使用 dracut 建立 initramfs。" - -#: src/modules/dracut/main.py:49 -msgid "Failed to run dracut on the target" -msgstr "在目標上執行 dracut 失敗" - -#: src/modules/dracut/main.py:50 src/modules/mkinitfs/main.py:50 -msgid "The exit code was {}" -msgstr "結束碼為 {}" - -#: src/modules/displaymanager/main.py:524 -msgid "Cannot write KDM configuration file" -msgstr "無法寫入 KDM 設定檔" - -#: src/modules/displaymanager/main.py:525 -msgid "KDM config file {!s} does not exist" -msgstr "KDM 設定檔 {!s} 不存在" - -#: src/modules/displaymanager/main.py:586 -msgid "Cannot write LXDM configuration file" -msgstr "無法寫入 LXDM 設定檔" - -#: src/modules/displaymanager/main.py:587 -msgid "LXDM config file {!s} does not exist" -msgstr "LXDM 設定檔 {!s} 不存在" - -#: src/modules/displaymanager/main.py:670 -msgid "Cannot write LightDM configuration file" -msgstr "無法寫入 LightDM 設定檔" - -#: src/modules/displaymanager/main.py:671 -msgid "LightDM config file {!s} does not exist" -msgstr "LightDM 設定檔 {!s} 不存在" - -#: src/modules/displaymanager/main.py:745 -msgid "Cannot configure LightDM" -msgstr "無法設定 LightDM" - -#: src/modules/displaymanager/main.py:746 -msgid "No LightDM greeter installed." -msgstr "未安裝 LightDM greeter。" - -#: src/modules/displaymanager/main.py:777 -msgid "Cannot write SLIM configuration file" -msgstr "無法寫入 SLIM 設定檔" - -#: src/modules/displaymanager/main.py:778 -msgid "SLIM config file {!s} does not exist" -msgstr "SLIM 設定檔 {!s} 不存在" - -#: src/modules/displaymanager/main.py:991 -msgid "No display managers selected for the displaymanager module." -msgstr "未在顯示管理器模組中選取顯示管理器。" - -#: src/modules/displaymanager/main.py:992 -msgid "" -"The displaymanagers list is empty or undefined in both globalstorage and " -"displaymanager.conf." -msgstr "顯示管理器清單為空或在 globalstorage 與 displaymanager.conf 中皆未定義。" - -#: src/modules/displaymanager/main.py:1074 -msgid "Display manager configuration was incomplete" -msgstr "顯示管理器設定不完整" - -#: src/modules/services-openrc/main.py:29 -msgid "Configure OpenRC services" -msgstr "設定 OpenRC 服務" - -#: src/modules/services-openrc/main.py:57 -msgid "Cannot add service {name!s} to run-level {level!s}." -msgstr "無法新增服務 {name!s} 到執行層級 {level!s}。" - -#: src/modules/services-openrc/main.py:59 -msgid "Cannot remove service {name!s} from run-level {level!s}." -msgstr "無法移除服務 {name!s} 從執行層級 {level!s}。" - -#: src/modules/services-openrc/main.py:61 -msgid "" -"Unknown service-action {arg!s} for service {name!s} in run-" -"level {level!s}." -msgstr "未知的服務動作 {arg!s} 給服務 {name!s} 在執行層級 {level!s}。" - -#: src/modules/services-openrc/main.py:93 -#: src/modules/services-systemd/main.py:59 -msgid "Cannot modify service" -msgstr "無法修改服務" - -#: src/modules/services-openrc/main.py:94 -msgid "" -"rc-update {arg!s} call in chroot returned error code {num!s}." -msgstr "在 chroot 中呼叫的 rc-update {arg!s} 回傳了錯誤代碼 {num!s}。" - -#: src/modules/services-openrc/main.py:101 -msgid "Target runlevel does not exist" -msgstr "目標執行層級不存在" - -#: src/modules/services-openrc/main.py:102 -msgid "" -"The path for runlevel {level!s} is {path!s}, which does not " -"exist." -msgstr "執行層級 {level!s} 的路徑為 {path!s},不存在。" - -#: src/modules/services-openrc/main.py:110 -msgid "Target service does not exist" -msgstr "目標服務不存在" - -#: src/modules/services-openrc/main.py:111 -msgid "" -"The path for service {name!s} is {path!s}, which does not " -"exist." -msgstr "服務 {name!s} 的路徑為 {path!s},不存在。" - -#: src/modules/networkcfg/main.py:29 -msgid "Saving network configuration." -msgstr "正在儲存網路設定。" - #: src/modules/packages/main.py:54 src/modules/packages/main.py:65 #: src/modules/packages/main.py:75 msgid "Install packages." @@ -241,100 +67,35 @@ msgid "" "command
{!s}
returned error code {!s}." msgstr "軟體包管理程式無法對已安裝的系統做出變更。指令
{!s}
回傳了錯誤碼 {!s}。" -#: src/modules/plymouthcfg/main.py:27 -msgid "Configure Plymouth theme" -msgstr "設定 Plymouth 主題" +#: src/modules/networkcfg/main.py:29 +msgid "Saving network configuration." +msgstr "正在儲存網路設定。" + +#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235 +#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72 +#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140 +#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394 +#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428 +#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89 +#: src/modules/rawfs/main.py:164 +msgid "Configuration Error" +msgstr "設定錯誤" + +#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240 +#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141 +#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90 +msgid "No root mount point is given for
{!s}
to use." +msgstr "沒有給定的根掛載點
{!s}
以供使用。" #: src/modules/initcpiocfg/main.py:28 msgid "Configuring mkinitcpio." msgstr "正在設定 mkinitcpio。" -#: src/modules/localecfg/main.py:30 -msgid "Configuring locales." -msgstr "正在設定語系。" - -#: src/modules/mount/main.py:42 -msgid "Mounting partitions." -msgstr "正在掛載分割區。" - -#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 -msgid "Internal error mounting zfs datasets" -msgstr "掛載 zfs 資料集時發生內部錯誤" - -#: src/modules/mount/main.py:100 -msgid "Failed to import zpool" -msgstr "匯入 zpool 失敗" - -#: src/modules/mount/main.py:116 -msgid "Failed to unlock zpool" -msgstr "解鎖 zpool 失敗" - -#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 -msgid "Failed to set zfs mountpoint" -msgstr "設定 zfs 掛載點失敗" - -#: src/modules/mount/main.py:253 -msgid "zfs mounting error" -msgstr "zfs 掛載錯誤" - -#: src/modules/rawfs/main.py:26 -msgid "Installing data." -msgstr "正在安裝資料。" - -#: src/modules/dummypython/main.py:35 -msgid "Dummy python job." -msgstr "假的 python 工作。" - -#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 -#: src/modules/dummypython/main.py:94 -msgid "Dummy python step {}" -msgstr "假的 python step {}" - -#: src/modules/hwclock/main.py:26 -msgid "Setting hardware clock." -msgstr "正在設定硬體時鐘。" - -#: src/modules/openrcdmcryptcfg/main.py:26 -msgid "Configuring OpenRC dmcrypt service." -msgstr "正在設定 OpenRC dmcrypt 服務。" - -#: src/modules/services-systemd/main.py:26 -msgid "Configure systemd services" -msgstr "設定 systemd 服務" - -#: src/modules/services-systemd/main.py:60 -msgid "" -"systemctl {arg!s} call in chroot returned error code {num!s}." -msgstr "在 chroot 中呼叫的 systemctl {arg!s} 回傳了錯誤代碼 {num!s}。" - -#: src/modules/services-systemd/main.py:63 -#: src/modules/services-systemd/main.py:69 -msgid "Cannot enable systemd service {name!s}." -msgstr "無法啟用 systemd 服務 {name!s}。" - -#: src/modules/services-systemd/main.py:65 -msgid "Cannot enable systemd target {name!s}." -msgstr "無法啟用 systemd 目標 {name!s}。" - -#: src/modules/services-systemd/main.py:67 -msgid "Cannot enable systemd timer {name!s}." -msgstr "無法啟用 systemd timer {name!s}。" - -#: src/modules/services-systemd/main.py:71 -msgid "Cannot disable systemd target {name!s}." -msgstr "無法停用 systemd 目標 {name!s}。" - -#: src/modules/services-systemd/main.py:73 -msgid "Cannot mask systemd unit {name!s}." -msgstr "無法 mask systemd 單位 {name!s}。" - -#: src/modules/services-systemd/main.py:75 -msgid "" -"Unknown systemd commands {command!s} and " -"{suffix!s} for unit {name!s}." -msgstr "" -"未知的 systemd 指令 {command!s}{suffix!s} 給單位 " -"{name!s}。" +#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73 +#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395 +#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165 +msgid "No partitions are defined for
{!s}
to use." +msgstr "沒有分割區被定義為
{!s}
以供使用。" #: src/modules/mkinitfs/main.py:27 msgid "Creating initramfs with mkinitfs." @@ -344,6 +105,14 @@ msgstr "正在使用 mkinitfs 建立 initramfs。" msgid "Failed to run mkinitfs on the target" msgstr "在目標上執行 mkinitfs 失敗" +#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50 +msgid "The exit code was {}" +msgstr "結束碼為 {}" + +#: src/modules/openrcdmcryptcfg/main.py:26 +msgid "Configuring OpenRC dmcrypt service." +msgstr "正在設定 OpenRC dmcrypt 服務。" + #: src/modules/unpackfs/main.py:34 msgid "Filling up filesystems." msgstr "填滿檔案系統。" @@ -407,3 +176,234 @@ msgstr "尋找 unsquashfs 失敗,請確定您已安裝 squashfs-tools 軟體 #: src/modules/unpackfs/main.py:481 msgid "The destination \"{}\" in the target system is not a directory" msgstr "目標系統中的目的地 \"{}\" 不是目錄" + +#: src/modules/services-systemd/main.py:26 +msgid "Configure systemd services" +msgstr "設定 systemd 服務" + +#: src/modules/services-systemd/main.py:59 +#: src/modules/services-openrc/main.py:93 +msgid "Cannot modify service" +msgstr "無法修改服務" + +#: src/modules/services-systemd/main.py:60 +msgid "" +"systemctl {arg!s} call in chroot returned error code {num!s}." +msgstr "在 chroot 中呼叫的 systemctl {arg!s} 回傳了錯誤代碼 {num!s}。" + +#: src/modules/services-systemd/main.py:63 +#: src/modules/services-systemd/main.py:69 +msgid "Cannot enable systemd service {name!s}." +msgstr "無法啟用 systemd 服務 {name!s}。" + +#: src/modules/services-systemd/main.py:65 +msgid "Cannot enable systemd target {name!s}." +msgstr "無法啟用 systemd 目標 {name!s}。" + +#: src/modules/services-systemd/main.py:67 +msgid "Cannot enable systemd timer {name!s}." +msgstr "無法啟用 systemd timer {name!s}。" + +#: src/modules/services-systemd/main.py:71 +msgid "Cannot disable systemd target {name!s}." +msgstr "無法停用 systemd 目標 {name!s}。" + +#: src/modules/services-systemd/main.py:73 +msgid "Cannot mask systemd unit {name!s}." +msgstr "無法 mask systemd 單位 {name!s}。" + +#: src/modules/services-systemd/main.py:75 +msgid "" +"Unknown systemd commands {command!s} and " +"{suffix!s} for unit {name!s}." +msgstr "" +"未知的 systemd 指令 {command!s}{suffix!s} 給單位 " +"{name!s}。" + +#: src/modules/dummypython/main.py:35 +msgid "Dummy python job." +msgstr "假的 python 工作。" + +#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93 +#: src/modules/dummypython/main.py:94 +msgid "Dummy python step {}" +msgstr "假的 python step {}" + +#: src/modules/bootloader/main.py:43 +msgid "Install bootloader." +msgstr "安裝開機載入程式。" + +#: src/modules/bootloader/main.py:614 +msgid "Failed to install grub, no partitions defined in global storage" +msgstr "安裝 grub 失敗,全域儲存空間中未定義分割區" + +#: src/modules/bootloader/main.py:782 +msgid "Bootloader installation error" +msgstr "開機載入程式安裝錯誤" + +#: src/modules/bootloader/main.py:783 +msgid "" +"The bootloader could not be installed. The installation command " +"
{!s}
returned error code {!s}." +msgstr "無法安裝開機載入程式。安裝指令
{!s}
回傳了錯誤碼 {!s}。" + +#: src/modules/localecfg/main.py:31 +msgid "Configuring locales." +msgstr "正在設定語系。" + +#: src/modules/mount/main.py:42 +msgid "Mounting partitions." +msgstr "正在掛載分割區。" + +#: src/modules/mount/main.py:88 src/modules/mount/main.py:124 +msgid "Internal error mounting zfs datasets" +msgstr "掛載 zfs 資料集時發生內部錯誤" + +#: src/modules/mount/main.py:100 +msgid "Failed to import zpool" +msgstr "匯入 zpool 失敗" + +#: src/modules/mount/main.py:116 +msgid "Failed to unlock zpool" +msgstr "解鎖 zpool 失敗" + +#: src/modules/mount/main.py:133 src/modules/mount/main.py:138 +msgid "Failed to set zfs mountpoint" +msgstr "設定 zfs 掛載點失敗" + +#: src/modules/mount/main.py:253 +msgid "zfs mounting error" +msgstr "zfs 掛載錯誤" + +#: src/modules/plymouthcfg/main.py:27 +msgid "Configure Plymouth theme" +msgstr "設定 Plymouth 主題" + +#: src/modules/fstab/main.py:28 +msgid "Writing fstab." +msgstr "正在寫入 fstab。" + +#: src/modules/fstab/main.py:429 +msgid "No
{!s}
configuration is given for
{!s}
to use." +msgstr "無
{!s}
設定可供
{!s}
使用。" + +#: src/modules/services-openrc/main.py:29 +msgid "Configure OpenRC services" +msgstr "設定 OpenRC 服務" + +#: src/modules/services-openrc/main.py:57 +msgid "Cannot add service {name!s} to run-level {level!s}." +msgstr "無法新增服務 {name!s} 到執行層級 {level!s}。" + +#: src/modules/services-openrc/main.py:59 +msgid "Cannot remove service {name!s} from run-level {level!s}." +msgstr "無法移除服務 {name!s} 從執行層級 {level!s}。" + +#: src/modules/services-openrc/main.py:61 +msgid "" +"Unknown service-action {arg!s} for service {name!s} in run-" +"level {level!s}." +msgstr "未知的服務動作 {arg!s} 給服務 {name!s} 在執行層級 {level!s}。" + +#: src/modules/services-openrc/main.py:94 +msgid "" +"rc-update {arg!s} call in chroot returned error code {num!s}." +msgstr "在 chroot 中呼叫的 rc-update {arg!s} 回傳了錯誤代碼 {num!s}。" + +#: src/modules/services-openrc/main.py:101 +msgid "Target runlevel does not exist" +msgstr "目標執行層級不存在" + +#: src/modules/services-openrc/main.py:102 +msgid "" +"The path for runlevel {level!s} is {path!s}, which does not " +"exist." +msgstr "執行層級 {level!s} 的路徑為 {path!s},不存在。" + +#: src/modules/services-openrc/main.py:110 +msgid "Target service does not exist" +msgstr "目標服務不存在" + +#: src/modules/services-openrc/main.py:111 +msgid "" +"The path for service {name!s} is {path!s}, which does not " +"exist." +msgstr "服務 {name!s} 的路徑為 {path!s},不存在。" + +#: src/modules/dracut/main.py:27 +msgid "Creating initramfs with dracut." +msgstr "正在使用 dracut 建立 initramfs。" + +#: src/modules/dracut/main.py:49 +msgid "Failed to run dracut on the target" +msgstr "在目標上執行 dracut 失敗" + +#: src/modules/grubcfg/main.py:28 +msgid "Configure GRUB." +msgstr "設定 GRUB。" + +#: src/modules/displaymanager/main.py:524 +msgid "Cannot write KDM configuration file" +msgstr "無法寫入 KDM 設定檔" + +#: src/modules/displaymanager/main.py:525 +msgid "KDM config file {!s} does not exist" +msgstr "KDM 設定檔 {!s} 不存在" + +#: src/modules/displaymanager/main.py:586 +msgid "Cannot write LXDM configuration file" +msgstr "無法寫入 LXDM 設定檔" + +#: src/modules/displaymanager/main.py:587 +msgid "LXDM config file {!s} does not exist" +msgstr "LXDM 設定檔 {!s} 不存在" + +#: src/modules/displaymanager/main.py:670 +msgid "Cannot write LightDM configuration file" +msgstr "無法寫入 LightDM 設定檔" + +#: src/modules/displaymanager/main.py:671 +msgid "LightDM config file {!s} does not exist" +msgstr "LightDM 設定檔 {!s} 不存在" + +#: src/modules/displaymanager/main.py:745 +msgid "Cannot configure LightDM" +msgstr "無法設定 LightDM" + +#: src/modules/displaymanager/main.py:746 +msgid "No LightDM greeter installed." +msgstr "未安裝 LightDM greeter。" + +#: src/modules/displaymanager/main.py:777 +msgid "Cannot write SLIM configuration file" +msgstr "無法寫入 SLIM 設定檔" + +#: src/modules/displaymanager/main.py:778 +msgid "SLIM config file {!s} does not exist" +msgstr "SLIM 設定檔 {!s} 不存在" + +#: src/modules/displaymanager/main.py:992 +msgid "No display managers selected for the displaymanager module." +msgstr "未在顯示管理器模組中選取顯示管理器。" + +#: src/modules/displaymanager/main.py:993 +msgid "" +"The displaymanagers list is empty or undefined in both globalstorage and " +"displaymanager.conf." +msgstr "顯示管理器清單為空或在 globalstorage 與 displaymanager.conf 中皆未定義。" + +#: src/modules/displaymanager/main.py:1075 +msgid "Display manager configuration was incomplete" +msgstr "顯示管理器設定不完整" + +#: src/modules/initramfscfg/main.py:32 +msgid "Configuring initramfs." +msgstr "正在設定 initramfs。" + +#: src/modules/hwclock/main.py:26 +msgid "Setting hardware clock." +msgstr "正在設定硬體時鐘。" + +#: src/modules/rawfs/main.py:26 +msgid "Installing data." +msgstr "正在安裝資料。" diff --git a/src/calamares/CalamaresApplication.cpp b/src/calamares/CalamaresApplication.cpp index 6c3eed6d1..c06e13aa3 100644 --- a/src/calamares/CalamaresApplication.cpp +++ b/src/calamares/CalamaresApplication.cpp @@ -67,8 +67,7 @@ CalamaresApplication::init() { Logger::setupLogfile(); cDebug() << "Calamares version:" << CALAMARES_VERSION; - cDebug() << Logger::SubEntry - << "languages:" << QString( CALAMARES_TRANSLATION_LANGUAGES ).replace( ";", ", " ); + cDebug() << Logger::SubEntry << "languages:" << QString( CALAMARES_TRANSLATION_LANGUAGES ).replace( ";", ", " ); if ( !Calamares::Settings::instance() ) { diff --git a/src/calamares/CalamaresWindow.cpp b/src/calamares/CalamaresWindow.cpp index d95b87933..50abb776e 100644 --- a/src/calamares/CalamaresWindow.cpp +++ b/src/calamares/CalamaresWindow.cpp @@ -130,15 +130,37 @@ getWidgetSidebar( Calamares::DebugWindowManager* debug, tv->setFocusPolicy( Qt::NoFocus ); sideLayout->addWidget( tv ); + QHBoxLayout* extraButtons = new QHBoxLayout; + sideLayout->addLayout( extraButtons ); + + const int defaultFontHeight = CalamaresUtils::defaultFontHeight(); + + if ( /* About-Calamares Button enabled */ true ) + { + QPushButton* aboutDialog = new QPushButton; + aboutDialog->setObjectName( "aboutDialogButton" ); + aboutDialog->setIcon( CalamaresUtils::defaultPixmap( CalamaresUtils::Information, + CalamaresUtils::Original, + 2 * QSize( defaultFontHeight, defaultFontHeight ) ) ); + CALAMARES_RETRANSLATE_FOR( + aboutDialog, + aboutDialog->setToolTip( QCoreApplication::translate( CalamaresWindow::staticMetaObject.className(), + "Show information about Calamares" ) ); ); + extraButtons->addWidget( aboutDialog ); + aboutDialog->setFlat( true ); + aboutDialog->setCheckable( true ); + QObject::connect( aboutDialog, &QPushButton::clicked, debug, &Calamares::DebugWindowManager::about ); + } if ( debug && debug->enabled() ) { QPushButton* debugWindowBtn = new QPushButton; debugWindowBtn->setObjectName( "debugButton" ); - CALAMARES_RETRANSLATE_FOR( - debugWindowBtn, - debugWindowBtn->setText( QCoreApplication::translate( CalamaresWindow::staticMetaObject.className(), - "Show debug information" ) ); ); - sideLayout->addWidget( debugWindowBtn ); + debugWindowBtn->setIcon( CalamaresUtils::defaultPixmap( + CalamaresUtils::Bugs, CalamaresUtils::Original, 2 * QSize( defaultFontHeight, defaultFontHeight ) ) ); + CALAMARES_RETRANSLATE_FOR( debugWindowBtn, + debugWindowBtn->setToolTip( QCoreApplication::translate( + CalamaresWindow::staticMetaObject.className(), "Show debug information" ) ); ); + extraButtons->addWidget( debugWindowBtn ); debugWindowBtn->setFlat( true ); debugWindowBtn->setCheckable( true ); QObject::connect( debugWindowBtn, &QPushButton::clicked, debug, &Calamares::DebugWindowManager::show ); @@ -173,7 +195,7 @@ getWidgetNavigation( Calamares::DebugWindowManager*, QObject::connect( viewManager, &Calamares::ViewManager::backEnabledChanged, back, &QPushButton::setEnabled ); QObject::connect( viewManager, &Calamares::ViewManager::backLabelChanged, back, &QPushButton::setText ); QObject::connect( - viewManager, &Calamares::ViewManager::backIconChanged, [=]( QString n ) { setButtonIcon( back, n ); } ); + viewManager, &Calamares::ViewManager::backIconChanged, [ = ]( QString n ) { setButtonIcon( back, n ); } ); QObject::connect( viewManager, &Calamares::ViewManager::backAndNextVisibleChanged, back, &QPushButton::setVisible ); bottomLayout->addWidget( back ); @@ -189,7 +211,7 @@ getWidgetNavigation( Calamares::DebugWindowManager*, QObject::connect( viewManager, &Calamares::ViewManager::nextEnabledChanged, next, &QPushButton::setEnabled ); QObject::connect( viewManager, &Calamares::ViewManager::nextLabelChanged, next, &QPushButton::setText ); QObject::connect( - viewManager, &Calamares::ViewManager::nextIconChanged, [=]( QString n ) { setButtonIcon( next, n ); } ); + viewManager, &Calamares::ViewManager::nextIconChanged, [ = ]( QString n ) { setButtonIcon( next, n ); } ); QObject::connect( viewManager, &Calamares::ViewManager::backAndNextVisibleChanged, next, &QPushButton::setVisible ); bottomLayout->addWidget( next ); @@ -205,7 +227,7 @@ getWidgetNavigation( Calamares::DebugWindowManager*, QObject::connect( viewManager, &Calamares::ViewManager::quitEnabledChanged, quit, &QPushButton::setEnabled ); QObject::connect( viewManager, &Calamares::ViewManager::quitLabelChanged, quit, &QPushButton::setText ); QObject::connect( - viewManager, &Calamares::ViewManager::quitIconChanged, [=]( QString n ) { setButtonIcon( quit, n ); } ); + viewManager, &Calamares::ViewManager::quitIconChanged, [ = ]( QString n ) { setButtonIcon( quit, n ); } ); QObject::connect( viewManager, &Calamares::ViewManager::quitTooltipChanged, quit, &QPushButton::setToolTip ); QObject::connect( viewManager, &Calamares::ViewManager::quitVisibleChanged, quit, &QPushButton::setVisible ); bottomLayout->addWidget( quit ); diff --git a/src/calamares/DebugWindow.cpp b/src/calamares/DebugWindow.cpp index b5fd899d4..13e8ccfdd 100644 --- a/src/calamares/DebugWindow.cpp +++ b/src/calamares/DebugWindow.cpp @@ -12,6 +12,8 @@ #include "ui_DebugWindow.h" #include "Branding.h" +#include "CalamaresAbout.h" +#include "CalamaresVersion.h" #include "GlobalStorage.h" #include "Job.h" #include "JobQueue.h" @@ -19,9 +21,11 @@ #include "VariantModel.h" #include "modulesystem/Module.h" #include "modulesystem/ModuleManager.h" +#include "utils/CalamaresUtilsGui.h" #include "utils/Logger.h" #include "utils/Paste.h" #include "utils/Retranslator.h" +#include "widgets/TranslationFix.h" #ifdef WITH_PYTHONQT #include "ViewManager.h" @@ -30,6 +34,7 @@ #include #endif +#include #include #include #include @@ -85,17 +90,22 @@ DebugWindow::DebugWindow() m_ui->globalStorageView->expandAll(); // Do above when the GS changes, too - connect( gs, &GlobalStorage::changed, this, [=] { - m_globals = JobQueue::instance()->globalStorage()->data(); - m_globals_model->reload(); - m_ui->globalStorageView->expandAll(); - } ); + connect( gs, + &GlobalStorage::changed, + this, + [ = ] + { + m_globals = JobQueue::instance()->globalStorage()->data(); + m_globals_model->reload(); + m_ui->globalStorageView->expandAll(); + } ); // JobQueue page m_ui->jobQueueText->setReadOnly( true ); - connect( JobQueue::instance(), &JobQueue::queueChanged, this, [this]( const QStringList& jobs ) { - m_ui->jobQueueText->setText( jobs.join( '\n' ) ); - } ); + connect( JobQueue::instance(), + &JobQueue::queueChanged, + this, + [ this ]( const QStringList& jobs ) { m_ui->jobQueueText->setText( jobs.join( '\n' ) ); } ); // Modules page QStringList modulesKeys; @@ -116,67 +126,74 @@ DebugWindow::DebugWindow() m_ui->modulesVerticalLayout->insertWidget( 1, pythonConsoleButton ); pythonConsoleButton->hide(); - QObject::connect( pythonConsoleButton, &QPushButton::clicked, this, [this, moduleConfigModel] { - QString moduleName = m_ui->modulesListView->currentIndex().data().toString(); - Module* module = ModuleManager::instance()->moduleInstance( moduleName ); - if ( module->interface() != Module::Interface::PythonQt || module->type() != Module::Type::View ) - return; - - for ( ViewStep* step : ViewManager::instance()->viewSteps() ) + QObject::connect( + pythonConsoleButton, + &QPushButton::clicked, + this, + [ this, moduleConfigModel ] { - if ( step->moduleInstanceKey() == module->instanceKey() ) + QString moduleName = m_ui->modulesListView->currentIndex().data().toString(); + Module* module = ModuleManager::instance()->moduleInstance( moduleName ); + if ( module->interface() != Module::Interface::PythonQt || module->type() != Module::Type::View ) + return; + + for ( ViewStep* step : ViewManager::instance()->viewSteps() ) { - PythonQtViewStep* pqvs = qobject_cast< PythonQtViewStep* >( step ); - if ( pqvs ) + if ( step->moduleInstanceKey() == module->instanceKey() ) { - QWidget* consoleWindow = new QWidget; + PythonQtViewStep* pqvs = qobject_cast< PythonQtViewStep* >( step ); + if ( pqvs ) + { + QWidget* consoleWindow = new QWidget; - QWidget* console = pqvs->createScriptingConsole(); - console->setParent( consoleWindow ); + QWidget* console = pqvs->createScriptingConsole(); + console->setParent( consoleWindow ); - QVBoxLayout* layout = new QVBoxLayout; - consoleWindow->setLayout( layout ); - layout->addWidget( console ); + QVBoxLayout* layout = new QVBoxLayout; + consoleWindow->setLayout( layout ); + layout->addWidget( console ); - QHBoxLayout* bottomLayout = new QHBoxLayout; - layout->addLayout( bottomLayout ); + QHBoxLayout* bottomLayout = new QHBoxLayout; + layout->addLayout( bottomLayout ); - QLabel* bottomLabel = new QLabel( consoleWindow ); - bottomLayout->addWidget( bottomLabel ); - QString line = QString( "Module: %1
" - "Python class: %2" ) - .arg( module->instanceKey() ) - .arg( console->property( "classname" ).toString() ); - bottomLabel->setText( line ); + QLabel* bottomLabel = new QLabel( consoleWindow ); + bottomLayout->addWidget( bottomLabel ); + QString line = QString( "Module: %1
" + "Python class: %2" ) + .arg( module->instanceKey() ) + .arg( console->property( "classname" ).toString() ); + bottomLabel->setText( line ); - QPushButton* closeButton = new QPushButton( consoleWindow ); - closeButton->setText( "&Close" ); - QObject::connect( closeButton, &QPushButton::clicked, [consoleWindow] { consoleWindow->close(); } ); - bottomLayout->addWidget( closeButton ); - bottomLabel->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Preferred ); + QPushButton* closeButton = new QPushButton( consoleWindow ); + closeButton->setText( "&Close" ); + QObject::connect( + closeButton, &QPushButton::clicked, [ consoleWindow ] { consoleWindow->close(); } ); + bottomLayout->addWidget( closeButton ); + bottomLabel->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Preferred ); - consoleWindow->setParent( this ); - consoleWindow->setWindowFlags( Qt::Window ); - consoleWindow->setWindowTitle( "Calamares Python console" ); - consoleWindow->setAttribute( Qt::WA_DeleteOnClose, true ); - consoleWindow->showNormal(); - break; + consoleWindow->setParent( this ); + consoleWindow->setWindowFlags( Qt::Window ); + consoleWindow->setWindowTitle( "Calamares Python console" ); + consoleWindow->setAttribute( Qt::WA_DeleteOnClose, true ); + consoleWindow->showNormal(); + break; + } } } - } - } ); + } ); #endif connect( m_ui->modulesListView->selectionModel(), &QItemSelectionModel::selectionChanged, this, - [this + [ this #ifdef WITH_PYTHONQT - , - pythonConsoleButton + , + pythonConsoleButton #endif - ] { + ] + { QString moduleName = m_ui->modulesListView->currentIndex().data().toString(); Module* module = ModuleManager::instance()->moduleInstance( ModuleSystem::InstanceKey::fromString( moduleName ) ); @@ -196,27 +213,33 @@ DebugWindow::DebugWindow() // Tools page connect( m_ui->crashButton, &QPushButton::clicked, this, [] { ::crash(); } ); - connect( m_ui->reloadStylesheetButton, &QPushButton::clicked, []() { - for ( auto* w : qApp->topLevelWidgets() ) - { - // Needs to match what's set in CalamaresWindow - if ( w->objectName() == QStringLiteral( "mainApp" ) ) - { - w->setStyleSheet( Calamares::Branding::instance()->stylesheet() ); - } - } - } ); - connect( m_ui->widgetTreeButton, &QPushButton::clicked, []() { - for ( auto* w : qApp->topLevelWidgets() ) - { - Logger::CDebug deb; - dumpWidgetTree( deb, w, 0 ); - } - } ); + connect( m_ui->reloadStylesheetButton, + &QPushButton::clicked, + []() + { + for ( auto* w : qApp->topLevelWidgets() ) + { + // Needs to match what's set in CalamaresWindow + if ( w->objectName() == QStringLiteral( "mainApp" ) ) + { + w->setStyleSheet( Calamares::Branding::instance()->stylesheet() ); + } + } + } ); + connect( m_ui->widgetTreeButton, + &QPushButton::clicked, + []() + { + for ( auto* w : qApp->topLevelWidgets() ) + { + Logger::CDebug deb; + dumpWidgetTree( deb, w, 0 ); + } + } ); // Send Log button only if it would be useful m_ui->sendLogButton->setVisible( CalamaresUtils::Paste::isEnabled() ); - connect( m_ui->sendLogButton, &QPushButton::clicked, [this]() { CalamaresUtils::Paste::doLogUploadUI( this ); } ); + connect( m_ui->sendLogButton, &QPushButton::clicked, [ this ]() { CalamaresUtils::Paste::doLogUploadUI( this ); } ); CALAMARES_RETRANSLATE( m_ui->retranslateUi( this ); setWindowTitle( tr( "Debug information" ) ); ); } @@ -260,11 +283,15 @@ DebugWindowManager::show( bool visible ) { m_debugWindow = new Calamares::DebugWindow(); m_debugWindow->show(); - connect( m_debugWindow.data(), &Calamares::DebugWindow::closed, this, [=]() { - m_debugWindow->deleteLater(); - m_visible = false; - emit visibleChanged( false ); - } ); + connect( m_debugWindow.data(), + &Calamares::DebugWindow::closed, + this, + [ = ]() + { + m_debugWindow->deleteLater(); + m_visible = false; + emit visibleChanged( false ); + } ); m_visible = true; emit visibleChanged( true ); } @@ -285,5 +312,28 @@ DebugWindowManager::toggle() show( !m_visible ); } +void +DebugWindowManager::about() +{ + QString title = Calamares::Settings::instance()->isSetupMode() + ? QCoreApplication::translate( "WelcomePage", "About %1 setup" ) + : QCoreApplication::translate( "WelcomePage", "About %1 installer" ); + QMessageBox mb( QMessageBox::Information, + title.arg( CALAMARES_APPLICATION_NAME ), + Calamares::aboutString().arg( Calamares::Branding::instance()->versionedName() ), + QMessageBox::Ok, + nullptr ); + Calamares::fixButtonLabels( &mb ); + mb.setIconPixmap( CalamaresUtils::defaultPixmap( + CalamaresUtils::Squid, + CalamaresUtils::Original, + QSize( CalamaresUtils::defaultFontHeight() * 6, CalamaresUtils::defaultFontHeight() * 6 ) ) ); + QGridLayout* layout = reinterpret_cast< QGridLayout* >( mb.layout() ); + if ( layout ) + { + layout->setColumnMinimumWidth( 2, CalamaresUtils::defaultFontHeight() * 24 ); + } + mb.exec(); +} } // namespace Calamares diff --git a/src/calamares/DebugWindow.h b/src/calamares/DebugWindow.h index 41d92588d..7bc789a89 100644 --- a/src/calamares/DebugWindow.h +++ b/src/calamares/DebugWindow.h @@ -49,11 +49,13 @@ private: std::unique_ptr< VariantModel > m_module_model; }; -/** @brief Manager for the (single) DebugWindow +/** @brief Manager for meta-windows (Debug and About windows) * * Only one DebugWindow is expected to be around. This class manages * (exactly one) DebugWindow and can create and destroy it as needed. * It is available to the Calamares panels as object `DebugWindow`. + * + * The about() method shows a modal pop-up about Calamares. */ class DebugWindowManager : public QObject { @@ -79,6 +81,8 @@ public Q_SLOTS: void show( bool visible ); void toggle(); + void about(); + signals: void visibleChanged( bool visible ); diff --git a/src/calamares/calamares-sidebar.qml b/src/calamares/calamares-sidebar.qml index 5c94fb6b2..e52cc14b8 100644 --- a/src/calamares/calamares-sidebar.qml +++ b/src/calamares/calamares-sidebar.qml @@ -62,26 +62,63 @@ Rectangle { } Rectangle { + id: metaArea Layout.fillWidth: true; height: 35 Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom - color: Branding.styleString( mouseArea.containsMouse ? Branding.SidebarTextHighlight : Branding.SidebarBackground); - visible: debug.enabled + color: Branding.styleString( Branding.SidebarTextHighlight ); + visible: true; - MouseArea { - id: mouseArea - anchors.fill: parent; - cursorShape: Qt.PointingHandCursor - hoverEnabled: true - Text { - anchors.verticalCenter: parent.verticalCenter; - x: parent.x + 4; - text: qsTr("Show debug information") - color: Branding.styleString( mouseArea.containsMouse ? Branding.SidebarTextSelect : Branding.SidebarBackground ); - font.pointSize : 9 + Rectangle { + id: aboutArea + height: 35 + width: parent.width / 2; + anchors.left: parent.left + color: Branding.styleString( Branding.SidebarTextHighlight ); + visible: true; + + MouseArea { + id: mouseAreaAbout + anchors.fill: parent; + cursorShape: Qt.PointingHandCursor + hoverEnabled: true + Text { + anchors.verticalCenter: parent.verticalCenter; + anchors.horizontalCenter: parent.horizontalCenter; + x: parent.x + 4; + text: qsTr("About") + color: Branding.styleString( Branding.SidebarTextSelect ); + font.pointSize : 9 + } + + onClicked: debug.about() } + } - onClicked: debug.toggle() + Rectangle { + id: debugArea + height: 35 + width: parent.width / 2; + anchors.right: parent.right + color: Branding.styleString( Branding.SidebarTextHighlight ); + visible: debug.enabled + + MouseArea { + id: mouseAreaDebug + anchors.fill: parent; + cursorShape: Qt.PointingHandCursor + hoverEnabled: true + Text { + anchors.verticalCenter: parent.verticalCenter; + anchors.horizontalCenter: parent.horizontalCenter; + x: parent.x + 4; + text: qsTr("Debug") + color: Branding.styleString( Branding.SidebarTextSelect ); + font.pointSize : 9 + } + + onClicked: debug.toggle() + } } } } diff --git a/src/calamares/progresstree/ProgressTreeView.cpp b/src/calamares/progresstree/ProgressTreeView.cpp index b953db64d..900dd5028 100644 --- a/src/calamares/progresstree/ProgressTreeView.cpp +++ b/src/calamares/progresstree/ProgressTreeView.cpp @@ -51,6 +51,6 @@ ProgressTreeView::setModel( QAbstractItemModel* model ) Calamares::ViewManager::instance(), &Calamares::ViewManager::currentStepChanged, this, - [this]() { viewport()->update(); }, + [ this ]() { viewport()->update(); }, Qt::UniqueConnection ); } diff --git a/src/calamares/testmain.cpp b/src/calamares/testmain.cpp index ecbf77888..87d90c882 100644 --- a/src/calamares/testmain.cpp +++ b/src/calamares/testmain.cpp @@ -210,10 +210,11 @@ ExecViewModule::ExecViewModule() { // Normally the module-loader gives the module an instance key // (out of the settings file, or the descriptor of the module). - // We don't have one, so build one -- this gives us "x@x". + // We don't have one, so build one -- this gives us "execView@execView". QVariantMap m; - m.insert( "name", "x" ); - Calamares::Module::initFrom( Calamares::ModuleSystem::Descriptor::fromDescriptorData( m ), "x" ); + const QString execView = QStringLiteral( "execView" ); + m.insert( "name", execView ); + Calamares::Module::initFrom( Calamares::ModuleSystem::Descriptor::fromDescriptorData( m, execView ), execView ); } ExecViewModule::~ExecViewModule() {} @@ -291,7 +292,7 @@ load_module( const ModuleConfig& moduleConfig ) return new ExecViewModule; } - QFileInfo fi; + QFileInfo fi; // This is kept around to hold the path of the module descriptor bool ok = false; QVariantMap descriptor; @@ -357,7 +358,10 @@ load_module( const ModuleConfig& moduleConfig ) cDebug() << Logger::SubEntry << "Module" << moduleName << "job-configuration:" << configFile; Calamares::Module* module = Calamares::moduleFromDescriptor( - Calamares::ModuleSystem::Descriptor::fromDescriptorData( descriptor ), name, configFile, moduleDirectory ); + Calamares::ModuleSystem::Descriptor::fromDescriptorData( descriptor, fi.absoluteFilePath() ), + name, + configFile, + moduleDirectory ); return module; } diff --git a/src/libcalamares/CMakeLists.txt b/src/libcalamares/CMakeLists.txt index 2cf0342ec..95081bb5e 100644 --- a/src/libcalamares/CMakeLists.txt +++ b/src/libcalamares/CMakeLists.txt @@ -24,6 +24,7 @@ set( OPTIONAL_PRIVATE_LIBRARIES "" ) set( OPTIONAL_PUBLIC_LIBRARIES "" ) set( libSources + CalamaresAbout.cpp CppJob.cpp GlobalStorage.cpp Job.cpp diff --git a/src/libcalamares/CalamaresAbout.cpp b/src/libcalamares/CalamaresAbout.cpp new file mode 100644 index 000000000..08a70968b --- /dev/null +++ b/src/libcalamares/CalamaresAbout.cpp @@ -0,0 +1,81 @@ +/* === This file is part of Calamares - === + * + * SPDX-FileCopyrightText: 2022 Adriaan de Groot + * SPDX-License-Identifier: GPL-3.0-or-later + * + * Calamares is Free Software: see the License-Identifier above. + * + */ + +#include "CalamaresAbout.h" + +#include "CalamaresVersion.h" + +#include + +static const char s_header[] + = QT_TRANSLATE_NOOP( "AboutData", "

%1


%2
for %3


" ); + +static const char s_footer[] + = QT_TRANSLATE_NOOP( "AboutData", + "Thanks to the Calamares team " + "and the Calamares " + "translators team.

" + "Calamares " + "development is sponsored by
" + "Blue Systems - " + "Liberating Software." ); + +struct Maintainer +{ + unsigned int start; + unsigned int end; + const char* name; + const char* email; + QString text() const + { + //: Copyright year-year Name + return QCoreApplication::translate( "AboutData", "Copyright %1-%2 %3 <%4>
" ) + .arg( start ) + .arg( end ) + .arg( name ) + .arg( email ); + } +}; + +static constexpr const Maintainer maintainers[] = { + { 2014, 2017, "Teo Mrnjavac", "teo@kde.org" }, + { 2017, 2022, "Adriaan de Groot", "groot@kde.org" }, +}; + +static QString +aboutMaintainers() +{ + return std::accumulate( std::cbegin( maintainers ), + std::cend( maintainers ), + QString(), + []( QString& s, const Maintainer& m ) + { + s += m.text(); + return s; + } ); +} + +static QString +substituteVersions( const QString& s ) +{ + return s.arg( CALAMARES_APPLICATION_NAME ).arg( CALAMARES_VERSION ); +} + +const QString +Calamares::aboutString() +{ + return substituteVersions( QCoreApplication::translate( "AboutData", s_header ) ) + aboutMaintainers() + + QCoreApplication::translate( "AboutData", s_footer ); +} + +const QString +Calamares::aboutStringUntranslated() +{ + return substituteVersions( QString( s_header ) ) + aboutMaintainers() + QString( s_footer ); +} diff --git a/src/libcalamares/CalamaresAbout.h b/src/libcalamares/CalamaresAbout.h new file mode 100644 index 000000000..88d499953 --- /dev/null +++ b/src/libcalamares/CalamaresAbout.h @@ -0,0 +1,31 @@ +/* === This file is part of Calamares - === + * + * SPDX-FileCopyrightText: 2022 Adriaan de Groot + * SPDX-License-Identifier: GPL-3.0-or-later + * + * Calamares is Free Software: see the License-Identifier above. + * + */ + +#ifndef CALAMARES_CALAMARESABOUT_H +#define CALAMARES_CALAMARESABOUT_H + +#include "DllMacro.h" + +#include + +namespace Calamares +{ +/** @brief Returns an about string for the application + * + * The about string includes a header-statement, a list of maintainer + * addresses, and a thank-you to Blue Systems. There is on %-substitution + * left, where you can fill in the name of the product (e.g. to say + * "Calamares for Netrunner" or ".. for Manjaro"). + */ +DLLEXPORT const QString aboutStringUntranslated(); +/// @brief As above, but translated in the current Calamares language +DLLEXPORT const QString aboutString(); +} // namespace Calamares + +#endif diff --git a/src/libcalamares/JobQueue.cpp b/src/libcalamares/JobQueue.cpp index d7078c6d2..e15df345e 100644 --- a/src/libcalamares/JobQueue.cpp +++ b/src/libcalamares/JobQueue.cpp @@ -89,9 +89,10 @@ public: = m_queuedJobs->isEmpty() ? 0.0 : ( m_queuedJobs->last().cumulative + m_queuedJobs->last().weight ); qreal totalJobWeight - = std::accumulate( jobs.cbegin(), jobs.cend(), qreal( 0.0 ), []( qreal total, const job_ptr& j ) { - return total + j->getJobWeight(); - } ); + = std::accumulate( jobs.cbegin(), + jobs.cend(), + qreal( 0.0 ), + []( qreal total, const job_ptr& j ) { return total + j->getJobWeight(); } ); if ( totalJobWeight < 1 ) { totalJobWeight = 1.0; diff --git a/src/libcalamares/PythonJobApi.cpp b/src/libcalamares/PythonJobApi.cpp index c95edfb63..3532d8f32 100644 --- a/src/libcalamares/PythonJobApi.cpp +++ b/src/libcalamares/PythonJobApi.cpp @@ -211,14 +211,14 @@ _process_output( Calamares::Utils::RunLocation location, bp::extract< bp::list > x( callback ); if ( x.check() ) { - QObject::connect( &r, &decltype( r )::output, [cb = callback.attr( "append" )]( const QString& s ) { - cb( s.toStdString() ); - } ); + QObject::connect( &r, + &decltype( r )::output, + [ cb = callback.attr( "append" ) ]( const QString& s ) { cb( s.toStdString() ); } ); } else { QObject::connect( - &r, &decltype( r )::output, [&callback]( const QString& s ) { callback( s.toStdString() ); } ); + &r, &decltype( r )::output, [ &callback ]( const QString& s ) { callback( s.toStdString() ); } ); } r.enableOutputProcessing(); } diff --git a/src/libcalamares/Settings.cpp b/src/libcalamares/Settings.cpp index d494d98bc..2ce85ec8d 100644 --- a/src/libcalamares/Settings.cpp +++ b/src/libcalamares/Settings.cpp @@ -290,7 +290,7 @@ Settings::reconcileInstancesAndSequence() // Since moduleFinder captures targetKey by reference, we can // update targetKey to change what the finder lambda looks for. Calamares::ModuleSystem::InstanceKey targetKey; - auto moduleFinder = [&targetKey]( const InstanceDescription& d ) { return d.isValid() && d.key() == targetKey; }; + auto moduleFinder = [ &targetKey ]( const InstanceDescription& d ) { return d.isValid() && d.key() == targetKey; }; // Check the sequence against the existing instances (which so far are only custom) for ( const auto& step : m_modulesSequence ) diff --git a/src/libcalamares/Tests.cpp b/src/libcalamares/Tests.cpp index bde7ac0d3..51fd92a2f 100644 --- a/src/libcalamares/Tests.cpp +++ b/src/libcalamares/Tests.cpp @@ -425,9 +425,8 @@ sequence: // Make a lambda where we can adjust what it looks for from the outside, // by capturing a reference. QString moduleKey = QString( "welcome" ); - auto moduleFinder = [&moduleKey]( const Calamares::InstanceDescription& d ) { - return d.isValid() && d.key().module() == moduleKey; - }; + auto moduleFinder = [ &moduleKey ]( const Calamares::InstanceDescription& d ) + { return d.isValid() && d.key().module() == moduleKey; }; const auto it0 = std::find_if( s.moduleInstances().constBegin(), s.moduleInstances().constEnd(), moduleFinder ); QVERIFY( it0 != s.moduleInstances().constEnd() ); diff --git a/src/libcalamares/geoip/Handler.cpp b/src/libcalamares/geoip/Handler.cpp index 8ef72d99b..14de9f39c 100644 --- a/src/libcalamares/geoip/Handler.cpp +++ b/src/libcalamares/geoip/Handler.cpp @@ -150,7 +150,7 @@ Handler::query() const QString url = m_url; QString selector = m_selector; - return QtConcurrent::run( [=] { return do_query( type, url, selector ); } ); + return QtConcurrent::run( [ = ] { return do_query( type, url, selector ); } ); } QString @@ -171,7 +171,7 @@ Handler::queryRaw() const QString url = m_url; QString selector = m_selector; - return QtConcurrent::run( [=] { return do_raw_query( type, url, selector ); } ); + return QtConcurrent::run( [ = ] { return do_raw_query( type, url, selector ); } ); } } // namespace GeoIP diff --git a/src/libcalamares/locale/Lookup.cpp b/src/libcalamares/locale/Lookup.cpp index f792f08ed..3dba50898 100644 --- a/src/libcalamares/locale/Lookup.cpp +++ b/src/libcalamares/locale/Lookup.cpp @@ -43,9 +43,9 @@ lookup( TwoChar c ) } const CountryData* p - = std::find_if( country_data_table, country_data_table + country_data_size, [c = c]( const CountryData& d ) { - return ( d.cc1 == c.cc1 ) && ( d.cc2 == c.cc2 ); - } ); + = std::find_if( country_data_table, + country_data_table + country_data_size, + [ c = c ]( const CountryData& d ) { return ( d.cc1 == c.cc1 ) && ( d.cc2 == c.cc2 ); } ); if ( p == country_data_table + country_data_size ) { return nullptr; @@ -86,7 +86,7 @@ languageForCountry( QLocale::Country country ) { const CountryData* p = std::find_if( country_data_table, country_data_table + country_data_size, - [c = country]( const CountryData& d ) { return d.c == c; } ); + [ c = country ]( const CountryData& d ) { return d.c == c; } ); if ( p == country_data_table + country_data_size ) { return QLocale::Language::AnyLanguage; diff --git a/src/libcalamares/locale/TimeZone.cpp b/src/libcalamares/locale/TimeZone.cpp index b9dbac5ee..c0804ebd6 100644 --- a/src/libcalamares/locale/TimeZone.cpp +++ b/src/libcalamares/locale/TimeZone.cpp @@ -224,16 +224,19 @@ public: loadTZData( m_regions, m_altZones, in ); } - std::sort( m_regions.begin(), m_regions.end(), []( const RegionData* lhs, const RegionData* rhs ) { - return lhs->key() < rhs->key(); - } ); - std::sort( m_zones.begin(), m_zones.end(), []( const TimeZoneData* lhs, const TimeZoneData* rhs ) { - if ( lhs->region() == rhs->region() ) - { - return lhs->zone() < rhs->zone(); - } - return lhs->region() < rhs->region(); - } ); + std::sort( m_regions.begin(), + m_regions.end(), + []( const RegionData* lhs, const RegionData* rhs ) { return lhs->key() < rhs->key(); } ); + std::sort( m_zones.begin(), + m_zones.end(), + []( const TimeZoneData* lhs, const TimeZoneData* rhs ) + { + if ( lhs->region() == rhs->region() ) + { + return lhs->zone() < rhs->zone(); + } + return lhs->region() < rhs->region(); + } ); for ( auto* z : m_zones ) { @@ -399,7 +402,8 @@ ZonesModel::find( double latitude, double longitude ) const * either N/S or E/W equal to any other; this obviously * falls apart at the poles. */ - auto distance = [&]( const TimeZoneData* zone ) -> double { + auto distance = [ & ]( const TimeZoneData* zone ) -> double + { // Latitude doesn't wrap around: there is nothing north of 90 double latitudeDifference = abs( zone->latitude() - latitude ); @@ -445,7 +449,8 @@ ZonesModel::Iterator::operator bool() const return 0 <= m_index && m_index < m_p->m_zones.count(); } -const TimeZoneData* ZonesModel::Iterator::operator*() const +const TimeZoneData* +ZonesModel::Iterator::operator*() const { if ( *this ) { diff --git a/src/libcalamares/locale/Translation.cpp b/src/libcalamares/locale/Translation.cpp index d439f51b7..213d2b9a7 100644 --- a/src/libcalamares/locale/Translation.cpp +++ b/src/libcalamares/locale/Translation.cpp @@ -13,45 +13,113 @@ #include +struct TranslationSpecialCase +{ + const char* id; // The Calamares ID for the translation + const char** regions; + + QLocale::Language language; + QLocale::Script script; + QLocale::Country country; + + const char* name; // Native name, if different from Qt + + constexpr bool customLocale() const { return language != QLocale::Language::AnyLanguage; } +}; + /** @brief Handle special cases of Calamares language names * - * If a given @p localeName (e.g. en_US, or sr@latin) has special handling, - * returns a pair of pointers: - * - a pointer to a QLocale; this is the locale to use, or may be @c nullptr - * to indicate that the Qt locale derived from @p localeName is accepatable. - * - a pointer to a QString; this is the native language name to use, or may - * be @c nullptr to indicate that the Qt value is acceptable. + * If a given @p id (e.g. en_US, or sr@latin) has special handling, + * put an entry in this table. The QLocale constants are used when a + * particular @p id needs specific configuration, **if** @p language + * is not @c AnyLanguage. The @p name is used as a human-readable + * native name if the Qt name is not suitable. * - * Returns a pair of nullptrs for non-special cases. + * Another form of lookup maps a @p language + a region-identifier + * to a @p id, running around Qt's neglect of `@region` variants. + * + * Examples: + * - `sr@latin` needs specific Qt Locale settnigs, but the name is OK + * - Chinese needs a specific name, but the Locale is OK */ -static std::pair< QLocale*, QString* > -specialCase( const CalamaresUtils::Locale::Translation::Id& locale ) +static const char* serbian_latin_regions[] = { "latin", "latn", nullptr }; +static const char* catalan_regions[] = { "valencia", nullptr }; +static constexpr const TranslationSpecialCase special_cases[] = { + { "sr@latin", + serbian_latin_regions, + QLocale::Language::Serbian, + QLocale::Script::LatinScript, + QLocale::Country::Serbia, + nullptr }, + // Valencian is a regional variant of Catalan + { "ca@valencia", + catalan_regions, + QLocale::Language::Catalan, + QLocale::Script::AnyScript, + QLocale::Country::AnyCountry, + "Català (València)" }, + // Simplified Chinese, but drop the (China) from the name + { "zh_CN", + nullptr, + QLocale::Language::AnyLanguage, + QLocale::Script::AnyScript, + QLocale::Country::AnyCountry, + "简体中文" }, + // Traditional Chinese, but drop (Taiwan) from the name + { "zh_TW", + nullptr, + QLocale::Language::AnyLanguage, + QLocale::Script::AnyScript, + QLocale::Country::AnyCountry, + "繁體中文" }, + { "oc", + nullptr, + QLocale::Language::AnyLanguage, + QLocale::Script::AnyScript, + QLocale::Country::AnyCountry, + "Lenga d'òc" }, +}; + +static inline bool +lookup_region( const QByteArray& region, const char** regions_list ) { - const QString localeName = locale.name; - if ( localeName == "sr@latin" ) + if ( regions_list ) { - static QLocale loc( QLocale::Language::Serbian, QLocale::Script::LatinScript, QLocale::Country::Serbia ); - return { &loc, nullptr }; + while ( *regions_list ) + { + if ( region == *regions_list ) + { + return true; + } + regions_list++; + } } - if ( localeName == "ca@valencia" ) + return false; +} + +static QString +specialCaseSystemLanguage() +{ + const QByteArray lang_p = qgetenv( "LANG" ); + if ( lang_p.isEmpty() ) { - static QString name = QStringLiteral( "Català (València)" ); - return { nullptr, &name }; - } - if ( localeName == "zh_CN" ) - { - // Simplified Chinese, but drop the (China) from the name - static QString name = QStringLiteral( "简体中文" ); - return { nullptr, &name }; - } - if ( localeName == "zh_TW" ) - { - // Traditional Chinese, but drop (Taiwan) from the name - static QString name = QStringLiteral( "繁體中文" ); - return { nullptr, &name }; + // This will figure out the system language some other way + return {}; } - return { nullptr, nullptr }; + auto lang_parts = lang_p.split( '@' ); + if ( lang_parts.size() != 2 ) + { + return {}; + } + + QLocale locale( QString::fromLatin1( lang_p ) ); + auto it + = std::find_if( std::cbegin( special_cases ), + std::cend( special_cases ), + [ language = locale.language(), region = lang_parts[ 1 ] ]( const TranslationSpecialCase& s ) + { return ( s.language == language ) && lookup_region( region, s.regions ); } ); + return ( it != std::cend( special_cases ) ) ? QString::fromLatin1( it->id ) : QString(); } namespace CalamaresUtils @@ -60,7 +128,7 @@ namespace Locale { Translation::Translation( QObject* parent ) - : Translation( { QString() }, LabelFormat::IfNeededWithCountry, parent ) + : Translation( { specialCaseSystemLanguage() }, LabelFormat::IfNeededWithCountry, parent ) { } @@ -69,11 +137,14 @@ Translation::Translation( const Id& localeId, LabelFormat format, QObject* paren , m_locale( getLocale( localeId ) ) , m_localeId( localeId.name.isEmpty() ? m_locale.name() : localeId.name ) { - auto [ _, name ] = specialCase( localeId ); + auto it = std::find_if( std::cbegin( special_cases ), + std::cend( special_cases ), + [ &localeId ]( const TranslationSpecialCase& s ) { return localeId.name == s.id; } ); + const char* name = ( it != std::cend( special_cases ) ) ? it->name : nullptr; QString longFormat = QObject::tr( "%1 (%2)" ); - QString languageName = name ? *name : m_locale.nativeLanguageName(); + QString languageName = name ? QString::fromUtf8( name ) : m_locale.nativeLanguageName(); QString englishName = m_locale.languageToString( m_locale.language() ); if ( languageName.isEmpty() ) @@ -99,8 +170,14 @@ Translation::getLocale( const Id& localeId ) return QLocale(); } - auto [ locale, _ ] = specialCase( localeId ); - return locale ? *locale : QLocale( localeName ); + auto it = std::find_if( std::cbegin( special_cases ), + std::cend( special_cases ), + [ &localeId ]( const TranslationSpecialCase& s ) { return localeId.name == s.id; } ); + if ( it != std::cend( special_cases ) && it->customLocale() ) + { + return QLocale( it->language, it->script, it->country ); + } + return QLocale( localeName ); } } // namespace Locale diff --git a/src/libcalamares/locale/Translation.h b/src/libcalamares/locale/Translation.h index 5e5ce33ba..912a509ac 100644 --- a/src/libcalamares/locale/Translation.h +++ b/src/libcalamares/locale/Translation.h @@ -12,6 +12,8 @@ #ifndef LOCALE_TRANSLATION_H #define LOCALE_TRANSLATION_H +#include "utils/Logger.h" + #include #include #include @@ -110,6 +112,17 @@ private: QString m_englishLabel; }; +static inline QDebug& +operator<<( QDebug& s, const Translation::Id& id ) +{ + return s << id.name; +} +static inline bool +operator==( const Translation::Id& lhs, const Translation::Id& rhs ) +{ + return lhs.name == rhs.name; +} + } // namespace Locale } // namespace CalamaresUtils diff --git a/src/libcalamares/locale/TranslationsModel.cpp b/src/libcalamares/locale/TranslationsModel.cpp index 25d075df4..0ffa6f9c5 100644 --- a/src/libcalamares/locale/TranslationsModel.cpp +++ b/src/libcalamares/locale/TranslationsModel.cpp @@ -103,13 +103,13 @@ TranslationsModel::find( std::function< bool( const Translation& ) > predicate ) int TranslationsModel::find( std::function< bool( const QLocale& ) > predicate ) const { - return find( [&]( const Translation& l ) { return predicate( l.locale() ); } ); + return find( [ & ]( const Translation& l ) { return predicate( l.locale() ); } ); } int TranslationsModel::find( const QLocale& locale ) const { - return find( [&]( const Translation& l ) { return locale == l.locale(); } ); + return find( [ & ]( const Translation& l ) { return locale == l.locale(); } ); } int @@ -121,13 +121,19 @@ TranslationsModel::find( const QString& countryCode ) const } auto c_l = countryData( countryCode ); - int r = find( - [&]( const Translation& l ) { return ( l.language() == c_l.second ) && ( l.country() == c_l.first ); } ); + int r = find( [ & ]( const Translation& l ) + { return ( l.language() == c_l.second ) && ( l.country() == c_l.first ); } ); if ( r >= 0 ) { return r; } - return find( [&]( const Translation& l ) { return l.language() == c_l.second; } ); + return find( [ & ]( const Translation& l ) { return l.language() == c_l.second; } ); +} + +int +TranslationsModel::find( const Translation::Id& id ) const +{ + return find( [ & ]( const Translation& l ) { return l.id() == id; } ); } TranslationsModel* diff --git a/src/libcalamares/locale/TranslationsModel.h b/src/libcalamares/locale/TranslationsModel.h index b87c00027..3cd7c61dc 100644 --- a/src/libcalamares/locale/TranslationsModel.h +++ b/src/libcalamares/locale/TranslationsModel.h @@ -63,6 +63,8 @@ public: int find( const QLocale& ) const; /// @brief Looks for an item that best matches the 2-letter country code int find( const QString& countryCode ) const; + /// @brief Looks up a translation Id + int find( const Translation::Id& id ) const; private: QVector< Translation* > m_locales; diff --git a/src/libcalamares/modulesystem/Descriptor.cpp b/src/libcalamares/modulesystem/Descriptor.cpp index 71b50d867..52275b2f0 100644 --- a/src/libcalamares/modulesystem/Descriptor.cpp +++ b/src/libcalamares/modulesystem/Descriptor.cpp @@ -50,9 +50,10 @@ interfaceNames() Descriptor::Descriptor() {} Descriptor -Descriptor::fromDescriptorData( const QVariantMap& moduleDesc ) +Descriptor::fromDescriptorData( const QVariantMap& moduleDesc, const QString& descriptorPath ) { Descriptor d; + Logger::Once o; { bool typeOk = false; @@ -60,7 +61,11 @@ Descriptor::fromDescriptorData( const QVariantMap& moduleDesc ) Type t = typeNames().find( typeValue, typeOk ); if ( !typeOk ) { - cWarning() << "Module descriptor contains invalid *type*" << typeValue; + if ( o ) + { + cWarning() << o << "Descriptor file" << descriptorPath; + } + cWarning() << o << "Module descriptor contains invalid *type*" << typeValue; } bool interfaceOk = false; @@ -68,7 +73,11 @@ Descriptor::fromDescriptorData( const QVariantMap& moduleDesc ) Interface i = interfaceNames().find( interfaceValue, interfaceOk ); if ( !interfaceOk ) { - cWarning() << "Module descriptor contains invalid *interface*" << interfaceValue; + if ( o ) + { + cWarning() << o << "Descriptor file" << descriptorPath; + } + cWarning() << o << "Module descriptor contains invalid *interface*" << interfaceValue; } d.m_name = moduleDesc.value( "name" ).toString(); @@ -102,7 +111,11 @@ Descriptor::fromDescriptorData( const QVariantMap& moduleDesc ) d.m_script = CalamaresUtils::getString( moduleDesc, "script" ); if ( d.m_script.isEmpty() ) { - cWarning() << "Module descriptor contains no *script*" << d.name(); + if ( o ) + { + cWarning() << o << "Descriptor file" << descriptorPath; + } + cWarning() << o << "Module descriptor contains no *script*" << d.name(); d.m_isValid = false; } consumedKeys << "script"; @@ -117,7 +130,11 @@ Descriptor::fromDescriptorData( const QVariantMap& moduleDesc ) } if ( d.m_script.isEmpty() ) { - cWarning() << "Module descriptor contains no *script*" << d.name(); + if ( o ) + { + cWarning() << o << "Descriptor file" << descriptorPath; + } + cWarning() << o << "Module descriptor contains no *script*" << d.name(); d.m_isValid = false; } consumedKeys << "command" @@ -141,7 +158,11 @@ Descriptor::fromDescriptorData( const QVariantMap& moduleDesc ) } if ( !superfluousKeys.isEmpty() ) { - cWarning() << "Module descriptor contains extra keys:" << Logger::DebugList( superfluousKeys ); + if ( o ) + { + cWarning() << o << "Descriptor file" << descriptorPath; + } + cWarning() << o << "Module descriptor contains extra keys:" << Logger::DebugList( superfluousKeys ); d.m_isValid = false; } diff --git a/src/libcalamares/modulesystem/Descriptor.h b/src/libcalamares/modulesystem/Descriptor.h index 614d5f15a..fb1a66309 100644 --- a/src/libcalamares/modulesystem/Descriptor.h +++ b/src/libcalamares/modulesystem/Descriptor.h @@ -58,9 +58,12 @@ public: Descriptor(); /** @brief Fills a descriptor from the loaded (YAML) data. + * + * The @p descriptorPath is used only for debug messages, the + * data is only read from @p moduleDesc. * */ - static Descriptor fromDescriptorData( const QVariantMap& moduleDesc ); + static Descriptor fromDescriptorData( const QVariantMap& moduleDesc, const QString& descriptorPath ); bool isValid() const { return m_isValid; } diff --git a/src/libcalamares/modulesystem/Preset.cpp b/src/libcalamares/modulesystem/Preset.cpp index a2e3f3264..1c5779afe 100644 --- a/src/libcalamares/modulesystem/Preset.cpp +++ b/src/libcalamares/modulesystem/Preset.cpp @@ -47,7 +47,7 @@ Presets::Presets( const QVariantMap& configurationMap, const QStringList& recogn { reserve( recognizedKeys.size() ); loadPresets( - *this, configurationMap, [&recognizedKeys]( const QString& s ) { return recognizedKeys.contains( s ); } ); + *this, configurationMap, [ &recognizedKeys ]( const QString& s ) { return recognizedKeys.contains( s ); } ); } bool diff --git a/src/libcalamares/modulesystem/RequirementsChecker.cpp b/src/libcalamares/modulesystem/RequirementsChecker.cpp index 32c7254de..3d3e16172 100644 --- a/src/libcalamares/modulesystem/RequirementsChecker.cpp +++ b/src/libcalamares/modulesystem/RequirementsChecker.cpp @@ -63,9 +63,9 @@ RequirementsChecker::finished() static QMutex finishedMutex; QMutexLocker lock( &finishedMutex ); - if ( m_progressTimer && std::all_of( m_watchers.cbegin(), m_watchers.cend(), []( const Watcher* w ) { - return w && w->isFinished(); - } ) ) + if ( m_progressTimer + && std::all_of( + m_watchers.cbegin(), m_watchers.cend(), []( const Watcher* w ) { return w && w->isFinished(); } ) ) { cDebug() << "All requirements have been checked."; if ( m_progressTimer ) @@ -100,14 +100,17 @@ RequirementsChecker::reportProgress() m_progressTimeouts++; QStringList remainingNames; - auto remaining = std::count_if( m_watchers.cbegin(), m_watchers.cend(), [&]( const Watcher* w ) { - if ( w && !w->isFinished() ) - { - remainingNames << w->objectName(); - return true; - } - return false; - } ); + auto remaining = std::count_if( m_watchers.cbegin(), + m_watchers.cend(), + [ & ]( const Watcher* w ) + { + if ( w && !w->isFinished() ) + { + remainingNames << w->objectName(); + return true; + } + return false; + } ); if ( remaining > 0 ) { cDebug() << "Remaining modules:" << remaining << Logger::DebugList( remainingNames ); diff --git a/src/libcalamares/modulesystem/RequirementsModel.cpp b/src/libcalamares/modulesystem/RequirementsModel.cpp index 6a7e0a5b4..3a0c85ccd 100644 --- a/src/libcalamares/modulesystem/RequirementsModel.cpp +++ b/src/libcalamares/modulesystem/RequirementsModel.cpp @@ -19,10 +19,10 @@ void RequirementsModel::addRequirementsList( const Calamares::RequirementsList& requirements ) { QMutexLocker l( &m_addLock ); - emit beginResetModel(); + beginResetModel(); m_requirements.append( requirements ); changeRequirementsList(); - emit endResetModel(); + endResetModel(); } void diff --git a/src/libcalamares/modulesystem/Tests.cpp b/src/libcalamares/modulesystem/Tests.cpp index 48da558e2..13a9c864d 100644 --- a/src/libcalamares/modulesystem/Tests.cpp +++ b/src/libcalamares/modulesystem/Tests.cpp @@ -132,9 +132,10 @@ ModuleSystemTests::testBadFromStringCases() void ModuleSystemTests::testBasicDescriptor() { + const QString path = QStringLiteral( "/bogus.desc" ); { QVariantMap m; - auto d = Calamares::ModuleSystem::Descriptor::fromDescriptorData( m ); + auto d = Calamares::ModuleSystem::Descriptor::fromDescriptorData( m, path ); QVERIFY( !d.isValid() ); QVERIFY( d.name().isEmpty() ); @@ -142,7 +143,7 @@ ModuleSystemTests::testBasicDescriptor() { QVariantMap m; m.insert( "name", QVariant() ); - auto d = Calamares::ModuleSystem::Descriptor::fromDescriptorData( m ); + auto d = Calamares::ModuleSystem::Descriptor::fromDescriptorData( m, path ); QVERIFY( !d.isValid() ); QVERIFY( d.name().isEmpty() ); @@ -150,7 +151,7 @@ ModuleSystemTests::testBasicDescriptor() { QVariantMap m; m.insert( "name", 17 ); - auto d = Calamares::ModuleSystem::Descriptor::fromDescriptorData( m ); + auto d = Calamares::ModuleSystem::Descriptor::fromDescriptorData( m, path ); QVERIFY( !d.isValid() ); QVERIFY( !d.name().isEmpty() ); @@ -161,7 +162,7 @@ ModuleSystemTests::testBasicDescriptor() m.insert( "name", "welcome" ); m.insert( "type", "viewmodule" ); m.insert( "interface", "qtplugin" ); - auto d = Calamares::ModuleSystem::Descriptor::fromDescriptorData( m ); + auto d = Calamares::ModuleSystem::Descriptor::fromDescriptorData( m, path ); // QVERIFY( !d.isValid() ); QCOMPARE( d.name(), QStringLiteral( "welcome" ) ); diff --git a/src/libcalamares/packages/Tests.cpp b/src/libcalamares/packages/Tests.cpp index 09159abdf..a0422cb36 100644 --- a/src/libcalamares/packages/Tests.cpp +++ b/src/libcalamares/packages/Tests.cpp @@ -140,7 +140,7 @@ PackagesTests::testAdd() { // This is the "original" instance, so it's missing extraEditor auto op = action[ "install" ].toList(); - QCOMPARE( op.length(), packages.length()-1 ); // changed from original length + QCOMPARE( op.length(), packages.length() - 1 ); // changed from original length QVERIFY( !op.contains( extraEditor ) ); } } diff --git a/src/libcalamares/partition/KPMManager.cpp b/src/libcalamares/partition/KPMManager.cpp index ff7701703..8031030b1 100644 --- a/src/libcalamares/partition/KPMManager.cpp +++ b/src/libcalamares/partition/KPMManager.cpp @@ -102,9 +102,7 @@ KPMManager::KPMManager() { } -KPMManager::~KPMManager() -{ -} +KPMManager::~KPMManager() {} KPMManager::operator bool() const { diff --git a/src/libcalamares/partition/PartitionIterator.cpp b/src/libcalamares/partition/PartitionIterator.cpp index 7c68e6170..8b4556f7f 100644 --- a/src/libcalamares/partition/PartitionIterator.cpp +++ b/src/libcalamares/partition/PartitionIterator.cpp @@ -29,7 +29,8 @@ PartitionIterator::PartitionIterator( PartitionTable* table ) { } -Partition* PartitionIterator::operator*() const +Partition* +PartitionIterator::operator*() const { return m_current; } diff --git a/src/libcalamares/utils/CalamaresUtilsSystem.cpp b/src/libcalamares/utils/CalamaresUtilsSystem.cpp index a2ba51ded..2d6bdde83 100644 --- a/src/libcalamares/utils/CalamaresUtilsSystem.cpp +++ b/src/libcalamares/utils/CalamaresUtilsSystem.cpp @@ -169,7 +169,7 @@ System::readTargetFile( const QString& path ) const QTextStream in( &f ); QStringList l; - while ( !f.atEnd() ) + while ( !in.atEnd() ) { l << in.readLine(); } diff --git a/src/libcalamares/utils/Logger.h b/src/libcalamares/utils/Logger.h index f4079388d..3c7de2e67 100644 --- a/src/libcalamares/utils/Logger.h +++ b/src/libcalamares/utils/Logger.h @@ -364,6 +364,12 @@ public: */ void refresh() { m = true; } + /** @brief Is this object "fresh"? + * + * Once a Once-object has printed (once) it is no longer fresh. + */ + operator bool() const { return m; } + private: mutable bool m = false; }; diff --git a/src/libcalamares/utils/RAII.h b/src/libcalamares/utils/RAII.h index 957e4fe42..8d4a9073b 100644 --- a/src/libcalamares/utils/RAII.h +++ b/src/libcalamares/utils/RAII.h @@ -108,5 +108,5 @@ struct cScopedAssignment }; template < typename T > -cScopedAssignment( T p )->cScopedAssignment< decltype( *p ) >; +cScopedAssignment( T p ) -> cScopedAssignment< decltype( *p ) >; #endif diff --git a/src/libcalamares/utils/Retranslator.cpp b/src/libcalamares/utils/Retranslator.cpp index 48b61c12a..f3ae93836 100644 --- a/src/libcalamares/utils/Retranslator.cpp +++ b/src/libcalamares/utils/Retranslator.cpp @@ -80,14 +80,20 @@ BrandingLoader::tryLoad( QTranslator* translator ) { return false; } + // This is working backwards against m_prefix containing both + // a path and a branding-name. Split it in path + branding-name. + const int lastDirSeparator = m_prefix.lastIndexOf( QDir::separator() ); QString brandingTranslationsDirPath( m_prefix ); - brandingTranslationsDirPath.truncate( m_prefix.lastIndexOf( QDir::separator() ) ); - QDir brandingTranslationsDir( brandingTranslationsDirPath ); - if ( brandingTranslationsDir.exists() ) + brandingTranslationsDirPath.truncate( lastDirSeparator ); + QString filenameBase( m_prefix ); + filenameBase.remove( 0, lastDirSeparator + 1 ); + + + if ( QDir( brandingTranslationsDirPath ).exists() ) { - QString filenameBase( m_prefix ); - filenameBase.remove( 0, m_prefix.lastIndexOf( QDir::separator() ) + 1 ); - if ( translator->load( m_localeName, filenameBase, "_", brandingTranslationsDir.absolutePath() ) ) + const QString fileName = QStringLiteral( "%1_%2" ).arg( filenameBase, m_localeName ); + cDebug() << Logger::SubEntry << "Loading" << fileName << "from" << brandingTranslationsDirPath; + if ( translator->load( fileName, brandingTranslationsDirPath ) ) { cDebug() << Logger::SubEntry << "Branding using locale:" << m_localeName; return true; @@ -184,8 +190,7 @@ installTranslator( const CalamaresUtils::Locale::Translation::Id& locale, const void installTranslator() { - // Just wrap it up like an Id - installTranslator( { QLocale::system().name() }, QString() ); + installTranslator( CalamaresUtils::Locale::Translation().id(), QString() ); } CalamaresUtils::Locale::Translation::Id diff --git a/src/libcalamares/utils/Retranslator.h b/src/libcalamares/utils/Retranslator.h index 8bb044983..94eba8b1c 100644 --- a/src/libcalamares/utils/Retranslator.h +++ b/src/libcalamares/utils/Retranslator.h @@ -116,7 +116,7 @@ private: * immediately after setting up the connection. This allows * setup and translation code to be mixed together. */ -#define CALAMARES_RETRANSLATE( body ) CalamaresUtils::Retranslator::attach( this, [=] { body } ) +#define CALAMARES_RETRANSLATE( body ) CalamaresUtils::Retranslator::attach( this, [ = ] { body } ) /** @brief Call code for the given object (widget) when language changes * * This is identical to CALAMARES_RETRANSLATE, except the @p body is called @@ -126,7 +126,7 @@ private: * immediately after setting up the connection. This allows * setup and translation code to be mixed together. */ -#define CALAMARES_RETRANSLATE_FOR( object, body ) CalamaresUtils::Retranslator::attach( object, [=] { body } ) +#define CALAMARES_RETRANSLATE_FOR( object, body ) CalamaresUtils::Retranslator::attach( object, [ = ] { body } ) /** @brief Call a slot in this object when language changes * * Given a slot (in method-function-pointer notation), call that slot when the diff --git a/src/libcalamares/utils/Runner.cpp b/src/libcalamares/utils/Runner.cpp index c7146c2d7..d45836334 100644 --- a/src/libcalamares/utils/Runner.cpp +++ b/src/libcalamares/utils/Runner.cpp @@ -151,16 +151,19 @@ Calamares::Utils::Runner::run() if ( m_output ) { - connect( &process, &QProcess::readyReadStandardOutput, [this, &process]() { - do - { - QString s = process.readLine(); - if ( !s.isEmpty() ) - { - Q_EMIT this->output( s ); - } - } while ( process.canReadLine() ); - } ); + connect( &process, + &QProcess::readyReadStandardOutput, + [ this, &process ]() + { + do + { + QString s = process.readLine(); + if ( !s.isEmpty() ) + { + Q_EMIT this->output( s ); + } + } while ( process.canReadLine() ); + } ); } cDebug() << Logger::SubEntry << "Running" << Logger::RedactedCommand( m_command ); diff --git a/src/libcalamares/utils/Tests.cpp b/src/libcalamares/utils/Tests.cpp index 3dde75338..1105915ad 100644 --- a/src/libcalamares/utils/Tests.cpp +++ b/src/libcalamares/utils/Tests.cpp @@ -993,7 +993,7 @@ LibCalamaresTests::testRunnerOutput() Calamares::Utils::Runner r( { "cat" } ); r.enableOutputProcessing().setInput( QStringLiteral( "hello\nworld\n\n!\n" ) ); - QObject::connect( &r, &decltype( r )::output, [&collectedOutput]( QString s ) { collectedOutput << s; } ); + QObject::connect( &r, &decltype( r )::output, [ &collectedOutput ]( QString s ) { collectedOutput << s; } ); { auto result = r.run(); @@ -1043,7 +1043,7 @@ file_setup( const QTemporaryDir& tempRoot ) void LibCalamaresTests::testReadWriteFile() { - static const QByteArray otherContents( "derp\n" ); + static const QByteArray otherContents( "first\nsecond\n" ); QTemporaryDir tempRoot( QDir::tempPath() + QStringLiteral( "/test-job-XXXXXX" ) ); auto* ss = file_setup( tempRoot ); @@ -1080,15 +1080,16 @@ LibCalamaresTests::testReadWriteFile() QFileInfo fi( fullPath.path() ); QVERIFY( fi.exists() ); QVERIFY( fi.isFile() ); - QCOMPARE( fi.size(), 5 ); + QCOMPARE( fi.size(), 13 ); } // Now it's been written, we can read it, too { auto contents = ss->readTargetFile( "test0" ); QVERIFY( !contents.isEmpty() ); - QCOMPARE( contents.count(), 1 ); - QCOMPARE( contents[ 0 ], QStringLiteral( "derp" ) ); // No trailing \n + QCOMPARE( contents.count(), 2 ); + QCOMPARE( contents[ 0 ], QStringLiteral( "first" ) ); // No trailing \n + QCOMPARE( contents[ 1 ], QStringLiteral( "second" ) ); // No trailing \n } } diff --git a/src/libcalamaresui/modulesystem/ModuleManager.cpp b/src/libcalamaresui/modulesystem/ModuleManager.cpp index a957c0c30..1e397b340 100644 --- a/src/libcalamaresui/modulesystem/ModuleManager.cpp +++ b/src/libcalamaresui/modulesystem/ModuleManager.cpp @@ -104,11 +104,20 @@ ModuleManager::doInit() if ( ok && !moduleName.isEmpty() && ( moduleName == currentDir.dirName() ) && !m_availableDescriptorsByModuleName.contains( moduleName ) ) { - auto descriptor - = Calamares::ModuleSystem::Descriptor::fromDescriptorData( moduleDescriptorMap ); + auto descriptor = Calamares::ModuleSystem::Descriptor::fromDescriptorData( + moduleDescriptorMap, descriptorFileInfo.absoluteFilePath() ); descriptor.setDirectory( descriptorFileInfo.absoluteDir().absolutePath() ); m_availableDescriptorsByModuleName.insert( moduleName, descriptor ); } + else + { + // Duplicate modules are ok; other issues like empty name or dir-mismatch are reported. + if ( !m_availableDescriptorsByModuleName.contains( moduleName ) ) + { + cWarning() << deb << "ModuleManager module descriptor" + << descriptorFileInfo.absoluteFilePath() << "has bad name" << moduleName; + } + } } else { diff --git a/src/libcalamaresui/modulesystem/PythonQtViewModule.cpp b/src/libcalamaresui/modulesystem/PythonQtViewModule.cpp index ae2b2915f..105dd2998 100644 --- a/src/libcalamaresui/modulesystem/PythonQtViewModule.cpp +++ b/src/libcalamaresui/modulesystem/PythonQtViewModule.cpp @@ -97,12 +97,12 @@ PythonQtViewModule::loadSelf() cala.addVariable( "configuration", m_configurationMap ); // Basic stdout/stderr handling - QObject::connect( PythonQt::self(), &PythonQt::pythonStdOut, []( const QString& message ) { - cDebug() << "PythonQt OUT>" << message; - } ); - QObject::connect( PythonQt::self(), &PythonQt::pythonStdErr, []( const QString& message ) { - cDebug() << "PythonQt ERR>" << message; - } ); + QObject::connect( PythonQt::self(), + &PythonQt::pythonStdOut, + []( const QString& message ) { cDebug() << "PythonQt OUT>" << message; } ); + QObject::connect( PythonQt::self(), + &PythonQt::pythonStdErr, + []( const QString& message ) { cDebug() << "PythonQt ERR>" << message; } ); } QDir workingDir( m_workingPath ); diff --git a/src/libcalamaresui/utils/Qml.cpp b/src/libcalamaresui/utils/Qml.cpp index 534b2d3f5..b73bf7172 100644 --- a/src/libcalamaresui/utils/Qml.cpp +++ b/src/libcalamaresui/utils/Qml.cpp @@ -135,14 +135,14 @@ addExpansions( QmlSearch method, QStringList& candidates, const QStringList& nam std::transform( names.constBegin(), names.constEnd(), std::back_inserter( candidates ), - [&]( const QString& s ) { return s.isEmpty() ? QString() : bPath.arg( brandDir, s ); } ); + [ & ]( const QString& s ) { return s.isEmpty() ? QString() : bPath.arg( brandDir, s ); } ); } if ( ( method == QmlSearch::Both ) || ( method == QmlSearch::QrcOnly ) ) { std::transform( names.constBegin(), names.constEnd(), std::back_inserter( candidates ), - [&]( const QString& s ) { return s.isEmpty() ? QString() : qrPath.arg( s ); } ); + [ & ]( const QString& s ) { return s.isEmpty() ? QString() : qrPath.arg( s ); } ); } } @@ -222,22 +222,30 @@ registerQmlModels() // Because branding and viewmanager have a parent (CalamaresApplication // and CalamaresWindow), they will not be deleted by QmlEngine. // https://doc.qt.io/qt-5/qtqml-cppintegration-data.html#data-ownership - qmlRegisterSingletonType< Calamares::Branding >( - "io.calamares.ui", 1, 0, "Branding", []( QQmlEngine*, QJSEngine* ) -> QObject* { - return Calamares::Branding::instance(); - } ); - qmlRegisterSingletonType< Calamares::ViewManager >( - "io.calamares.ui", 1, 0, "ViewManager", []( QQmlEngine*, QJSEngine* ) -> QObject* { - return Calamares::ViewManager::instance(); - } ); + qmlRegisterSingletonType< Calamares::Branding >( "io.calamares.ui", + 1, + 0, + "Branding", + []( QQmlEngine*, QJSEngine* ) -> QObject* + { return Calamares::Branding::instance(); } ); + qmlRegisterSingletonType< Calamares::ViewManager >( "io.calamares.ui", + 1, + 0, + "ViewManager", + []( QQmlEngine*, QJSEngine* ) -> QObject* + { return Calamares::ViewManager::instance(); } ); qmlRegisterSingletonType< Calamares::GlobalStorage >( - "io.calamares.core", 1, 0, "Global", []( QQmlEngine*, QJSEngine* ) -> QObject* { - return Calamares::JobQueue::instance()->globalStorage(); - } ); + "io.calamares.core", + 1, + 0, + "Global", + []( QQmlEngine*, QJSEngine* ) -> QObject* { return Calamares::JobQueue::instance()->globalStorage(); } ); qmlRegisterSingletonType< CalamaresUtils::Network::Manager >( - "io.calamares.core", 1, 0, "Network", []( QQmlEngine*, QJSEngine* ) -> QObject* { - return &CalamaresUtils::Network::Manager::instance(); - } ); + "io.calamares.core", + 1, + 0, + "Network", + []( QQmlEngine*, QJSEngine* ) -> QObject* { return &CalamaresUtils::Network::Manager::instance(); } ); } } diff --git a/src/modules/README.md b/src/modules/README.md index f18e7f6bd..e5bd2e7b6 100644 --- a/src/modules/README.md +++ b/src/modules/README.md @@ -58,10 +58,10 @@ Module descriptors for C++ modules **may** have the following key: Module descriptors for Python modules **must** have the following key: - *script* (the name of the Python script to load, nearly always `main.py`) -Module descriptors for process modules **must** have the following key: -- *command* (the command to run) +Module descriptors for process modules **must** have the following key: +- *command* (the command to run) -Module descriptors for process modules **may** have the following keys: +Module descriptors for process modules **may** have the following keys: - *timeout* (how long, in seconds, to wait for the command to run) - *chroot* (if true, run the command in the target system rather than the host) Note that process modules are not recommended. @@ -181,23 +181,25 @@ for determining the relative weights there. ## Global storage keys + Some modules place values in global storage so that they can be referenced later by other modules or even other parts of the same module. The following table represents a partial list of the values available as well as where they originate from and which module consume them. -Key|Source|Consumers|Description ----|---|---|--- -btrfsSubvolumes|mount|fstab|List of maps containing the mountpoint and btrtfs subvolume -btrfsRootSubvolume|mount|bootloader, luksopenswaphook|String containing the subvolume mounted at root -efiSystemPartition|partition|bootloader, fstab|String containing the path to the ESP relative to the installed system -extraMounts|mount|unpackfs|List of maps holding metadata for the temporary mountpoints used by the installer -hostname|users||A string containing the hostname of the new system -netinstallAdd|packagechooser|netinstall|Data to add to netinstall tree. Same format as netinstall.yaml -netinstallSelect|packagechooser|netinstall|List of group names to select in the netinstall tree -partitions|partition, rawfs|numerous modules|List of maps of metadata about each partition -rootMountPoint|mount|numerous modules|A string with the absolute path to the root mountpoint -username|users|networkcfg, plasmainf, preservefiles|A string containing the username of the new user -zfsDatasets|zfs|bootloader, grubcfg, mount|List of maps of zfs datasets including the name and mount information -zfsInfo|partition|mount, zfs|List of encrypted zfs partitions and the encription info -zfsPoolInfo|zfs|mount, umount|List of maps of zfs pool info including the name and mountpoint +Key |Source |Consumers|Description +------------------|----------------|---|--- +btrfsSubvolumes |mount |fstab|List of maps containing the mountpoint and btrtfs subvolume +btrfsRootSubvolume|mount |bootloader, luksopenswaphook|String containing the subvolume mounted at root +efiSystemPartition|partition |bootloader, fstab|String containing the path to the ESP relative to the installed system +extraMounts |mount |unpackfs|List of maps holding metadata for the temporary mountpoints used by the installer +fullname |users ||The full username (e.g. "Jane Q. Public") +hostname |users ||A string containing the hostname of the new system +netinstallAdd |packagechooser |netinstall|Data to add to netinstall tree. Same format as netinstall.yaml +netinstallSelect |packagechooser |netinstall|List of group names to select in the netinstall tree +partitions |partition, rawfs|numerous modules|List of maps of metadata about each partition +rootMountPoint |mount |numerous modules|A string with the absolute path to the root mountpoint +username |users |networkcfg, plasmainf, preservefiles|A string containing the username of the new user +zfsDatasets |zfs |bootloader, grubcfg, mount|List of maps of zfs datasets including the name and mount information +zfsInfo |partition |mount, zfs|List of encrypted zfs partitions and the encription info +zfsPoolInfo |zfs |mount, umount|List of maps of zfs pool info including the name and mountpoint ## C++ modules @@ -478,17 +480,6 @@ all be considered deprecated by the callback-enabled functions, above. All of the API functions for running commands set the environment LC_ALL and LANG to "C" for the called command. - -## PythonQt modules (deprecated) - -> Type: viewmodule, jobmodule -> Interface: pythonqt - -The PythonQt modules are deprecated and will be removed in Calamares 3.3. -Their documentation is also almost completely lacking. - - - ## Process modules Use of this kind of module is **not** recommended. diff --git a/src/modules/bootloader/bootloader.conf b/src/modules/bootloader/bootloader.conf index b28412b0f..224ee8d72 100644 --- a/src/modules/bootloader/bootloader.conf +++ b/src/modules/bootloader/bootloader.conf @@ -4,6 +4,10 @@ # Bootloader configuration. The bootloader is installed to allow # the system to start (and pick one of the installed operating # systems to run). +# +# Take note that Debian-derivatives that use unmodified GRUB EFI packages +# should specifically set *efiBootloaderId* to "debian" because that is +# hard-coded in `grubx64.efi`. --- # Define which bootloader you want to use for EFI installations # Possible options are 'grub', 'sb-shim' and 'systemd-boot'. @@ -52,10 +56,14 @@ efiBootMgr: "efibootmgr" # @@RANDOM@@ can be used to obtain a unique 4-digit hex suffix # @@PHRASE@@ can be used to obtain a unique 1-to-3-word suffix # from a dictionary of space-themed words -# Note that these must be at the **end** of the *efiBootloaderId* value. +# These words must be at the **end** of the *efiBootloaderId* value. # There must also be at most one of them. If there is none, no suffix- # processing is done and the *efiBootloaderId* is used unchanged. # +# NOTE: Debian derivatives that use the unmodified Debian GRUB EFI +# packages may need to set this to "debian" because that is +# hard-coded in `grubx64.efi`. +# # efiBootloaderId: "dirname" # Optionally install a copy of the GRUB EFI bootloader as the EFI diff --git a/src/modules/displaymanager/main.py b/src/modules/displaymanager/main.py index 3cfdb069a..ab68488ed 100644 --- a/src/modules/displaymanager/main.py +++ b/src/modules/displaymanager/main.py @@ -895,7 +895,8 @@ class DMgreetd(DisplayManager): def desktop_environment_setup(self, default_desktop_environment): with open(self.environments_path(), 'w') as envs_file: - envs_file.write(default_desktop_environment) + envs_file.write(default_desktop_environment.desktop_file) + envs_file.write("\n") def greeter_setup(self): pass diff --git a/src/modules/dummypythonqt/lang/dummypythonqt.pot b/src/modules/dummypythonqt/lang/dummypythonqt.pot index f3a9fc325..54bb63666 100644 --- a/src/modules/dummypythonqt/lang/dummypythonqt.pot +++ b/src/modules/dummypythonqt/lang/dummypythonqt.pot @@ -2,41 +2,41 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. -# +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 15:52+0100\n" +"POT-Creation-Date: 2022-05-27 11:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" "Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" #: src/modules/dummypythonqt/main.py:75 msgid "Click me!" -msgstr "Click me!" +msgstr "" #: src/modules/dummypythonqt/main.py:85 msgid "A new QLabel." -msgstr "A new QLabel." +msgstr "" #: src/modules/dummypythonqt/main.py:88 msgid "Dummy PythonQt ViewStep" -msgstr "Dummy PythonQt ViewStep" +msgstr "" #: src/modules/dummypythonqt/main.py:174 msgid "The Dummy PythonQt Job" -msgstr "The Dummy PythonQt Job" +msgstr "" #: src/modules/dummypythonqt/main.py:177 msgid "This is the Dummy PythonQt Job. The dummy job says: {}" -msgstr "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" #: src/modules/dummypythonqt/main.py:181 msgid "A status message for Dummy PythonQt Job." -msgstr "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/finished/FinishedPage.cpp b/src/modules/finished/FinishedPage.cpp index 6c5f9ad16..949c5f64c 100644 --- a/src/modules/finished/FinishedPage.cpp +++ b/src/modules/finished/FinishedPage.cpp @@ -31,16 +31,19 @@ FinishedPage::FinishedPage( Config* config, QWidget* parent ) ui->mainText->setWordWrap( true ); ui->mainText->setOpenExternalLinks( true ); - connect( config, &Config::restartModeChanged, [this]( Config::RestartMode mode ) { - using Mode = Config::RestartMode; + connect( config, + &Config::restartModeChanged, + [ this ]( Config::RestartMode mode ) + { + using Mode = Config::RestartMode; - ui->restartCheckBox->setVisible( mode != Mode::Never ); - ui->restartCheckBox->setEnabled( mode != Mode::Always ); - } ); + ui->restartCheckBox->setVisible( mode != Mode::Never ); + ui->restartCheckBox->setEnabled( mode != Mode::Always ); + } ); connect( config, &Config::restartNowWantedChanged, ui->restartCheckBox, &QCheckBox::setChecked ); - connect( ui->restartCheckBox, &QCheckBox::stateChanged, [config]( int state ) { - config->setRestartNowWanted( state != 0 ); - } ); + connect( ui->restartCheckBox, + &QCheckBox::stateChanged, + [ config ]( int state ) { config->setRestartNowWanted( state != 0 ); } ); CALAMARES_RETRANSLATE_SLOT( &FinishedPage::retranslate ); } diff --git a/src/modules/fstab/fstab.conf b/src/modules/fstab/fstab.conf index 1e87acddc..be43db99a 100644 --- a/src/modules/fstab/fstab.conf +++ b/src/modules/fstab/fstab.conf @@ -61,3 +61,26 @@ ssdExtraMountOptions: crypttabOptions: luks # For Debian and Debian-based distributions, change the above line to: # crypttabOptions: luks,keyscript=/bin/cat + +# Options for handling /tmp in /etc/fstab +# Currently default (required) and ssd are supported +# The corresponding string can contain the following variables: +# tmpfs: true or tmpfs: false to either mount /tmp as tmpfs or not +# options: "" +# +# Example: +#tmpOptions: +# default: +# tmpfs: false +# options: "" +# ssd: +# tmpfs: true +# options: "defaults,noatime,mode=1777" +# +tmpOptions: + default: + tmpfs: false + options: "" + ssd: + tmpfs: true + options: "defaults,noatime,mode=1777" diff --git a/src/modules/fstab/fstab.schema.yaml b/src/modules/fstab/fstab.schema.yaml index 087e82cac..62d55c180 100644 --- a/src/modules/fstab/fstab.schema.yaml +++ b/src/modules/fstab/fstab.schema.yaml @@ -10,9 +10,9 @@ properties: type: object additionalProperties: true # we don't know which FS exist properties: - default: { type: string } + "default": { type: string } btrfs: { type: string } - required: [ default ] + required: [ "default" ] ssdExtraMountOptions: type: object additionalProperties: true # we don't know which FS exist @@ -25,4 +25,23 @@ properties: btrfs_swap: { type: string } efiMountOptions: { type: string } crypttabOptions: { type: string } -required: [ mountOptions ] + tmpOptions: + type: object + additionalProperties: false + properties: + "default": + type: object + additionalProperties: false + properties: + tmpfs: { type: boolean } + options: { type: string } + ssd: + type: object + additionalProperties: false + properties: + tmpfs: { type: boolean } + options: { type: string } + required: [ "default" ] +required: + - mountOptions + - tmpOptions diff --git a/src/modules/fstab/main.py b/src/modules/fstab/main.py old mode 100644 new mode 100755 index 9bc427b13..fc0649e2a --- a/src/modules/fstab/main.py +++ b/src/modules/fstab/main.py @@ -14,7 +14,6 @@ import os import re -import subprocess import libcalamares @@ -106,14 +105,17 @@ class FstabGenerator(object): :param root_mount_point: :param mount_options: :param ssd_extra_mount_options: + :param crypttab_options: + :param tmp_options: """ def __init__(self, partitions, root_mount_point, mount_options, - ssd_extra_mount_options, crypttab_options): + ssd_extra_mount_options, crypttab_options, tmp_options): self.partitions = partitions self.root_mount_point = root_mount_point self.mount_options = mount_options self.ssd_extra_mount_options = ssd_extra_mount_options self.crypttab_options = crypttab_options + self.tmp_options = tmp_options self.ssd_disks = set() self.root_is_ssd = False @@ -158,11 +160,29 @@ class FstabGenerator(object): if not mapper_name or not luks_uuid: return None + password = "/crypto_keyfile.bin" + crypttab_options = self.crypttab_options + + # Set crypttab password for partition to none and remove crypttab options + # if root partition was not encrypted + if any([p["mountPoint"] == "/" + and "luksMapperName" not in p + for p in self.partitions]): + password = "none" + crypttab_options = "" + # on root partition when /boot is unencrypted + elif partition["mountPoint"] == "/": + if any([p["mountPoint"] == "/boot" + and "luksMapperName" not in p + for p in self.partitions]): + password = "none" + crypttab_options = "" + return dict( name=mapper_name, device="UUID=" + luks_uuid, - password="/crypto_keyfile.bin", - options=self.crypttab_options, + password=password, + options=crypttab_options, ) def print_crypttab_line(self, dct, file=None): @@ -196,21 +216,32 @@ class FstabGenerator(object): mount_entry["subvol"] = s["subvolume"] dct = self.generate_fstab_line_info(mount_entry) if dct: - self.print_fstab_line(dct, file=fstab_file) + self.print_fstab_line(dct, file=fstab_file) elif partition["fs"] != "zfs": # zfs partitions don't need an entry in fstab dct = self.generate_fstab_line_info(partition) if dct: self.print_fstab_line(dct, file=fstab_file) if self.root_is_ssd: - # Mount /tmp on a tmpfs - dct = dict(device="tmpfs", - mount_point="/tmp", - fs="tmpfs", - options="defaults,noatime,mode=1777", - check=0, - ) - self.print_fstab_line(dct, file=fstab_file) + # Old behavior was to mount /tmp as tmpfs + # New behavior is to use tmpOptions to decide + # if mounting /tmp as tmpfs and which options to use + ssd = self.tmp_options.get("ssd", {}) + if not ssd: + ssd = self.tmp_options.get("default", {}) + # Default to True to mimic old behavior + tmpfs = ssd.get("tmpfs", True) + + if tmpfs: + options = ssd.get("options", "defaults,noatime,mode=1777") + # Mount /tmp on a tmpfs + dct = dict(device="tmpfs", + mount_point="/tmp", + fs="tmpfs", + options=options, + check=0, + ) + self.print_fstab_line(dct, file=fstab_file) def generate_fstab_line_info(self, partition): """ @@ -220,7 +251,7 @@ class FstabGenerator(object): # Some "fs" names need special handling in /etc/fstab, so remap them. filesystem = partition["fs"].lower() filesystem = FS_MAP.get(filesystem, filesystem) - has_luks = "luksMapperName" in partition + luks_mapper_name = partition.get("luksMapperName", None) mount_point = partition["mountPoint"] disk_name = disk_name_for_partition(partition) is_ssd = disk_name in self.ssd_disks @@ -263,13 +294,19 @@ class FstabGenerator(object): if filesystem == "btrfs" and partition.get("subvol",None): options = "subvol={},".format(partition["subvol"]) + options - if has_luks: - device = "/dev/mapper/" + partition["luksMapperName"] + device = None + if luks_mapper_name: + device = "/dev/mapper/" + luks_mapper_name elif partition["uuid"]: device = "UUID=" + partition["uuid"] else: device = partition["device"] + if not device: + # TODO: we get here when the user mounted a previously encrypted partition + # This should be catched early in the process + return None + return dict(device=device, mount_point=mount_point, fs=filesystem, @@ -319,10 +356,7 @@ def create_swapfile(root_mount_point, root_btrfs): swapfile_path = os.path.join(root_mount_point, "swap/swapfile") with open(swapfile_path, "wb") as f: pass - o = subprocess.check_output(["chattr", "+C", swapfile_path]) - libcalamares.utils.debug("swapfile attributes: {!s}".format(o)) - o = subprocess.check_output(["btrfs", "property", "set", swapfile_path, "compression", "none"]) - libcalamares.utils.debug("swapfile compression: {!s}".format(o)) + libcalamares.utils.host_env_process_output(["chattr", "+C", "+m", swapfile_path]) # No Copy-on-Write, no compression else: swapfile_path = os.path.join(root_mount_point, "swapfile") with open(swapfile_path, "wb") as f: @@ -340,8 +374,7 @@ def create_swapfile(root_mount_point, root_btrfs): libcalamares.job.setprogress(0.2 + 0.3 * ( total / desired_size ) ) total += chunk os.chmod(swapfile_path, 0o600) - o = subprocess.check_output(["mkswap", swapfile_path]) - libcalamares.utils.debug("swapfile mkswap: {!s}".format(o)) + libcalamares.utils.host_env_process_output(["mkswap", swapfile_path]) libcalamares.job.setprogress(0.5) @@ -387,6 +420,7 @@ def run(): mount_options = conf.get("mountOptions", {}) ssd_extra_mount_options = conf.get("ssdExtraMountOptions", {}) crypttab_options = conf.get("crypttabOptions", "luks") + tmp_options = conf.get("tmpOptions", {}) # We rely on mount_options having a default; if there wasn't one, # bail out with a meaningful error. @@ -399,7 +433,8 @@ def run(): root_mount_point, mount_options, ssd_extra_mount_options, - crypttab_options) + crypttab_options, + tmp_options) if swap_choice is not None: libcalamares.job.setprogress(0.2) diff --git a/src/modules/keyboard/Config.cpp b/src/modules/keyboard/Config.cpp index 720588810..9afaef5f3 100644 --- a/src/modules/keyboard/Config.cpp +++ b/src/modules/keyboard/Config.cpp @@ -156,18 +156,24 @@ Config::Config( QObject* parent ) m_setxkbmapTimer.setSingleShot( true ); // Connect signals and slots - connect( m_keyboardModelsModel, &KeyboardModelsModel::currentIndexChanged, [&]( int index ) { - // Set Xorg keyboard model - m_selectedModel = m_keyboardModelsModel->key( index ); - QProcess::execute( "setxkbmap", xkbmap_model_args( m_selectedModel ) ); - emit prettyStatusChanged(); - } ); + connect( m_keyboardModelsModel, + &KeyboardModelsModel::currentIndexChanged, + [ & ]( int index ) + { + // Set Xorg keyboard model + m_selectedModel = m_keyboardModelsModel->key( index ); + QProcess::execute( "setxkbmap", xkbmap_model_args( m_selectedModel ) ); + emit prettyStatusChanged(); + } ); - connect( m_keyboardLayoutsModel, &KeyboardLayoutModel::currentIndexChanged, [&]( int index ) { - m_selectedLayout = m_keyboardLayoutsModel->item( index ).first; - updateVariants( QPersistentModelIndex( m_keyboardLayoutsModel->index( index ) ) ); - emit prettyStatusChanged(); - } ); + connect( m_keyboardLayoutsModel, + &KeyboardLayoutModel::currentIndexChanged, + [ & ]( int index ) + { + m_selectedLayout = m_keyboardLayoutsModel->item( index ).first; + updateVariants( QPersistentModelIndex( m_keyboardLayoutsModel->index( index ) ) ); + emit prettyStatusChanged(); + } ); connect( m_keyboardVariantsModel, &KeyboardVariantsModel::currentIndexChanged, this, &Config::xkbChanged ); diff --git a/src/modules/keyboard/KeyboardLayoutModel.cpp b/src/modules/keyboard/KeyboardLayoutModel.cpp index 3b9ba19fe..ed171a476 100644 --- a/src/modules/keyboard/KeyboardLayoutModel.cpp +++ b/src/modules/keyboard/KeyboardLayoutModel.cpp @@ -27,7 +27,8 @@ retranslateKeyboardModels() { s_kbtranslator = new QTranslator; } - (void)CalamaresUtils::loadTranslator( CalamaresUtils::translatorLocaleName(), QStringLiteral( "kb_" ), s_kbtranslator ); + (void)CalamaresUtils::loadTranslator( + CalamaresUtils::translatorLocaleName(), QStringLiteral( "kb_" ), s_kbtranslator ); } @@ -220,9 +221,8 @@ KeyboardLayoutModel::init() std::stable_sort( m_layouts.begin(), m_layouts.end(), []( const QPair< QString, KeyboardGlobal::KeyboardInfo >& a, - const QPair< QString, KeyboardGlobal::KeyboardInfo >& b ) { - return a.second.description < b.second.description; - } ); + const QPair< QString, KeyboardGlobal::KeyboardInfo >& b ) + { return a.second.description < b.second.description; } ); } QHash< int, QByteArray > diff --git a/src/modules/keyboard/KeyboardPage.cpp b/src/modules/keyboard/KeyboardPage.cpp index 13ff5ca78..c821c4633 100644 --- a/src/modules/keyboard/KeyboardPage.cpp +++ b/src/modules/keyboard/KeyboardPage.cpp @@ -69,8 +69,9 @@ KeyboardPage::KeyboardPage( Config* config, QWidget* parent ) cDebug() << "Variants now total=" << model->rowCount() << "selected=" << model->currentIndex(); } - connect( - ui->buttonRestore, &QPushButton::clicked, [config = config] { config->keyboardModels()->setCurrentIndex(); } ); + connect( ui->buttonRestore, + &QPushButton::clicked, + [ config = config ] { config->keyboardModels()->setCurrentIndex(); } ); connect( ui->physicalModelSelector, QOverload< int >::of( &QComboBox::currentIndexChanged ), @@ -83,21 +84,29 @@ KeyboardPage::KeyboardPage( Config* config, QWidget* parent ) connect( ui->layoutSelector->selectionModel(), &QItemSelectionModel::currentChanged, - [this]( const QModelIndex& current ) { m_config->keyboardLayouts()->setCurrentIndex( current.row() ); } ); - connect( config->keyboardLayouts(), &KeyboardLayoutModel::currentIndexChanged, [this]( int index ) { - ui->layoutSelector->setCurrentIndex( m_config->keyboardLayouts()->index( index ) ); - m_keyboardPreview->setLayout( m_config->keyboardLayouts()->key( index ) ); - m_keyboardPreview->setVariant( - m_config->keyboardVariants()->key( m_config->keyboardVariants()->currentIndex() ) ); - } ); + [ this ]( const QModelIndex& current ) + { m_config->keyboardLayouts()->setCurrentIndex( current.row() ); } ); + connect( config->keyboardLayouts(), + &KeyboardLayoutModel::currentIndexChanged, + [ this ]( int index ) + { + ui->layoutSelector->setCurrentIndex( m_config->keyboardLayouts()->index( index ) ); + m_keyboardPreview->setLayout( m_config->keyboardLayouts()->key( index ) ); + m_keyboardPreview->setVariant( + m_config->keyboardVariants()->key( m_config->keyboardVariants()->currentIndex() ) ); + } ); connect( ui->variantSelector->selectionModel(), &QItemSelectionModel::currentChanged, - [this]( const QModelIndex& current ) { m_config->keyboardVariants()->setCurrentIndex( current.row() ); } ); - connect( config->keyboardVariants(), &KeyboardVariantsModel::currentIndexChanged, [this]( int index ) { - ui->variantSelector->setCurrentIndex( m_config->keyboardVariants()->index( index ) ); - m_keyboardPreview->setVariant( m_config->keyboardVariants()->key( index ) ); - } ); + [ this ]( const QModelIndex& current ) + { m_config->keyboardVariants()->setCurrentIndex( current.row() ); } ); + connect( config->keyboardVariants(), + &KeyboardVariantsModel::currentIndexChanged, + [ this ]( int index ) + { + ui->variantSelector->setCurrentIndex( m_config->keyboardVariants()->index( index ) ); + m_keyboardPreview->setVariant( m_config->keyboardVariants()->key( index ) ); + } ); CALAMARES_RETRANSLATE_SLOT( &KeyboardPage::retranslate ); } diff --git a/src/modules/keyboardq/keyboardq.qml b/src/modules/keyboardq/keyboardq.qml index 1d59cf30e..be96ec85a 100644 --- a/src/modules/keyboardq/keyboardq.qml +++ b/src/modules/keyboardq/keyboardq.qml @@ -1,6 +1,6 @@ /* === This file is part of Calamares - === * - * SPDX-FileCopyrightText: 2020 - 2021 Anke Boersma + * SPDX-FileCopyrightText: 2020 - 2022 Anke Boersma * SPDX-License-Identifier: GPL-3.0-or-later * * Calamares is Free Software: see the License-Identifier above. @@ -137,6 +137,7 @@ Item { hoverEnabled: true width: parent.width + height: 18 highlighted: ListView.isCurrentItem RowLayout { @@ -216,6 +217,7 @@ Item { delegate: ItemDelegate { hoverEnabled: true width: parent.width + height: 18 highlighted: ListView.isCurrentItem RowLayout { diff --git a/src/modules/locale/Config.cpp b/src/modules/locale/Config.cpp index 8593f8385..5888fd071 100644 --- a/src/modules/locale/Config.cpp +++ b/src/modules/locale/Config.cpp @@ -118,15 +118,15 @@ loadLocales( const QString& localeGenPath ) // Assuming we have a list of supported locales, we usually only want UTF-8 ones // because it's not 1995. - auto notUtf8 = []( const QString& s ) { - return !s.contains( "UTF-8", Qt::CaseInsensitive ) && !s.contains( "utf8", Qt::CaseInsensitive ); - }; + auto notUtf8 = []( const QString& s ) + { return !s.contains( "UTF-8", Qt::CaseInsensitive ) && !s.contains( "utf8", Qt::CaseInsensitive ); }; auto it = std::remove_if( localeGenLines.begin(), localeGenLines.end(), notUtf8 ); localeGenLines.erase( it, localeGenLines.end() ); // We strip " UTF-8" from "en_US.UTF-8 UTF-8" because it's redundant redundant. // Also simplify whitespace. - auto unredundant = []( QString& s ) { + auto unredundant = []( QString& s ) + { if ( s.endsWith( " UTF-8" ) ) { s.chop( 6 ); @@ -183,30 +183,36 @@ Config::Config( QObject* parent ) // we don't need to call an update-GS method, or introduce an intermediate // update-thing-and-GS method. And everywhere where we **do** change // language or location, we already emit the signal. - connect( this, &Config::currentLanguageCodeChanged, [&]() { - auto* gs = Calamares::JobQueue::instance()->globalStorage(); - gs->insert( "locale", m_selectedLocaleConfiguration.toBcp47() ); - } ); + connect( this, + &Config::currentLanguageCodeChanged, + [ & ]() + { + auto* gs = Calamares::JobQueue::instance()->globalStorage(); + gs->insert( "locale", m_selectedLocaleConfiguration.toBcp47() ); + } ); - connect( this, &Config::currentLCCodeChanged, [&]() { - updateGSLocale( Calamares::JobQueue::instance()->globalStorage(), localeConfiguration() ); - } ); + connect( this, + &Config::currentLCCodeChanged, + [ & ]() { updateGSLocale( Calamares::JobQueue::instance()->globalStorage(), localeConfiguration() ); } ); - connect( this, &Config::currentLocationChanged, [&]() { - const bool locationChanged - = updateGSLocation( Calamares::JobQueue::instance()->globalStorage(), currentLocation() ); + connect( this, + &Config::currentLocationChanged, + [ & ]() + { + const bool locationChanged + = updateGSLocation( Calamares::JobQueue::instance()->globalStorage(), currentLocation() ); - if ( locationChanged && m_adjustLiveTimezone ) - { - QProcess::execute( "timedatectl", // depends on systemd - { "set-timezone", currentTimezoneCode() } ); - } + if ( locationChanged && m_adjustLiveTimezone ) + { + QProcess::execute( "timedatectl", // depends on systemd + { "set-timezone", currentTimezoneCode() } ); + } - emit currentTimezoneCodeChanged( currentTimezoneCode() ); - emit currentTimezoneNameChanged( currentTimezoneName() ); - } ); + emit currentTimezoneCodeChanged( currentTimezoneCode() ); + emit currentTimezoneNameChanged( currentTimezoneName() ); + } ); - auto prettyStatusNotify = [&]() { emit prettyStatusChanged( prettyStatus() ); }; + auto prettyStatusNotify = [ & ]() { emit prettyStatusChanged( prettyStatus() ); }; connect( this, &Config::currentLanguageStatusChanged, prettyStatusNotify ); connect( this, &Config::currentLCStatusChanged, prettyStatusNotify ); connect( this, &Config::currentLocationStatusChanged, prettyStatusNotify ); diff --git a/src/modules/locale/LCLocaleDialog.cpp b/src/modules/locale/LCLocaleDialog.cpp index efa85c536..afdceb2a1 100644 --- a/src/modules/locale/LCLocaleDialog.cpp +++ b/src/modules/locale/LCLocaleDialog.cpp @@ -60,16 +60,19 @@ LCLocaleDialog::LCLocaleDialog( const QString& guessedLCLocale, const QStringLis connect( dbb->button( QDialogButtonBox::Cancel ), &QPushButton::clicked, this, &QDialog::reject ); connect( m_localesWidget, &QListWidget::itemDoubleClicked, this, &QDialog::accept ); - connect( m_localesWidget, &QListWidget::itemSelectionChanged, [this, dbb]() { - if ( m_localesWidget->selectedItems().isEmpty() ) - { - dbb->button( QDialogButtonBox::Ok )->setEnabled( false ); - } - else - { - dbb->button( QDialogButtonBox::Ok )->setEnabled( true ); - } - } ); + connect( m_localesWidget, + &QListWidget::itemSelectionChanged, + [ this, dbb ]() + { + if ( m_localesWidget->selectedItems().isEmpty() ) + { + dbb->button( QDialogButtonBox::Ok )->setEnabled( false ); + } + else + { + dbb->button( QDialogButtonBox::Ok )->setEnabled( true ); + } + } ); if ( selected > -1 ) { diff --git a/src/modules/locale/images/timezone_5.5.png b/src/modules/locale/images/timezone_5.5.png index 78c972fab..172ad8127 100644 Binary files a/src/modules/locale/images/timezone_5.5.png and b/src/modules/locale/images/timezone_5.5.png differ diff --git a/src/modules/locale/images/timezone_8.0.png b/src/modules/locale/images/timezone_8.0.png index ee5095a26..6db98f18f 100644 Binary files a/src/modules/locale/images/timezone_8.0.png and b/src/modules/locale/images/timezone_8.0.png differ diff --git a/src/modules/locale/timezonewidget/timezonewidget.cpp b/src/modules/locale/timezonewidget/timezonewidget.cpp index 9ad9f2d3f..724bc59f7 100644 --- a/src/modules/locale/timezonewidget/timezonewidget.cpp +++ b/src/modules/locale/timezonewidget/timezonewidget.cpp @@ -140,9 +140,9 @@ TimeZoneWidget::paintEvent( QPaintEvent* ) // .. the lambda manages deprecations: the old one works in Qt 5.9 and Qt 5.10, // while the new one avoids deprecation messages in Qt 5.13 and later. #if QT_VERSION >= QT_VERSION_CHECK( 5, 11, 0 ) - auto textwidth = [&]( const QString& s ) { return fontMetrics.horizontalAdvance( s ); }; + auto textwidth = [ & ]( const QString& s ) { return fontMetrics.horizontalAdvance( s ); }; #else - auto textwidth = [&]( const QString& s ) { return fontMetrics.width( s ); }; + auto textwidth = [ & ]( const QString& s ) { return fontMetrics.width( s ); }; #endif const int textWidth = textwidth( m_currentLocation ? m_currentLocation->tr() : QString() ); const int textHeight = fontMetrics.height(); @@ -185,7 +185,8 @@ TimeZoneWidget::mousePressEvent( QMouseEvent* event ) int mX = event->pos().x(); int mY = event->pos().y(); - auto distance = [&]( const CalamaresUtils::Locale::TimeZoneData* zone ) { + auto distance = [ & ]( const CalamaresUtils::Locale::TimeZoneData* zone ) + { QPoint locPos = TimeZoneImageList::getLocationPosition( zone->longitude(), zone->latitude() ); return double( abs( mX - locPos.x() ) + abs( mY - locPos.y() ) ); }; diff --git a/src/modules/localecfg/main.py b/src/modules/localecfg/main.py index 8f0edcd17..9cf593017 100644 --- a/src/modules/localecfg/main.py +++ b/src/modules/localecfg/main.py @@ -17,6 +17,7 @@ import os import re import shutil + import libcalamares import gettext @@ -71,8 +72,12 @@ def rewrite_locale_gen(srcfilename, destfilename, locale_conf): # Get entire source-file contents text = [] - with open(srcfilename, "r") as gen: - text = gen.readlines() + try: + with open(srcfilename, "r") as gen: + text = gen.readlines() + except FileNotFoundError: + # That's ok, the file doesn't exist so assume empty + pass # we want unique values, so locale_values should have 1 or 2 items locale_values = set(locale_conf.values()) diff --git a/src/modules/localeq/Map.qml b/src/modules/localeq/Map.qml index 5972b5c15..ab0a01a58 100644 --- a/src/modules/localeq/Map.qml +++ b/src/modules/localeq/Map.qml @@ -1,6 +1,6 @@ /* === This file is part of Calamares - === * - * SPDX-FileCopyrightText: 2020 Anke Boersma + * SPDX-FileCopyrightText: 2020 - 2022 Anke Boersma * SPDX-License-Identifier: GPL-3.0-or-later * * Calamares is Free Software: see the License-Identifier above. @@ -112,7 +112,7 @@ Column { Plugin { id: mapPlugin - name: "esri" // "esri", "here", "itemsoverlay", "mapbox", "mapboxgl", "osm" + preferred: ["osm", "esri"] // "esri", "here", "itemsoverlay", "mapbox", "mapboxgl", "osm" } Map { @@ -121,7 +121,7 @@ Column { plugin: mapPlugin activeMapType: supportedMapTypes[0] //might be desirable to set zoom level configurable? - zoomLevel: 5 + zoomLevel: 7 bearing: 0 tilt: 0 copyrightsVisible : true @@ -167,12 +167,6 @@ Column { anchors.fill: map hoverEnabled: true property var coordinate: map.toCoordinate(Qt.point(mouseX, mouseY)) - Label { - x: parent.mouseX - width -5 - y: parent.mouseY - height - 5 - text: "%1, %2".arg( - parent.coordinate.latitude).arg(parent.coordinate.longitude) - } onClicked: { marker.coordinate = coordinate diff --git a/src/modules/localeq/Offline.qml b/src/modules/localeq/Offline.qml index e5e6b31cf..937554cf6 100644 --- a/src/modules/localeq/Offline.qml +++ b/src/modules/localeq/Offline.qml @@ -1,6 +1,6 @@ /* === This file is part of Calamares - === * - * SPDX-FileCopyrightText: 2020-2021 Anke Boersma + * SPDX-FileCopyrightText: 2020-2022 Anke Boersma * SPDX-License-Identifier: GPL-3.0-or-later * * Calamares is Free Software: see the License-Identifier above. @@ -72,6 +72,7 @@ Page { hoverEnabled: true width: parent.width + height: 30 highlighted: ListView.isCurrentItem Label { @@ -146,6 +147,7 @@ Page { hoverEnabled: true width: parent.width + height: 30 highlighted: ListView.isCurrentItem Label { diff --git a/src/modules/luksbootkeyfile/CMakeLists.txt b/src/modules/luksbootkeyfile/CMakeLists.txt index 6e98af468..dff682521 100644 --- a/src/modules/luksbootkeyfile/CMakeLists.txt +++ b/src/modules/luksbootkeyfile/CMakeLists.txt @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: 2020 Adriaan de Groot # SPDX-License-Identifier: BSD-2-Clause # -calamares_add_plugin( luksbootkeyfile +calamares_add_plugin(luksbootkeyfile TYPE job EXPORT_MACRO PLUGINDLLEXPORT_PRO SOURCES @@ -11,3 +11,10 @@ calamares_add_plugin( luksbootkeyfile SHARED_LIB NO_CONFIG ) + +calamares_add_test( + luksbootkeyfiletest + SOURCES + Tests.cpp + LuksBootKeyFileJob.cpp +) diff --git a/src/modules/luksbootkeyfile/LuksBootKeyFileJob.cpp b/src/modules/luksbootkeyfile/LuksBootKeyFileJob.cpp index 137cb750d..3dd7fe42a 100644 --- a/src/modules/luksbootkeyfile/LuksBootKeyFileJob.cpp +++ b/src/modules/luksbootkeyfile/LuksBootKeyFileJob.cpp @@ -17,6 +17,7 @@ #include "GlobalStorage.h" #include "JobQueue.h" +#include #include LuksBootKeyFileJob::LuksBootKeyFileJob( QObject* parent ) @@ -136,6 +137,28 @@ generateTargetKeyfile() static bool setupLuks( const LuksDevice& d ) { + // Sometimes this error is thrown: "All key slots full" + // luksAddKey will fail. So, remove the first slot to make room + auto luks_dump = CalamaresUtils::System::instance()->targetEnvCommand( + { "cryptsetup", "luksDump", d.device }, QString(), QString(), std::chrono::seconds( 5 ) ); + if ( luks_dump.getExitCode() == 0 ) + { + QRegularExpression re( QStringLiteral( R"(\d+:\s*enabled)" ), QRegularExpression::CaseInsensitiveOption ); + int count = luks_dump.getOutput().count(re); + cDebug() << "Luks Dump slot count: " << count; + if ( count >= 7 ) + { + auto r = CalamaresUtils::System::instance()->targetEnvCommand( + { "cryptsetup", "luksKillSlot", d.device, "1" }, QString(), d.passphrase, std::chrono::seconds( 60 ) ); + if ( r.getExitCode() != 0 ) + { + cWarning() << "Could not kill a slot to make room on" << d.device << ':' << r.getOutput() << "(exit code" + << r.getExitCode() << ')'; + return false; + } + } + } + // Adding the key can take some times, measured around 15 seconds with // a HDD (spinning rust) and a slow-ish computer. Give it a minute. auto r = CalamaresUtils::System::instance()->targetEnvCommand( @@ -150,26 +173,50 @@ setupLuks( const LuksDevice& d ) } static QVariantList -partitions() +partitionsFromGlobalStorage() { Calamares::GlobalStorage* globalStorage = Calamares::JobQueue::instance()->globalStorage(); return globalStorage->value( QStringLiteral( "partitions" ) ).toList(); } -static bool +/// Checks if the partition (represented by @p map) mounts to the given @p path +STATICTEST bool +hasMountPoint( const QVariantMap& map, const QString& path ) +{ + const auto v = map.value( QStringLiteral( "mountPoint" ) ); + return v.isValid() && QDir::cleanPath( v.toString() ) == path; +} + +STATICTEST bool +isEncrypted( const QVariantMap& map ) +{ + return map.contains( QStringLiteral( "luksMapperName" ) ); +} + +/// Checks for any partition satisfying @p pred +STATICTEST bool +anyPartition( bool ( *pred )( const QVariantMap& ) ) +{ + const auto partitions = partitionsFromGlobalStorage(); + return std::find_if( partitions.cbegin(), + partitions.cend(), + [ &pred ]( const QVariant& partitionVariant ) { return pred( partitionVariant.toMap() ); } ) + != partitions.cend(); +} + +STATICTEST bool hasUnencryptedSeparateBoot() { - const QVariantList partitions = ::partitions(); - for ( const QVariant& partition : partitions ) - { - QVariantMap partitionMap = partition.toMap(); - QString mountPoint = partitionMap.value( QStringLiteral( "mountPoint" ) ).toString(); - if ( QDir::cleanPath( mountPoint ) == QStringLiteral( "/boot" ) ) - { - return !partitionMap.contains( QStringLiteral( "luksMapperName" ) ); - } - } - return false; + return anyPartition( + []( const QVariantMap& partition ) + { return hasMountPoint( partition, QStringLiteral( "/boot" ) ) && !isEncrypted( partition ); } ); +} + +STATICTEST bool +hasEncryptedRoot() +{ + return anyPartition( []( const QVariantMap& partition ) + { return hasMountPoint( partition, QStringLiteral( "/" ) ) && isEncrypted( partition ); } ); } Calamares::JobResult @@ -218,7 +265,8 @@ LuksBootKeyFileJob::exec() } // /boot partition is not encrypted, keyfile must not be used - if ( hasUnencryptedSeparateBoot() ) + // But only if root partition is not encrypted + if ( hasUnencryptedSeparateBoot() && !hasEncryptedRoot() ) { cDebug() << Logger::SubEntry << "/boot partition is not encrypted, skipping keyfile creation."; return Calamares::JobResult::ok(); @@ -241,6 +289,12 @@ LuksBootKeyFileJob::exec() for ( const auto& d : s.devices ) { + // Skip setupLuks for root partition if system has an unencrypted /boot + if ( d.isRoot && hasUnencryptedSeparateBoot() ) + { + continue; + } + if ( !setupLuks( d ) ) return Calamares::JobResult::error( tr( "Encrypted rootfs setup error" ), diff --git a/src/modules/luksbootkeyfile/Tests.cpp b/src/modules/luksbootkeyfile/Tests.cpp new file mode 100644 index 000000000..6b6c7be81 --- /dev/null +++ b/src/modules/luksbootkeyfile/Tests.cpp @@ -0,0 +1,169 @@ +/* === This file is part of Calamares - === + * + * SPDX-FileCopyrightText: 2022 Adriaan de Groot + * SPDX-License-Identifier: GPL-3.0-or-later + * + * Calamares is Free Software: see the License-Identifier above. + * + */ + +#include "GlobalStorage.h" +#include "JobQueue.h" +#include "utils/Logger.h" + +#include + +#undef STATICTEST +#define STATICTEST extern + +// Implementation details +STATICTEST bool hasMountPoint( const QVariantMap& map, const QString& path ); + +STATICTEST bool isEncrypted( const QVariantMap& map ); + +STATICTEST bool anyPartition( bool ( *pred )( const QVariantMap& ) ); + +STATICTEST bool hasUnencryptedSeparateBoot(); + +STATICTEST bool hasEncryptedRoot(); + +class LuksBootKeyFileTests : public QObject +{ + Q_OBJECT +public: + LuksBootKeyFileTests() {} + ~LuksBootKeyFileTests() override {} + +private Q_SLOTS: + void initTestCase(); + + void testMountPoint(); + void testIsEncrypted(); + void testAnyPartition(); +}; + +void +LuksBootKeyFileTests::initTestCase() +{ + Logger::setupLogLevel( Logger::LOGDEBUG ); + cDebug() << "LuksBootKeyFile test started."; + + if ( !Calamares::JobQueue::instance() ) + { + (void)new Calamares::JobQueue(); + } +} + +void +LuksBootKeyFileTests::testMountPoint() +{ + QVariantMap m; // As if this is a partition data + const QString key = QStringLiteral( "mountPoint" ); + const QString boot = QStringLiteral( "/boot" ); + const QString root = QStringLiteral( "/" ); + + QVERIFY( !hasMountPoint( m, QString() ) ); + QVERIFY( !hasMountPoint( m, boot ) ); + + m.insert( key, boot ); + QVERIFY( hasMountPoint( m, boot ) ); + QVERIFY( !hasMountPoint( m, QString() ) ); + QVERIFY( !hasMountPoint( m, root ) ); + + m.insert( key, root ); + QVERIFY( !hasMountPoint( m, boot ) ); + QVERIFY( !hasMountPoint( m, QString() ) ); + QVERIFY( hasMountPoint( m, root ) ); + + m.remove( key ); + QVERIFY( !hasMountPoint( m, root ) ); +} + +void +LuksBootKeyFileTests::testIsEncrypted() +{ + QVariantMap m; // As if this is a partition data + const QString key = QStringLiteral( "luksMapperName" ); + const QString name = QStringLiteral( "any-name" ); + + QVERIFY( !isEncrypted( m ) ); + + // Even an empty string is considered encrypted + m.insert( key, QString() ); + QVERIFY( isEncrypted( m ) ); + + m.insert( key, name ); + QVERIFY( isEncrypted( m ) ); + + m.insert( key, QString() ); + QVERIFY( isEncrypted( m ) ); + + m.remove( key ); + QVERIFY( !isEncrypted( m ) ); +} + + +void +LuksBootKeyFileTests::testAnyPartition() +{ + // This is kind of annoying: we need to build up + // partition data in GS because the functions we're testing + // go straight to GS. + auto* gs = Calamares::JobQueue::instanceGlobalStorage(); + QVERIFY( gs ); + + const QString partitionsKey = QStringLiteral( "partitions" ); + const QString mountPointKey = QStringLiteral( "mountPoint" ); + const QString boot = QStringLiteral( "/boot" ); + const QString root = QStringLiteral( "/" ); + + QVariantList partitions; + QVariantMap p; + QVERIFY( !gs->contains( partitionsKey ) ); + + // Empty list! + QVERIFY( !anyPartition( []( const QVariantMap& ) { return true; } ) ); + + gs->insert( partitionsKey, partitions ); + QVERIFY( !anyPartition( []( const QVariantMap& ) { return true; } ) ); // Still an empty list + + partitions.append( p ); + QCOMPARE( partitions.count(), 1 ); + gs->insert( partitionsKey, partitions ); + QVERIFY( anyPartition( []( const QVariantMap& ) { return true; } ) ); // Now a one-element list + QVERIFY( !anyPartition( []( const QVariantMap& ) { return false; } ) ); // Now a one-element list + + p.insert( mountPointKey, boot ); + QVERIFY( hasMountPoint( p, boot ) ); + partitions.append( p ); + QCOMPARE( partitions.count(), 2 ); + + // Note that GS is not updated yet, so we expect this to fail + QEXPECT_FAIL( "", "GS not updated", Continue ); + QVERIFY( anyPartition( + []( const QVariantMap& partdata ) + { + cDebug() << partdata; + return hasMountPoint( partdata, QStringLiteral( "/boot" ) ); + } ) ); + + gs->insert( partitionsKey, partitions ); // Update GS + QVERIFY( anyPartition( + []( const QVariantMap& partdata ) + { + cDebug() << partdata; + return hasMountPoint( partdata, QStringLiteral( "/boot" ) ); + } ) ); + QVERIFY( !anyPartition( []( const QVariantMap& partdata ) + { return hasMountPoint( partdata, QStringLiteral( "/" ) ); } ) ); + QVERIFY( !anyPartition( []( const QVariantMap& partdata ) { return hasMountPoint( partdata, QString() ); } ) ); + + QVERIFY( !hasEncryptedRoot() ); + QVERIFY( hasUnencryptedSeparateBoot() ); +} + +QTEST_GUILESS_MAIN( LuksBootKeyFileTests ) + +#include "utils/moc-warnings.h" + +#include "Tests.moc" diff --git a/src/modules/netinstall/CMakeLists.txt b/src/modules/netinstall/CMakeLists.txt index f31ac6d79..13c6fa0ce 100644 --- a/src/modules/netinstall/CMakeLists.txt +++ b/src/modules/netinstall/CMakeLists.txt @@ -8,6 +8,7 @@ calamares_add_plugin( netinstall EXPORT_MACRO PLUGINDLLEXPORT_PRO SOURCES Config.cpp + groupstreeview.cpp LoaderQueue.cpp NetInstallViewStep.cpp NetInstallPage.cpp diff --git a/src/modules/netinstall/NetInstallPage.cpp b/src/modules/netinstall/NetInstallPage.cpp index f7a2f66fc..9c70e97eb 100644 --- a/src/modules/netinstall/NetInstallPage.cpp +++ b/src/modules/netinstall/NetInstallPage.cpp @@ -35,10 +35,13 @@ NetInstallPage::NetInstallPage( Config* c, QWidget* parent ) ui->groupswidget->header()->setSectionResizeMode( QHeaderView::ResizeToContents ); ui->groupswidget->setModel( c->model() ); connect( c, &Config::statusChanged, ui->netinst_status, &QLabel::setText ); - connect( c, &Config::titleLabelChanged, [ui = this->ui]( const QString title ) { - ui->label->setVisible( !title.isEmpty() ); - ui->label->setText( title ); - } ); + connect( c, + &Config::titleLabelChanged, + [ ui = this->ui ]( const QString title ) + { + ui->label->setVisible( !title.isEmpty() ); + ui->label->setText( title ); + } ); connect( c, &Config::statusReady, this, &NetInstallPage::expandGroups ); } diff --git a/src/modules/netinstall/NetInstallPage.h b/src/modules/netinstall/NetInstallPage.h index 72375d0f0..94ce6d4ba 100644 --- a/src/modules/netinstall/NetInstallPage.h +++ b/src/modules/netinstall/NetInstallPage.h @@ -1,4 +1,5 @@ -/* +/* === This file is part of Calamares - === + * * SPDX-FileCopyrightText: 2016 Luca Giambonini * SPDX-FileCopyrightText: 2016 Lisa Vitolo * SPDX-FileCopyrightText: 2017 Kyle Robbertze diff --git a/src/modules/netinstall/NetInstallViewStep.cpp b/src/modules/netinstall/NetInstallViewStep.cpp index 2ac0e73c9..194b1fd2b 100644 --- a/src/modules/netinstall/NetInstallViewStep.cpp +++ b/src/modules/netinstall/NetInstallViewStep.cpp @@ -1,4 +1,5 @@ -/* +/* === This file is part of Calamares - === + * * SPDX-FileCopyrightText: 2016 Luca Giambonini * SPDX-FileCopyrightText: 2016 Lisa Vitolo * SPDX-FileCopyrightText: 2017 Kyle Robbertze @@ -52,19 +53,19 @@ NetInstallViewStep::prettyName() const tr( "Browser software" ); tr( "Browser package" ); tr( "Web browser" ); - tr( "Kernel" ); - tr( "Services" ); - tr( "Login" ); - tr( "Desktop" ); + tr( "Kernel", "label for netinstall module, Linux kernel" ); + tr( "Services", "label for netinstall module, system services" ); + tr( "Login", "label for netinstall module, choose login manager" ); + tr( "Desktop", "label for netinstall module, choose desktop environment" ); tr( "Applications" ); - tr( "Communication" ); - tr( "Development" ); - tr( "Office" ); - tr( "Multimedia" ); - tr( "Internet" ); - tr( "Theming" ); - tr( "Gaming" ); - tr( "Utilities" ); + tr( "Communication", "label for netinstall module" ); + tr( "Development", "label for netinstall module" ); + tr( "Office", "label for netinstall module" ); + tr( "Multimedia", "label for netinstall module" ); + tr( "Internet", "label for netinstall module" ); + tr( "Theming", "label for netinstall module" ); + tr( "Gaming", "label for netinstall module" ); + tr( "Utilities", "label for netinstall module" ); #endif } diff --git a/src/modules/netinstall/PackageModel.cpp b/src/modules/netinstall/PackageModel.cpp index 256a77afd..d5bae1c89 100644 --- a/src/modules/netinstall/PackageModel.cpp +++ b/src/modules/netinstall/PackageModel.cpp @@ -349,11 +349,11 @@ PackageModel::setupModelData( const QVariantList& groupList, PackageTreeItem* pa void PackageModel::setupModelData( const QVariantList& l ) { - Q_EMIT beginResetModel(); + beginResetModel(); delete m_rootItem; m_rootItem = new PackageTreeItem(); setupModelData( l, m_rootItem ); - Q_EMIT endResetModel(); + endResetModel(); } void @@ -361,7 +361,7 @@ PackageModel::appendModelData( const QVariantList& groupList ) { if ( m_rootItem ) { - Q_EMIT beginResetModel(); + beginResetModel(); const QStringList sources = collectSources( groupList ); @@ -386,6 +386,6 @@ PackageModel::appendModelData( const QVariantList& groupList ) // Add the new data to the model setupModelData( groupList, m_rootItem ); - Q_EMIT endResetModel(); + endResetModel(); } } diff --git a/src/modules/netinstall/PackageModel.h b/src/modules/netinstall/PackageModel.h index e97359a46..cc8668b2f 100644 --- a/src/modules/netinstall/PackageModel.h +++ b/src/modules/netinstall/PackageModel.h @@ -1,4 +1,3 @@ - /* === This file is part of Calamares - === * * SPDX-FileCopyrightText: 2017 Kyle Robbertze diff --git a/src/modules/netinstall/groupstreeview.cpp b/src/modules/netinstall/groupstreeview.cpp new file mode 100644 index 000000000..4e5ab8c8d --- /dev/null +++ b/src/modules/netinstall/groupstreeview.cpp @@ -0,0 +1,31 @@ +/* === This file is part of Calamares - === + * + * SPDX-FileCopyrightText: 2022 Adriaan de Groot + * SPDX-License-Identifier: GPL-3.0-or-later + * + * Calamares is Free Software: see the License-Identifier above. + * + */ +#include "groupstreeview.h" + +#include "utils/Logger.h" + +#include + +void +GroupsTreeView::drawBranches( QPainter* painter, const QRect& rect, const QModelIndex& index ) const +{ + QTreeView::drawBranches( painter, rect, index ); + + // Empty names are handled specially: don't draw them as items, + // so the "branch" seems to just pass them by. + const QString s = index.data().toString(); + if ( s.isEmpty() ) + { + QStyleOptionViewItem opt = viewOptions(); + opt.state = QStyle::State_Sibling; + opt.rect = QRect( !isRightToLeft() ? rect.left() : rect.right() + 1, rect.top(), indentation(), rect.height() ); + painter->eraseRect( opt.rect ); + style()->drawPrimitive( QStyle::PE_IndicatorBranch, &opt, painter, this ); + } +} diff --git a/src/modules/netinstall/groupstreeview.h b/src/modules/netinstall/groupstreeview.h new file mode 100644 index 000000000..82f8bc031 --- /dev/null +++ b/src/modules/netinstall/groupstreeview.h @@ -0,0 +1,18 @@ +/* === This file is part of Calamares - === + * + * SPDX-FileCopyrightText: 2022 Adriaan de Groot + * SPDX-License-Identifier: GPL-3.0-or-later + * + * Calamares is Free Software: see the License-Identifier above. + * + */ +#include + +class GroupsTreeView : public QTreeView +{ +public: + using QTreeView::QTreeView; + +protected: + virtual void drawBranches( QPainter* painter, const QRect& rect, const QModelIndex& index ) const override; +}; diff --git a/src/modules/netinstall/page_netinst.ui b/src/modules/netinstall/page_netinst.ui index f17e939cd..dd87ef7c4 100644 --- a/src/modules/netinstall/page_netinst.ui +++ b/src/modules/netinstall/page_netinst.ui @@ -36,13 +36,13 @@ SPDX-License-Identifier: GPL-3.0-or-later true - + 0 0 981 - 407 + 410 @@ -63,6 +63,13 @@ SPDX-License-Identifier: GPL-3.0-or-later + + + GroupsTreeView + QTreeView +
groupstreeview.h
+
+
diff --git a/src/modules/packagechooser/Config.cpp b/src/modules/packagechooser/Config.cpp index 491fe5c25..667621597 100644 --- a/src/modules/packagechooser/Config.cpp +++ b/src/modules/packagechooser/Config.cpp @@ -237,6 +237,12 @@ Config::setPackageChoice( const QString& packageChoice ) emit packageChoiceChanged( m_packageChoice.value_or( QString() ) ); } +QString +Config::prettyName() const +{ + return m_stepName ? m_stepName->get() : tr( "Packages" ); +} + QString Config::prettyStatus() const { @@ -343,4 +349,14 @@ Config::setConfigurationMap( const QVariantMap& configurationMap ) cWarning() << "Single-selection QML module must use 'Legacy' method."; } } + + bool labels_ok = false; + auto labels = CalamaresUtils::getSubMap( configurationMap, "labels", labels_ok ); + if ( labels_ok ) + { + if ( labels.contains( "step" ) ) + { + m_stepName = new CalamaresUtils::Locale::TranslatedString( labels, "step" ); + } + } } diff --git a/src/modules/packagechooser/Config.h b/src/modules/packagechooser/Config.h index b04b1c30b..d1b783a8d 100644 --- a/src/modules/packagechooser/Config.h +++ b/src/modules/packagechooser/Config.h @@ -98,6 +98,7 @@ public: QString packageChoice() const { return m_packageChoice.value_or( QString() ); } void setPackageChoice( const QString& packageChoice ); + QString prettyName() const; QString prettyStatus() const; signals: @@ -120,6 +121,7 @@ private: * Reading the property will return an empty QString. */ std::optional< QString > m_packageChoice; + CalamaresUtils::Locale::TranslatedString* m_stepName; // As it appears in the sidebar }; diff --git a/src/modules/packagechooser/PackageChooserViewStep.cpp b/src/modules/packagechooser/PackageChooserViewStep.cpp index 9057004de..e3b27df5c 100644 --- a/src/modules/packagechooser/PackageChooserViewStep.cpp +++ b/src/modules/packagechooser/PackageChooserViewStep.cpp @@ -29,7 +29,6 @@ PackageChooserViewStep::PackageChooserViewStep( QObject* parent ) : Calamares::ViewStep( parent ) , m_config( new Config( this ) ) , m_widget( nullptr ) - , m_stepName( nullptr ) { emit nextStatusChanged( false ); } @@ -41,14 +40,13 @@ PackageChooserViewStep::~PackageChooserViewStep() { m_widget->deleteLater(); } - delete m_stepName; } QString PackageChooserViewStep::prettyName() const { - return m_stepName ? m_stepName->get() : tr( "Packages" ); + return m_config->prettyName(); } @@ -58,9 +56,9 @@ PackageChooserViewStep::widget() if ( !m_widget ) { m_widget = new PackageChooserPage( m_config->mode(), nullptr ); - connect( m_widget, &PackageChooserPage::selectionChanged, [=]() { - emit nextStatusChanged( this->isNextEnabled() ); - } ); + connect( m_widget, + &PackageChooserPage::selectionChanged, + [ = ]() { emit nextStatusChanged( this->isNextEnabled() ); } ); hookupModel(); } return m_widget; @@ -139,16 +137,6 @@ PackageChooserViewStep::setConfigurationMap( const QVariantMap& configurationMap m_config->setDefaultId( moduleInstanceKey() ); m_config->setConfigurationMap( configurationMap ); - bool labels_ok = false; - auto labels = CalamaresUtils::getSubMap( configurationMap, "labels", labels_ok ); - if ( labels_ok ) - { - if ( labels.contains( "step" ) ) - { - m_stepName = new CalamaresUtils::Locale::TranslatedString( labels, "step" ); - } - } - if ( m_widget ) { hookupModel(); diff --git a/src/modules/packagechooser/PackageChooserViewStep.h b/src/modules/packagechooser/PackageChooserViewStep.h index 7561f2bd7..76b35aed8 100644 --- a/src/modules/packagechooser/PackageChooserViewStep.h +++ b/src/modules/packagechooser/PackageChooserViewStep.h @@ -50,7 +50,6 @@ private: Config* m_config; PackageChooserPage* m_widget; - CalamaresUtils::Locale::TranslatedString* m_stepName; // As it appears in the sidebar }; CALAMARES_PLUGIN_FACTORY_DECLARATION( PackageChooserViewStepFactory ) diff --git a/src/modules/packagechooserq/PackageChooserQmlViewStep.cpp b/src/modules/packagechooserq/PackageChooserQmlViewStep.cpp index 543c9771d..ae4aa3c48 100644 --- a/src/modules/packagechooserq/PackageChooserQmlViewStep.cpp +++ b/src/modules/packagechooserq/PackageChooserQmlViewStep.cpp @@ -29,7 +29,7 @@ PackageChooserQmlViewStep::PackageChooserQmlViewStep( QObject* parent ) QString PackageChooserQmlViewStep::prettyName() const { - return tr( "Packages" ); + return m_config->prettyName(); } QString diff --git a/src/modules/packagechooserq/packagechooserq.conf b/src/modules/packagechooserq/packagechooserq.conf index 803c6f670..9c1878f34 100644 --- a/src/modules/packagechooserq/packagechooserq.conf +++ b/src/modules/packagechooserq/packagechooserq.conf @@ -42,6 +42,19 @@ # method: legacy +# Human-visible strings in this module. These are all optional. +# The following translated keys are used: +# - *step*, used in the overall progress view (left-hand pane) +# +# Each key can have a [locale] added to it, which is used as +# the translated string for that locale. For the strings +# associated with the "no-selection" item, see *items*, below +# with the explicit item-*id* "". +# +labels: + step: "Packages" + step[nl]: "Pakketten" + # The *packageChoice* value is used for setting the default selection # in the QML view; this should match one of the keys used in the QML # module for package names. diff --git a/src/modules/partition/Config.cpp b/src/modules/partition/Config.cpp index 550e17460..367c4ee38 100644 --- a/src/modules/partition/Config.cpp +++ b/src/modules/partition/Config.cpp @@ -251,7 +251,9 @@ fillGSConfigurationEFI( Calamares::GlobalStorage* gs, const QVariantMap& configu gs->insert( "efiSystemPartitionSize", sizeString ); gs->insert( "efiSystemPartitionSize_i", part_size.toBytes() ); - if ( part_size.toBytes() != PartUtils::efiFilesystemMinimumSize() ) + // Assign long long int to long unsigned int to prevent compilation warning + size_t unsigned_part_size = part_size.toBytes(); + if ( unsigned_part_size != PartUtils::efiFilesystemMinimumSize() ) { cWarning() << "EFI partition size" << sizeString << "has been adjusted to" << PartUtils::efiFilesystemMinimumSize() << "bytes"; diff --git a/src/modules/partition/core/KPMHelpers.cpp b/src/modules/partition/core/KPMHelpers.cpp index d5086ef21..6cc188e67 100644 --- a/src/modules/partition/core/KPMHelpers.cpp +++ b/src/modules/partition/core/KPMHelpers.cpp @@ -20,8 +20,10 @@ #include #include #include +#include #include #include +#include using CalamaresUtils::Partition::PartitionIterator; @@ -32,11 +34,15 @@ Partition* findPartitionByMountPoint( const QList< Device* >& devices, const QString& mountPoint ) { for ( auto device : devices ) + { for ( auto it = PartitionIterator::begin( device ); it != PartitionIterator::end( device ); ++it ) + { if ( PartitionInfo::mountPoint( *it ) == mountPoint ) { return *it; } + } + } return nullptr; } @@ -127,6 +133,107 @@ clonePartition( Device* device, Partition* partition ) partition->activeFlags() ); } +#ifndef WITH_KPMCORE4API +// This function was added in KPMCore 4, implementation copied from src/fs/luks.cpp +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2012-2019 Andrius Štikonas + SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2017 Christian Morlok + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho + SPDX-FileCopyrightText: 2020 Arnaud Ferraris + SPDX-FileCopyrightText: 2020 Gaël PORTAY + + SPDX-License-Identifier: GPL-3.0-or-later +*/ +static bool +testPassphrase( FS::luks* fs, const QString& deviceNode, const QString& passphrase ) +{ + ExternalCommand cmd( QStringLiteral( "cryptsetup" ), + { QStringLiteral( "open" ), + QStringLiteral( "--tries" ), + QStringLiteral( "1" ), + QStringLiteral( "--test-passphrase" ), + deviceNode } ); + if ( cmd.write( passphrase.toLocal8Bit() + '\n' ) && cmd.start( -1 ) && cmd.exitCode() == 0 ) + { + return true; + } + + return false; +} +#else +static bool +testPassphrase( FS::luks* fs, const QString& deviceNode, const QString& passphrase ) +{ + return fs->testPassphrase( deviceNode, passphrase ); +} +#endif + +// Adapted from src/fs/luks.cpp cryptOpen which always opens a dialog to ask for a passphrase +SavePassphraseValue +savePassphrase( Partition* partition, const QString& passphrase ) +{ + + if ( passphrase.isEmpty() ) + { + return SavePassphraseValue::EmptyPassphrase; + } + + if ( partition->fileSystem().type() != FileSystem::Luks ) + { + return SavePassphraseValue::NotLuksPartition; + } + + FS::luks* luksFs = dynamic_cast< FS::luks* >( &partition->fileSystem() ); + const QString deviceNode = partition->partitionPath(); + + // Test the given passphrase + if ( !testPassphrase( luksFs, deviceNode, passphrase ) ) + { + return SavePassphraseValue::IncorrectPassphrase; + } + + if ( luksFs->isCryptOpen() ) + { + if ( !luksFs->mapperName().isEmpty() ) + { + return SavePassphraseValue::NoError; + } + else + { + cDebug() << Logger::SubEntry << "No mapper node found"; + luksFs->setCryptOpen( false ); + } + } + + ExternalCommand openCmd( QStringLiteral( "cryptsetup" ), + { QStringLiteral( "open" ), deviceNode, luksFs->suggestedMapperName( deviceNode ) } ); + if ( !( openCmd.write( passphrase.toLocal8Bit() + '\n' ) && openCmd.start( -1 ) && openCmd.exitCode() == 0 ) ) + { + cWarning() << Logger::SubEntry << openCmd.exitCode() << ": cryptsetup command failed"; + return SavePassphraseValue::CryptsetupError; + } + + // Save the existing passphrase + luksFs->setPassphrase( passphrase ); + luksFs->scan( deviceNode ); + if ( luksFs->mapperName().isEmpty() ) + { + return SavePassphraseValue::NoMapperNode; + } + + luksFs->loadInnerFileSystem( luksFs->mapperName() ); + luksFs->setCryptOpen( luksFs->innerFS() != nullptr ); + if ( !luksFs->isCryptOpen() ) + { + return SavePassphraseValue::DeviceNotDecrypted; + } + + return SavePassphraseValue::NoError; +} + Calamares::JobResult execute( Operation& operation, const QString& failureMessage ) { diff --git a/src/modules/partition/core/KPMHelpers.h b/src/modules/partition/core/KPMHelpers.h index 2f867bc25..e059c934a 100644 --- a/src/modules/partition/core/KPMHelpers.h +++ b/src/modules/partition/core/KPMHelpers.h @@ -43,6 +43,25 @@ class PartitionRole; namespace KPMHelpers { +/** @brief Return (errors) for savePassphrase() + * + * There's a handful of things that can go wrong when + * saving a passphrase for a given partition; this + * expresses clearly which ones are wrong. + * + * @c NoError is "Ok" when saving the passphrase succeeds. + */ +enum class SavePassphraseValue +{ + NoError, + EmptyPassphrase, + NotLuksPartition, + IncorrectPassphrase, + CryptsetupError, + NoMapperNode, + DeviceNotDecrypted +}; + /** * Iterates on all devices and return the first partition which is associated * with mountPoint. This uses PartitionInfo::mountPoint(), not Partition::mountPoint() @@ -74,6 +93,16 @@ Partition* createNewEncryptedPartition( PartitionNode* parent, Partition* clonePartition( Device* device, Partition* partition ); +/** @brief Save an existing passphrase for a previously encrypted partition. + * + * Tries to apply the passphrase to the partition; this checks if the + * @p partition is one that can have a passphrase applied, and + * runs `cryptsetup` to check that the passphrase actually works + * for the partition. Returns `NoError` on success, or an explanatory + * other value if it fails. + */ +SavePassphraseValue savePassphrase( Partition* partition, const QString& passphrase ); + /** @brief Return a result for an @p operation * * Executes the operation, and if successful, returns a success result. diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index c0845da7f..882be1022 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -125,6 +125,8 @@ ChoicePage::ChoicePage( Config* config, QWidget* parent ) m_encryptWidget->hide(); m_reuseHomeCheckBox->hide(); gs->insert( "reuseHome", false ); + + updateNextEnabled(); } @@ -457,7 +459,6 @@ ChoicePage::continueApplyDeviceChoice() Q_EMIT deviceChosen(); } - void ChoicePage::onActionChanged() { @@ -466,6 +467,20 @@ ChoicePage::onActionChanged() { applyActionChoice( m_config->installChoice() ); } + + // Whole disk encryption isn't implemented for zfs so disable the option for now + if ( m_eraseFsTypesChoiceComboBox != nullptr && m_enableEncryptionWidget ) + { + if ( m_eraseFsTypesChoiceComboBox->currentText() == "zfs" ) + { + m_encryptWidget->hide(); + } + else + { + m_encryptWidget->show(); + } + } + updateNextEnabled(); } void @@ -1193,6 +1208,8 @@ ChoicePage::updateActionChoicePreview( InstallChoice choice ) m_beforePartitionBarsView->setSelectionMode( previewSelectionMode ); m_beforePartitionLabelsView->setSelectionMode( previewSelectionMode ); + + updateNextEnabled(); } @@ -1598,35 +1615,27 @@ ChoicePage::isNextEnabled() const bool ChoicePage::calculateNextEnabled() const { - bool enabled = false; auto sm_p = m_beforePartitionBarsView ? m_beforePartitionBarsView->selectionModel() : nullptr; switch ( m_config->installChoice() ) { case InstallChoice::NoChoice: - cDebug() << "No partitioning choice"; + cDebug() << "No partitioning choice has been made yet"; return false; case InstallChoice::Replace: case InstallChoice::Alongside: if ( !( sm_p && sm_p->currentIndex().isValid() ) ) { - cDebug() << "No partition selected"; + cDebug() << "No partition selected for alongside or replace"; return false; } - enabled = true; break; case InstallChoice::Erase: case InstallChoice::Manual: - enabled = true; + // Nothing to check for these + break; } - if ( !enabled ) - { - cDebug() << "No valid choice made"; - return false; - } - - if ( m_isEfi && ( m_config->installChoice() == InstallChoice::Alongside || m_config->installChoice() == InstallChoice::Replace ) ) @@ -1643,7 +1652,7 @@ ChoicePage::calculateNextEnabled() const switch ( m_encryptWidget->state() ) { case EncryptWidget::Encryption::Unconfirmed: - cDebug() << "No passphrase provided"; + cDebug() << "No passphrase provided or passphrase mismatch."; return false; case EncryptWidget::Encryption::Disabled: case EncryptWidget::Encryption::Confirmed: diff --git a/src/modules/partition/gui/EditExistingPartitionDialog.cpp b/src/modules/partition/gui/EditExistingPartitionDialog.cpp index 0bc35cabe..f02c5607d 100644 --- a/src/modules/partition/gui/EditExistingPartitionDialog.cpp +++ b/src/modules/partition/gui/EditExistingPartitionDialog.cpp @@ -17,6 +17,7 @@ #include "ui_EditExistingPartitionDialog.h" #include "core/ColorUtils.h" +#include "core/KPMHelpers.h" #include "core/PartUtils.h" #include "core/PartitionCoreModule.h" #include "core/PartitionInfo.h" @@ -28,13 +29,17 @@ #include "Settings.h" #include "partition/FileSystem.h" #include "utils/Logger.h" +#include "widgets/TranslationFix.h" #include #include #include +#include #include #include +#include +#include #include using CalamaresUtils::Partition::untranslatedFS; @@ -52,6 +57,7 @@ EditExistingPartitionDialog::EditExistingPartitionDialog( Device* device, , m_usedMountPoints( usedMountPoints ) { m_ui->setupUi( this ); + m_ui->encryptWidget->hide(); standardMountPoints( *( m_ui->mountPointComboBox ), PartitionInfo::mountPoint( partition ) ); QColor color = ColorUtils::colorForPartition( m_partition ); @@ -132,10 +138,8 @@ EditExistingPartitionDialog::EditExistingPartitionDialog( Device* device, setFlagList( *( m_ui->m_listFlags ), m_partition->availableFlags(), PartitionInfo::flags( m_partition ) ); } - EditExistingPartitionDialog::~EditExistingPartitionDialog() {} - PartitionTable::Flags EditExistingPartitionDialog::newFlags() const { @@ -242,8 +246,29 @@ EditExistingPartitionDialog::applyChanges( PartitionCoreModule* core ) { core->setFilesystemLabel( m_device, m_partition, fsLabel ); } + core->refreshPartition( m_device, m_partition ); } + + // Update the existing luks partition + const QString passphrase = m_ui->encryptWidget->passphrase(); + if ( !passphrase.isEmpty() ) + { + if ( KPMHelpers::savePassphrase( m_partition, passphrase ) != KPMHelpers::SavePassphraseValue::NoError ) + { + QString message = tr( "Passphrase for existing partition" ); + QString description = tr( "Partition %1 could not be decrypted " + "with the given passphrase." + "

" + "Edit the partition again and give the correct passphrase " + "or delete and create a new encrypted partition." ) + .arg( m_partition->partitionPath() ); + + QMessageBox mb( QMessageBox::Information, message, description, QMessageBox::Ok, this->parentWidget() ); + Calamares::fixButtonLabels( &mb ); + mb.exec(); + } + } } } @@ -266,7 +291,6 @@ EditExistingPartitionDialog::replacePartResizerWidget() m_partitionSizeController->setPartResizerWidget( widget, m_ui->formatRadioButton->isChecked() ); } - void EditExistingPartitionDialog::updateMountPointPicker() { @@ -293,13 +317,47 @@ EditExistingPartitionDialog::updateMountPointPicker() { setSelectedMountPoint( m_ui->mountPointComboBox, QString() ); } + + toggleEncryptWidget(); } void EditExistingPartitionDialog::checkMountPointSelection() { - validateMountPoint( selectedMountPoint( m_ui->mountPointComboBox ), - m_usedMountPoints, - m_ui->mountPointExplanation, - m_ui->buttonBox->button( QDialogButtonBox::Ok ) ); + if ( validateMountPoint( selectedMountPoint( m_ui->mountPointComboBox ), + m_usedMountPoints, + m_ui->mountPointExplanation, + m_ui->buttonBox->button( QDialogButtonBox::Ok ) ) ) + { + toggleEncryptWidget(); + } +} + +void +EditExistingPartitionDialog::toggleEncryptWidget() +{ + // Show/hide encryptWidget: + // check if partition is a previously luks formatted partition + // and not currently formatted + // and its mount point not a standard mount point except when it's /home + QString mp = selectedMountPoint( m_ui->mountPointComboBox ); + if ( !mp.isEmpty() && m_partition->fileSystem().type() == FileSystem::Luks && !m_ui->formatRadioButton->isChecked() + && ( !standardMountPoints().contains( mp ) || mp == "/home" ) ) + { + m_ui->encryptWidget->show(); + m_ui->encryptWidget->reset( false ); + } + // TODO: When formatting a partition user must be able to encrypt that partition + // Probably need to delete this partition and create a new one + // else if ( m_ui->formatRadioButton->isChecked() + // && !mp.isEmpty()) + // { + // m_ui->encryptWidget->show(); + // m_ui->encryptWidget->reset(); + // } + else + { + m_ui->encryptWidget->reset(); + m_ui->encryptWidget->hide(); + } } diff --git a/src/modules/partition/gui/EditExistingPartitionDialog.h b/src/modules/partition/gui/EditExistingPartitionDialog.h index 89b5b55e4..5d1e7fd65 100644 --- a/src/modules/partition/gui/EditExistingPartitionDialog.h +++ b/src/modules/partition/gui/EditExistingPartitionDialog.h @@ -32,6 +32,11 @@ class EditExistingPartitionDialog : public QDialog { Q_OBJECT public: + struct FreeSpace + { + Partition* p; + }; + EditExistingPartitionDialog( Device* device, Partition* partition, const QStringList& usedMountPoints, @@ -53,6 +58,7 @@ private: PartitionTable::Flags newFlags() const; void replacePartResizerWidget(); void updateMountPointPicker(); + void toggleEncryptWidget(); }; #endif /* EDITEXISTINGPARTITIONDIALOG_H */ diff --git a/src/modules/partition/gui/EditExistingPartitionDialog.ui b/src/modules/partition/gui/EditExistingPartitionDialog.ui index 4a9982656..ff9cc33c5 100644 --- a/src/modules/partition/gui/EditExistingPartitionDialog.ui +++ b/src/modules/partition/gui/EditExistingPartitionDialog.ui @@ -10,8 +10,8 @@ SPDX-License-Identifier: GPL-3.0-or-later 0 0 - 450 - 615 + 570 + 689 @@ -97,7 +97,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
- + &Mount Point: @@ -107,7 +107,7 @@ SPDX-License-Identifier: GPL-3.0-or-later - + @@ -153,14 +153,14 @@ SPDX-License-Identifier: GPL-3.0-or-later - + Flags: - + true @@ -173,7 +173,7 @@ SPDX-License-Identifier: GPL-3.0-or-later - + Label for the filesystem @@ -183,20 +183,39 @@ SPDX-License-Identifier: GPL-3.0-or-later - + FS Label: - + + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 13 + + + + @@ -218,6 +237,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
kpmcore/gui/partresizerwidget.h
1 + + EncryptWidget + QWidget +
gui/EncryptWidget.h
+ 1 +
sizeSpinBox diff --git a/src/modules/partition/gui/EncryptWidget.cpp b/src/modules/partition/gui/EncryptWidget.cpp index fe7623050..7c17de7af 100644 --- a/src/modules/partition/gui/EncryptWidget.cpp +++ b/src/modules/partition/gui/EncryptWidget.cpp @@ -70,19 +70,41 @@ EncryptWidget::EncryptWidget( QWidget* parent ) void -EncryptWidget::reset() +EncryptWidget::reset( bool checkVisible ) { m_ui->m_passphraseLineEdit->clear(); m_ui->m_confirmLineEdit->clear(); m_ui->m_encryptCheckBox->setChecked( false ); -} + m_ui->m_encryptCheckBox->setVisible( checkVisible ); + m_ui->m_passphraseLineEdit->setVisible( !checkVisible ); + m_ui->m_confirmLineEdit->setVisible( !checkVisible ); +} EncryptWidget::Encryption EncryptWidget::state() const { - return m_state; + Encryption newState = Encryption::Unconfirmed; + + if ( m_ui->m_encryptCheckBox->isChecked() || !m_ui->m_encryptCheckBox->isVisible() ) + { + if ( !m_ui->m_passphraseLineEdit->text().isEmpty() + && m_ui->m_passphraseLineEdit->text() == m_ui->m_confirmLineEdit->text() ) + { + newState = Encryption::Confirmed; + } + else + { + newState = Encryption::Unconfirmed; + } + } + else + { + newState = Encryption::Disabled; + } + + return newState; } @@ -145,23 +167,7 @@ EncryptWidget::updateState() } } - Encryption newState; - if ( m_ui->m_encryptCheckBox->isChecked() ) - { - if ( !m_ui->m_passphraseLineEdit->text().isEmpty() - && m_ui->m_passphraseLineEdit->text() == m_ui->m_confirmLineEdit->text() ) - { - newState = Encryption::Confirmed; - } - else - { - newState = Encryption::Unconfirmed; - } - } - else - { - newState = Encryption::Disabled; - } + Encryption newState = state(); if ( newState != m_state ) { diff --git a/src/modules/partition/gui/EncryptWidget.h b/src/modules/partition/gui/EncryptWidget.h index 5c24d68e6..704365817 100644 --- a/src/modules/partition/gui/EncryptWidget.h +++ b/src/modules/partition/gui/EncryptWidget.h @@ -33,7 +33,7 @@ public: explicit EncryptWidget( QWidget* parent = nullptr ); - void reset(); + void reset( bool checkVisible = true ); Encryption state() const; void setText( const QString& text ); diff --git a/src/modules/partition/jobs/FormatPartitionJob.cpp b/src/modules/partition/jobs/FormatPartitionJob.cpp index 63d233426..599e29769 100644 --- a/src/modules/partition/jobs/FormatPartitionJob.cpp +++ b/src/modules/partition/jobs/FormatPartitionJob.cpp @@ -58,10 +58,13 @@ FormatPartitionJob::prettyDescription() const QString FormatPartitionJob::prettyStatusMessage() const { + QString partitionLabel = m_partition->label().isEmpty() + ? m_partition->partitionPath() + : tr( "%1 (%2)", "partition label %1 (device path %2)" ) + .arg( m_partition->label(), m_partition->partitionPath() ); return tr( "Formatting partition %1 with " "file system %2." ) - .arg( m_partition->partitionPath() ) - .arg( userVisibleFS( m_partition->fileSystem() ) ); + .arg( partitionLabel, userVisibleFS( m_partition->fileSystem() ) ); } diff --git a/src/modules/plasmalnf/PlasmaLnfPage.cpp b/src/modules/plasmalnf/PlasmaLnfPage.cpp index a4de6cc47..7a5f2bab4 100644 --- a/src/modules/plasmalnf/PlasmaLnfPage.cpp +++ b/src/modules/plasmalnf/PlasmaLnfPage.cpp @@ -96,7 +96,8 @@ PlasmaLnfPage::PlasmaLnfPage( Config* config, QWidget* parent ) connect( view->selectionModel(), &QItemSelectionModel::selectionChanged, - [this]( const QItemSelection& selected, const QItemSelection& ) { + [ this ]( const QItemSelection& selected, const QItemSelection& ) + { auto i = selected.indexes(); if ( !i.isEmpty() ) { diff --git a/src/modules/summary/Config.cpp b/src/modules/summary/Config.cpp index 9038f786f..6eddfa3f7 100644 --- a/src/modules/summary/Config.cpp +++ b/src/modules/summary/Config.cpp @@ -61,7 +61,7 @@ SummaryModel::rowCount( const QModelIndex& ) const void SummaryModel::setSummaryList( const Calamares::ViewStepList& steps, bool withWidgets ) { - Q_EMIT beginResetModel(); + beginResetModel(); m_summary.clear(); for ( Calamares::ViewStep* step : steps ) @@ -76,7 +76,7 @@ SummaryModel::setSummaryList( const Calamares::ViewStepList& steps, bool withWid m_summary << StepSummary { step->prettyName(), text, widget }; } - Q_EMIT endResetModel(); + endResetModel(); } Config::Config( QObject* parent ) diff --git a/src/modules/tracking/TrackingPage.cpp b/src/modules/tracking/TrackingPage.cpp index 727efebbd..a5fb3ccc6 100644 --- a/src/modules/tracking/TrackingPage.cpp +++ b/src/modules/tracking/TrackingPage.cpp @@ -45,16 +45,22 @@ TrackingPage::TrackingPage( Config* config, QWidget* parent ) &QCheckBox::stateChanged, \ config->x##Tracking(), \ QOverload< bool >::of( &TrackingStyleConfig::setTracking ) ); \ - connect( config->x##Tracking(), &TrackingStyleConfig::trackingChanged, this, [this, config]() { \ - this->trackerChanged( config->x##Tracking(), this->ui->x##Group, this->ui->x##CheckBox ); \ - } ); \ - connect( ui->x##PolicyButton, &QAbstractButton::clicked, config, [config] { \ - QString url( config->x##Tracking()->policy() ); \ - if ( !url.isEmpty() ) \ - { \ - QDesktopServices::openUrl( url ); \ - } \ - } ); \ + connect( config->x##Tracking(), \ + &TrackingStyleConfig::trackingChanged, \ + this, \ + [ this, config ]() \ + { this->trackerChanged( config->x##Tracking(), this->ui->x##Group, this->ui->x##CheckBox ); } ); \ + connect( ui->x##PolicyButton, \ + &QAbstractButton::clicked, \ + config, \ + [ config ] \ + { \ + QString url( config->x##Tracking()->policy() ); \ + if ( !url.isEmpty() ) \ + { \ + QDesktopServices::openUrl( url ); \ + } \ + } ); \ } while ( false ) trackingSetup( install ); @@ -63,16 +69,19 @@ TrackingPage::TrackingPage( Config* config, QWidget* parent ) #undef trackingSetup - connect( config, &Config::generalPolicyChanged, [this]( const QString& url ) { - this->ui->generalPolicyLabel->setVisible( !url.isEmpty() ); - } ); - connect( ui->generalPolicyLabel, &QLabel::linkActivated, [config] { - QString url( config->generalPolicy() ); - if ( !url.isEmpty() ) - { - QDesktopServices::openUrl( url ); - } - } ); + connect( config, + &Config::generalPolicyChanged, + [ this ]( const QString& url ) { this->ui->generalPolicyLabel->setVisible( !url.isEmpty() ); } ); + connect( ui->generalPolicyLabel, + &QLabel::linkActivated, + [ config ] + { + QString url( config->generalPolicy() ); + if ( !url.isEmpty() ) + { + QDesktopServices::openUrl( url ); + } + } ); retranslate(); } diff --git a/src/modules/users/CheckPWQuality.cpp b/src/modules/users/CheckPWQuality.cpp index 0a67a117a..fc692d246 100644 --- a/src/modules/users/CheckPWQuality.cpp +++ b/src/modules/users/CheckPWQuality.cpp @@ -49,7 +49,7 @@ DEFINE_CHECK_FUNC( minLength ) { cDebug() << Logger::SubEntry << "minLength set to" << minLength; checks.push_back( PasswordCheck( []() { return QCoreApplication::translate( "PWQ", "Password is too short" ); }, - [minLength]( const QString& s ) { return s.length() >= minLength; }, + [ minLength ]( const QString& s ) { return s.length() >= minLength; }, PasswordCheck::Weight( 10 ) ) ); } } @@ -65,7 +65,7 @@ DEFINE_CHECK_FUNC( maxLength ) { cDebug() << Logger::SubEntry << "maxLength set to" << maxLength; checks.push_back( PasswordCheck( []() { return QCoreApplication::translate( "PWQ", "Password is too long" ); }, - [maxLength]( const QString& s ) { return s.length() <= maxLength; }, + [ maxLength ]( const QString& s ) { return s.length() <= maxLength; }, PasswordCheck::Weight( 10 ) ) ); } } @@ -378,8 +378,9 @@ DEFINE_CHECK_FUNC( libpwquality ) /* Something actually added? */ if ( requirement_count ) { - checks.push_back( PasswordCheck( [settings]() { return settings->explanation(); }, - [settings]( const QString& s ) { + checks.push_back( PasswordCheck( [ settings ]() { return settings->explanation(); }, + [ settings ]( const QString& s ) + { int r = settings->check( s ); if ( r < 0 ) { diff --git a/src/modules/users/Config.cpp b/src/modules/users/Config.cpp index 371d98932..c75e8a6e7 100644 --- a/src/modules/users/Config.cpp +++ b/src/modules/users/Config.cpp @@ -20,6 +20,8 @@ #include "utils/String.h" #include "utils/Variant.h" +#include + #include #include #include @@ -76,15 +78,31 @@ updateGSAutoLogin( bool doAutoLogin, const QString& login ) } } +static const QStringList& +alwaysForbiddenLoginNames() +{ + static QStringList s { QStringLiteral( "root" ), QStringLiteral( "nobody" ) }; + return s; +} + +static const QStringList& +alwaysForbiddenHostNames() +{ + static QStringList s { QStringLiteral( "localhost" ) }; + return s; +} + const NamedEnumTable< HostNameAction >& -hostNameActionNames() +hostnameActionNames() { // *INDENT-OFF* // clang-format off static const NamedEnumTable< HostNameAction > names { { QStringLiteral( "none" ), HostNameAction::None }, { QStringLiteral( "etcfile" ), HostNameAction::EtcHostname }, - { QStringLiteral( "hostnamed" ), HostNameAction::SystemdHostname } + { QStringLiteral( "etc" ), HostNameAction::EtcHostname }, + { QStringLiteral( "hostnamed" ), HostNameAction::SystemdHostname }, + { QStringLiteral( "transient" ), HostNameAction::Transient }, }; // clang-format on // *INDENT-ON* @@ -94,11 +112,13 @@ hostNameActionNames() Config::Config( QObject* parent ) : Calamares::ModuleSystem::Config( parent ) + , m_forbiddenHostNames( alwaysForbiddenHostNames() ) + , m_forbiddenLoginNames( alwaysForbiddenLoginNames() ) { emit readyChanged( m_isReady ); // false // Gang together all the changes of status to one readyChanged() signal - connect( this, &Config::hostNameStatusChanged, this, &Config::checkReady ); + connect( this, &Config::hostnameStatusChanged, this, &Config::checkReady ); connect( this, &Config::loginNameStatusChanged, this, &Config::checkReady ); connect( this, &Config::fullNameChanged, this, &Config::checkReady ); connect( this, &Config::userPasswordStatusChanged, this, &Config::checkReady ); @@ -197,10 +217,9 @@ Config::setLoginName( const QString& login ) } const QStringList& -Config::forbiddenLoginNames() +Config::forbiddenLoginNames() const { - static QStringList forbidden { "root" }; - return forbidden; + return m_forbiddenLoginNames; } QString @@ -216,13 +235,6 @@ Config::loginNameStatus() const { return tr( "Your username is too long." ); } - for ( const QString& badName : forbiddenLoginNames() ) - { - if ( 0 == QString::compare( badName, m_loginName, Qt::CaseSensitive ) ) - { - return tr( "'%1' is not allowed as username." ).arg( badName ); - } - } QRegExp validateFirstLetter( "^[a-z_]" ); if ( validateFirstLetter.indexIn( m_loginName ) != 0 ) @@ -234,16 +246,27 @@ Config::loginNameStatus() const return tr( "Only lowercase letters, numbers, underscore and hyphen are allowed." ); } + // Although we've made the list lower-case, and the RE above forces lower-case, still pass the flag + if ( forbiddenLoginNames().contains( m_loginName, Qt::CaseInsensitive ) ) + { + return tr( "'%1' is not allowed as username." ).arg( m_loginName ); + } + return QString(); } void Config::setHostName( const QString& host ) { - if ( host != m_hostName ) + if ( hostnameAction() != HostNameAction::EtcHostname && hostnameAction() != HostNameAction::SystemdHostname ) + { + cDebug() << "Ignoring hostname" << host << "No hostname will be set."; + return; + } + if ( host != m_hostname ) { m_customHostName = !host.isEmpty(); - m_hostName = host; + m_hostname = host; Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage(); if ( host.isEmpty() ) { @@ -253,44 +276,42 @@ Config::setHostName( const QString& host ) { gs->insert( "hostname", host ); } - emit hostNameChanged( host ); - emit hostNameStatusChanged( hostNameStatus() ); + emit hostnameChanged( host ); + emit hostnameStatusChanged( hostnameStatus() ); } } const QStringList& -Config::forbiddenHostNames() +Config::forbiddenHostNames() const { - static QStringList forbidden { "localhost" }; - return forbidden; + return m_forbiddenHostNames; } QString -Config::hostNameStatus() const +Config::hostnameStatus() const { // An empty hostname is "ok", even if it isn't really - if ( m_hostName.isEmpty() ) + if ( m_hostname.isEmpty() ) { return QString(); } - if ( m_hostName.length() < HOSTNAME_MIN_LENGTH ) + if ( m_hostname.length() < HOSTNAME_MIN_LENGTH ) { return tr( "Your hostname is too short." ); } - if ( m_hostName.length() > HOSTNAME_MAX_LENGTH ) + if ( m_hostname.length() > HOSTNAME_MAX_LENGTH ) { return tr( "Your hostname is too long." ); } - for ( const QString& badName : forbiddenHostNames() ) + + // "LocalHost" is just as forbidden as "localhost" + if ( forbiddenHostNames().contains( m_hostname, Qt::CaseInsensitive ) ) { - if ( 0 == QString::compare( badName, m_hostName, Qt::CaseSensitive ) ) - { - return tr( "'%1' is not allowed as hostname." ).arg( badName ); - } + return tr( "'%1' is not allowed as hostname." ).arg( m_hostname ); } - if ( !HOSTNAME_RX.exactMatch( m_hostName ) ) + if ( !HOSTNAME_RX.exactMatch( m_hostname ) ) { return tr( "Only letters, numbers, underscore and hyphen are allowed." ); } @@ -298,6 +319,12 @@ Config::hostNameStatus() const return QString(); } +static QString +cleanupForHostname( const QString& s ) +{ + QRegExp dmirx( "[^a-zA-Z0-9]", Qt::CaseInsensitive ); + return s.toLower().replace( dmirx, " " ).remove( ' ' ); +} /** @brief Guess the machine's name * @@ -312,16 +339,11 @@ guessProductName() if ( !tried ) { - // yes validateHostnameText() but these files can be a mess - QRegExp dmirx( "[^a-zA-Z0-9]", Qt::CaseInsensitive ); QFile dmiFile( QStringLiteral( "/sys/devices/virtual/dmi/id/product_name" ) ); if ( dmiFile.exists() && dmiFile.open( QIODevice::ReadOnly ) ) { - dmiProduct = QString::fromLocal8Bit( dmiFile.readAll().simplified().data() ) - .toLower() - .replace( dmirx, " " ) - .remove( ' ' ); + dmiProduct = cleanupForHostname( QString::fromLocal8Bit( dmiFile.readAll().simplified().data() ) ); } if ( dmiProduct.isEmpty() ) { @@ -379,17 +401,37 @@ makeLoginNameSuggestion( const QStringList& parts ) return USERNAME_RX.indexIn( usernameSuggestion ) != -1 ? usernameSuggestion : QString(); } +/** @brief Return an invalid string for use in a hostname, if @p s is empty + * + * Maps empty to "^" (which is invalid in a hostname), everything else + * returns @p s itself. + */ static QString -makeHostnameSuggestion( const QStringList& parts ) +invalidEmpty( const QString& s ) { - static const QRegExp HOSTNAME_RX( "^[a-zA-Z0-9][-a-zA-Z0-9_]*$" ); - if ( parts.isEmpty() || parts.first().isEmpty() ) - { - return QString(); - } + return s.isEmpty() ? QStringLiteral( "^" ) : s; +} - QString productName = guessProductName(); - QString hostnameSuggestion = QStringLiteral( "%1-%2" ).arg( parts.first() ).arg( productName ); +STATICTEST QString +makeHostnameSuggestion( const QString& templateString, const QStringList& fullNameParts, const QString& loginName ) +{ + QHash< QString, QString > replace; + // User data + replace.insert( QStringLiteral( "first" ), + invalidEmpty( fullNameParts.isEmpty() ? QString() : cleanupForHostname( fullNameParts.first() ) ) ); + replace.insert( QStringLiteral( "name" ), invalidEmpty( cleanupForHostname( fullNameParts.join( QString() ) ) ) ); + replace.insert( QStringLiteral( "login" ), invalidEmpty( cleanupForHostname( loginName ) ) ); + // Hardware data + replace.insert( QStringLiteral( "product" ), guessProductName() ); + replace.insert( QStringLiteral( "product2" ), cleanupForHostname( QSysInfo::prettyProductName() ) ); + replace.insert( QStringLiteral( "cpu" ), cleanupForHostname( QSysInfo::currentCpuArchitecture() ) ); + // Hostname data + replace.insert( QStringLiteral( "host" ), invalidEmpty( cleanupForHostname( QSysInfo::machineHostName() ) ) ); + + QString hostnameSuggestion = KMacroExpander::expandMacros( templateString, replace, '$' ); + + // RegExp for valid hostnames; if the suggestion produces a valid name, return it + static const QRegExp HOSTNAME_RX( "^[a-zA-Z0-9][-a-zA-Z0-9_]*$" ); return HOSTNAME_RX.indexIn( hostnameSuggestion ) != -1 ? hostnameSuggestion : QString(); } @@ -415,23 +457,32 @@ Config::setFullName( const QString& name ) if ( name != m_fullName ) { m_fullName = name; + Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage(); + if ( name.isEmpty() ) + { + gs->remove( "fullname" ); + } + else + { + gs->insert( "fullname", name ); + } emit fullNameChanged( name ); // Build login and hostname, if needed static QRegExp rx( "[^a-zA-Z0-9 ]", Qt::CaseInsensitive ); - QString cleanName = CalamaresUtils::removeDiacritics( transliterate( name ) ) - .replace( QRegExp( "[-']" ), "" ) - .replace( rx, " " ) - .toLower() - .simplified(); + const QString cleanName = CalamaresUtils::removeDiacritics( transliterate( name ) ) + .replace( QRegExp( "[-']" ), "" ) + .replace( rx, " " ) + .toLower() + .simplified(); QStringList cleanParts = cleanName.split( ' ' ); if ( !m_customLoginName ) { - QString login = makeLoginNameSuggestion( cleanParts ); + const QString login = makeLoginNameSuggestion( cleanParts ); if ( !login.isEmpty() && login != m_loginName ) { setLoginName( login ); @@ -441,8 +492,8 @@ Config::setFullName( const QString& name ) } if ( !m_customHostName ) { - QString hostname = makeHostnameSuggestion( cleanParts ); - if ( !hostname.isEmpty() && hostname != m_hostName ) + const QString hostname = makeHostnameSuggestion( m_hostnameTemplate, cleanParts, loginName() ); + if ( !hostname.isEmpty() && hostname != m_hostname ) { setHostName( hostname ); // Still not custom @@ -653,7 +704,7 @@ bool Config::isReady() const { bool readyFullName = !fullName().isEmpty(); // Needs some text - bool readyHostname = hostNameStatus().isEmpty(); // .. no warning message + bool readyHostname = hostnameStatus().isEmpty(); // .. no warning message bool readyUsername = !loginName().isEmpty() && loginNameStatus().isEmpty(); // .. no warning message bool readyUserPassword = userPasswordValidity() != Config::PasswordValidity::Invalid; bool readyRootPassword = rootPasswordValidity() != Config::PasswordValidity::Invalid; @@ -734,25 +785,22 @@ setConfigurationDefaultGroups( const QVariantMap& map, QList< GroupDescription > } } -STATICTEST HostNameActions -getHostNameActions( const QVariantMap& configurationMap ) +STATICTEST HostNameAction +getHostNameAction( const QVariantMap& configurationMap ) { HostNameAction setHostName = HostNameAction::EtcHostname; - QString hostnameActionString = CalamaresUtils::getString( configurationMap, "setHostname" ); + QString hostnameActionString = CalamaresUtils::getString( configurationMap, "location" ); if ( !hostnameActionString.isEmpty() ) { bool ok = false; - setHostName = hostNameActionNames().find( hostnameActionString, ok ); + setHostName = hostnameActionNames().find( hostnameActionString, ok ); if ( !ok ) { setHostName = HostNameAction::EtcHostname; // Rather than none } } - HostNameAction writeHosts = CalamaresUtils::getBool( configurationMap, "writeHostsFile", true ) - ? HostNameAction::WriteEtcHosts - : HostNameAction::None; - return setHostName | writeHosts; + return setHostName; } /** @brief Process entries in the passwordRequirements config entry @@ -826,16 +874,60 @@ either( T ( *f )( const QVariantMap&, const QString&, U ), } } +// TODO:3.3: Remove +static void +copyLegacy( const QVariantMap& source, const QString& sourceKey, QVariantMap& target, const QString& targetKey ) +{ + if ( source.contains( sourceKey ) ) + { + if ( target.contains( targetKey ) ) + { + cWarning() << "Legacy *users* key" << sourceKey << "ignored."; + } + else + { + const QVariant legacyValue = source.value( sourceKey ); + cWarning() << "Legacy *users* key" << sourceKey << "overrides hostname-settings."; + target.insert( targetKey, legacyValue ); + } + } +} + +/** @brief Tidy up a list of names + * + * Remove duplicates, apply lowercase, sort. + */ +static void +tidy( QStringList& l ) +{ + std::for_each( l.begin(), l.end(), []( QString& s ) { s = s.toLower(); } ); + l.sort(); + l.removeDuplicates(); +} + void Config::setConfigurationMap( const QVariantMap& configurationMap ) { - QString shell( QLatin1String( "/bin/bash" ) ); // as if it's not set at all - if ( configurationMap.contains( "userShell" ) ) + // Handle *user* key and subkeys and legacy settings { - shell = CalamaresUtils::getString( configurationMap, "userShell" ); + bool ok = false; // Ignored + QVariantMap userSettings = CalamaresUtils::getSubMap( configurationMap, "user", ok ); + + // TODO:3.3: Remove calls to copyLegacy + copyLegacy( configurationMap, "userShell", userSettings, "shell" ); + + QString shell( QLatin1String( "/bin/bash" ) ); // as if it's not set at all + if ( userSettings.contains( "shell" ) ) + { + shell = CalamaresUtils::getString( userSettings, "shell" ); + } + // Now it might be explicitly set to empty, which is ok + setUserShell( shell ); + + m_forbiddenLoginNames = CalamaresUtils::getStringList( userSettings, "forbidden_names" ); + m_forbiddenLoginNames << alwaysForbiddenLoginNames(); + tidy( m_forbiddenLoginNames ); } - // Now it might be explicitly set to empty, which is ok - setUserShell( shell ); setAutoLoginGroup( either< QString, const QString& >( CalamaresUtils::getString, configurationMap, "autologinGroup", "autoLoginGroup", QString() ) ); @@ -844,7 +936,23 @@ Config::setConfigurationMap( const QVariantMap& configurationMap ) ? SudoStyle::UserAndGroup : SudoStyle::UserOnly; - m_hostNameActions = getHostNameActions( configurationMap ); + // Handle *hostname* key and subkeys and legacy settings + { + bool ok = false; // Ignored + QVariantMap hostnameSettings = CalamaresUtils::getSubMap( configurationMap, "hostname", ok ); + + // TODO:3.3: Remove calls to copyLegacy + copyLegacy( configurationMap, "setHostname", hostnameSettings, "location" ); + copyLegacy( configurationMap, "writeHostsFile", hostnameSettings, "writeHostsFile" ); + m_hostnameAction = getHostNameAction( hostnameSettings ); + m_writeEtcHosts = CalamaresUtils::getBool( hostnameSettings, "writeHostsFile", true ); + m_hostnameTemplate + = CalamaresUtils::getString( hostnameSettings, "template", QStringLiteral( "${first}-${product}" ) ); + + m_forbiddenHostNames = CalamaresUtils::getStringList( hostnameSettings, "forbidden_names" ); + m_forbiddenHostNames << alwaysForbiddenHostNames(); + tidy( m_forbiddenHostNames ); + } setConfigurationDefaultGroups( configurationMap, m_defaultGroups ); @@ -923,7 +1031,7 @@ Config::createJobs() const j = new SetPasswordJob( "root", rootPassword() ); jobs.append( Calamares::job_ptr( j ) ); - j = new SetHostNameJob( hostName(), hostNameActions() ); + j = new SetHostNameJob( this ); jobs.append( Calamares::job_ptr( j ) ); return jobs; diff --git a/src/modules/users/Config.h b/src/modules/users/Config.h index e37ee77d5..599fcd6bd 100644 --- a/src/modules/users/Config.h +++ b/src/modules/users/Config.h @@ -20,17 +20,15 @@ #include #include -enum HostNameAction +enum class HostNameAction { - None = 0x0, - EtcHostname = 0x1, // Write to /etc/hostname directly - SystemdHostname = 0x2, // Set via hostnamed(1) - WriteEtcHosts = 0x4 // Write /etc/hosts (127.0.1.1 is this host) + None, + EtcHostname, // Write to /etc/hostname directly + SystemdHostname, // Set via hostnamed(1) + Transient, // Force target system transient, remove /etc/hostname }; -Q_DECLARE_FLAGS( HostNameActions, HostNameAction ) -Q_DECLARE_OPERATORS_FOR_FLAGS( HostNameActions ) -const NamedEnumTable< HostNameAction >& hostNameActionNames(); +const NamedEnumTable< HostNameAction >& hostnameActionNames(); /** @brief Settings for a single group * @@ -101,9 +99,9 @@ class PLUGINDLLEXPORT Config : public Calamares::ModuleSystem::Config Q_PROPERTY( QString loginName READ loginName WRITE setLoginName NOTIFY loginNameChanged ) Q_PROPERTY( QString loginNameStatus READ loginNameStatus NOTIFY loginNameStatusChanged ) - Q_PROPERTY( QString hostName READ hostName WRITE setHostName NOTIFY hostNameChanged ) - Q_PROPERTY( QString hostNameStatus READ hostNameStatus NOTIFY hostNameStatusChanged ) - Q_PROPERTY( HostNameActions hostNameActions READ hostNameActions CONSTANT ) + Q_PROPERTY( QString hostname READ hostname WRITE setHostName NOTIFY hostnameChanged ) + Q_PROPERTY( QString hostnameStatus READ hostnameStatus NOTIFY hostnameStatusChanged ) + Q_PROPERTY( HostNameAction hostnameAction READ hostnameAction CONSTANT ) Q_PROPERTY( QString userPassword READ userPassword WRITE setUserPassword NOTIFY userPasswordChanged ) Q_PROPERTY( QString userPasswordSecondary READ userPasswordSecondary WRITE setUserPasswordSecondary NOTIFY @@ -204,11 +202,19 @@ public: QString loginNameStatus() const; /// The host name (name for the system) - QString hostName() const { return m_hostName; } + QString hostname() const + { + return ( ( hostnameAction() == HostNameAction::EtcHostname ) + || ( hostnameAction() == HostNameAction::SystemdHostname ) ) + ? m_hostname + : QString(); + } /// Status message about hostname -- empty for "ok" - QString hostNameStatus() const; + QString hostnameStatus() const; /// How to write the hostname - HostNameActions hostNameActions() const { return m_hostNameActions; } + HostNameAction hostnameAction() const { return m_hostnameAction; } + /// Write /etc/hosts ? + bool writeEtcHosts() const { return m_writeEtcHosts; } /// Should the user be automatically logged-in? bool doAutoLogin() const { return m_doAutoLogin; } @@ -246,8 +252,8 @@ public: bool isReady() const; - static const QStringList& forbiddenLoginNames(); - static const QStringList& forbiddenHostNames(); + const QStringList& forbiddenLoginNames() const; + const QStringList& forbiddenHostNames() const; public Q_SLOTS: /** @brief Sets the user's shell if possible @@ -293,8 +299,8 @@ signals: void fullNameChanged( const QString& ); void loginNameChanged( const QString& ); void loginNameStatusChanged( const QString& ); - void hostNameChanged( const QString& ); - void hostNameStatusChanged( const QString& ); + void hostnameChanged( const QString& ); + void hostnameStatusChanged( const QString& ); void autoLoginChanged( bool ); void reuseUserPasswordForRootChanged( bool ); void requireStrongPasswordsChanged( bool ); @@ -317,7 +323,7 @@ private: SudoStyle m_sudoStyle = SudoStyle::UserOnly; QString m_fullName; QString m_loginName; - QString m_hostName; + QString m_hostname; QString m_userPassword; QString m_userPasswordSecondary; // enter again to be sure @@ -337,7 +343,13 @@ private: bool m_isReady = false; ///< Used to reduce readyChanged signals - HostNameActions m_hostNameActions; + HostNameAction m_hostnameAction = HostNameAction::EtcHostname; + bool m_writeEtcHosts = false; + QString m_hostnameTemplate; + + QStringList m_forbiddenHostNames; + QStringList m_forbiddenLoginNames; + PasswordCheckList m_passwordChecks; }; diff --git a/src/modules/users/MiscJobs.cpp b/src/modules/users/MiscJobs.cpp index 5cba202e0..fec546d96 100644 --- a/src/modules/users/MiscJobs.cpp +++ b/src/modules/users/MiscJobs.cpp @@ -41,13 +41,10 @@ designatorForStyle( Config::SudoStyle style ) { case Config::SudoStyle::UserOnly: return QStringLiteral( "(ALL)" ); - break; case Config::SudoStyle::UserAndGroup: return QStringLiteral( "(ALL:ALL)" ); - break; } __builtin_unreachable(); - return QString(); } Calamares::JobResult diff --git a/src/modules/users/SetHostNameJob.cpp b/src/modules/users/SetHostNameJob.cpp index 9f81ddfb5..452f6a962 100644 --- a/src/modules/users/SetHostNameJob.cpp +++ b/src/modules/users/SetHostNameJob.cpp @@ -24,31 +24,30 @@ using WriteMode = CalamaresUtils::System::WriteMode; -SetHostNameJob::SetHostNameJob( const QString& hostname, HostNameActions a ) +SetHostNameJob::SetHostNameJob( const Config* c ) : Calamares::Job() - , m_hostname( hostname ) - , m_actions( a ) + , m_config( c ) { } QString SetHostNameJob::prettyName() const { - return tr( "Set hostname %1" ).arg( m_hostname ); + return tr( "Set hostname %1" ).arg( m_config->hostname() ); } QString SetHostNameJob::prettyDescription() const { - return tr( "Set hostname %1." ).arg( m_hostname ); + return tr( "Set hostname %1." ).arg( m_config->hostname() ); } QString SetHostNameJob::prettyStatusMessage() const { - return tr( "Setting hostname %1." ).arg( m_hostname ); + return tr( "Setting hostname %1." ).arg( m_config->hostname() ); } STATICTEST bool @@ -62,16 +61,19 @@ STATICTEST bool writeFileEtcHosts( const QString& hostname ) { // The actual hostname gets substituted in at %1 - static const char etc_hosts[] = R"(# Host addresses + const QString standard_hosts = QStringLiteral( R"(# Standard host addresses 127.0.0.1 localhost -127.0.1.1 %1 ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters -)"; +)" ); + const QString this_host = QStringLiteral( R"(# This host address +127.0.1.1 %1 +)" ); + const QString etc_hosts = standard_hosts + ( hostname.isEmpty() ? QString() : this_host.arg( hostname ) ); return CalamaresUtils::System::instance()->createTargetFile( - QStringLiteral( "/etc/hosts" ), QString( etc_hosts ).arg( hostname ).toUtf8(), WriteMode::Overwrite ); + QStringLiteral( "/etc/hosts" ), etc_hosts.toUtf8(), WriteMode::Overwrite ); } STATICTEST bool @@ -129,29 +131,35 @@ SetHostNameJob::exec() return Calamares::JobResult::error( tr( "Internal Error" ) ); } - if ( m_actions & HostNameAction::EtcHostname ) + switch ( m_config->hostnameAction() ) { - if ( !setFileHostname( m_hostname ) ) + case HostNameAction::None: + break; + case HostNameAction::EtcHostname: + if ( !setFileHostname( m_config->hostname() ) ) { cError() << "Can't write to hostname file"; return Calamares::JobResult::error( tr( "Cannot write hostname to target system" ) ); } + break; + case HostNameAction::SystemdHostname: + // Does its own logging + setSystemdHostname( m_config->hostname() ); + break; + case HostNameAction::Transient: + CalamaresUtils::System::instance()->removeTargetFile( QStringLiteral( "/etc/hostname" ) ); + break; } - if ( m_actions & HostNameAction::WriteEtcHosts ) + if ( m_config->writeEtcHosts() ) { - if ( !writeFileEtcHosts( m_hostname ) ) + if ( !writeFileEtcHosts( m_config->hostname() ) ) { cError() << "Can't write to hosts file"; return Calamares::JobResult::error( tr( "Cannot write hostname to target system" ) ); } } - if ( m_actions & HostNameAction::SystemdHostname ) - { - // Does its own logging - setSystemdHostname( m_hostname ); - } return Calamares::JobResult::ok(); } diff --git a/src/modules/users/SetHostNameJob.h b/src/modules/users/SetHostNameJob.h index 9d44579cb..b32b1d7bb 100644 --- a/src/modules/users/SetHostNameJob.h +++ b/src/modules/users/SetHostNameJob.h @@ -20,15 +20,14 @@ class SetHostNameJob : public Calamares::Job { Q_OBJECT public: - SetHostNameJob( const QString& hostname, HostNameActions a ); + SetHostNameJob( const Config* c ); QString prettyName() const override; QString prettyDescription() const override; QString prettyStatusMessage() const override; Calamares::JobResult exec() override; private: - const QString m_hostname; - const HostNameActions m_actions; + const Config* m_config; }; #endif // SETHOSTNAMEJOB_CPP_H diff --git a/src/modules/users/TestSetHostNameJob.cpp b/src/modules/users/TestSetHostNameJob.cpp index 84602a053..218eaab7b 100644 --- a/src/modules/users/TestSetHostNameJob.cpp +++ b/src/modules/users/TestSetHostNameJob.cpp @@ -92,18 +92,19 @@ UsersTests::testEtcHostname() QVERIFY( QFile::exists( m_dir.path() ) ); QVERIFY( !QFile::exists( m_dir.filePath( "etc" ) ) ); + const QString testHostname = QStringLiteral( "tubophone.calamares.io" ); // Doesn't create intermediate directories - QVERIFY( !setFileHostname( QStringLiteral( "tubophone.calamares.io" ) ) ); + QVERIFY( !setFileHostname( testHostname ) ); QVERIFY( CalamaresUtils::System::instance()->createTargetDirs( "/etc" ) ); QVERIFY( QFile::exists( m_dir.filePath( "etc" ) ) ); // Does write the file - QVERIFY( setFileHostname( QStringLiteral( "tubophone.calamares.io" ) ) ); + QVERIFY( setFileHostname( testHostname ) ); QVERIFY( QFile::exists( m_dir.filePath( "etc/hostname" ) ) ); // 22 for the test string, above, and 1 for the newline - QCOMPARE( QFileInfo( m_dir.filePath( "etc/hostname" ) ).size(), 22 + 1 ); + QCOMPARE( QFileInfo( m_dir.filePath( "etc/hostname" ) ).size(), testHostname.length() + 1 ); } void @@ -113,11 +114,12 @@ UsersTests::testEtcHosts() QVERIFY( QFile::exists( m_dir.path() ) ); QVERIFY( QFile::exists( m_dir.filePath( "etc" ) ) ); - QVERIFY( writeFileEtcHosts( QStringLiteral( "tubophone.calamares.io" ) ) ); + const QString testHostname = QStringLiteral( "tubophone.calamares.io" ); + QVERIFY( writeFileEtcHosts( testHostname ) ); QVERIFY( QFile::exists( m_dir.filePath( "etc/hosts" ) ) ); // The skeleton contains %1 which has the hostname substituted in, so we lose two, - // and the rest of the blabla is 150 (according to Python) - QCOMPARE( QFileInfo( m_dir.filePath( "etc/hosts" ) ).size(), 150 + 22 - 2 ); + // and the rest of the blabla is 145 (the "standard" part) and 34 (the "for this host" part) + QCOMPARE( QFileInfo( m_dir.filePath( "etc/hosts" ) ).size(), 145 + 34 + testHostname.length() - 2 ); } void @@ -138,8 +140,7 @@ UsersTests::testHostnamed() // then this one should, also; or, if the previous one failed, then this // changes to whatever-the-hostname-is, and systemd dbus seems to call that // a success, as well (since nothing changes). So no failure-expectation here. - // QEXPECT_FAIL( "", "Hostname changes are access-controlled (restore)", Continue ); - QVERIFY( setSystemdHostname( m_originalHostName ) ); + setSystemdHostname( m_originalHostName ); } } diff --git a/src/modules/users/Tests.cpp b/src/modules/users/Tests.cpp index acb0c9d6d..b7835251f 100644 --- a/src/modules/users/Tests.cpp +++ b/src/modules/users/Tests.cpp @@ -17,8 +17,10 @@ // Implementation details extern void setConfigurationDefaultGroups( const QVariantMap& map, QList< GroupDescription >& defaultGroups ); -extern HostNameActions getHostNameActions( const QVariantMap& configurationMap ); +extern HostNameAction getHostNameAction( const QVariantMap& configurationMap ); extern bool addPasswordCheck( const QString& key, const QVariant& value, PasswordCheckList& passwordChecks ); +extern QString +makeHostnameSuggestion( const QString& templateString, const QStringList& fullNameParts, const QString& loginName ); /** @brief Test Config object methods and internals * @@ -42,11 +44,18 @@ private Q_SLOTS: void testHostActions_data(); void testHostActions(); + void testHostActions2(); + void testHostSuggestions_data(); + void testHostSuggestions(); + void testPasswordChecks(); void testUserPassword(); void testAutoLogin_data(); void testAutoLogin(); + + void testUserYAML_data(); + void testUserYAML(); }; UserTests::UserTests() {} @@ -111,6 +120,11 @@ UserTests::testGetSet() QVERIFY( c.loginNameStatus().isEmpty() ); // now it's still ok QCOMPARE( c.loginName(), lg ); QCOMPARE( c.fullName(), ful ); + } + // Test forbidden login names + { + QVERIFY( c.forbiddenLoginNames().contains( QStringLiteral( "root" ) ) ); + QVERIFY( c.loginNameStatus().isEmpty() ); // it's ok now c.setLoginName( "root" ); QVERIFY( !c.loginNameStatus().isEmpty() ); // can't be root } @@ -228,6 +242,15 @@ UserTests::testHostActions_data() QTest::newRow( "bad " ) << true << QString( "derp" ) << int( HostNameAction::EtcHostname ); QTest::newRow( "none " ) << true << QString( "none" ) << int( HostNameAction::None ); QTest::newRow( "systemd" ) << true << QString( "Hostnamed" ) << int( HostNameAction::SystemdHostname ); + QTest::newRow( "etc(1) " ) << true << QString( "etcfile" ) << int( HostNameAction::EtcHostname ); + QTest::newRow( "etc(2) " ) << true << QString( "etc" ) << int( HostNameAction::EtcHostname ); + QTest::newRow( "etc-bad" ) + << true << QString( "etchost" ) + << int( HostNameAction::EtcHostname ); // This isn't a valid name, but defaults to EtcHostname + QTest::newRow( "ci-sysd" ) << true << QString( "hOsTnaMed" ) + << int( HostNameAction::SystemdHostname ); // Case-insensitive + QTest::newRow( "trbs " ) << true << QString( "transient" ) << int( HostNameAction::Transient ); + QTest::newRow( "ci-trns" ) << true << QString( "trANSient" ) << int( HostNameAction::Transient ); } void @@ -240,16 +263,77 @@ UserTests::testHostActions() QVariantMap m; if ( set ) { - m.insert( "setHostname", string ); + m.insert( "location", string ); } - QCOMPARE( getHostNameActions( m ), - HostNameActions( result ) | HostNameAction::WriteEtcHosts ); // write bits default to true + // action is independent of writeHostsFile + QCOMPARE( getHostNameAction( m ), HostNameAction( result ) ); m.insert( "writeHostsFile", false ); - QCOMPARE( getHostNameActions( m ), HostNameActions( result ) ); + QCOMPARE( getHostNameAction( m ), HostNameAction( result ) ); m.insert( "writeHostsFile", true ); - QCOMPARE( getHostNameActions( m ), HostNameActions( result ) | HostNameAction::WriteEtcHosts ); + QCOMPARE( getHostNameAction( m ), HostNameAction( result ) ); } +void +UserTests::testHostActions2() +{ + Config c; + QVariantMap legacy; + + // Test defaults + c.setConfigurationMap( legacy ); + QCOMPARE( c.hostnameAction(), HostNameAction::EtcHostname ); + QCOMPARE( c.writeEtcHosts(), true ); + + legacy.insert( "writeHostsFile", false ); + legacy.insert( "setHostname", "Hostnamed" ); + c.setConfigurationMap( legacy ); + QCOMPARE( c.hostnameAction(), HostNameAction::SystemdHostname ); + QCOMPARE( c.writeEtcHosts(), false ); +} + + +void +UserTests::testHostSuggestions_data() +{ + QTest::addColumn< QString >( "templateString" ); + QTest::addColumn< QString >( "result" ); + + QTest::newRow( "unset " ) << QString() << QString(); + QTest::newRow( "const " ) << QStringLiteral( "derp" ) << QStringLiteral( "derp" ); + QTest::newRow( "escaped" ) << QStringLiteral( "$$" ) << QString(); // Because invalid + QTest::newRow( "default" ) << QStringLiteral( "${first}-pc" ) + << QStringLiteral( "chuck-pc" ); // Avoid ${product} because it's DMI-based + QTest::newRow( "full " ) << QStringLiteral( "${name}" ) << QStringLiteral( "chuckyeager" ); + QTest::newRow( "login+ " ) << QStringLiteral( "${login}-${first}" ) << QStringLiteral( "bill-chuck" ); + // This is a bit dodgy: assumes CPU architecture of the testing host + QTest::newRow( " cpu " ) << QStringLiteral( "${cpu}X" ) + << QStringLiteral( "x8664X" ); // Assume we don't test on non-amd64 + // These have X X in the template to indicate that they are bogus. Mostly we want + // to see what the template engine does for these. + QTest::newRow( "@prod " ) << QStringLiteral( "X${product}X" ) << QString(); + QTest::newRow( "@prod2 " ) << QStringLiteral( "X${product2}X" ) << QString(); + QTest::newRow( "@host " ) << QStringLiteral( "X${host}X" ) << QString(); +} + +void +UserTests::testHostSuggestions() +{ + const QStringList fullName { "Chuck", "Yeager" }; + const QString login { "bill" }; + + QFETCH( QString, templateString ); + QFETCH( QString, result ); + + if ( templateString.startsWith( 'X' ) && templateString.endsWith( 'X' ) ) + { + QEXPECT_FAIL( "", "Test is too host-specific", Continue ); + cWarning() << Logger::SubEntry << "Next test" << templateString << "->" + << makeHostnameSuggestion( templateString, fullName, login ); + } + QCOMPARE( makeHostnameSuggestion( templateString, fullName, login ), result ); +} + + void UserTests::testPasswordChecks() { @@ -379,6 +463,58 @@ UserTests::testAutoLogin() QCOMPARE( c.autoLoginGroup(), autoLoginGroupName ); } +void +UserTests::testUserYAML_data() +{ + QTest::addColumn< QString >( "filename" ); + QTest::addColumn< QString >( "shell" ); + + QTest::newRow( "old, unset " ) << "tests/7ao-shell.conf" + << "/bin/bash"; + QTest::newRow( "old, empty " ) << "tests/7bo-shell.conf" + << ""; + QTest::newRow( "old, relative" ) << "tests/7co-shell.conf" + << "/bin/ls"; // Setting is ignored + QTest::newRow( "old, invalid " ) << "tests/7do-shell.conf" + << ""; + QTest::newRow( "old, absolute" ) << "tests/7eo-shell.conf" + << "/usr/bin/dash"; + + QTest::newRow( "new, unset " ) << "tests/7an-shell.conf" + << "/bin/bash"; + QTest::newRow( "new, empty " ) << "tests/7bn-shell.conf" + << ""; + QTest::newRow( "new, relative" ) << "tests/7cn-shell.conf" + << "/bin/ls"; // Setting is ignored + QTest::newRow( "new, invalid " ) << "tests/7dn-shell.conf" + << ""; + QTest::newRow( "new, absolute" ) << "tests/7en-shell.conf" + << "/usr/bin/dash"; +} + +void +UserTests::testUserYAML() +{ + Config c; + c.setUserShell( QStringLiteral( "/bin/ls" ) ); + + QFETCH( QString, filename ); + QFETCH( QString, shell ); + + // BUILD_AS_TEST is the source-directory path + QFile fi( QString( "%1/%2" ).arg( BUILD_AS_TEST, filename ) ); + QVERIFY( fi.exists() ); + + bool ok = false; + const auto map = CalamaresUtils::loadYaml( fi, &ok ); + QVERIFY( ok ); + QVERIFY( map.count() > 0 ); + + QCOMPARE( c.userShell(), QStringLiteral( "/bin/ls" ) ); + c.setConfigurationMap( map ); + QCOMPARE( c.userShell(), shell ); +} + QTEST_GUILESS_MAIN( UserTests ) diff --git a/src/modules/users/UsersPage.cpp b/src/modules/users/UsersPage.cpp index 6ac6c5bf6..7936e9fc0 100644 --- a/src/modules/users/UsersPage.cpp +++ b/src/modules/users/UsersPage.cpp @@ -105,18 +105,31 @@ UsersPage::UsersPage( Config* config, QWidget* parent ) connect( ui->textBoxFullName, &QLineEdit::textEdited, config, &Config::setFullName ); connect( config, &Config::fullNameChanged, this, &UsersPage::onFullNameTextEdited ); - ui->textBoxHostName->setText( config->hostName() ); - connect( ui->textBoxHostName, &QLineEdit::textEdited, config, &Config::setHostName ); - connect( config, - &Config::hostNameChanged, - [ this ]( const QString& name ) - { - if ( !ui->textBoxHostName->hasFocus() ) + // If the hostname is going to be written out, then show the field + if ( ( m_config->hostnameAction() == HostNameAction::EtcHostname ) + || ( m_config->hostnameAction() == HostNameAction::SystemdHostname ) ) + { + ui->textBoxHostname->setText( config->hostname() ); + connect( ui->textBoxHostname, &QLineEdit::textEdited, config, &Config::setHostName ); + connect( config, + &Config::hostnameChanged, + [ this ]( const QString& name ) { - ui->textBoxHostName->setText( name ); - } - } ); - connect( config, &Config::hostNameStatusChanged, this, &UsersPage::reportHostNameStatus ); + if ( !ui->textBoxHostname->hasFocus() ) + { + ui->textBoxHostname->setText( name ); + } + } ); + connect( config, &Config::hostnameStatusChanged, this, &UsersPage::reportHostNameStatus ); + } + else + { + // Need to hide the hostname parts individually because there's no widget-group + ui->hostnameLabel->hide(); + ui->labelHostname->hide(); + ui->textBoxHostname->hide(); + ui->labelHostnameError->hide(); + } ui->textBoxLoginName->setText( config->loginName() ); connect( ui->textBoxLoginName, &QLineEdit::textEdited, config, &Config::setLoginName ); @@ -155,7 +168,7 @@ UsersPage::UsersPage( Config* config, QWidget* parent ) onReuseUserPasswordChanged( m_config->reuseUserPasswordForRoot() ); onFullNameTextEdited( m_config->fullName() ); reportLoginNameStatus( m_config->loginNameStatus() ); - reportHostNameStatus( m_config->hostNameStatus() ); + reportHostNameStatus( m_config->hostnameStatus() ); ui->textBoxLoginName->setEnabled( m_config->isEditable( "loginName" ) ); ui->textBoxFullName->setEnabled( m_config->isEditable( "fullName" ) ); @@ -218,7 +231,7 @@ UsersPage::reportLoginNameStatus( const QString& status ) void UsersPage::reportHostNameStatus( const QString& status ) { - labelStatus( ui->labelHostname, ui->labelHostnameError, m_config->hostName(), status ); + labelStatus( ui->labelHostname, ui->labelHostnameError, m_config->hostname(), status ); } static inline void diff --git a/src/modules/users/page_usersetup.ui b/src/modules/users/page_usersetup.ui index ba1c0bc7d..daad98174 100644 --- a/src/modules/users/page_usersetup.ui +++ b/src/modules/users/page_usersetup.ui @@ -42,7 +42,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
- + @@ -129,7 +129,7 @@ SPDX-License-Identifier: GPL-3.0-or-later - + @@ -218,7 +218,7 @@ SPDX-License-Identifier: GPL-3.0-or-later - + What is the name of this computer? @@ -228,9 +228,9 @@ SPDX-License-Identifier: GPL-3.0-or-later - + - + 0 @@ -304,7 +304,7 @@ SPDX-License-Identifier: GPL-3.0-or-later - + Qt::Vertical @@ -330,7 +330,7 @@ SPDX-License-Identifier: GPL-3.0-or-later - + @@ -500,7 +500,7 @@ SPDX-License-Identifier: GPL-3.0-or-later - + diff --git a/src/modules/users/tests/7an-shell.conf b/src/modules/users/tests/7an-shell.conf new file mode 100644 index 000000000..772ea5236 --- /dev/null +++ b/src/modules/users/tests/7an-shell.conf @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +--- +# Unset (bogus needed to keep it valid YAML) +user: + # shell: /usr/bin/dash + bogus: true diff --git a/src/modules/users/tests/7ao-shell.conf b/src/modules/users/tests/7ao-shell.conf new file mode 100644 index 000000000..e2b49dc79 --- /dev/null +++ b/src/modules/users/tests/7ao-shell.conf @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +--- +# Unset (bogus needed to keep it valid YAML) +# userShell: /usr/bin/dash +bogus: true diff --git a/src/modules/users/tests/7bn-shell.conf b/src/modules/users/tests/7bn-shell.conf new file mode 100644 index 000000000..7e568eefd --- /dev/null +++ b/src/modules/users/tests/7bn-shell.conf @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +--- +# Explicitly empty +user: + shell: "" + diff --git a/src/modules/users/tests/7bo-shell.conf b/src/modules/users/tests/7bo-shell.conf new file mode 100644 index 000000000..1ecaf192b --- /dev/null +++ b/src/modules/users/tests/7bo-shell.conf @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +--- +# Explicitly empty +userShell: "" + diff --git a/src/modules/users/tests/7cn-shell.conf b/src/modules/users/tests/7cn-shell.conf new file mode 100644 index 000000000..a13e44933 --- /dev/null +++ b/src/modules/users/tests/7cn-shell.conf @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +--- +# Non-absolute path is ignored +user: + shell: dash + diff --git a/src/modules/users/tests/7co-shell.conf b/src/modules/users/tests/7co-shell.conf new file mode 100644 index 000000000..b3e2d58d4 --- /dev/null +++ b/src/modules/users/tests/7co-shell.conf @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +--- +# Non-absolute path is ignored +userShell: dash + diff --git a/src/modules/users/tests/7dn-shell.conf b/src/modules/users/tests/7dn-shell.conf new file mode 100644 index 000000000..ddca7f40c --- /dev/null +++ b/src/modules/users/tests/7dn-shell.conf @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +--- +# Invalid setting (should be string), won't pass validation +user: + shell: [1] + diff --git a/src/modules/users/tests/7do-shell.conf b/src/modules/users/tests/7do-shell.conf new file mode 100644 index 000000000..18871495c --- /dev/null +++ b/src/modules/users/tests/7do-shell.conf @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +--- +# Invalid setting (should be string), won't pass validation +userShell: [1] + diff --git a/src/modules/users/tests/7en-shell.conf b/src/modules/users/tests/7en-shell.conf new file mode 100644 index 000000000..d0a28a7e4 --- /dev/null +++ b/src/modules/users/tests/7en-shell.conf @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +--- +# Explicitly set with full path +user: + shell: /usr/bin/dash + diff --git a/src/modules/users/tests/7eo-shell.conf b/src/modules/users/tests/7eo-shell.conf new file mode 100644 index 000000000..e8fbbf756 --- /dev/null +++ b/src/modules/users/tests/7eo-shell.conf @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +--- +# Explicitly set with full path +userShell: /usr/bin/dash + diff --git a/src/modules/users/tests/7fb-shell.conf b/src/modules/users/tests/7fb-shell.conf new file mode 100644 index 000000000..cd660e897 --- /dev/null +++ b/src/modules/users/tests/7fb-shell.conf @@ -0,0 +1,10 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +--- +# Explicitly set with full path +user: + shell: /usr/bin/new + bogus: true + +userShell: /usr/bin/old diff --git a/src/modules/users/tests/7fn-shell.conf b/src/modules/users/tests/7fn-shell.conf new file mode 100644 index 000000000..13dca6da4 --- /dev/null +++ b/src/modules/users/tests/7fn-shell.conf @@ -0,0 +1,10 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +--- +# Explicitly set with full path +user: + shell: /usr/bin/new + bogus: true + +# userShell: /usr/bin/old diff --git a/src/modules/users/tests/7fo-shell.conf b/src/modules/users/tests/7fo-shell.conf new file mode 100644 index 000000000..c15db233d --- /dev/null +++ b/src/modules/users/tests/7fo-shell.conf @@ -0,0 +1,10 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +--- +# Explicitly set with full path +user: + # shell: /usr/bin/new + bogus: true + +userShell: /usr/bin/old diff --git a/src/modules/users/users.conf b/src/modules/users/users.conf index 9f932c0a1..779d1afdf 100644 --- a/src/modules/users/users.conf +++ b/src/modules/users/users.conf @@ -140,28 +140,87 @@ allowWeakPasswords: false # to be unchecked. allowWeakPasswordsDefault: false -# Shell to be used for the regular user of the target system. -# There are three possible kinds of settings: -# - unset (i.e. commented out, the default), act as if set to /bin/bash -# - empty (explicit), don't pass shell information to useradd at all -# and rely on a correct configuration file in /etc/default/useradd -# - set, non-empty, use that path as shell. No validation is done -# that the shell actually exists or is executable. +# User settings +# +# The user can enter a username, but there are some other +# hidden settings for the user which are configurable in Calamares. +# +# Key *user* has the following sub-keys: +# +# - *shell* Shell to be used for the regular user of the target system. +# There are three possible kinds of settings: +# - unset (i.e. commented out, the default), act as if set to /bin/bash +# - empty (explicit), don't pass shell information to useradd at all +# and rely on a correct configuration file in /etc/default/useradd +# - set, non-empty, use that path as shell. No validation is done +# that the shell actually exists or is executable. +# - *forbidden_names* Login names that may not be used. This list always +# contains "root" and "nobody", but may be extended to list other special +# names for a given distro (eg. "video", or "mysql" might not be a valid +# end-user login name). +user: + shell: /bin/bash + forbidden_names: [ root ] +# TODO:3.3: Remove this setting +# +# This is the legacy setting for user.shell userShell: /bin/bash -# Hostname setting +# Hostname settings # # The user can enter a hostname; this is configured into the system -# in some way; pick one of: +# in some way. There are settings for how a hostname is guessed (as +# a default / suggestion) and where (or how) the hostname is set in +# the target system. +# +# Key *hostname* has the following sub-keys: +# +# - *location* How the hostname is set in the target system: # - *None*, to not set the hostname at all # - *EtcFile*, to write to `/etc/hostname` directly +# - *Etc*, identical to above # - *Hostnamed*, to use systemd hostnamed(1) over DBus -# The default is *EtcFile*. +# - *Transient*, to remove `/etc/hostname` from the target +# The default is *EtcFile*. Setting this to *None* or *Transient* will +# hide the hostname field. +# - *writeHostsFile* Should /etc/hosts be written with a hostname for +# this machine (also adds localhost and some ipv6 standard entries). +# Defaults to *true*. +# - *template* Is a simple template for making a suggestion for the +# hostname, based on user data. The default is "${first}-${product}". +# This is used only if the hostname field is shown. KMacroExpander is +# used; write `${key}` where `key` is one of the following: +# - *first* User's first name (whatever is first in the User Name field, +# which is first-in-order but not necessarily a "first name" as in +# "given name" or "name by which you call someone"; beware of western bias) +# - *name* All the text in the User Name field. +# - *login* The login name (which may be suggested based on User Name) +# - *product* The hardware product, based on DMI data +# - *product2* The product as described by Qt +# - *cpu* CPU name +# - *host* Current hostname (which may be a transient hostname) +# Literal text in the template is preserved. Calamares tries to map +# `${key}` values to something that will fit in a hostname, but does not +# apply the same to literal text in the template. Do not use invalid +# characters in the literal text, or no suggeston will be done. +# - *forbidden_names* lists hostnames that may not be used. This list +# always contains "localhost", but may list others that are unsuitable +# or broken in special ways. +hostname: + location: EtcFile + writeHostsFile: true + template: "derp-${cpu}" + forbidden_names: [ localhost ] + +# TODO:3.3: Remove this setting +# +# This is a legacy setting for hostname.location; if it is set +# at all, and there is no setting for hostname.location, it is used. setHostname: EtcFile -# Should /etc/hosts be written with a hostname for this machine -# (also adds localhost and some ipv6 standard entries). -# Defaults to *true*. +# TODO:3.3: Remove this setting +# +# This is a legacy setting for hostname.writeHostsFile writeHostsFile: true presets: diff --git a/src/modules/users/users.schema.yaml b/src/modules/users/users.schema.yaml index 3b49061bc..025f8a3d2 100644 --- a/src/modules/users/users.schema.yaml +++ b/src/modules/users/users.schema.yaml @@ -8,6 +8,12 @@ type: object properties: # User shell, should be path to /bin/sh or so userShell: { type: string } + user: + additionalProperties: false + type: object + properties: + shell: { type: string } # Overrides userShell + forbidden_names: { type: array, items: { type: string } } # Group settings defaultGroups: type: array @@ -40,7 +46,15 @@ properties: minLength: { type: number } maxLength: { type: number } libpwquality: { type: array, items: { type: string } } # Don't know what libpwquality supports - # Hostname setting + hostname: + additionalProperties: false + type: object + properties: + location: { type: string, enum: [ None, EtcFile, Hostnamed, Transient ] } + writeHostsFile: { type: boolean, default: true } + template: { type: string, default: "${first}-${product}" } + forbidden_names: { type: array, items: { type: string } } + # Legacy Hostname setting setHostname: { type: string, enum: [ None, EtcFile, Hostnamed ] } writeHostsFile: { type: boolean, default: true } diff --git a/src/modules/usersq/usersq.qml b/src/modules/usersq/usersq.qml index 71155af4b..febdb5be5 100644 --- a/src/modules/usersq/usersq.qml +++ b/src/modules/usersq/usersq.qml @@ -1,6 +1,6 @@ /* === This file is part of Calamares - === * - * SPDX-FileCopyrightText: 2020 - 2021 Anke Boersma + * SPDX-FileCopyrightText: 2020 - 2022 Anke Boersma * SPDX-FileCopyrightText: 2021 Adriaan de Groot * SPDX-License-Identifier: GPL-3.0-or-later * @@ -123,6 +123,7 @@ Kirigami.ScrollablePage { Kirigami.InlineMessage { id: userMessage Layout.fillWidth: true + showCloseButton: true visible: false type: Kirigami.MessageType.Error text: qsTr("Only lowercase letters, numbers, underscore and hyphen are allowed.") @@ -131,6 +132,7 @@ Kirigami.ScrollablePage { Kirigami.InlineMessage { id: forbiddenMessage Layout.fillWidth: true + showCloseButton: true visible: false type: Kirigami.MessageType.Error text: qsTr("root is not allowed as username.") @@ -149,7 +151,7 @@ Kirigami.ScrollablePage { id: _hostName width: parent.width placeholderText: qsTr("Computer Name") - text: config.hostName + text: config.hostname validator: RegularExpressionValidator { regularExpression: /[a-zA-Z0-9][-a-zA-Z0-9_]+/ } onTextChanged: acceptableInput @@ -185,6 +187,7 @@ Kirigami.ScrollablePage { Kirigami.InlineMessage { id: hostMessage Layout.fillWidth: true + showCloseButton: true visible: false type: Kirigami.MessageType.Error text: qsTr("Only letters, numbers, underscore and hyphen are allowed, minimal of two characters.") @@ -193,6 +196,7 @@ Kirigami.ScrollablePage { Kirigami.InlineMessage { id: forbiddenHost Layout.fillWidth: true + showCloseButton: true visible: false type: Kirigami.MessageType.Error text: qsTr("localhost is not allowed as hostname.") diff --git a/src/modules/welcome/Config.cpp b/src/modules/welcome/Config.cpp index 94f2192c2..e5b2da211 100644 --- a/src/modules/welcome/Config.cpp +++ b/src/modules/welcome/Config.cpp @@ -10,6 +10,7 @@ #include "Config.h" #include "Branding.h" +#include "CalamaresAbout.h" #include "GlobalStorage.h" #include "JobQueue.h" #include "Settings.h" @@ -121,32 +122,42 @@ void Config::initLanguages() { // Find the best initial translation - QLocale defaultLocale = QLocale( QLocale::system().name() ); + CalamaresUtils::Locale::Translation defaultTranslation; - cDebug() << "Matching locale" << defaultLocale; - int matchedLocaleIndex = m_languages->find( [&]( const QLocale& x ) { - return x.language() == defaultLocale.language() && x.country() == defaultLocale.country(); - } ); + cDebug() << "Trying to match locale" << defaultTranslation.id(); + int matchedLocaleIndex = m_languages->find( defaultTranslation.id() ); + // Need to match by some other means than the exact translation Id if ( matchedLocaleIndex < 0 ) { - cDebug() << Logger::SubEntry << "Matching approximate locale" << defaultLocale.language(); - matchedLocaleIndex - = m_languages->find( [&]( const QLocale& x ) { return x.language() == defaultLocale.language(); } ); - } + QLocale defaultLocale = defaultTranslation.locale(); - if ( matchedLocaleIndex < 0 ) - { - QLocale en_us( QLocale::English, QLocale::UnitedStates ); + cDebug() << "Trying to match locale" << defaultLocale; + matchedLocaleIndex = m_languages->find( + [ & ]( const QLocale& x ) + { return x.language() == defaultLocale.language() && x.country() == defaultLocale.country(); } ); - cDebug() << Logger::SubEntry << "Matching English (US)"; - matchedLocaleIndex = m_languages->find( en_us ); - - // Now, if it matched, because we didn't match the system locale, switch to the one found - if ( matchedLocaleIndex >= 0 ) + if ( matchedLocaleIndex < 0 ) { - QLocale::setDefault( m_languages->locale( matchedLocaleIndex ).locale() ); + cDebug() << Logger::SubEntry << "Trying to match approximate locale" << defaultLocale.language(); + + matchedLocaleIndex + = m_languages->find( [ & ]( const QLocale& x ) { return x.language() == defaultLocale.language(); } ); + } + + if ( matchedLocaleIndex < 0 ) + { + QLocale en_us( QLocale::English, QLocale::UnitedStates ); + + cDebug() << Logger::SubEntry << "Trying to match English (US)"; + matchedLocaleIndex = m_languages->find( en_us ); + + // Now, if it matched, because we didn't match the system locale, switch to the one found + if ( matchedLocaleIndex >= 0 ) + { + QLocale::setDefault( m_languages->locale( matchedLocaleIndex ).locale() ); + } } } @@ -156,7 +167,7 @@ Config::initLanguages() } else { - cWarning() << "No available translation matched" << defaultLocale; + cWarning() << "No available translation matched" << defaultTranslation.id() << defaultTranslation.locale(); } } @@ -191,7 +202,8 @@ Config::setLocaleIndex( int index ) QLocale::setDefault( selectedTranslation.locale() ); const auto* branding = Calamares::Branding::instance(); - CalamaresUtils::installTranslator( selectedTranslation.id(), branding ? branding->translationsDirectory() : QString() ); + CalamaresUtils::installTranslator( selectedTranslation.id(), + branding ? branding->translationsDirectory() : QString() ); if ( Calamares::JobQueue::instance() && Calamares::JobQueue::instance()->globalStorage() ) { CalamaresUtils::Locale::insertGS( *Calamares::JobQueue::instance()->globalStorage(), @@ -236,6 +248,13 @@ Config::setSupportUrl( const QString& url ) emit supportUrlChanged(); } +QString +Config::aboutMessage() const +{ + return Calamares::aboutString(); +} + + QString Config::genericWelcomeMessage() const { @@ -367,13 +386,16 @@ setGeoIP( Config* config, const QVariantMap& configurationMap ) if ( handler->type() != CalamaresUtils::GeoIP::Handler::Type::None ) { auto* future = new FWString(); - QObject::connect( future, &FWString::finished, [config, future, handler]() { - QString countryResult = future->future().result(); - cDebug() << "GeoIP result for welcome=" << countryResult; - ::setCountry( config, countryResult, handler ); - future->deleteLater(); - delete handler; - } ); + QObject::connect( future, + &FWString::finished, + [ config, future, handler ]() + { + QString countryResult = future->future().result(); + cDebug() << "GeoIP result for welcome=" << countryResult; + ::setCountry( config, countryResult, handler ); + future->deleteLater(); + delete handler; + } ); future->setFuture( handler->queryRaw() ); } else diff --git a/src/modules/welcome/Config.h b/src/modules/welcome/Config.h index c01bdf7e3..49d9a1b11 100644 --- a/src/modules/welcome/Config.h +++ b/src/modules/welcome/Config.h @@ -52,6 +52,7 @@ class Config : public QObject Q_PROPERTY( QString countryCode MEMBER m_countryCode NOTIFY countryCodeChanged FINAL ) Q_PROPERTY( int localeIndex READ localeIndex WRITE setLocaleIndex NOTIFY localeIndexChanged ) + Q_PROPERTY( QString aboutMessage READ aboutMessage CONSTANT FINAL ) Q_PROPERTY( QString genericWelcomeMessage MEMBER m_genericWelcomeMessage NOTIFY genericWelcomeMessageChanged FINAL ) Q_PROPERTY( QString warningMessage READ warningMessage NOTIFY warningMessageChanged FINAL ) @@ -89,6 +90,7 @@ public: QString donateUrl() const { return m_donateUrl; } void setDonateUrl( const QString& url ); + QString aboutMessage() const; QString genericWelcomeMessage() const; QString warningMessage() const; diff --git a/src/modules/welcome/WelcomePage.cpp b/src/modules/welcome/WelcomePage.cpp index 1ea3f2429..597317069 100644 --- a/src/modules/welcome/WelcomePage.cpp +++ b/src/modules/welcome/WelcomePage.cpp @@ -15,6 +15,7 @@ #include "ui_WelcomePage.h" #include "Branding.h" +#include "CalamaresAbout.h" #include "CalamaresVersion.h" #include "Config.h" #include "Settings.h" @@ -26,7 +27,6 @@ #include "utils/Logger.h" #include "utils/NamedEnum.h" #include "utils/Retranslator.h" -#include "widgets/TranslationFix.h" #include #include @@ -47,8 +47,6 @@ WelcomePage::WelcomePage( Config* config, QWidget* parent ) const int defaultFontHeight = CalamaresUtils::defaultFontHeight(); ui->setupUi( this ); - ui->aboutButton->setIcon( CalamaresUtils::defaultPixmap( - CalamaresUtils::Information, CalamaresUtils::Original, 2 * QSize( defaultFontHeight, defaultFontHeight ) ) ); // insert system-check widget below welcome text const int welcome_text_idx = ui->verticalLayout->indexOf( ui->mainText ); @@ -77,7 +75,6 @@ WelcomePage::WelcomePage( Config* config, QWidget* parent ) CALAMARES_RETRANSLATE_SLOT( &WelcomePage::retranslate ); - connect( ui->aboutButton, &QPushButton::clicked, this, &WelcomePage::showAboutBox ); connect( Calamares::ModuleManager::instance(), &Calamares::ModuleManager::requirementsComplete, m_checkingWidget, @@ -150,7 +147,7 @@ WelcomePage::setupButton( Button role, const QString& url ) } if ( !button ) { - qWarning() << "Unknown button role" << smash( role ); + cWarning() << "Unknown button role" << smash( role ); return; } @@ -165,11 +162,11 @@ WelcomePage::setupButton( Button role, const QString& url ) { auto size = 2 * QSize( CalamaresUtils::defaultFontHeight(), CalamaresUtils::defaultFontHeight() ); button->setIcon( CalamaresUtils::defaultPixmap( icon, CalamaresUtils::Original, size ) ); - connect( button, &QPushButton::clicked, [u]() { QDesktopServices::openUrl( u ); } ); + connect( button, &QPushButton::clicked, [ u ]() { QDesktopServices::openUrl( u ); } ); } else { - qWarning() << "Welcome button" << smash( role ) << "URL" << url << "is invalid."; + cWarning() << "Welcome button" << smash( role ) << "URL" << url << "is invalid."; button->hide(); } } @@ -208,64 +205,13 @@ WelcomePage::setLanguageIcon( QPixmap i ) void WelcomePage::retranslate() { - QString message; - - if ( Calamares::Settings::instance()->isSetupMode() ) - { - message = Calamares::Branding::instance()->welcomeStyleCalamares() - ? tr( "

Welcome to the Calamares setup program for %1.

" ) - : tr( "

Welcome to %1 setup.

" ); - } - else - { - message = Calamares::Branding::instance()->welcomeStyleCalamares() - ? tr( "

Welcome to the Calamares installer for %1.

" ) - : tr( "

Welcome to the %1 installer.

" ); - } + const QString message = m_conf->genericWelcomeMessage(); ui->mainText->setText( message.arg( Calamares::Branding::instance()->versionedName() ) ); ui->retranslateUi( this ); ui->supportButton->setText( tr( "%1 support" ).arg( Calamares::Branding::instance()->shortProductName() ) ); } -void -WelcomePage::showAboutBox() -{ - QString title - = Calamares::Settings::instance()->isSetupMode() ? tr( "About %1 setup" ) : tr( "About %1 installer" ); - QMessageBox mb( QMessageBox::Information, - title.arg( CALAMARES_APPLICATION_NAME ), - tr( "

%1


" - "%2
" - "for %3


" - "Copyright 2014-2017 Teo Mrnjavac <teo@kde.org>
" - "Copyright 2017-2020 Adriaan de Groot <groot@kde.org>
" - "Thanks to the Calamares team " - "and the Calamares " - "translators team.

" - "Calamares " - "development is sponsored by
" - "Blue Systems - " - "Liberating Software." ) - .arg( CALAMARES_APPLICATION_NAME ) - .arg( CALAMARES_VERSION ) - .arg( Calamares::Branding::instance()->versionedName() ), - QMessageBox::Ok, - this ); - Calamares::fixButtonLabels( &mb ); - mb.setIconPixmap( CalamaresUtils::defaultPixmap( - CalamaresUtils::Squid, - CalamaresUtils::Original, - QSize( CalamaresUtils::defaultFontHeight() * 6, CalamaresUtils::defaultFontHeight() * 6 ) ) ); - QGridLayout* layout = reinterpret_cast< QGridLayout* >( mb.layout() ); - if ( layout ) - { - layout->setColumnMinimumWidth( 2, CalamaresUtils::defaultFontHeight() * 24 ); - } - mb.exec(); -} - - void LocaleTwoColumnDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index ) const { diff --git a/src/modules/welcome/WelcomePage.h b/src/modules/welcome/WelcomePage.h index dba1f6a28..d5741240d 100644 --- a/src/modules/welcome/WelcomePage.h +++ b/src/modules/welcome/WelcomePage.h @@ -53,7 +53,6 @@ public: public slots: void retranslate(); - void showAboutBox(); protected: void focusInEvent( QFocusEvent* e ) override; //choose the child widget to focus diff --git a/src/modules/welcome/WelcomePage.ui b/src/modules/welcome/WelcomePage.ui index 9460a6c56..edd14c172 100644 --- a/src/modules/welcome/WelcomePage.ui +++ b/src/modules/welcome/WelcomePage.ui @@ -134,16 +134,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
- - - - &About - - - true - - - diff --git a/src/modules/welcome/checker/GeneralRequirements.cpp b/src/modules/welcome/checker/GeneralRequirements.cpp index ca7219ca4..5950bd396 100644 --- a/src/modules/welcome/checker/GeneralRequirements.cpp +++ b/src/modules/welcome/checker/GeneralRequirements.cpp @@ -152,10 +152,10 @@ GeneralRequirements::checkRequirements() { checkEntries.append( { entry, - [req = m_requiredStorageGiB] { return tr( "has at least %1 GiB available drive space" ).arg( req ); }, - [req = m_requiredStorageGiB] { - return tr( "There is not enough drive space. At least %1 GiB is required." ).arg( req ); - }, + [ req = m_requiredStorageGiB ] + { return tr( "has at least %1 GiB available drive space" ).arg( req ); }, + [ req = m_requiredStorageGiB ] + { return tr( "There is not enough drive space. At least %1 GiB is required." ).arg( req ); }, enoughStorage, m_entriesToRequire.contains( entry ) } ); } @@ -163,8 +163,8 @@ GeneralRequirements::checkRequirements() { checkEntries.append( { entry, - [req = m_requiredRamGiB] { return tr( "has at least %1 GiB working memory" ).arg( req ); }, - [req = m_requiredRamGiB] { + [ req = m_requiredRamGiB ] { return tr( "has at least %1 GiB working memory" ).arg( req ); }, + [ req = m_requiredRamGiB ] { return tr( "The system does not have enough working memory. At least %1 GiB is required." ) .arg( req ); }, @@ -191,7 +191,8 @@ GeneralRequirements::checkRequirements() { checkEntries.append( { entry, [] { return tr( "is running the installer as an administrator (root)" ); }, - [] { + [] + { return Calamares::Settings::instance()->isSetupMode() ? tr( "The setup program is not running with administrator rights." ) : tr( "The installer is not running with administrator rights." ); @@ -203,7 +204,8 @@ GeneralRequirements::checkRequirements() { checkEntries.append( { entry, [] { return tr( "has a screen large enough to show the whole installer" ); }, - [] { + [] + { return Calamares::Settings::instance()->isSetupMode() ? tr( "The screen is too small to display the setup program." ) : tr( "The screen is too small to display the installer." ); diff --git a/src/modules/welcome/checker/ResultsListWidget.cpp b/src/modules/welcome/checker/ResultsListWidget.cpp index acbb48e42..a5d92b590 100644 --- a/src/modules/welcome/checker/ResultsListWidget.cpp +++ b/src/modules/welcome/checker/ResultsListWidget.cpp @@ -110,10 +110,11 @@ ResultsListDialog::ResultsListDialog( const Calamares::RequirementsModel& model, m_title = new QLabel( this ); m_title->setObjectName( "resultDialogTitle" ); - createResultWidgets( - entriesLayout, m_resultWidgets, model, []( const Calamares::RequirementsModel& m, QModelIndex i ) { - return m.data( i, Calamares::RequirementsModel::HasDetails ).toBool(); - } ); + createResultWidgets( entriesLayout, + m_resultWidgets, + model, + []( const Calamares::RequirementsModel& m, QModelIndex i ) + { return m.data( i, Calamares::RequirementsModel::HasDetails ).toBool(); } ); QDialogButtonBox* buttonBox = new QDialogButtonBox( QDialogButtonBox::Close, Qt::Horizontal, this ); buttonBox->setObjectName( "resultDialogButtons" ); @@ -182,9 +183,8 @@ ResultsListWidget::ResultsListWidget( Config* config, QWidget* parent ) // all *mandatory* entries are satisfied (gives errors if not). const bool requirementsSatisfied = config->requirementsModel()->satisfiedRequirements(); - auto isUnSatisfied = []( const Calamares::RequirementsModel& m, QModelIndex i ) { - return !m.data( i, Calamares::RequirementsModel::Satisfied ).toBool(); - }; + auto isUnSatisfied = []( const Calamares::RequirementsModel& m, QModelIndex i ) + { return !m.data( i, Calamares::RequirementsModel::Satisfied ).toBool(); }; createResultWidgets( entriesLayout, m_resultWidgets, *( config->requirementsModel() ), isUnSatisfied ); diff --git a/src/modules/welcomeq/about.qml b/src/modules/welcomeq/about.qml deleted file mode 100644 index 21050c4ea..000000000 --- a/src/modules/welcomeq/about.qml +++ /dev/null @@ -1,112 +0,0 @@ -/* === This file is part of Calamares - === - * - * SPDX-FileCopyrightText: 2020 Anke Boersma - * SPDX-License-Identifier: GPL-3.0-or-later - * - * Calamares is Free Software: see the License-Identifier above. - * - */ - -import io.calamares.ui 1.0 - -import QtQuick 2.7 -import QtQuick.Controls 2.0 -import QtQuick.Layouts 1.3 - -Item { - width: parent.width - height: parent.height - focus: true - - property var appName: "Calamares" - property var appVersion: "3.2.24" - - Rectangle { - id: textArea - x: 28 - y: 14 - anchors.fill: parent - color: "#f2f2f2" - - Column { - id: column - x: 130 - y: 40 - - - Rectangle { - width: 560 - height: 250 - radius: 10 - border.width: 0 - - Text { - width: 400 - height: 250 - anchors.centerIn: parent - text: qsTr("

%1


- %2
- for %3


- Copyright 2014-2017 Teo Mrnjavac <teo@kde.org>
- Copyright 2017-2020 Adriaan de Groot <groot@kde.org>
- Thanks to the Calamares team - and the Calamares - translators team.

- Calamares - development is sponsored by
- Blue Systems - - Liberating Software." ) - .arg(appName) - .arg(appVersion) - .arg(Branding.string(Branding.VersionedName)) - - onLinkActivated: Qt.openUrlExternally(link) - - MouseArea { - anchors.fill: parent - acceptedButtons: Qt.NoButton - cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor - } - - font.pointSize: 10 - anchors.verticalCenterOffset: 10 - anchors.horizontalCenterOffset: 40 - wrapMode: Text.WordWrap - } - - Image { - id: image - x: 8 - y: 12 - height: 100 - fillMode: Image.PreserveAspectFit - source: "img/squid.png" - } - - } - - } - - ToolButton { - id: toolButton - x: 19 - y: 29 - width: 105 - height: 48 - text: qsTr("Back") - hoverEnabled: true - onClicked: load.source = "" - - Image { - id: image1 - x: 0 - y: 13 - width: 22 - height: 22 - source: "img/chevron-left-solid.svg" - fillMode: Image.PreserveAspectFit - } - } - } - -} diff --git a/src/modules/welcomeq/welcomeq.qml b/src/modules/welcomeq/welcomeq.qml index 02b5424c7..acb1cebf2 100644 --- a/src/modules/welcomeq/welcomeq.qml +++ b/src/modules/welcomeq/welcomeq.qml @@ -61,20 +61,6 @@ Page spacing: Kirigami.Units.largeSpacing* 2 - Button { - Layout.fillWidth: true - text: qsTr("About") - icon.name: "dialog-information" - Kirigami.Theme.backgroundColor: Qt.rgba(Kirigami.Theme.backgroundColor.r, Kirigami.Theme.backgroundColor.g, Kirigami.Theme.backgroundColor.b, 0.4) - Kirigami.Theme.textColor: Kirigami.Theme.textColor - - visible: true - onClicked: { - //onClicked: load.source = "file:/usr/share/calamares/branding/default/show.qml" - onClicked: load.source = "about.qml" - } - } - Button { Layout.fillWidth: true text: qsTr("Support") diff --git a/src/modules/welcomeq/welcomeq.qrc b/src/modules/welcomeq/welcomeq.qrc index ef41f816a..6f7a9c5df 100644 --- a/src/modules/welcomeq/welcomeq.qrc +++ b/src/modules/welcomeq/welcomeq.qrc @@ -1,7 +1,6 @@ welcomeq.qml - about.qml release_notes.qml Recommended.qml Requirements.qml