diff --git a/web/src/po/po.ca.js b/web/src/po/po.ca.js index b7512e0257..c99e7f501c 100644 --- a/web/src/po/po.ca.js +++ b/web/src/po/po.ca.js @@ -42,6 +42,24 @@ export default { "%s with %d partitions": [ "%s amb %d particions" ], + "A %1$s of %2$s will be created for %3$s": [ + "Es crearà una %1$s de %2$s per a %3$s" + ], + "A %1$s of at least %2$s will be created for %3$s": [ + "Es crearà una %1$s d'almenys %2$s per a %3$s" + ], + "A %1$s with a size between %2$s and %3$s will be created for %4$s": [ + "Es crearà una %1$s amb una mida d'entre %2$s i %3$s per a %4$s" + ], + "A generic minimum size of %1$s will be used for the new %2$s": [ + "S'usarà una mida mínima genèrica de %1$s per a la %2$s nova" + ], + "A generic size of %s will be used for the new %2$s": [ + "S'usarà una mida genèrica de %s per a la %2$s nova" + ], + "A generic size range between %1$s and %2$s will be used for the new %3$s": [ + "S'usarà un interval de mida genèric entre %1$s i %2$s per a la %3$s nova" + ], "A partition may be deleted": [ "Es pot suprimir una partició" ], @@ -87,6 +105,9 @@ export default { "Add DNS": [ "Afegeix-hi un DNS" ], + "Add LVM volume group": [ + "Afegeix un grup de volums d'LVM" + ], "Add an address": [ "Afegeix-hi una adreça" ], @@ -99,6 +120,9 @@ export default { "Add another partition or mount an existing one": [ "Afegiu-hi una altra partició o munteu-ne una d'existent" ], + "Add logical volume": [ + "Afegeix un volum lògic" + ], "Add or use partition": [ "Afegiu o useu una partició" ], @@ -124,7 +148,7 @@ export default { "A més de definir el primer usuari, es poden configurar mètodes d'autenticació per a l'usuari d'arrel." ], "Already using all available disks": [ - "" + "Ja s'usen tots els discs disponibles" ], "Any existing partition will be removed and all data in the disk will be lost.": [ "Se suprimirà qualsevol partició existent i es perdran totes les dades del disc." @@ -177,6 +201,15 @@ export default { "Back": [ "Enrere" ], + "Based on the amount of RAM in the system, a %1s$ of %2$s will be created for %3$s": [ + "Segons la quantitat de memòria RAM del sistema, es crearà una %1s$ de %2$s per a %3$s" + ], + "Based on the amount of RAM in the system, a %1s$ of at least %2$s will be created for %3$s": [ + "Segons la quantitat de memòria RAM del sistema, es crearà una %1s$ d'almenys %2$s per a %3$s" + ], + "Based on the amount of RAM in the system, a %1s$ with a size between %2$s and %3$s will be created for %4$s": [ + "Segons la quantitat de memòria RAM del sistema, es crearà una %1s$ amb una mida d'entre %2$s i %3$s per a %4$s" + ], "Bcachefs": [ "Bcachefs" ], @@ -258,9 +291,18 @@ export default { "Configure DASD": [ "Configuració de DASD" ], + "Configure LVM Volume Group": [ + "Configura un grup de volums d'LVM" + ], + "Configure LVM logical volume at %s volume group": [ + "Configura el volum lògic d'LVM al grup de volums %s" + ], "Configure iSCSI": [ "Configuració d'iSCSI" ], + "Configure partition at %s": [ + "Configura la partició a %s" + ], "Configure zFCP": [ "Configuració de zFCP" ], @@ -321,6 +363,9 @@ export default { "Could not log in. Please, make sure that the password is correct.": [ "No s'ha pogut iniciar la sessió. Si us plau, assegureu-vos que la contrasenya sigui correcta." ], + "Create LVM volume group %s": [ + "Crea el grup de volums d'LVM %s" + ], "Create user": [ "Crea un usuari" ], @@ -360,6 +405,9 @@ export default { "Default file system for %s": [ "Sistema de fitxers per defecte per a %s" ], + "Default file system for generic logical volumes": [ + "Sistema de fitxers per defecte per a volums lògics genèrics" + ], "Default file system for generic partitions": [ "Sistema de fitxers per defecte per a particions genèriques" ], @@ -367,10 +415,10 @@ export default { "Definiu una mida personalitzada o un interval" ], "Define a new LVM on the disk": [ - "" + "Definiu un LVM nou al disc" ], "Define a new LVM on top of one or several disks": [ - "" + "Definiu un LVM nou en un o diversos discs" ], "Define a user now": [ "Definiu un usuari ara" @@ -388,7 +436,10 @@ export default { "Suprimeix el contingut actual" ], "Delete the volume group and its logical volumes": [ - "" + "Suprimeix el grup de volums i els seus volums lògics" + ], + "Delete volume group": [ + "Suprimeix el grup de volums" ], "Destroy current data and format partition as": [ "Destrueix les dades actuals i formata la partició com a" @@ -459,6 +510,12 @@ export default { "Edit user": [ "Edita l'usuari" ], + "Edit volume group": [ + "Edita el grup de volums" + ], + "Empty LVM volume group %s": [ + "Grup de volums d'LVM %s buit" + ], "Encrypt the system": [ "Encripta el sistema" ], @@ -486,6 +543,12 @@ export default { "Enter a hostname.": [ "Introduïu un nom d'amfitrió." ], + "Enter a name": [ + "Introduïu un nom" + ], + "Enter a name for the volume group.": [ + "Introduïu un nom per al grup de volums." + ], "ExFAT": [ "ExFAT" ], @@ -552,6 +615,9 @@ export default { "Format": [ "Formata" ], + "Format logical volume as": [ + "Formata el volum lògic com a" + ], "Format partition as": [ "Formata la partició com a" ], @@ -751,6 +817,12 @@ export default { "Log in as %s": [ "Inicieu sessió com a %s" ], + "Logical volume name": [ + "Nom del volum lògic" + ], + "Logical volumes": [ + "Volums lògics" + ], "Login": [ "Entrada" ], @@ -800,11 +872,14 @@ export default { "Mode" ], "Modify settings and physical volumes": [ - "" + "Modifica la configuració i els volums físics" ], "More actions": [ "Més accions" ], + "More devices": [ + "Més dispositius" + ], "Mount Point": [ "Punt de muntatge" ], @@ -820,8 +895,11 @@ export default { "Mount point toggle": [ "Commutació de punt de muntatge" ], + "Move mount points": [ + "Mou els punts de muntatge" + ], "Move the mount points currently configured at the selected disks to logical volumes of this volume group.": [ - "" + "Mou els punts de muntatge configurats actualment als discs seleccionats als volums lògics d'aquest grup de volums." ], "Multipath": [ "Multicamí" @@ -868,12 +946,18 @@ export default { "No device selected yet": [ "Encara no s'ha seleccionat cap dispositiu." ], + "No devices configured yet": [ + "Encara no s'ha configurat cap dispositiu" + ], "No devices found": [ "No s'ha trobat cap dispositiu" ], "No iSCSI targets found.": [ "No s'ha trobat cap destinació iSCSI." ], + "No logical volumes are defined yet": [ + "Encara no s'ha definit cap volum lògic" + ], "No partitions will be automatically configured for booting. Use with caution.": [ "No es configurarà automàticament cap partició per a l'arrencada. Useu-ho amb precaució." ], @@ -940,6 +1024,12 @@ export default { "Options toggle": [ "Canvi d'opcions" ], + "Other options": [ + "Altres opcions" + ], + "Other options toggle": [ + "Canvi d'altres opcions" + ], "Overview": [ "Resum" ], @@ -1138,12 +1228,18 @@ export default { "Select a disk": [ "Seleccioneu un disc" ], + "Select a disk to define partitions": [ + "Seleccioneu un disc per definir-ne les particions" + ], "Select a product": [ "Seleccioneu un producte" ], "Select another disk to define partitions": [ "Seleccioneu un altre disc per definir-ne les particions" ], + "Select at least one disk.": [ + "Seleccioneu almenys un disc." + ], "Select or enter a mount point": [ "Seleccioneu o introduïu un punt de muntatge" ], @@ -1174,6 +1270,9 @@ export default { "Set DIAG On": [ "Activa la diagnosi" ], + "Set a permanent hostname that won’t change with network updates.": [ + "Estableix un nom d'amfitrió permanent que no canviarà amb les actualitzacions per xarxa." + ], "Several partitions will be deleted": [ "Se suprimiran diverses particions" ], @@ -1229,6 +1328,9 @@ export default { "Something went wrong": [ "Alguna cosa ha anat malament." ], + "Start configuring a basic installation": [ + "Comenceu a configurar una instal·lació bàsica" + ], "Start from scratch with the default configuration": [ "Comença des de zero amb la configuració predeterminada" ], @@ -1274,6 +1376,15 @@ export default { "The content may be deleted": [ "El contingut pot suprimir-se" ], + "The current configuration will result in a %1$s of %2$s.": [ + "La configuració actual tindrà com a resultat una %1$s de %2$s." + ], + "The current configuration will result in a %1$s of at least %2$s.": [ + "La configuració actual tindrà com a resultat una %1$s d'almenys %2$s." + ], + "The current configuration will result in a %1$s with a size between %2$s and %3$s.": [ + "La configuració actual tindrà com a resultat una %1$s amb una mida d'entre %2$s i %3$s." + ], "The data is kept, but the current partitions will be resized as needed.": [ "Les dades es conserven, però les particions actuals es canviaran de mida segons calgui." ], @@ -1310,6 +1421,15 @@ export default { "The installer requires [root] user privileges.": [ "L'instal·lador requereix privilegis de l'usuari [root]." ], + "The logical volume can grow to use all the contiguous free space": [ + "El volum lògic pot créixer per usar tot l'espai lliure contigu" + ], + "The logical volume can grow until a given limit size": [ + "El volum lògic pot créixer fins a una mida límit introduïda" + ], + "The logical volume is created exactly with the given size": [ + "El volum lògic es crea exactament amb la mida introduïda" + ], "The maximum must be a number optionally followed by a unit like GiB or GB": [ "El màxim ha de ser un número seguit opcionalment d'una unitat com ara GiB o GB" ], @@ -1320,7 +1440,7 @@ export default { "El mínim ha de ser un número seguit opcionalment d'una unitat com ara GiB o GB" ], "The needed LVM physical volumes will be added as partitions on the chosen disks, based on the sizes of the logical volumes. If you select more than one disk, the physical volumes may be distributed along several disks.": [ - "" + "Els volums físics d'LVM necessaris s'afegiran com a particions als discs triats, segons les mides dels volums lògics. Si seleccioneu més d'un disc, els volums físics poden estar distribuïts en diversos discs." ], "The partition can grow to use all the contiguous free space": [ "La partició pot créixer per a usar tot l'espai lliure contigu" @@ -1487,6 +1607,9 @@ export default { "Use %s for additional partitions and booting": [ "Usa %s per a les particions addicionals i l'arrencada" ], + "Use %s to configure boot partitions": [ + "Usa %s per configurar les particions d'arrencada" + ], "Use %s to host LVM": [ "Usa %s per allotjar-hi l'LVM" ], @@ -1505,6 +1628,9 @@ export default { "Use %s to install, host LVM and boot": [ "Usa %s per a la instal·lació, allotjar-hi l'LVM i per a l'arrencada" ], + "Use actions below to set up your devices or click %s to start from scratch with the default configuration.": [ + "Useu les accions següents per configurar els dispositius o cliqueu a %s per començar des de zero amb la configuració predeterminada." + ], "Use available space": [ "Usa l'espai disponible" ], @@ -1551,7 +1677,7 @@ export default { "Xarxes Wi-Fi visibles" ], "Volume group '%s' already exists. Enter a different name.": [ - "" + "El grup de volums %s ja existeix. Introduïu un nom diferent." ], "WPA & WPA2 Personal": [ "WPA i WPA2 personal" @@ -1622,6 +1748,12 @@ export default { "logical volume": [ "volum lògic" ], + "partition": [ + "partició" + ], + "reset to defaults": [ + "restableix els valors predeterminats" + ], "zFCP": [ "zFCP" ], diff --git a/web/src/po/po.de.js b/web/src/po/po.de.js index 1f8b83c8e4..566bf053f9 100644 --- a/web/src/po/po.de.js +++ b/web/src/po/po.de.js @@ -42,6 +42,24 @@ export default { "%s with %d partitions": [ "%s mit %d Partitionen" ], + "A %1$s of %2$s will be created for %3$s": [ + "Eine %1$s mit %2$s wird für %3$s erstellt" + ], + "A %1$s of at least %2$s will be created for %3$s": [ + "Eine %1$s mit mindestens %2$s wird für %3$s erstellt" + ], + "A %1$s with a size between %2$s and %3$s will be created for %4$s": [ + "Eine %1$s mit einer Größe zwischen %2$s und %3$s wird für %4$s erstellt" + ], + "A generic minimum size of %1$s will be used for the new %2$s": [ + "Eine generische Mindestgröße von %1$s wird für die neue %2$s verwendet" + ], + "A generic size of %s will be used for the new %2$s": [ + "Für die neue %2$s wird eine generische Größe von %s verwendet" + ], + "A generic size range between %1$s and %2$s will be used for the new %3$s": [ + "Ein generischer Größenbereich zwischen %1$s und %2$s wird für die neue %3$s verwendet" + ], "A partition may be deleted": [ "Eine Partition kann gelöscht werden" ], @@ -87,6 +105,9 @@ export default { "Add DNS": [ "DNS hinzufügen" ], + "Add LVM volume group": [ + "LVM-Volume-Gruppe hinzufügen" + ], "Add an address": [ "Adresse hinzufügen" ], @@ -100,7 +121,7 @@ export default { "Eine weitere Partition hinzufügen oder eine vorhandene Partition einhängen" ], "Add logical volume": [ - "" + "Logisches Volume hinzufügen" ], "Add or use partition": [ "Partition hinzufügen oder verwenden" @@ -127,7 +148,7 @@ export default { "Neben der Definition des ersten Benutzers können auch die Authentifizierungsmethoden für den Root-Benutzer konfiguriert werden." ], "Already using all available disks": [ - "" + "Alle verfügbaren Festplatten werden bereits verwendet" ], "Any existing partition will be removed and all data in the disk will be lost.": [ "Alle vorhandenen Partitionen werden entfernt und alle Daten auf der Festplatte gehen verloren." @@ -180,6 +201,15 @@ export default { "Back": [ "Zurück" ], + "Based on the amount of RAM in the system, a %1s$ of %2$s will be created for %3$s": [ + "Basierend auf der Größe des RAM im System wird eine %1s$ mit %2$s für %3$s erstellt" + ], + "Based on the amount of RAM in the system, a %1s$ of at least %2$s will be created for %3$s": [ + "Basierend auf der Größe des RAM im System wird eine %1s$ mit mindestens %2$s für %3$s erstellt" + ], + "Based on the amount of RAM in the system, a %1s$ with a size between %2$s and %3$s will be created for %4$s": [ + "Basierend auf der Größe des RAM im System wird eine %1s$ mit einer Größe zwischen %2$s und %3$s für %4$s erstellt" + ], "Bcachefs": [ "Bcachefs" ], @@ -261,12 +291,18 @@ export default { "Configure DASD": [ "DASD konfigurieren" ], + "Configure LVM Volume Group": [ + "LVM-Volume-Gruppe konfigurieren" + ], "Configure LVM logical volume at %s volume group": [ "" ], "Configure iSCSI": [ "iSCSI konfigurieren" ], + "Configure partition at %s": [ + "Partition bei %s konfigurieren" + ], "Configure zFCP": [ "zFCP konfigurieren" ], @@ -324,6 +360,9 @@ export default { "Could not log in. Please, make sure that the password is correct.": [ "Die Anmeldung ist fehlgeschlagen. Bitte stellen Sie sicher, dass das Passwort korrekt ist." ], + "Create LVM volume group %s": [ + "LVM-Volume-Gruppe %s erstellen" + ], "Create user": [ "Benutzer erstellen" ], @@ -360,6 +399,9 @@ export default { "Default file system for %s": [ "Standard-Dateisystem für %s" ], + "Default file system for generic logical volumes": [ + "Standard-Dateisystem für generische logische Volumes" + ], "Default file system for generic partitions": [ "Standard-Dateisystem für generische Partitionen" ], @@ -367,10 +409,10 @@ export default { "Benutzerdefinierte Größe oder einen Bereich definieren" ], "Define a new LVM on the disk": [ - "" + "Einen neuen LVM auf der Festplatte definieren" ], "Define a new LVM on top of one or several disks": [ - "" + "Einen neuen LVM auf einer oder mehreren Festplatten definieren" ], "Define a user now": [ "Definieren Sie jetzt einen Benutzer" @@ -388,7 +430,10 @@ export default { "Aktuellen Inhalt löschen" ], "Delete the volume group and its logical volumes": [ - "" + "Die Volume-Gruppe und ihre logischen Volumes löschen" + ], + "Delete volume group": [ + "Volume-Gruppe löschen" ], "Destroy current data and format partition as": [ "Aktuelle Daten zerstören und Partition formatieren als" @@ -459,6 +504,9 @@ export default { "Edit user": [ "Benutzer bearbeiten" ], + "Edit volume group": [ + "Volume-Gruppe bearbeiten" + ], "Encrypt the system": [ "System verschlüsseln" ], @@ -486,6 +534,12 @@ export default { "Enter a hostname.": [ "Geben Sie einen Hostnamen ein." ], + "Enter a name": [ + "Name eingeben" + ], + "Enter a name for the volume group.": [ + "Name für die Volume-Gruppe eingeben." + ], "ExFAT": [ "ExFAT" ], @@ -552,6 +606,9 @@ export default { "Format": [ "Formatieren" ], + "Format logical volume as": [ + "Logisches Volume formatieren als" + ], "Format partition as": [ "Partition formatieren als" ], @@ -751,6 +808,12 @@ export default { "Log in as %s": [ "Als %s anmelden" ], + "Logical volume name": [ + "Name des logischen Volumes" + ], + "Logical volumes": [ + "Logische Volumes" + ], "Login": [ "Anmelden" ], @@ -800,11 +863,14 @@ export default { "Modus" ], "Modify settings and physical volumes": [ - "" + "Einstellungen und physikalische Volumes ändern" ], "More actions": [ "Weitere Aktionen" ], + "More devices": [ + "Weitere Geräte" + ], "Mount Point": [ "Einhängepunkt" ], @@ -820,6 +886,9 @@ export default { "Mount point toggle": [ "Einhängepunktumschalter" ], + "Move mount points": [ + "Einhängepunkte verschieben" + ], "Move the mount points currently configured at the selected disks to logical volumes of this volume group.": [ "" ], @@ -868,12 +937,18 @@ export default { "No device selected yet": [ "Noch kein Gerät ausgewählt" ], + "No devices configured yet": [ + "Noch keine Geräte konfiguriert" + ], "No devices found": [ "Keine Geräte gefunden" ], "No iSCSI targets found.": [ "Keine iSCSI-Ziele gefunden." ], + "No logical volumes are defined yet": [ + "Es sind noch keine logischen Volumes definiert" + ], "No partitions will be automatically configured for booting. Use with caution.": [ "Es werden keine Partitionen automatisch für das Booten konfiguriert. Seien Sie vorsichtig." ], @@ -934,6 +1009,9 @@ export default { "Options toggle": [ "Optionen umschalten" ], + "Other options": [ + "Andere Optionen" + ], "Overview": [ "Übersicht" ], @@ -1132,12 +1210,18 @@ export default { "Select a disk": [ "Festplatte auswählen" ], + "Select a disk to define partitions": [ + "Wählen Sie eine Festplatte, um Partitionen zu definieren" + ], "Select a product": [ "Wählen Sie ein Produkt aus" ], "Select another disk to define partitions": [ "Wählen Sie eine andere Festplatte aus, um Partitionen zu definieren" ], + "Select at least one disk.": [ + "Wählen Sie mindestens eine Festplatte aus." + ], "Select or enter a mount point": [ "Einhängepunkt auswählen oder eingeben" ], @@ -1168,6 +1252,9 @@ export default { "Set DIAG On": [ "DIAG einschalten" ], + "Set a permanent hostname that won’t change with network updates.": [ + "Legen Sie einen permanenten Hostnamen fest, der sich bei Netzwerkaktualisierungen nicht ändert." + ], "Several partitions will be deleted": [ "Mehrere Partitionen werden gelöscht" ], @@ -1223,6 +1310,9 @@ export default { "Something went wrong": [ "Etwas ist schiefgelaufen" ], + "Start configuring a basic installation": [ + "Konfiguration einer Basisinstallation beginnen" + ], "Start from scratch with the default configuration": [ "Mit der Standardkonfiguration neu beginnen" ], @@ -1265,6 +1355,15 @@ export default { "The content may be deleted": [ "Der Inhalt kann gelöscht werden" ], + "The current configuration will result in a %1$s of %2$s.": [ + "Die aktuelle Konfiguration führt zu einer %1$s mit %2$s." + ], + "The current configuration will result in a %1$s of at least %2$s.": [ + "Die aktuelle Konfiguration führt zu einer %1$s mit mindestens %2$s." + ], + "The current configuration will result in a %1$s with a size between %2$s and %3$s.": [ + "Die aktuelle Konfiguration führt zu einer %1$s mit einer Größe zwischen %2$s und %3$s." + ], "The data is kept, but the current partitions will be resized as needed.": [ "Die Daten bleiben erhalten, aber die Größe der aktuellen Partitionen wird nach Bedarf geändert." ], @@ -1301,6 +1400,15 @@ export default { "The installer requires [root] user privileges.": [ "Das Installationsprogramm erfordert [root]-Benutzerrechte." ], + "The logical volume can grow to use all the contiguous free space": [ + "Das logische Volume kann so lange wachsen, bis es den gesamten zusammenhängenden freien Speicherplatz belegt" + ], + "The logical volume can grow until a given limit size": [ + "Das logische Volume kann bis zu einer bestimmten Maximalgröße wachsen" + ], + "The logical volume is created exactly with the given size": [ + "Das logische Volume wird genau mit der angegebenen Größe erstellt" + ], "The maximum must be a number optionally followed by a unit like GiB or GB": [ "Das Maximum muss eine Zahl sein, optional gefolgt von einer Einheit wie GiB oder GB" ], @@ -1397,6 +1505,9 @@ export default { "This device will contain the configured LVM groups and any partition needed to boot": [ "Dieses Gerät wird die konfigurierten LVM-Gruppen und alle zum Booten benötigten Partitionen enthalten" ], + "This hostname is dynamic and may change after a reboot or network update, as configured by the local network administrator.": [ + "Dieser Hostname ist dynamisch und kann sich nach einem Neustart oder einer Netzwerkaktualisierung ändern, wie vom lokalen Netzwerkadministrator konfiguriert." + ], "This product does not allow to select software patterns during installation. However, you can add additional software once the installation is finished.": [ "Bei diesem Produkt ist es nicht möglich, während der Installation Softwaremuster auszuwählen. Sie können jedoch zusätzliche Software hinzufügen, sobald die Installation abgeschlossen ist." ], @@ -1469,6 +1580,9 @@ export default { "Use %s for additional partitions and booting": [ "%s für zusätzliche Partitionen und zum Booten verwenden" ], + "Use %s to configure boot partitions": [ + "Verwenden Sie %s zur Konfiguration von Bootpartitionen" + ], "Use %s to host LVM": [ "%s zum Hosten des LVM verwenden" ], @@ -1487,6 +1601,9 @@ export default { "Use %s to install, host LVM and boot": [ "%s zum Installieren, Hosten des LVM und Booten verwenden" ], + "Use actions below to set up your devices or click %s to start from scratch with the default configuration.": [ + "Verwenden Sie die nachstehenden Aktionen, um Ihre Geräte einzurichten, oder klicken Sie auf %s, um mit der Standardkonfiguration von vorn zu beginnen." + ], "Use available space": [ "Verfügbaren Speicherplatz verwenden" ], @@ -1530,7 +1647,7 @@ export default { "Transienter Hostname wird verwendet: %s" ], "Volume group '%s' already exists. Enter a different name.": [ - "" + "Volume-Gruppe ‚%s‘ existiert bereits. Geben Sie einen anderen Namen ein." ], "WPA & WPA2 Personal": [ "WPA & WPA2 Personal" @@ -1592,6 +1709,12 @@ export default { "iSCSI": [ "iSCSI" ], + "partition": [ + "Partition" + ], + "reset to defaults": [ + "Auf Standardeinstellungen zurücksetzen" + ], "zFCP": [ "zFCP" ], diff --git a/web/src/po/po.ja.js b/web/src/po/po.ja.js index 514c1c7e18..83986dcbbe 100644 --- a/web/src/po/po.ja.js +++ b/web/src/po/po.ja.js @@ -42,6 +42,24 @@ export default { "%s with %d partitions": [ "%s (%d 個のパーティション)" ], + "A %1$s of %2$s will be created for %3$s": [ + "%2$s の %1$s を %3$s 向けに作成します" + ], + "A %1$s of at least %2$s will be created for %3$s": [ + "少なくとも %2$s の %1$s を %3$s 向けに作成します" + ], + "A %1$s with a size between %2$s and %3$s will be created for %4$s": [ + "%2$s から %3$s までの範囲で %1$s を %4$s 向けに作成します" + ], + "A generic minimum size of %1$s will be used for the new %2$s": [ + "新しい %2$s に対しては少なくとも %1$s を使用します" + ], + "A generic size of %s will be used for the new %2$s": [ + "新しい %2$s に対しては一般的なサイズ %s を使用します" + ], + "A generic size range between %1$s and %2$s will be used for the new %3$s": [ + "新しい %3$s に対しては一般的なサイズ %1$s から %2$s の範囲を使用します" + ], "A partition may be deleted": [ "パーティションを削除するかもしれません" ], @@ -87,6 +105,9 @@ export default { "Add DNS": [ "DNS の追加" ], + "Add LVM volume group": [ + "新規 LVM ボリュームグループの追加" + ], "Add an address": [ "アドレスの追加" ], @@ -99,6 +120,9 @@ export default { "Add another partition or mount an existing one": [ "他のパーティションの追加または既存のパーティションのマウント" ], + "Add logical volume": [ + "論理ボリュームの追加" + ], "Add or use partition": [ "パーティションの追加または使用" ], @@ -112,7 +136,7 @@ export default { "アドレスデータの一覧" ], "Adjust the settings below to make the new system fit into the available space.": [ - "新しいシステムが利用可能な領域内に収まるよう、下記の設定を調整してください。" + "新しいシステムが利用可能な領域内に収まるように設定を調整してください。" ], "All content will be deleted": [ "全ての内容を削除する" @@ -124,7 +148,7 @@ export default { "最初のユーザの作成とは別に、 root ユーザに対する認証方式を設定することができます。" ], "Already using all available disks": [ - "" + "既に利用可能な全てのディスクを使用しています" ], "Any existing partition will be removed and all data in the disk will be lost.": [ "全てのパーティションを削除し、ディスク内に存在するデータを全て消去します。" @@ -177,6 +201,15 @@ export default { "Back": [ "戻る" ], + "Based on the amount of RAM in the system, a %1s$ of %2$s will be created for %3$s": [ + "システムのメモリサイズに応じて、 %2$s の %1$s を %3$s 向けに作成します" + ], + "Based on the amount of RAM in the system, a %1s$ of at least %2$s will be created for %3$s": [ + "システムのメモリサイズに応じて、少なくとも %2$s の %1$s を %3$s 向けに作成します" + ], + "Based on the amount of RAM in the system, a %1s$ with a size between %2$s and %3$s will be created for %4$s": [ + "システムのメモリサイズに応じて、 %2$s から %3$s までの範囲で %1$s を %4$s 向けに作成します" + ], "Bcachefs": [ "bcachefs" ], @@ -258,9 +291,18 @@ export default { "Configure DASD": [ "DASD の設定" ], + "Configure LVM Volume Group": [ + "LVM ボリュームグループの設定" + ], + "Configure LVM logical volume at %s volume group": [ + "ボリュームグループ %s に対する LVM 論理ボリュームの設定" + ], "Configure iSCSI": [ "iSCSI の設定" ], + "Configure partition at %s": [ + "%s でのパーティションの設定" + ], "Configure zFCP": [ "zFCP の設定" ], @@ -321,6 +363,9 @@ export default { "Could not log in. Please, make sure that the password is correct.": [ "ログインできませんでした。入力したパスワードが正しいかどうか、もう一度ご確認ください。" ], + "Create LVM volume group %s": [ + "LVM ボリュームグループ %s の作成" + ], "Create user": [ "ユーザの作成" ], @@ -360,6 +405,9 @@ export default { "Default file system for %s": [ "%s に対する既定のファイルシステム" ], + "Default file system for generic logical volumes": [ + "汎用パーティションに対する既定のファイルシステム" + ], "Default file system for generic partitions": [ "汎用パーティションに対する既定のファイルシステム" ], @@ -367,10 +415,10 @@ export default { "独自にサイズや範囲を指定する" ], "Define a new LVM on the disk": [ - "" + "ディスクに対して新しい LVM を設定する" ], "Define a new LVM on top of one or several disks": [ - "" + "1 つもしくは複数のディスクに対して新しい LVM を設定する" ], "Define a user now": [ "今すぐユーザを設定する" @@ -388,7 +436,10 @@ export default { "現在の内容を全て削除する" ], "Delete the volume group and its logical volumes": [ - "" + "ボリュームグループと論理ボリュームを削除する" + ], + "Delete volume group": [ + "ボリュームグループの削除" ], "Destroy current data and format partition as": [ "現在のデータを消去して下記の形式でパーティションをフォーマット:" @@ -459,6 +510,12 @@ export default { "Edit user": [ "ユーザの編集" ], + "Edit volume group": [ + "ボリュームグループの編集" + ], + "Empty LVM volume group %s": [ + "空の LVM ボリュームグループ %s" + ], "Encrypt the system": [ "システムの暗号化" ], @@ -486,6 +543,12 @@ export default { "Enter a hostname.": [ "ホスト名を入力してください。" ], + "Enter a name": [ + "名前を入力してください" + ], + "Enter a name for the volume group.": [ + "ボリュームグループに対する名前を入力してください。" + ], "ExFAT": [ "ExFAT" ], @@ -552,6 +615,9 @@ export default { "Format": [ "フォーマット" ], + "Format logical volume as": [ + "下記の形式で論理ボリュームをフォーマット" + ], "Format partition as": [ "下記の形式でフォーマット:" ], @@ -750,6 +816,12 @@ export default { "Log in as %s": [ "%s としてログイン" ], + "Logical volume name": [ + "論理ボリューム名" + ], + "Logical volumes": [ + "論理ボリューム" + ], "Login": [ "ログイン" ], @@ -799,11 +871,14 @@ export default { "モード" ], "Modify settings and physical volumes": [ - "" + "設定と物理ボリュームの変更" ], "More actions": [ "さらなる処理" ], + "More devices": [ + "さらなるデバイス" + ], "Mount Point": [ "マウントポイント" ], @@ -819,8 +894,11 @@ export default { "Mount point toggle": [ "マウントポイントの切り替え" ], + "Move mount points": [ + "マウントポイントの移動" + ], "Move the mount points currently configured at the selected disks to logical volumes of this volume group.": [ - "" + "選択したディスク内に設定されたマウントポイントを、このボリュームグループの論理ボリュームに移動します。" ], "Multipath": [ "マルチパス" @@ -867,12 +945,18 @@ export default { "No device selected yet": [ "まだ何もデバイスを選択していません" ], + "No devices configured yet": [ + "まだ何もデバイスを選択していません" + ], "No devices found": [ "デバイスが見つかりませんでした" ], "No iSCSI targets found.": [ "iSCSI ターゲットが見つかりませんでした。" ], + "No logical volumes are defined yet": [ + "何も論理ボリュームを設定していません" + ], "No partitions will be automatically configured for booting. Use with caution.": [ "起動用のパーティションを自動設定しません。注意してお使いください。" ], @@ -939,6 +1023,12 @@ export default { "Options toggle": [ "オプションの切り替え" ], + "Other options": [ + "その他のオプション" + ], + "Other options toggle": [ + "その他のオプションの切り替え" + ], "Overview": [ "概要" ], @@ -1137,12 +1227,18 @@ export default { "Select a disk": [ "ディスクの選択" ], + "Select a disk to define partitions": [ + "パーティションの設定作業を行うディスクを選択" + ], "Select a product": [ "製品の選択" ], "Select another disk to define partitions": [ "パーティションの設定作業を行う他のディスクを選択" ], + "Select at least one disk.": [ + "少なくとも 1 つのディスクを選択してください。" + ], "Select or enter a mount point": [ "マウントポイントの選択または入力" ], @@ -1156,7 +1252,7 @@ export default { "起動用のパーティションを設定するディスクの選択" ], "Select what to do with each partition in order to find space for allocating the new system.": [ - "新しいシステムを配置するための領域を検出するため、各パーティションに対してやるべきことを選択します。" + "新しいシステムのインストール先となる領域を確保するため、各パーティションに対してすべきことを選択します。" ], "Select what to do with each partition.": [ "パーティションの設定作業を独自に実施します。" @@ -1173,6 +1269,9 @@ export default { "Set DIAG On": [ "診断を有効化" ], + "Set a permanent hostname that won’t change with network updates.": [ + "ネットワーク側から指定された場合でも変化しない、固定のホスト名を設定します。" + ], "Several partitions will be deleted": [ "いくつかのパーティションを削除します" ], @@ -1227,6 +1326,9 @@ export default { "Something went wrong": [ "何らかの問題が発生しました" ], + "Start configuring a basic installation": [ + "基本的なインストールの設定を開始する" + ], "Start from scratch with the default configuration": [ "既定の設定で最初から実施する" ], @@ -1272,6 +1374,15 @@ export default { "The content may be deleted": [ "内容が削除されるかもしれません" ], + "The current configuration will result in a %1$s of %2$s.": [ + "現在の設定では %2$s の %1$s になります。" + ], + "The current configuration will result in a %1$s of at least %2$s.": [ + "現在の設定では少なくとも %2$s の %1$sになります。" + ], + "The current configuration will result in a %1$s with a size between %2$s and %3$s.": [ + "現在の設定では %2$s から %3$s までの %1$s になります。" + ], "The data is kept, but the current partitions will be resized as needed.": [ "既存のデータは保持しますが、必要に応じて既存のパーティションのサイズ変更を行います。" ], @@ -1308,6 +1419,15 @@ export default { "The installer requires [root] user privileges.": [ "インストーラを使用するには [root] 権限が必要です。" ], + "The logical volume can grow to use all the contiguous free space": [ + "連続した空き領域の範囲まで論理ボリュームを拡大できます" + ], + "The logical volume can grow until a given limit size": [ + "指定した上限サイズまで論理ボリュームを拡大できます" + ], + "The logical volume is created exactly with the given size": [ + "指定したサイズで論理ボリュームを作成します" + ], "The maximum must be a number optionally followed by a unit like GiB or GB": [ "最大サイズは数値でなければいけません。なお、 GiB や GB のように単位を付けることもできます" ], @@ -1318,7 +1438,7 @@ export default { "最小サイズは数値でなければいけません。なお、 GiB や GB のように単位を付けることもできます" ], "The needed LVM physical volumes will be added as partitions on the chosen disks, based on the sizes of the logical volumes. If you select more than one disk, the physical volumes may be distributed along several disks.": [ - "" + "必要な LVM 物理ボリュームは、論理ボリュームのサイズを元に、選択したディスク内のパーティションとして追加されます。複数のディスクを選択した場合、物理ボリュームはそれらのディスクに分散して配置されます。" ], "The partition can grow to use all the contiguous free space": [ "連続した空き領域の範囲までパーティションを拡大できます" @@ -1485,6 +1605,9 @@ export default { "Use %s for additional partitions and booting": [ "追加パーティションと起動用に %s を使用する" ], + "Use %s to configure boot partitions": [ + "起動パーティション用に %s を使用する" + ], "Use %s to host LVM": [ "LVM の配置用に %s を使用する" ], @@ -1503,6 +1626,9 @@ export default { "Use %s to install, host LVM and boot": [ "インストール/ LVM の配置/起動用に %s を使用する" ], + "Use actions below to set up your devices or click %s to start from scratch with the default configuration.": [ + "下記にあるアクションを押してデバイスを設定するか、もしくは %s を押して何もない状態から設定を行ってください。" + ], "Use available space": [ "利用可能な領域を使用する" ], @@ -1549,7 +1675,7 @@ export default { "検出された Wi-Fi ネットワーク" ], "Volume group '%s' already exists. Enter a different name.": [ - "" + "ボリュームグループ '%s' は既に存在しています。別の名前を入力してください。" ], "WPA & WPA2 Personal": [ "WPA および WPA2 Personal" @@ -1620,6 +1746,12 @@ export default { "logical volume": [ "論理ボリューム" ], + "partition": [ + "パーティション" + ], + "reset to defaults": [ + "既定値に戻す" + ], "zFCP": [ "zFCP" ], diff --git a/web/src/po/po.sv.js b/web/src/po/po.sv.js index 0966fb0bea..b9b66e0228 100644 --- a/web/src/po/po.sv.js +++ b/web/src/po/po.sv.js @@ -42,6 +42,24 @@ export default { "%s with %d partitions": [ "%s med %d partitioner" ], + "A %1$s of %2$s will be created for %3$s": [ + "En %1$s av %2$s kommer att skapas för %3$s" + ], + "A %1$s of at least %2$s will be created for %3$s": [ + "En %1$s på minst %2$s kommer att skapas för %3$s" + ], + "A %1$s with a size between %2$s and %3$s will be created for %4$s": [ + "En %1$s med en storlek mellan %2$s och %3$s kommer att skapas för %4$s" + ], + "A generic minimum size of %1$s will be used for the new %2$s": [ + "En generisk minimistorlek av%1$s kommer att användas för den nya %2$s" + ], + "A generic size of %s will be used for the new %2$s": [ + "En generisk storlek av %s kommer att användas för den nya %2$s" + ], + "A generic size range between %1$s and %2$s will be used for the new %3$s": [ + "Ett generiskt storleksintervall mellan %1$s och %2$s kommer att användas för den nya %3$s" + ], "A partition may be deleted": [ "En partition kan tas bort" ], @@ -87,6 +105,9 @@ export default { "Add DNS": [ "Lägg till DNS" ], + "Add LVM volume group": [ + "Lägg till LVM volymgrupp" + ], "Add an address": [ "Lägg till en adress" ], @@ -99,6 +120,9 @@ export default { "Add another partition or mount an existing one": [ "Lägg till ytterligare en partition eller montera en befintlig" ], + "Add logical volume": [ + "Lägg till logisk volym" + ], "Add or use partition": [ "Lägg till eller använd en partition" ], @@ -124,7 +148,7 @@ export default { "Förutom att definiera den första användaren kan autentiseringsmetoder för rootanvändaren konfigureras." ], "Already using all available disks": [ - "" + "Använder redan alla tillgängliga diskar" ], "Any existing partition will be removed and all data in the disk will be lost.": [ "Alla befintliga partitioner kommer att tas bort och all data på disken kommer att gå förlorad." @@ -177,6 +201,15 @@ export default { "Back": [ "Bakåt" ], + "Based on the amount of RAM in the system, a %1s$ of %2$s will be created for %3$s": [ + "Baserat på mängden RAM i systemet kommer en $1s$ av %2$s att skapas för %3$s" + ], + "Based on the amount of RAM in the system, a %1s$ of at least %2$s will be created for %3$s": [ + "Baserat på mängden RAM i systemet kommer en %1s$ på minst %2$s att skapas för %3$s" + ], + "Based on the amount of RAM in the system, a %1s$ with a size between %2$s and %3$s will be created for %4$s": [ + "Baserat på mängden RAM i systemet kommer en %1s$ med en storlek mellan %2$s och %3$s att skapas för %4$s" + ], "Bcachefs": [ "Bcachefs" ], @@ -258,9 +291,18 @@ export default { "Configure DASD": [ "Konfigurera DASD" ], + "Configure LVM Volume Group": [ + "Konfigurera LVM volymgrupp" + ], + "Configure LVM logical volume at %s volume group": [ + "Konfigurera LVM logisk volym på %s volymgrupp" + ], "Configure iSCSI": [ "Konfigurera iSCSI" ], + "Configure partition at %s": [ + "Konfigurera partition på %s" + ], "Configure zFCP": [ "Konfigurera zFCP" ], @@ -321,6 +363,9 @@ export default { "Could not log in. Please, make sure that the password is correct.": [ "Kunde inte logga in. Kontrollera att lösenordet är korrekt." ], + "Create LVM volume group %s": [ + "Skapa LVM volymgrupp %s" + ], "Create user": [ "Skapa användare" ], @@ -360,6 +405,9 @@ export default { "Default file system for %s": [ "Standard filsystem för %s" ], + "Default file system for generic logical volumes": [ + "Standardfilsystem för generiska logiska volymer" + ], "Default file system for generic partitions": [ "Standardfilsystem för generiska partitioner" ], @@ -367,10 +415,10 @@ export default { "Definiera en anpassad storlek eller ett intervall" ], "Define a new LVM on the disk": [ - "" + "Definiera en ny LVM på disken" ], "Define a new LVM on top of one or several disks": [ - "" + "Definiera en ny LVM ovanpå en eller flera diskar" ], "Define a user now": [ "Definera en användare nu" @@ -388,7 +436,10 @@ export default { "Radera nuvarande innehåll" ], "Delete the volume group and its logical volumes": [ - "" + "Ta bort volymgruppen och dess logiska volymer" + ], + "Delete volume group": [ + "Ta bort volymgrupp" ], "Destroy current data and format partition as": [ "Förstör nuvarande data och formatera partition som" @@ -459,6 +510,12 @@ export default { "Edit user": [ "Redigera användare" ], + "Edit volume group": [ + "Redigera volymgrupp" + ], + "Empty LVM volume group %s": [ + "Tom LVM volymgrupp %s" + ], "Encrypt the system": [ "Kryptera systemet" ], @@ -486,6 +543,12 @@ export default { "Enter a hostname.": [ "Ange ett värdnamn." ], + "Enter a name": [ + "Ange ett namn" + ], + "Enter a name for the volume group.": [ + "Ange ett namn för volymgrupp." + ], "ExFAT": [ "ExFAT" ], @@ -552,6 +615,9 @@ export default { "Format": [ "Formatera" ], + "Format logical volume as": [ + "Formatera logisk volym som" + ], "Format partition as": [ "Formatera partition som" ], @@ -751,6 +817,12 @@ export default { "Log in as %s": [ "Logga in som %s" ], + "Logical volume name": [ + "Logisk volym namn" + ], + "Logical volumes": [ + "Logiska volymer" + ], "Login": [ "Logga in" ], @@ -800,11 +872,14 @@ export default { "Läge" ], "Modify settings and physical volumes": [ - "" + "Modifiera inställningar och fysiska volymer" ], "More actions": [ "Mer åtgärder" ], + "More devices": [ + "Mer enheter" + ], "Mount Point": [ "Monteringspunkt" ], @@ -820,8 +895,11 @@ export default { "Mount point toggle": [ "Monteringspunkt växel" ], + "Move mount points": [ + "Flytta monteringspunkter" + ], "Move the mount points currently configured at the selected disks to logical volumes of this volume group.": [ - "" + "Flytta monteringspunkterna som för närvarande är konfigurerade på de valda diskarna till logiska volymer på denna volymgrupp." ], "Multipath": [ "Flervägs" @@ -868,12 +946,18 @@ export default { "No device selected yet": [ "Ingen enhet vald ännu" ], + "No devices configured yet": [ + "Inga enheter har konfigurerats ännu" + ], "No devices found": [ "Inga enheter hittades" ], "No iSCSI targets found.": [ "Inga iSCSI mål hittades." ], + "No logical volumes are defined yet": [ + "Inga logiska volymer är definierade ännu" + ], "No partitions will be automatically configured for booting. Use with caution.": [ "Inga partitioner kommer att konfigureras automatiskt för uppstart. Använd med försiktighet." ], @@ -940,6 +1024,12 @@ export default { "Options toggle": [ "Växla mellan alternativ" ], + "Other options": [ + "Andra alternativ" + ], + "Other options toggle": [ + "Andra alternativ växel" + ], "Overview": [ "Översikt" ], @@ -1138,12 +1228,18 @@ export default { "Select a disk": [ "Välj en disk" ], + "Select a disk to define partitions": [ + "Välj en disk för att definiera partitioner" + ], "Select a product": [ "Välj en produkt" ], "Select another disk to define partitions": [ "Välj en annan disk för att definiera partitioner" ], + "Select at least one disk.": [ + "Välj åtminstone en disk." + ], "Select or enter a mount point": [ "Välj eller ange en monteringspunkt" ], @@ -1174,6 +1270,9 @@ export default { "Set DIAG On": [ "Sätt DIAGNOS till på" ], + "Set a permanent hostname that won’t change with network updates.": [ + "Ställ in ett permanent värdnamn som inte ändras med nätverksuppdateringar." + ], "Several partitions will be deleted": [ "Flera partitioner kommer att tas bort" ], @@ -1229,6 +1328,9 @@ export default { "Something went wrong": [ "Något gick fel" ], + "Start configuring a basic installation": [ + "Börja konfigurera en grundläggande installation" + ], "Start from scratch with the default configuration": [ "Börja från början med standardkonfigurationen" ], @@ -1274,6 +1376,15 @@ export default { "The content may be deleted": [ "Innehållet kan komma att raderas" ], + "The current configuration will result in a %1$s of %2$s.": [ + "Den aktuella konfigurationen kommer att resultera i en %1$s på %2$s." + ], + "The current configuration will result in a %1$s of at least %2$s.": [ + "Den aktuella konfigurationen kommer att resultera i en %1$s på minst %2$s." + ], + "The current configuration will result in a %1$s with a size between %2$s and %3$s.": [ + "Den aktuella konfigurationen kommer att resultera i en %1$s med en storlek mellan %2$s och %3$s." + ], "The data is kept, but the current partitions will be resized as needed.": [ "Data bevaras, men storleken på de aktuella partitionerna kommer att ändras efter behov." ], @@ -1310,6 +1421,15 @@ export default { "The installer requires [root] user privileges.": [ "Installationsprogrammet kräver [root] användarrättigheter." ], + "The logical volume can grow to use all the contiguous free space": [ + "Den logiska volymen kan växa för att använda allt angränsande ledigt utrymme" + ], + "The logical volume can grow until a given limit size": [ + "Den logiska volymen kan växa tills en given gränsstorlek" + ], + "The logical volume is created exactly with the given size": [ + "Den logiska volymen skapas exakt med den givna storleken" + ], "The maximum must be a number optionally followed by a unit like GiB or GB": [ "Det maximala måste vara ett tal, eventuellt följt av en enhet som GiB eller GB" ], @@ -1320,7 +1440,7 @@ export default { "Det minsta måste vara ett nummer, eventuellt följt av en enhet som GiB eller GB" ], "The needed LVM physical volumes will be added as partitions on the chosen disks, based on the sizes of the logical volumes. If you select more than one disk, the physical volumes may be distributed along several disks.": [ - "" + "De fysiska LVM-volymerna som behövs kommer att läggas till som partitioner på de valda diskarna, baserat på storleken på de logiska volymerna. Om du väljer mer än en disk så kan, fysiska volymer vara fördelade på flera diskar." ], "The partition can grow to use all the contiguous free space": [ "Partitionen kan växa för att använda allt angränsande ledigt utrymme" @@ -1487,6 +1607,9 @@ export default { "Use %s for additional partitions and booting": [ "Används %s för ytterligare partitioner och uppstart" ], + "Use %s to configure boot partitions": [ + "Använd %s för att konfigurera uppstartspartitioner" + ], "Use %s to host LVM": [ "Använd %s för att vara värd för LVM" ], @@ -1505,6 +1628,9 @@ export default { "Use %s to install, host LVM and boot": [ "Använd %s för att installera, värd LVM och uppstart" ], + "Use actions below to set up your devices or click %s to start from scratch with the default configuration.": [ + "Använd åtgärderna nedan för att ställa in dina enheter eller klicka på %s för att börja från början med standardkonfigurationen." + ], "Use available space": [ "Använd tillgängligt utrymme" ], @@ -1551,7 +1677,7 @@ export default { "Synliga WiFi nätverk" ], "Volume group '%s' already exists. Enter a different name.": [ - "" + "Volymgrupp '%s' existerar redan. Ange ett annat namn." ], "WPA & WPA2 Personal": [ "WPA & WPA2 Personal" @@ -1622,6 +1748,12 @@ export default { "logical volume": [ "logisk volym" ], + "partition": [ + "partition" + ], + "reset to defaults": [ + "återställ till standard" + ], "zFCP": [ "zFCP" ],