diff --git a/web/src/po/po.ca.js b/web/src/po/po.ca.js index 3d6dd52a6e..51bf8a73f4 100644 --- a/web/src/po/po.ca.js +++ b/web/src/po/po.ca.js @@ -318,9 +318,6 @@ export default { "Before %s": [ "Abans: %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Abans d'instal·lar, heu de prendre algunes decisions. Cliqueu a cada secció per revisar-ne la configuració." - ], "Before starting the installation, you need to address the following problems:": [ "Abans de començar la instal·lació, heu de resoldre els problemes següents:" ], @@ -955,8 +952,8 @@ export default { "Formatted": [ "Formatat" ], - "Formatting DASD devices": [ - "Formatatge de dispositius DASD" + "Formatting devices": [ + "Formatatge de dispositius" ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "L'encriptació de disc complet (FDE) permet protegir la informació emmagatzemada als sistemes de fitxers nous, incloses dades, programes i fitxers del sistema." @@ -1591,9 +1588,6 @@ export default { "Potential data loss affecting at least %s": [ "Pèrdua potencial de dades que afecta com a mínim els sistemes següents: %s" ], - "Pre-installation checks": [ - "Comprovacions prèvies a la instal·lació" - ], "Prefix length or netmask": [ "Longitud del prefix o màscara de xarxa" ], @@ -2160,6 +2154,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "La contrasenya no caldrà per arrencar i accedir a les dades si el TPM pot verificar la integritat del sistema. El segellat de TPM requereix que el nou sistema s'iniciï directament a la primera execució." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "El producte es registrarà amb el nom d'amfitrió %s." ], diff --git a/web/src/po/po.cs.js b/web/src/po/po.cs.js index 4edebc0bb0..81ef1e0e3b 100644 --- a/web/src/po/po.cs.js +++ b/web/src/po/po.cs.js @@ -236,9 +236,6 @@ export default { "Before %s": [ "Před %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Před zahájením instalace bude nutné provést několik rozhodnutí. Pro kontrolu nastavení klikněte na každou část zvlášt." - ], "Before starting the installation, you need to address the following problems:": [ "Před zahájením instalace vyřešte tyto problémy:" ], @@ -712,9 +709,6 @@ export default { "Formatted": [ "Formátován" ], - "Formatting DASD devices": [ - "Formátuji zařízení DASD" - ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "Šifrování celého disku (FDE) umožňuje chránit informace uložené na nových souborových systémech, včetně dat, programů a systémových souborů." ], @@ -1221,9 +1215,6 @@ export default { "Potential data loss affecting at least %s": [ "Možná ztráta dat týkající se alespoň %s" ], - "Pre-installation checks": [ - "Kontrola před instalací" - ], "Prefix length or netmask": [ "Délka předpony nebo maska sítě" ], @@ -1697,6 +1688,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "Dokáže-li čip TPM ověřit integritu systému, nebude heslo pro spuštění systému a přístup k datům potřebné. Zapečetění TPM vyžaduje, aby byl nový systém spuštěn hned při prvním použití." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "Produkt bude zaregistrován se jménem hostitele \"%s\"" ], diff --git a/web/src/po/po.de.js b/web/src/po/po.de.js index 349d51c760..9fa63915a4 100644 --- a/web/src/po/po.de.js +++ b/web/src/po/po.de.js @@ -315,9 +315,6 @@ export default { "Before %s": [ "Vor %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Vor der Installation müssen Sie einige Entscheidungen treffen. Klicken Sie auf jeden Abschnitt, um die Einstellungen zu überprüfen." - ], "Before starting the installation, you need to address the following problems:": [ "Bevor Sie mit der Installation beginnen, müssen Sie sich mit folgenden Problemen befassen:" ], @@ -952,9 +949,6 @@ export default { "Formatted": [ "Formatiert" ], - "Formatting DASD devices": [ - "DASD-Geräte formatieren" - ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "Die vollständige Festplattenverschlüsselung (FDE) ermöglicht den Schutz der in den neuen Dateisystemen gespeicherten Informationen, einschließlich Daten, Programmen und Systemdateien." ], @@ -1585,9 +1579,6 @@ export default { "Potential data loss affecting at least %s": [ "Potenzieller Datenverlust, von dem mindestens %s betroffen sind" ], - "Pre-installation checks": [ - "Prüfungen vor der Installation" - ], "Prefix length or netmask": [ "Präfixlänge oder Netzmaske" ], @@ -2151,6 +2142,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "Das Passwort wird nicht benötigt, um zu booten und auf die Daten zuzugreifen, wenn das TPM die Integrität des Systems verifizieren kann. Die TPM-Versiegelung erfordert, dass das neue System bei seinem ersten Start direkt gebootet wird." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "Das Produkt wird unter dem Hostnamen „%s“ registriert" ], diff --git a/web/src/po/po.el.js b/web/src/po/po.el.js index 99e53e9948..68a6ee9a30 100644 --- a/web/src/po/po.el.js +++ b/web/src/po/po.el.js @@ -305,9 +305,6 @@ export default { "Before %s": [ "Πριν %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Πριν την εγκατάσταση, πρέπει να λάβετε κάποιες αποφάσεις. Κάντε κλικ σε κάθε ενότητα για να ελέγξετε τις ρυθμίσεις." - ], "Before starting the installation, you need to address the following problems:": [ "Πριν ξεκινήσετε την εγκατάσταση, πρέπει να επιλύσετε τα ακόλουθα προβλήματα:" ], @@ -939,9 +936,6 @@ export default { "Formatted": [ "Διαμορφωμένο" ], - "Formatting DASD devices": [ - "Διαμόρφωση συσκευών DASD" - ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "Η Πλήρης Κρυπτογράφηση Δίσκου (FDE) επιτρέπει την προστασία των πληροφοριών που αποθηκεύονται στα νέα συστήματα αρχείων, συμπεριλαμβανομένων των δεδομένων, των προγραμμάτων και των αρχείων συστήματος." ], @@ -1560,9 +1554,6 @@ export default { "Potential data loss affecting at least %s": [ "Πιθανή απώλεια δεδομένων που επηρεάζει τουλάχιστον το %s" ], - "Pre-installation checks": [ - "Έλεγχοι προ-εγκατάστασης" - ], "Prefix length or netmask": [ "Μήκος προθέματος ή μάσκα δικτύου" ], @@ -2123,6 +2114,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "Ο κωδικός πρόσβασης δεν θα απαιτείται για την εκκίνηση και την πρόσβαση στα δεδομένα εάν το TPM μπορεί να επαληθεύσει την ακεραιότητα του συστήματος. Η σφράγιση (sealing) TPM απαιτεί την απευθείας εκκίνηση του νέου συστήματος κατά την πρώτη του εκτέλεση." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "Το προϊόν θα εγγραφεί με το όνομα συστήματος (hostname) «%s»" ], diff --git a/web/src/po/po.es.js b/web/src/po/po.es.js index 0b76c66853..d20cd0e8e5 100644 --- a/web/src/po/po.es.js +++ b/web/src/po/po.es.js @@ -261,9 +261,6 @@ export default { "Before %s": [ "Antes de %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Antes de instalar, tiene que tomar algunas decisiones. Haga clic en cada sección para revisar la configuración." - ], "Before starting the installation, you need to address the following problems:": [ "Antes de comenzar la instalación, debe solucionar los siguientes problemas:" ], @@ -797,9 +794,6 @@ export default { "Formatted": [ "Formateado" ], - "Formatting DASD devices": [ - "Formatear dispositivos DASD" - ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "El cifrado completo del disco (FDE) permite proteger la información almacenada en los nuevos sistemas de archivos, incluidos datos, programas y archivos del sistema." ], @@ -1337,9 +1331,6 @@ export default { "Potential data loss affecting at least %s": [ "" ], - "Pre-installation checks": [ - "Comprobaciones previas a la instalación" - ], "Prefix length or netmask": [ "Longitud del prefijo o máscara de red" ], @@ -1822,6 +1813,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "La contraseña no será necesaria para arrancar y acceder a los datos si TPM puede verificar la integridad del sistema. El sellado TPM requiere que el nuevo sistema se arranque directamente en su primera ejecución." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "El producto se registrará con el nombre de host \"%s\"" ], diff --git a/web/src/po/po.fi.js b/web/src/po/po.fi.js index 1ddd79b474..d66e6e5624 100644 --- a/web/src/po/po.fi.js +++ b/web/src/po/po.fi.js @@ -274,9 +274,6 @@ export default { "Before %s": [ "Ennen %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Joitain valintoja tulee tehdä ennen asennusta. Käy läpi jokainen osio tarkistaaksesi asetukset." - ], "Before starting the installation, you need to address the following problems:": [ "Ennen asennuksen käynnistämistä sinun tulee ratkaista seuraavat ongelmat:" ], @@ -814,9 +811,6 @@ export default { "Formatted": [ "Alustettu" ], - "Formatting DASD devices": [ - "Alustetaan DASD-laitteita" - ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "Koko levyn salaus (FDE) mahdollistaa uusien tiedostojärjestelmien tietojen, kuten datan, ohjelmistojen ja järjestelmätiedostojen, turvaamisen." ], @@ -1378,9 +1372,6 @@ export default { "Potential data loss affecting at least %s": [ "Tietoja voidaan menettää ainakin: %s" ], - "Pre-installation checks": [ - "Ennen asennusta tehtävät tarkistukset" - ], "Prefix length or netmask": [ "Etuliitteen pituus tai verkkomaski" ], @@ -1875,6 +1866,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "Salasanaa ei tarvita käynnistämiseen ja tietoihin pääsyyn, jos TPM onnistuu varmistamaan järjestelmän eheyden. TPM-sinetöinti vaatii, että uuteen järjestelmään käynnistetään suoraan ensimmäisellä kerralla." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "Tuote rekisteröidään isäntänimellä ”%s”" ], diff --git a/web/src/po/po.fr.js b/web/src/po/po.fr.js index 23b8b96d99..21854167fb 100644 --- a/web/src/po/po.fr.js +++ b/web/src/po/po.fr.js @@ -261,9 +261,6 @@ export default { "Before %s": [ "Avant %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Avant d'effectuer l'installation, vous devez prendre certaines décisions. Cliquez sur chaque section pour réviser les paramètres." - ], "Before starting the installation, you need to address the following problems:": [ "Avant de démarrer l'installation, vous devez résoudre les problèmes suivants :" ], @@ -782,9 +779,6 @@ export default { "Formatted": [ "Formaté" ], - "Formatting DASD devices": [ - "Formatage des périphériques DASD" - ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "Le processus FDE (Full Disk Encryption) permet de protéger les informations stockées sur les nouveaux systèmes de fichiers, y compris les données, les programmes et les fichiers système." ], @@ -1298,9 +1292,6 @@ export default { "Potential data loss affecting at least %s": [ "" ], - "Pre-installation checks": [ - "Contrôles préalables à l'installation" - ], "Prefix length or netmask": [ "Longueur du préfixe ou masque de sous-réseau" ], @@ -1780,6 +1771,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "Le mot de passe ne sera pas nécessaire pour démarrer et accéder aux données si le TPM peut vérifier l'intégrité du système. Le verrouillage du TPM requiert que le nouveau système soit démarré directement lors de sa première exécution." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "" ], diff --git a/web/src/po/po.id.js b/web/src/po/po.id.js index eb5acc17ad..4239409a0c 100644 --- a/web/src/po/po.id.js +++ b/web/src/po/po.id.js @@ -294,9 +294,6 @@ export default { "Before %s": [ "Sebelum %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Sebelum menginstal, Anda harus membuat beberapa keputusan. Klik pada setiap bagian untuk meninjau pengaturan." - ], "Before starting the installation, you need to address the following problems:": [ "Sebelum memulai penginstalan, Anda perlu mengatasi masalah berikut ini:" ], @@ -924,9 +921,6 @@ export default { "Formatted": [ "Diformat" ], - "Formatting DASD devices": [ - "Memformat perangkat DASD" - ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "Enkripsi Disk Penuh (FDE) memungkinkan untuk melindungi informasi yang disimpan di sistem berkas baru, termasuk data, program, dan berkas sistem." ], @@ -1542,9 +1536,6 @@ export default { "Potential data loss affecting at least %s": [ "Potensi kehilangan data yang memengaruhi setidaknya %s" ], - "Pre-installation checks": [ - "Pemeriksaan pra-instalasi" - ], "Prefix length or netmask": [ "Panjang awalan atau netmask" ], @@ -2094,6 +2085,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "Kata sandi tidak akan diperlukan untuk mem-boot dan mengakses data jika TPM dapat memverifikasi integritas sistem. Penyegelan TPM mengharuskan sistem baru untuk di-boot secara langsung saat pertama kali dijalankan." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "Produk akan di-registrasi dengan hostname \"%s\"" ], diff --git a/web/src/po/po.it.js b/web/src/po/po.it.js index 90fcd740eb..b064135105 100644 --- a/web/src/po/po.it.js +++ b/web/src/po/po.it.js @@ -265,9 +265,6 @@ export default { "Before %s": [ "Prima %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Per continuare con l'installazione, devi prendere alcune decisioni. Clicca su ciascuna sezione per esaminare le impostazioni." - ], "Before starting the installation, you need to address the following problems:": [ "Prima di procedere all'installazione, è necessario risolvere i seguenti problemi:" ], @@ -792,9 +789,6 @@ export default { "Formatted": [ "Formattato" ], - "Formatting DASD devices": [ - "Formattazione dei dispositivi DASD" - ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "Full Disk Encryption (FDE) consente di proteggere le informazioni memorizzate nei nuovi file system, tra cui dati, programmi e file di sistema." ], @@ -1311,9 +1305,6 @@ export default { "Potential data loss affecting at least %s": [ "" ], - "Pre-installation checks": [ - "Controlli pre installazione" - ], "Prefix length or netmask": [ "Lunghezza prefisso o netmask" ], @@ -1799,6 +1790,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "Non sarà necessaria la password per avviare e accedere ai dati se TPM è in grado di verificare l'integrità del sistema. La sigillatura del TPM richiede che il nuovo sistema venga avviato direttamente alla sua prima esecuzione." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "" ], diff --git a/web/src/po/po.ja.js b/web/src/po/po.ja.js index 8b7116167e..562ea35cb3 100644 --- a/web/src/po/po.ja.js +++ b/web/src/po/po.ja.js @@ -306,9 +306,6 @@ export default { "Before %s": [ "変更前: %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "インストールを行う前に、あらかじめいくつかの決定をしておかなければなりません。それぞれのセクションを押して設定内容をご確認ください。" - ], "Before starting the installation, you need to address the following problems:": [ "インストールを開始する前に、下記の問題に対応する必要があります:" ], @@ -759,6 +756,9 @@ export default { "Do not format %s and keep the data": [ "%s をフォーマットせず既存のデータを維持" ], + "Do not register": [ + "登録しない" + ], "Do not use": [ "使用しない" ], @@ -939,8 +939,8 @@ export default { "Formatted": [ "フォーマット済み" ], - "Formatting DASD devices": [ - "DASD デバイスをフォーマットしています" + "Formatting devices": [ + "デバイスをフォーマットしています" ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "完全ディスク暗号化 (Full Disk Encryption; FDE) を使用することで、データやプログラム、システムファイルなど、新しく作成するファイルシステム内に配置される情報への保護を行います。" @@ -1572,9 +1572,6 @@ export default { "Potential data loss affecting at least %s": [ "少なくとも %s に影響する潜在的なデータ削除が発生します" ], - "Pre-installation checks": [ - "インストール前チェック" - ], "Prefix length or netmask": [ "プレフィクス長またはサブネットマスク" ], @@ -1587,6 +1584,9 @@ export default { "Product is already registered": [ "製品は既に登録済みです" ], + "Product not found": [ + "製品が見つかりません" + ], "Protection for the information stored at the new file systems, including data, programs, and system files.": [ "データやプログラム、システムファイルなど、新しく作成するファイルシステム内に配置される情報への保護を行います。" ], @@ -1633,7 +1633,7 @@ export default { "データを更新しています..." ], "Register": [ - "登録" + "登録する" ], "Register using SUSE server": [ "SUSE サーバを利用して登録" @@ -2130,6 +2130,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "TPM 側でシステムの一貫性検証が成功すると、起動とデータへのアクセス処理に際してパスワードが不要になります。 TPM シーリングを使用するには、新しいシステムの初回起動時に直接起動を行う必要があります。" ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "リポジトリ内には製品が見つかりませんでした。そのため、インストールを続行することができません。" + ], "The product will be registered with \"%s\" hostname": [ "製品をホスト名 \"%s\" で登録します" ], @@ -2164,7 +2167,7 @@ export default { "btrfs スナップショットの使用可否に応じて、 %s 向けのサイズを動的に調整します。" ], "The size is configured as a range between %s and %s, but this interface cannot handle ranges with a given max size.": [ - "サイズを %s から %s までの範囲で設定していますが、この最大値の設定は UI ではサポートされていません。" + "サイズを %s から %s までの範囲で設定していますが、この最大値の設定は本インターフェイスではサポートされていません。" ], "The size must be a number followed by a unit of the form GiB (power of 2) or GB (power of 10).": [ "サイズは、数値の後に GiB (2 のべき乗で指定する場合) や GB (10 のべき乗で指定する場合) の形式で単位を付けて入力する必要があります。" diff --git a/web/src/po/po.ka.js b/web/src/po/po.ka.js index e356b0770e..51892ba916 100644 --- a/web/src/po/po.ka.js +++ b/web/src/po/po.ka.js @@ -29,7 +29,7 @@ export default { "%1$s %2$s-ზე" ], "%1$s keyboard - %2$s timezone": [ - "" + "%1$s კლავიატურა - %2$s დროის სარტყელი" ], "%1$s will be created as a partition at %2$s": [ "%1$s შეიქმნება დანაყოფის სახით %2$s-ზე", @@ -60,7 +60,7 @@ export default { "%s - %s" ], "%s and %d others": [ - "" + "%s და კიდევ %d" ], "%s and %s": [ "%s და %s" @@ -286,7 +286,7 @@ export default { "LUN-ების ავტომატური სკანირება" ], "Auto and manual": [ - "" + "ავტო და ხელით" ], "Automatic": [ "ავტომატური" @@ -318,9 +318,6 @@ export default { "Before %s": [ "%s-მდე" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "" - ], "Before starting the installation, you need to address the following problems:": [ "დაყენების დაწყებამდე საჭიროა შემდეგი პრობლემების გადაწყვეტა:" ], @@ -349,7 +346,7 @@ export default { "ჩატვირთვის პარამეტრები" ], "Breadcrumbs": [ - "" + "ნავიგაციის პანელი" ], "Btrfs": [ "Btrfs" @@ -358,13 +355,13 @@ export default { "Btrfs სწრაფი ასლებით" ], "By proceeding, the installation will begin with defined settings.": [ - "" + "თუ გააგრძელებთ, დაყენება აღწერილი პარამეტრებით დაიწყება." ], "CHAP authentication performed by the target": [ "სამიზნის მიერ შესრულებული CHAP ავთენტიკაცია" ], "CPU": [ - "" + "CPU" ], "Cancel": [ "გაუქმება" @@ -654,7 +651,7 @@ export default { "DHCP და %s" ], "DHCP, %s": [ - "" + "DHCP, %s" ], "DIAG": [ "დიაგ" @@ -705,7 +702,7 @@ export default { "მიმდინარე შემცველობის წაშლა" ], "Delete existing data and install %s?": [ - "" + "წაიშალოს არსებული მონაცემები და დავაყენო %s?" ], "Delete volume group": [ "ტომების ჯგუფის წაშლა" @@ -773,6 +770,9 @@ export default { "Do not format %s and keep the data": [ "%s-ის არდაფორმატებადა მონაცემების შენარჩუნება" ], + "Do not register": [ + "რეგისტრაციის გარეშე" + ], "Do not use": [ "არ გამოიყენო" ], @@ -780,7 +780,7 @@ export default { "ჟურნალის გადმოწერა" ], "Download logs to troubleshoot or share with support.": [ - "" + "ჟურნალის გადმოწერა პრობლემების გადასაჭრელად, ან მხარდაჭერის გუნდთან გასაზიარებლად." ], "Edit": [ "ჩასწორება" @@ -807,7 +807,7 @@ export default { "ცარიელი LVM ტომების ჯგუფი %s" ], "Enable mutual verification": [ - "" + "ორმხრივი გადამოწმების ჩართვა" ], "Encrypt the system": [ "სისტემის დაშიფვრა" @@ -955,8 +955,8 @@ export default { "Formatted": [ "დაფორმატებული" ], - "Formatting DASD devices": [ - "DASD მოწყობილობების დაფორმატება" + "Formatting devices": [ + "მოწყობილობების დაფორმატება" ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "" @@ -1017,7 +1017,7 @@ export default { "IP-ის მორგება" ], "IPs": [ - "" + "IP-ები" ], "IPv4": [ "IPv4" @@ -1032,7 +1032,7 @@ export default { "თუ დარწმუნებული არ ბრძანდებით, გააუქმეთ ეს და გადახედეთ საცავის პარამეტრებს." ], "If you are unsure, check and adjust the storage settings.": [ - "" + "თუ დარწმუნებული არ ბრძანებით, შეამოწმეთ და გაასწორეთ საცავის პარამეტრები." ], "If you want to disable this check, please specify \"inst.ay_check=0\" at kernels command-line": [ "" @@ -1059,7 +1059,7 @@ export default { "დაყენება ახლავე" ], "Install now with potential data loss": [ - "" + "დაყენება ახლავე პოტენციური მონაცემთა კარგვით" ], "Installation complete": [ "დაყენება დასრულდა" @@ -1080,7 +1080,7 @@ export default { "დაყენების მორგება" ], "Installation settings will automatically update to match the new product's defaults.": [ - "" + "დაყენების პარამეტრები ავტომატურად განახლდება, რომ დაემთხვეს ახალი პროდუქტის ნაგულისხმევ მნშვნელობებს." ], "Installation will take %s.": [ "დაყენებას დასჭირდება %s." @@ -1104,7 +1104,7 @@ export default { "არასწორი საცავის პარამეტრები" ], "Ip prefix or netmask": [ - "IP პრეფიქსი ან ქსელის ნიღაბი" + "ip პრეფიქსი ან ქსელის ნიღაბი" ], "Issue date": [ "გამოცემის თარიღი" @@ -1161,7 +1161,7 @@ export default { "LUN" ], "LVM": [ - "" + "LVM" ], "Label": [ "ჭდე" @@ -1179,7 +1179,7 @@ export default { "დაყენების პროგრამისთვის ზომის შეთავაზების უფლების დართვა" ], "License acceptance is required to continue.": [ - "" + "გასაგრძელებლად ლიცენზიაზე თანხმობა აუცილებელია." ], "License acceptance required": [ "აუცილებელია ლიცენზიაზე დათანხმება" @@ -1236,7 +1236,7 @@ export default { "მაქს. არხი" ], "Memory": [ - "" + "მეხსიერება" ], "MiB": [ "მიბ" @@ -1245,7 +1245,7 @@ export default { "მინ. არხი" ], "Missing": [ - "" + "ნაკლული" ], "Mode": [ "რეჟიმი" @@ -1257,7 +1257,7 @@ export default { "პარამეტრების და ფიზიკური ტომების შეცვლა" ], "More": [ - "" + "მეტი" ], "More actions": [ "მეტი ქმედება" @@ -1269,7 +1269,7 @@ export default { "დაყენების პროგრამის მეტი პარამეტრები" ], "More keymap layout might be available for the selected product at [Localization] page": [ - "" + "მონიშნული პროდუქტისთვის მეტი კლავიატურის რუკა შეიძლება, ხელმისაწვდომი იყოს [ლოკალიზაციის] გვერდზე" ], "More language and keyboard layout options for the selected product may be available in [Localization] page.": [ "" @@ -1337,7 +1337,7 @@ export default { "სახელი" ], "Needs about %s": [ - "" + "საჭიროა დაახლ %s" ], "Network": [ "ქსელი" @@ -1373,7 +1373,7 @@ export default { "შემცველობა აღმოჩენილი არაა" ], "No data loss is expected": [ - "" + "მონაცემთა კარგვა მოსალოდნელი არაა" ], "No device is currently using this connection.": [ "ამ კავშირს, ამჟამად, არც ერთი მოწყობილობა იყენებს." @@ -1418,7 +1418,7 @@ export default { "სამიზნეები ხელმისაწვდომი არაა" ], "No targets have been discovered or configured.": [ - "" + "სამიზნეები აღმოჩენილი, ან მორგებული არ ყოფილა." ], "No targets matches filters": [ "ფილტრს სამიზნე არ ემთხვევა" @@ -1430,7 +1430,7 @@ export default { "სწორი მისამართის გარეშე." ], "No valid port.": [ - "" + "სწორი პორტის გარეშე." ], "No wired connections were found": [ "მავთულიანი მიერთება აღმოჩენილი არაა" @@ -1586,26 +1586,26 @@ export default { "პორტალი" ], "Potential data loss": [ - "" + "პოტენციური მონაცემთა კარგვა" ], "Potential data loss affecting at least %s": [ - "" - ], - "Pre-installation checks": [ - "დაყენებისწინა შემოწმებები" + "პოტენციური მონაცემთა კარგვა, რომელიც, მინიმუმ, ეხება სისტემას %s" ], "Prefix length or netmask": [ "პრეფიქსის სიგრძე ან ნეტმასკა" ], "Proceeding may result in data loss": [ - "" + "გაგრძელებამ, შეიძლება, მონაცემთა კარგვა გამოიწვიოს" ], "Proceeding will delete existing data, including %s": [ - "" + "გაგრძელება წაშლის არსებულ მონაცემებს, %s-ის ჩათვლით" ], "Product is already registered": [ "პროდუქტი უკვე რეგისტრირებულია" ], + "Product not found": [ + "პროდუქტი აღმოჩენილი არაა" + ], "Protection for the information stored at the new file systems, including data, programs, and system files.": [ "" ], @@ -1643,7 +1643,7 @@ export default { "გადატვირთვა" ], "Reboot to try again.": [ - "" + "თავიდან საცდელად გადატვირთეთ." ], "Recommended": [ "რეკომენდებულია" @@ -1694,11 +1694,11 @@ export default { "რეპოზიტორიის ჩატვირთვა ჩავარდა" ], "Required packages": [ - "" + "აუცილებელი პაკეტები" ], "Required packages and %s pattern": [ - "", - "" + "აუცილებელი პაკეტები და %s ნიმუში", + "აუცილებელი პაკეტები და %s ნიმუში" ], "Rescan devices": [ "მოწყობილობების თავიდან სკანირება" @@ -1728,13 +1728,13 @@ export default { "გადახედვა და დაყენება" ], "Root login with SSH key": [ - "" + "Root-ის შესვლა SSH გასაღებით" ], "Root login with password": [ "Root-ით შესვლა პაროლით" ], "Root login with password and SSH key": [ - "" + "Root-ის შესვლა პაროლით და SSH გასაღებით" ], "Root user": [ "Root მომხმარებელი" @@ -1970,7 +1970,7 @@ export default { "სტატუსი" ], "Status filter toggle": [ - "" + "სტატუსის ფილტრის გადრთვა" ], "Step %1$d of %2$d": [ "ნაბიჯი %1$d %2$d-დან" @@ -1988,7 +1988,7 @@ export default { "Swap" ], "Switch to a different mode": [ - "" + "სხვა რეჟიმზე გადართვა" ], "Switch to a different mode or another product": [ "გადართვა სხვა პროდუქტზე, ან რეჟიმზე", @@ -2014,10 +2014,10 @@ export default { "სამიზნე" ], "Target not found": [ - "" + "სამიზნე აღმოჩენილი არაა" ], "Temporary name that may change after reboot or network changes": [ - "" + "დროებითი სახელი, რომელიც შეიძლება, შეიცვალოს გადატვირთვის, ან ქსელის ცვლილების შემდეგ" ], "The LVM group '%1$s' will remain at %2$s": [ "LVM ჯგუფი '%1$s' დარჩება დისკზე '%2$s'" @@ -2160,6 +2160,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "" ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "პროდუქტი დარეგისტრირდება ჰოსტის სახელით \"%s\"" ], @@ -2484,7 +2487,7 @@ export default { "გამოიყენება გარდამავლი ჰოსტის სახელი: %s" ], "View license": [ - "" + "ლიცენზიის ნახვა" ], "Volume group %s": [ "ტომების ჯგუფი %s" @@ -2502,7 +2505,7 @@ export default { "WWPN" ], "Wait until current operations are completed.": [ - "" + "მოითმინეთ, სანამ მიმდინარე ოპერაციები არ დასრულდება." ], "Waiting for a mount point": [ "მიმაგრების წერტილის მოლოდინი" @@ -2553,7 +2556,7 @@ export default { "შეგიძლიათ, გადატვირთოთ მანაქანა და შეხვიდეთ ახალ სისტემაში." ], "You can safely close this window.": [ - "" + "ეს ფანჯარა შეგიძლიათ, უსაფრთხოდ დახუროთ." ], "You cannot change it later. Go to the %s section if you want to modify it before proceeding with registration.": [ "" @@ -2565,7 +2568,7 @@ export default { "" ], "You need to fix any invalid settings before proceeding with the installation.": [ - "" + "დაყენების დაწყებამდე ყველა არასწორი პარამეტრი უნდა გაასწოროთ." ], "You will connect to a public network without encryption. Your data may not be secure.": [ "" @@ -2595,7 +2598,7 @@ export default { "iSCSI" ], "immutable Btrfs": [ - "" + "უცვლადი Btrfs" ], "logical volume": [ "ლოგიკური ტომი" @@ -2610,7 +2613,7 @@ export default { "ჩამოყრა ნაგულისხმევზე" ], "root": [ - "" + "root" ], "zFCP": [ "zFCP" diff --git a/web/src/po/po.pt-BR.js b/web/src/po/po.pt-BR.js index 5e0928aa05..976cccc7ca 100644 --- a/web/src/po/po.pt-BR.js +++ b/web/src/po/po.pt-BR.js @@ -261,9 +261,6 @@ export default { "Before %s": [ "Antes %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Antes de instalar, você precisa tomar algumas decisões. Clique em cada seção para revisar as configurações." - ], "Before starting the installation, you need to address the following problems:": [ "Antes de iniciar a instalação, você precisa resolver os seguintes problemas:" ], @@ -797,9 +794,6 @@ export default { "Formatted": [ "Formatado" ], - "Formatting DASD devices": [ - "Formatando dispositivos DASD" - ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "A Criptografia Completa de Disco (FDE) permite proteger as informações armazenadas nos novos sistemas de arquivos, incluindo dados, programas e arquivos de sistema." ], @@ -1334,9 +1328,6 @@ export default { "Potential data loss affecting at least %s": [ "" ], - "Pre-installation checks": [ - "Verificações de pré-instalação" - ], "Prefix length or netmask": [ "Comprimento do prefixo ou máscara de rede" ], @@ -1819,6 +1810,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "A senha não será necessária para inicializar e acessar os dados se o TPM puder verificar a integridade do sistema. A vedação do TPM exige que o novo sistema seja inicializado diretamente em sua primeira execução." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "" ], diff --git a/web/src/po/po.ru.js b/web/src/po/po.ru.js index 9ba6e1b5f3..8d5017121c 100644 --- a/web/src/po/po.ru.js +++ b/web/src/po/po.ru.js @@ -316,9 +316,6 @@ export default { "Before %s": [ "До %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Перед началом установки необходимо принять ряд решений. Ознакомьтесь с настройками, перейдя по каждому из разделов." - ], "Before starting the installation, you need to address the following problems:": [ "Перед началом установки нужно устранить следующие проблемы:" ], @@ -954,9 +951,6 @@ export default { "Formatted": [ "Отформатированный" ], - "Formatting DASD devices": [ - "Форматирование устройств DASD" - ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "Полнодисковое шифрование (FDE) позволяет защитить информацию, хранящуюся на новых файловых системах, включая данные, программы и системные файлы." ], @@ -1578,9 +1572,6 @@ export default { "Potential data loss affecting at least %s": [ "Существует риск потери данных, затрагивающий %s" ], - "Pre-installation checks": [ - "Шаги перед установкой" - ], "Prefix length or netmask": [ "Длина префикса или маска сети" ], @@ -2152,6 +2143,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "Пароль не понадобится для загрузки и доступа к данным, если TPM может проверить целостность системы. Запечатывание TPM требует непосредственной загрузки новой системы при первом запуске." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "Продукт будет зарегистрирован с именем узла «%s»" ], diff --git a/web/src/po/po.sv.js b/web/src/po/po.sv.js index d557f9f45e..85928969b4 100644 --- a/web/src/po/po.sv.js +++ b/web/src/po/po.sv.js @@ -9,6 +9,9 @@ export default { "\"%s\" does not exist or is no longer available.": [ "\"%s\" existrerar inte eller är inte längre tillgänglig." ], + "%1$d of %2$d devices match filters": [ + "%1$d av %2$d enheter av matchar filtret" + ], "%1$s (%2$s)": [ "%1$s (%2$s)" ], @@ -18,6 +21,10 @@ export default { "%1$s and %2$s": [ "%1$s och %2$s" ], + "%1$s and [%2$d more]": [ + "%1$s och [%2$d mer]", + "%1$s och [%2$d mera]" + ], "%1$s at %2$s": [ "%1$s på %2$s" ], @@ -31,9 +38,24 @@ export default { "%1$s will still contain the LVM group '%2$s' and any partition needed to boot": [ "%1$s kommer fortfarande att innehålla LVM-gruppen '%2$s' och eventuell partition som behövs för att starta systemet" ], + "%1$s, %2$s and [%3$d more]": [ + "%1$s, %2$s och [%3$d mer]", + "%1$s, %2$s och [%3$d mera]" + ], + "%d devices available": [ + "%d enheter tillgängliga" + ], + "%d mode available": [ + "%d läge tillgängligt", + "%d lägen tillgängliga" + ], "%d of %d": [ "%d av %d" ], + "%d other mode available": [ + "%d annat läge tillgängligt", + "%d andra lägen tillgängliga" + ], "%s - %s": [ "%s - %s" ], @@ -43,6 +65,9 @@ export default { "%s and %s": [ "%s och %s" ], + "%s at portal %s does not exist or cannot be reached.": [ + "%s vid portal %s existerar inte eller kan inte nås." + ], "%s disk": [ "%s disk" ], @@ -70,8 +95,8 @@ export default { "(steg %s av %s)" ], "1 device selected. Use the actions toolbar to apply changes.": [ - "", - "" + "1 vald enhet. Använd åtgärdsfältet för att tillämpa ändringarna.", + "%s valda enheter. Använd åtgärdsfältet för att tillämpa ändringarna." ], "A %1$s of %2$s will be created for %3$s if possible": [ "En %1$s av %2$s kommer att skapas för %3$s om möjligt" @@ -120,6 +145,13 @@ export default { "Actions": [ "Åtgärder" ], + "Actions for %s at portal %s": [ + "Åtgärder för %s vid portal %s" + ], + "Actions for the selected device:": [ + "Åtgärder för den valda enheten:", + "Åtgärder för det %s valda enheterna:" + ], "Activate": [ "Aktivera" ], @@ -138,6 +170,9 @@ export default { "Activated": [ "Aktiverad" ], + "Active": [ + "Aktiv" + ], "Add": [ "Lägg till" ], @@ -168,6 +203,9 @@ export default { "Add or use partition": [ "Lägg till eller använd en partition" ], + "Additional CHAP authentication performed by the initiator": [ + "Ytterligare CHAP-autentisering utförd av initiativtagaren" + ], "Address": [ "Adresser" ], @@ -180,6 +218,9 @@ export default { "Adjust the settings below to make the new system fit into the available space.": [ "Justera inställningarna nedan för att få det nya systemet att passa in i det tillgängliga utrymmet." ], + "All": [ + "Alla" + ], "All conflicts have been resolved, or none were detected. You can safely continue with your setup.": [ "Alla konflikter har lösts, eller så har inga upptäckts. Du kan tryggt fortsätta med din installation." ], @@ -192,6 +233,9 @@ export default { "All fields are required": [ "Alla fält krävs" ], + "All fields are required.": [ + "Alla fält krävs." + ], "All network connections managed through this interface are currently set to be used only during installation and will not be copied to the installed system": [ "Alla nätverksanslutningar som hanteras via det här gränssnittet är för närvarande inställda på att endast användas under installationen och kommer inte att kopieras till det installerade systemet" ], @@ -274,9 +318,6 @@ export default { "Before %s": [ "Före %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Innan du installerar måste du fatta vissa beslut. Klicka på varje avsnitt för att granska inställningarna." - ], "Before starting the installation, you need to address the following problems:": [ "Innan du startar installationen måste du åtgärda följande problem:" ], @@ -316,15 +357,24 @@ export default { "By proceeding, the installation will begin with defined settings.": [ "Genom att fortsätta startar installationen med definierade inställningar." ], + "CHAP authentication performed by the target": [ + "CHAP-autentisering utförd av målet" + ], "CPU": [ "Processor" ], "Cancel": [ "Avbryt" ], + "Cancel connection": [ + "Avbryt anslutning" + ], "Cannot be changed in remote installation": [ "Kan inte ändras i fjärrinstallation" ], + "Cannot connect": [ + "Kan inte ansluta" + ], "Cannot format %s": [ "Kan inte formatera %s" ], @@ -355,9 +405,15 @@ export default { "Change keyboard layout": [ "Ändra tangentbordslayout" ], + "Change mode": [ + "Ändra läge" + ], "Change product": [ "Ändra produkt" ], + "Change product or mode": [ + "Ändra produkt eller läge" + ], "Change selection": [ "Ändra val" ], @@ -376,9 +432,15 @@ export default { "Change the file system or mount point": [ "Ändra filsystemet eller monteringspunkten" ], + "Change to %s": [ + "Ändra till %s" + ], "Changes in these settings will immediately update the 'Result' section below.": [ "Ändringar i dessa inställningar kommer omedelbart att uppdatera avsnittet \"Resultat\" nedan." ], + "Channel": [ + "Kanal" + ], "Channel ID": [ "Kanal-ID" ], @@ -388,9 +450,19 @@ export default { "Check the following before continuing": [ "Kontrollera följande innan du fortsätter" ], + "Check whether Agama server is running.": [ + "Kontrollera om Agama-servern körs." + ], "Choose a disk for placing the boot loader": [ "Välj en disk för att placera uppstartsladdaren" ], + "Choose a mode": [ + "Välj ett läge" + ], + "Choose a product": [ + "Välj en produkt", + "Välj från %d tillgängliga produkter" + ], "Choose device to bind by MAC": [ "Välj enhet att binda via MAC" ], @@ -415,6 +487,9 @@ export default { "Close": [ "Stäng" ], + "Configuration read from the iSCSI Boot Firmware Table (iBFT). Initiator cannot be changed.": [ + "Konfiguration läst från iSCSI Boot Firmware Table (iBFT). Initieraren kan inte ändras." + ], "Configuration unreachable or invalid": [ "Konfigurationen är oåtkomlig eller ogiltig" ], @@ -473,6 +548,9 @@ export default { "Confirm that you really want to continue.": [ "Bekräfta att du verkligen vill fortsätta." ], + "Confirm the product selection.": [ + "Bekräfta produktval." + ], "Connect": [ "Anslut" ], @@ -482,6 +560,9 @@ export default { "Connected": [ "Ansluten" ], + "Connected by the system": [ + "Ansluten av systemet" + ], "Connected device": [ "Ansluten enhet" ], @@ -497,6 +578,9 @@ export default { "Connection details": [ "Anslutningsdetaljer" ], + "Connection failed": [ + "Anslutningen misslyckades" + ], "Connection is available to all devices.": [ "Anslutning är tillgänglig för alla enheter." ], @@ -551,6 +635,9 @@ export default { "Current partitions will be kept": [ "Nuvarande partitioner kommer att behållas" ], + "Current selection": [ + "Nuvarande val" + ], "Custom": [ "Anpassad" ], @@ -656,9 +743,18 @@ export default { "Disconnected": [ "Frånkopplad" ], + "Disconnected by the system": [ + "Frånkopplad av systemet" + ], + "Disconnection failed": [ + "Frånkoppling misslyckades" + ], "Discover and connect to iSCSI targets": [ "Upptäck och anslut till iSCSI mål" ], + "Discover targets": [ + "Upptäck mål" + ], "Disk": [ "Disk" ], @@ -674,6 +770,9 @@ export default { "Do not format %s and keep the data": [ "Formatera inte %s och behåll data" ], + "Do not register": [ + "Registrera inte" + ], "Do not use": [ "Använd inte" ], @@ -681,7 +780,7 @@ export default { "Ladda ner loggar" ], "Download logs to troubleshoot or share with support.": [ - "" + "Ladda ner loggar för att felsöka eller dela med support." ], "Edit": [ "Redigera" @@ -689,6 +788,9 @@ export default { "Edit binding settings": [ "Redigera bindningsinställningar" ], + "Edit connection": [ + "Redigera anslutning" + ], "Edit connection settings": [ "Redigera anslutningsinställningar" ], @@ -705,7 +807,7 @@ export default { "Tom LVM volymgrupp %s" ], "Enable mutual verification": [ - "" + "Aktivera ömsesidig verifiering" ], "Encrypt the system": [ "Kryptera systemet" @@ -853,8 +955,8 @@ export default { "Formatted": [ "Formaterad" ], - "Formatting DASD devices": [ - "Formaterar DASD-enheter" + "Formatting devices": [ + "Formaterar enheter" ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "Heldiskkryptering (FDE) gör det möjligt att skydda informationen som lagras i de nya filsystemen, inklusive data, program och systemfiler." @@ -871,6 +973,9 @@ export default { "GiB": [ "GiB" ], + "Go to iSCSI": [ + "Gå till iSCSI" + ], "Go to network page": [ "Gå till nätverkssidan" ], @@ -938,6 +1043,12 @@ export default { "Initiator name": [ "Initiativtagarens namn" ], + "Initiator password": [ + "Initiativtagarens lösenord" + ], + "Initiator user name": [ + "Initiativtagarens användarnamn" + ], "Install": [ "Installera" ], @@ -950,9 +1061,15 @@ export default { "Install now with potential data loss": [ "Installera nu med potentiell dataförlust" ], + "Installation complete": [ + "Installationen slutfördes" + ], "Installation devices": [ "Installations enheter" ], + "Installation failed": [ + "Installation misslyckades" + ], "Installation in progress": [ "Installation pågår" ], @@ -963,7 +1080,7 @@ export default { "Installationsinställningar" ], "Installation settings will automatically update to match the new product's defaults.": [ - "" + "Installationsinställningarna uppdateras automatiskt för att matcha den nya produktens standardinställningar." ], "Installation will take %s.": [ "Installationen kommer att ta %s." @@ -980,11 +1097,14 @@ export default { "Invalid settings": [ "Ogiltiga inställningar" ], + "Invalid software selection": [ + "Ogiltigt programval" + ], "Invalid storage settings": [ "Ogiltiga lagringsinställningar" ], "Ip prefix or netmask": [ - "IP prefix eller nätmask" + "Ip prefix eller nätmask" ], "Issue date": [ "Utgivningsdatum" @@ -1059,7 +1179,10 @@ export default { "Låt installationsprogrammet föreslå en vettig storlek" ], "License acceptance is required to continue.": [ - "" + "Godkännande av licensvillkor krävs för att fortsätta." + ], + "License acceptance required": [ + "Licensgodkännande krävs" ], "Loading": [ "Laddar" @@ -1077,7 +1200,7 @@ export default { "Lokalisering" ], "Locked targets cannot be managed from here and do not offer any actions.": [ - "" + "Låsta mål kan inte hanteras härifrån och erbjuder inga åtgärder." ], "Log in": [ "Logga in" @@ -1122,7 +1245,7 @@ export default { "Minimum kanal" ], "Missing": [ - "" + "Saknas" ], "Mode": [ "Läge" @@ -1134,7 +1257,7 @@ export default { "Modifiera inställningar och fysiska volymer" ], "More": [ - "" + "Mer" ], "More actions": [ "Mer åtgärder" @@ -1142,6 +1265,9 @@ export default { "More devices": [ "Mer enheter" ], + "More installer options": [ + "Mer installationsalternativ" + ], "More keymap layout might be available for the selected product at [Localization] page": [ "Fler tangentbordslayouter kan vara tillgängliga för den valda produkten på [Lokalisering] sidan" ], @@ -1228,6 +1354,9 @@ export default { "No": [ "Nej" ], + "No DASD devices found in this machine.": [ + "Inga DASD-enheter hittades i den här maskinen." + ], "No Wi-Fi networks were found": [ "Inga Wi-Fi-nätverk hittades" ], @@ -1261,6 +1390,18 @@ export default { "No devices found": [ "Inga enheter hittades" ], + "No devices match filters": [ + "Inga enheter matchar filtren" + ], + "No devices selected. Select one or more devices to perform bulk actions.": [ + "Inga enheter valda. Välj en eller flera enheter för att utföra massåtgärder." + ], + "No iSCSI Boot Firmware Table (iBFT) found. The initiator can be [configured manually.]": [ + "Ingen iSCSI Boot Firmware Table (iBFT) hittades. Initieraren kan [konfigureras manuellt.]" + ], + "No information available yet": [ + "Ingen information tillgänglig ännu" + ], "No logical volumes are defined yet": [ "Inga logiska volymer är definierade ännu" ], @@ -1273,14 +1414,23 @@ export default { "No support is planned.": [ "Inget stöd är planerat." ], + "No targets available": [ + "Inga mål tillgängliga" + ], "No targets have been discovered or configured.": [ - "" + "Inga mål har upptäckts eller konfigurerats." + ], + "No targets matches filters": [ + "Inga mål matchar filterna" ], "No user defined yet.": [ "Ingen användare definierad ännu." ], + "No valid address.": [ + "Ingen giltig adress." + ], "No valid port.": [ - "" + "Ingen giltig port." ], "No wired connections were found": [ "Inga trådbundna anslutningar hittades" @@ -1333,6 +1483,9 @@ export default { "Not supported (%s)": [ "Stöds inte (%s)" ], + "Offline": [ + "Offline" + ], "On boot": [ "Vid uppstart" ], @@ -1414,6 +1567,9 @@ export default { "Pending": [ "Väntar" ], + "Perform a discovery to find available iSCSI targets.": [ + "Utför en identifiering för att hitta tillgängliga iSCSI-mål." + ], "PiB": [ "PiB" ], @@ -1435,9 +1591,6 @@ export default { "Potential data loss affecting at least %s": [ "Potentiell dataförlust som påverkar minst %s" ], - "Pre-installation checks": [ - "Förinstallationskontroller" - ], "Prefix length or netmask": [ "Prefix längd eller nätmask" ], @@ -1450,9 +1603,15 @@ export default { "Product is already registered": [ "Produkten är redan registrerad" ], + "Product not found": [ + "Produkt hittades inte" + ], "Protection for the information stored at the new file systems, including data, programs, and system files.": [ "Skydd för informationen som lagras i de nya filsystemen, inklusive data, program och systemfiler." ], + "Provide authentication": [ + "Tillhandahåll autentisering" + ], "Provide email address": [ "Ange en e-postadress" ], @@ -1474,12 +1633,18 @@ export default { "Question": [ "Fråga" ], + "Read only": [ + "Läs endast" + ], "Read zFCP devices": [ "Läs zFCP-enheter" ], "Reboot": [ "Starta om" ], + "Reboot to try again.": [ + "Starta om för att försöka igen." + ], "Recommended": [ "Rekommenderad" ], @@ -1498,6 +1663,9 @@ export default { "Registered": [ "Registrerad" ], + "Registered without a code": [ + "Registrerad utan en kod" + ], "Registration": [ "Registrering" ], @@ -1556,6 +1724,9 @@ export default { "Review and fix": [ "Granska och åtgärda" ], + "Review and install": [ + "Granska och installera" + ], "Root login with SSH key": [ "Root-inloggning med SSH-nyckel" ], @@ -1607,6 +1778,9 @@ export default { "Select": [ "Välj" ], + "Select %s": [ + "Välj %s" + ], "Select a device to define partitions or to mount": [ "Välj en enhet för att definiera partitioner eller för att montera" ], @@ -1616,9 +1790,25 @@ export default { "Select a disk to define partitions or to mount": [ "Välj en disk för att definiera partitioner eller för att montera" ], + "Select a mode": [ + "Välj ett läge" + ], + "Select a mode and confirm your choice.": [ + "Välj ett läge och bekräfta ditt val." + ], "Select a product": [ "Välj en produkt" ], + "Select a product and confirm your choice.": [ + "Välj en produkt och bekräfta ditt val.", + "Välj en produkt och bekräfta ditt val i slutet av listan." + ], + "Select a product mode to continue.": [ + "Välj ett produktläge för att fortsätta." + ], + "Select a product to continue.": [ + "Välj en produkt för att fortsätta." + ], "Select a solution to continue": [ "Välj en lösning för att fortsätta" ], @@ -1634,6 +1824,9 @@ export default { "Select device": [ "Välj enhet" ], + "Select devices to perform bulk actions": [ + "Välj enheter för att utföra massåtgärder" + ], "Select or enter a mount point": [ "Välj eller ange en monteringspunkt" ], @@ -1777,7 +1970,7 @@ export default { "Status" ], "Status filter toggle": [ - "" + "Statusfilterväxel" ], "Step %1$d of %2$d": [ "Steg %1$d av %2$d" @@ -1795,7 +1988,15 @@ export default { "Swap" ], "Switch to a different mode": [ - "" + "Växla till ett annat läge" + ], + "Switch to a different mode or another product": [ + "Ändra till ett annat läge eller en annan produkt", + "Ändra till ett annat läge eller någon av dom %d tillgängliga produkterna" + ], + "Switch to another product": [ + "Ändra till en annan produkt", + "Ändra till en av %d andra tillgängliga produkter" ], "System Information": [ "Systeminformation" @@ -1809,8 +2010,11 @@ export default { "Take a moment to review the installation settings below and adjust them as needed.": [ "Ta en stund för att granska installationsinställningarna nedan och justera dem efter behov." ], + "Target": [ + "Mål" + ], "Target not found": [ - "" + "Målet hittades inte" ], "Temporary name that may change after reboot or network changes": [ "Temporärt namn som kan ändras efter omstart eller nätverksändringar" @@ -1919,6 +2123,9 @@ export default { "The initiator name cannot be blank": [ "Initiatornamnet kan inte vara tomt" ], + "The installer interface is no longer available.": [ + "Installationsgränssnittet är inte längre tillgängligt." + ], "The installer requires [root] user privileges.": [ "Installationsprogrammet kräver [root] användarrättigheter." ], @@ -1953,6 +2160,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "Lösenordet kommer inte att behövas för att starta och komma åt data om TPM kan verifiera systemets integritet. TPM-försegling kräver att det nya systemet startas upp direkt vid första körningen." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "Produkten kommer att registreras med \"%s\" värdnamn" ], @@ -2001,6 +2211,9 @@ export default { "The system does not support Wi-Fi connections, probably because of missing or disabled hardware.": [ "Systemet stöder inte WiFi-anslutningar, förmodligen på grund av saknad eller inaktiverad hårdvara." ], + "The system is rebooting": [ + "Systemet startar om" + ], "The whole device will be used for %s": [ "Hela enheten kommer att användas för %s" ], @@ -2030,6 +2243,12 @@ export default { "These are the settings for the product to install. The installer language can be adjusted via the [settings panel] accessible from the top bar.": [ "Det här är inställningarna för produkten som ska installeras. Installationsspråket kan justeras via [inställningspanelen] som är tillgänglig från det övre fältet." ], + "This action will destroy any data stored on the device.": [ + "Denna åtgärd kommer att förstöra all data som lagras på enheten." + ], + "This action will destroy any data stored on the devices listed below.": [ + "Denna åtgärd kommer att förstöra all data som lagras på enheterna som listas nedan." + ], "This extension is not available on the server. Ask the server administrator to mirror the extension.": [ "Det här tillägget är inte tillgängligt på servern. Be serveradministratören att spegla tillägget." ], @@ -2268,7 +2487,7 @@ export default { "Använder transient värdnamn: %s" ], "View license": [ - "" + "Visa licens" ], "Volume group %s": [ "Volymgrupp %s" @@ -2333,8 +2552,11 @@ export default { "You can proceed to install with the current settings or you may want to discard the configuration and start from scratch with a simple one.": [ "Du kan fortsätta att installera med de aktuella inställningarna eller så kanske du vill kasta konfigurationen och börja från början med en enkel konfiguration." ], + "You can reboot the machine to log in to the new system.": [ + "Du kan starta om maskinen för att logga in på det nya systemet." + ], "You can safely close this window.": [ - "" + "Du kan säkert stänga det här fönstret." ], "You cannot change it later. Go to the %s section if you want to modify it before proceeding with registration.": [ "Du kan inte ändra den senare. Gå till avsnittet %s om du vill ändra den innan du fortsätter med registreringen." @@ -2376,7 +2598,7 @@ export default { "iSCSI" ], "immutable Btrfs": [ - "" + "oföränderlig Btrfs" ], "logical volume": [ "logisk volym" diff --git a/web/src/po/po.tr.js b/web/src/po/po.tr.js index 9f45864314..e1b3671ea5 100644 --- a/web/src/po/po.tr.js +++ b/web/src/po/po.tr.js @@ -261,9 +261,6 @@ export default { "Before %s": [ "Önce %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Kurulumdan önce, bazı seçimler yapmanız gerekiyor. Her bölümdeki ayarları gözden geçirin." - ], "Before starting the installation, you need to address the following problems:": [ "Kuruluma başlamadan önce aşağıdaki sorunları gidermeniz gerekmektedir:" ], @@ -792,9 +789,6 @@ export default { "Formatted": [ "Biçimlendirilmiş" ], - "Formatting DASD devices": [ - "DASD aygıtlarının biçimlendirilmesi" - ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "Tam Disk Şifrelemesi (FDE) yeni dosya sistemlerinde depolanan veri, program ve sistem dosyaları gibi bilgilerin korunmasını sağlar." ], @@ -1320,9 +1314,6 @@ export default { "Potential data loss affecting at least %s": [ "" ], - "Pre-installation checks": [ - "Ön kurulum kontrolleri" - ], "Prefix length or netmask": [ "Önek uzunluğu veya ağ maskesi" ], @@ -1805,6 +1796,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "TPM sistemin bütünlüğünü doğrulayabiliyorsa, verileri başlatmak ve erişmek için parolaya gerek kalmayacaktır. TPM yalıtımı, yeni sistemin ilk çalıştırmada doğrudan başlatılmasını gerektirir." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "" ], diff --git a/web/src/po/po.uk.js b/web/src/po/po.uk.js index 409efd0790..3e3d3f1776 100644 --- a/web/src/po/po.uk.js +++ b/web/src/po/po.uk.js @@ -9,6 +9,9 @@ export default { "\"%s\" does not exist or is no longer available.": [ "\"%s\" не існує або більше не доступна." ], + "%1$d of %2$d devices match filters": [ + "%1$d з %2$d пристроїв відповідають фільтрам" + ], "%1$s (%2$s)": [ "%1$s (%2$s)" ], @@ -42,6 +45,9 @@ export default { "%1$s, %2$s та [ще %3$d]", "%1$s, %2$s та [ще %3$d]" ], + "%d devices available": [ + "%d пристроїв доступно" + ], "%d mode available": [ "Доступний %d режим", "Доступно %d режими", @@ -96,9 +102,9 @@ export default { "(крок %s з %s)" ], "1 device selected. Use the actions toolbar to apply changes.": [ - "", - "", - "" + "Вибрано 1 пристрій. Використовуйте панель інструментів дій, щоб застосувати зміни.", + "Вибрано %s пристрої. Використовуйте панель інструментів дій, щоб застосувати зміни.", + "Вибрано %s пристроїв. Використовуйте панель інструментів дій, щоб застосувати зміни." ], "A %1$s of %2$s will be created for %3$s if possible": [ "Для %3$s буде створено розділ %1$s розміром %2$s, якщо це можливо" @@ -152,6 +158,11 @@ export default { "Actions for %s at portal %s": [ "Дії для %s на порталі %s" ], + "Actions for the selected device:": [ + "Дії для вибраного пристрою:", + "Дії для %s вибраних пристроїв:", + "Дії для %s вибраних пристроїв:" + ], "Activate": [ "Активувати" ], @@ -170,6 +181,9 @@ export default { "Activated": [ "Активовано" ], + "Active": [ + "Активно" + ], "Add": [ "Додати" ], @@ -316,9 +330,6 @@ export default { "Before %s": [ "До %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "Перед встановленням необхідно прийняти деякі рішення. Клацніть на кожному розділі, щоб переглянути налаштування." - ], "Before starting the installation, you need to address the following problems:": [ "До початку встановлення потрібно усунути такі проблеми:" ], @@ -439,6 +450,9 @@ export default { "Changes in these settings will immediately update the 'Result' section below.": [ "Зміни в цих налаштуваннях негайно оновлять розділ «Результат» нижче." ], + "Channel": [ + "Канал" + ], "Channel ID": [ "Ідентифікатор каналу" ], @@ -770,6 +784,9 @@ export default { "Do not format %s and keep the data": [ "Не форматувати %s і зберегти дані" ], + "Do not register": [ + "Не реєструвати" + ], "Do not use": [ "Не використовувати" ], @@ -954,8 +971,8 @@ export default { "Formatted": [ "Відформатовано" ], - "Formatting DASD devices": [ - "Форматування DASD-пристроїв" + "Formatting devices": [ + "Форматування пристроїв" ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "Повнодискове шифрування (FDE) дає змогу захистити інформацію, що зберігається на нових файлових системах, включно з даними, програмами та системними файлами." @@ -1356,6 +1373,9 @@ export default { "No": [ "Ні" ], + "No DASD devices found in this machine.": [ + "У цій машині не знайдено пристроїв DASD." + ], "No Wi-Fi networks were found": [ "Мережі Wi-Fi не знайдені" ], @@ -1389,9 +1409,18 @@ export default { "No devices found": [ "Пристроїв не знайдено" ], + "No devices match filters": [ + "Жоден пристрій не відповідає фільтрам" + ], + "No devices selected. Select one or more devices to perform bulk actions.": [ + "Жодних пристроїв не вибрано. Виберіть один або кілька пристроїв, щоб виконати масові дії." + ], "No iSCSI Boot Firmware Table (iBFT) found. The initiator can be [configured manually.]": [ "Не знайдено таблиці iSCSI Boot Firmware Table (iBFT). Ініціатора можна [налаштувати вручну.]" ], + "No information available yet": [ + "Інформація ще не доступна" + ], "No logical volumes are defined yet": [ "Логічні томи ще не задано" ], @@ -1473,6 +1502,9 @@ export default { "Not supported (%s)": [ "Не підтримується (%s)" ], + "Offline": [ + "Офлайн" + ], "On boot": [ "При завантаженні" ], @@ -1578,9 +1610,6 @@ export default { "Potential data loss affecting at least %s": [ "Потенційна втрата даних, що впливає щонайменше на %s" ], - "Pre-installation checks": [ - "Перевірка перед встановленням" - ], "Prefix length or netmask": [ "Довжина префікса або маска мережі" ], @@ -1593,6 +1622,9 @@ export default { "Product is already registered": [ "Продукт вже зареєстровано" ], + "Product not found": [ + "Продукт не знайдено" + ], "Protection for the information stored at the new file systems, including data, programs, and system files.": [ "Захист інформації, що зберігається на нових файлових системах, включно з даними, програмами та системними файлами." ], @@ -1620,6 +1652,9 @@ export default { "Question": [ "Питання" ], + "Read only": [ + "Тільки читання" + ], "Read zFCP devices": [ "Прочитати пристрої zFCP" ], @@ -1810,6 +1845,9 @@ export default { "Select device": [ "Оберіть пристрій" ], + "Select devices to perform bulk actions": [ + "Виберіть пристрої для виконання масових дій" + ], "Select or enter a mount point": [ "Виберіть або введіть точку монтування" ], @@ -2152,6 +2190,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "Пароль не знадобиться для завантаження та доступу до даних, якщо TPM зможе перевірити цілісність системи. Запечатування TPM вимагає, щоб нова система завантажувалася безпосередньо під час першого запуску." ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "Продукт не знайдено в репозиторіях, тому неможливо продовжити встановлення." + ], "The product will be registered with \"%s\" hostname": [ "Продукт буде зареєстрований з назвою хоста «%s»" ], @@ -2234,6 +2275,12 @@ export default { "These are the settings for the product to install. The installer language can be adjusted via the [settings panel] accessible from the top bar.": [ "Це налаштування для встановлюваного продукту. Мову програми встановлення можна змінити через [панель налаштувань], доступну на верхній панелі." ], + "This action will destroy any data stored on the device.": [ + "Ця дія знищить усі дані, що зберігаються на цьому пристрої." + ], + "This action will destroy any data stored on the devices listed below.": [ + "Ця дія призведе до знищення всіх даних, що зберігаються на перелічених нижче пристроях." + ], "This extension is not available on the server. Ask the server administrator to mirror the extension.": [ "Це розширення недоступне на сервері. Попросіть адміністратора сервера віддзеркалити розширення." ], diff --git a/web/src/po/po.zh-CN.js b/web/src/po/po.zh-CN.js index 1613b3abeb..46c96712d0 100644 --- a/web/src/po/po.zh-CN.js +++ b/web/src/po/po.zh-CN.js @@ -255,9 +255,6 @@ export default { "Before %s": [ "变更前为 %s" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "安装前,您必须做出某些决定。请单击各个部分查看设置。" - ], "Before starting the installation, you need to address the following problems:": [ "在开始安装前,您需要解决下列问题:" ], @@ -774,9 +771,6 @@ export default { "Formatted": [ "已格式化" ], - "Formatting DASD devices": [ - "正在格式化 DASD 设备" - ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "全盘加密 (FDE) 可用于保护存储在新文件系统中的信息,包括数据、程序以及系统文件。" ], @@ -1290,9 +1284,6 @@ export default { "Potential data loss affecting at least %s": [ "" ], - "Pre-installation checks": [ - "安装前检查" - ], "Prefix length or netmask": [ "前缀长度或网络掩码" ], @@ -1761,6 +1752,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "若 TPM 可以验证系统的完整性,启动和访问数据的时候将无需使用密码。 TPM 密封要求新系统在首次启动时直接开始引导。" ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "" ], diff --git a/web/src/po/po.zh-TW.js b/web/src/po/po.zh-TW.js index d1751737bb..7103f76a69 100644 --- a/web/src/po/po.zh-TW.js +++ b/web/src/po/po.zh-TW.js @@ -258,9 +258,6 @@ export default { "Before %s": [ "%s 前" ], - "Before installing, you have to make some decisions. Click on each section to review the settings.": [ - "安裝前,您必須進行某些設定。請按一下各個區段以檢查設定。" - ], "Before starting the installation, you need to address the following problems:": [ "在開始安裝前,您需要解決下列問題:" ], @@ -780,9 +777,6 @@ export default { "Formatted": [ "已格式化" ], - "Formatting DASD devices": [ - "正在格式化 DASD 裝置" - ], "Full Disk Encryption (FDE) allows to protect the information stored at the new file systems, including data, programs, and system files.": [ "全磁碟加密 (FDE) 可用於保護儲存在新檔案系統中的資訊,包括資料、程式以及系統檔案。" ], @@ -1296,9 +1290,6 @@ export default { "Potential data loss affecting at least %s": [ "" ], - "Pre-installation checks": [ - "安裝前檢查" - ], "Prefix length or netmask": [ "字首長度或網路遮罩" ], @@ -1776,6 +1767,9 @@ export default { "The password will not be needed to boot and access the data if the TPM can verify the integrity of the system. TPM sealing requires the new system to be booted directly on its first run.": [ "如果 TPM 可以驗證系統的完整性,則開機和存取資料時將無需輸入密碼。TPM 封存功能要求新系統在首次執行時直接開機。" ], + "The product was not found in the repositories so it is not possible to proceed with the installation.": [ + "" + ], "The product will be registered with \"%s\" hostname": [ "" ],