Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 40 additions & 10 deletions web/src/po/po.ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export default {
"%1$s will still contain the LVM group '%2$s' and any partition needed to boot": [
"%1$s encara contindrà el grup d'LVM %2$s i qualsevol partició necessària per a arrencar"
],
"%d of %d": [
""
],
"%s - %s": [
"%s - %s"
],
Expand Down Expand Up @@ -138,6 +141,9 @@ export default {
"Adjust the settings below to make the new system fit into the available space.": [
"Ajusteu la configuració següent perquè el sistema nou s'adapti a l'espai disponible."
],
"All conflicts have been resolved, or none were detected. You can safely continue with your setup.": [
""
],
"All content will be deleted": [
"Se'n suprimirà tot el contingut"
],
Expand Down Expand Up @@ -252,18 +258,27 @@ export default {
"Change": [
"Canvia"
],
"Change Language": [
"Canvia'n la llengua"
],
"Change boot options": [
"Canvia les opcions d'arrencada"
],
"Change device menu": [
"Canvia el menú del dispositiu"
],
"Change display language": [
"Canvia la llengua de visualització"
],
"Change display language and keyboard layout": [
""
"Canvia la llengua de visualització i la disposició del teclat"
],
"Change keyboard": [
"Canvia el teclat"
],
"Change keyboard layout": [
"Canvia la disposició del teclat"
],
"Change product": [
"Canvia el producte"
],
Expand Down Expand Up @@ -853,6 +868,9 @@ export default {
"Language": [
"Llengua"
],
"Language and keyboard": [
"Llengua i teclat"
],
"Let the installer propose a sensible range of sizes": [
"Permeteu que l'instal·lador proposi una gamma raonable de mides"
],
Expand Down Expand Up @@ -950,13 +968,13 @@ export default {
"Més dispositius"
],
"More keymap layout might be available for the selected product at [Localization] page": [
""
"Pot ser que hi hagi més disposicions de teclat disponibles per al producte seleccionat a la pàgina [Localitzation]"
],
"More language and keyboard layout options for the selected product may be available in [Localization] page.": [
""
"És possible que hi hagi més opcions de llengua i disposicions de teclat per al producte seleccionat a la pàgina [Localization]."
],
"More languages might be available for the selected product at [Localization] page": [
""
"És possible que hi hagi més llengües disponibles per al producte seleccionat a la pàgina [Localitzation]"
],
"Mount Point": [
"Punt de muntatge"
Expand All @@ -982,6 +1000,9 @@ export default {
"Multipath": [
"Multicamí"
],
"Multiple conflicts found. You can address them in any order, and resolving one may resolve others.": [
""
],
"NFS": [
"NFS"
],
Expand Down Expand Up @@ -1276,6 +1297,9 @@ export default {
"Result": [
"Resultat"
],
"Review and fix": [
""
],
"Root authentication methods": [
"Mètodes d'autenticació d'arrel"
],
Expand Down Expand Up @@ -1412,6 +1436,9 @@ export default {
"Skip to content": [
"Omet i ves al contingut"
],
"Skip to previous": [
""
],
"Software": [
"Programari"
],
Expand Down Expand Up @@ -1635,10 +1662,10 @@ export default {
"Aquests són els paràmetres d'instal·lació més rellevants. No dubteu a navegar per les seccions del menú per a més detalls."
],
"These are the settings for the product to install. The installer language and keyboard layout can be adjusted via the [settings panel] accessible from the top bar.": [
""
"Aquests són els paràmetres per instal·lar el producte. La llengua de l'instal·lador i la disposició del teclat es poden ajustar a [settings panel] accessible des de la barra superior."
],
"These are the settings for the product to install. The installer language can be adjusted via the [settings panel] accessible from the top bar.": [
""
"Aquests són els paràmetres per instal·lar el producte. La llengua de l'instal·lador es pot ajustar a [settings panel] accessible des de la barra superior."
],
"This action could destroy any data stored on the devices listed below. Please, confirm that you really want to continue.": [
"Aquesta acció podria destruir qualsevol dada emmagatzemada als dispositius que s'indiquen a continuació. Si us plau, confirmeu que realment voleu continuar."
Expand Down Expand Up @@ -1674,7 +1701,7 @@ export default {
"Això usa les particions existents al dispositiu"
],
"This will affect only the installer interface, not the product to be installed. You can adjust the product’s localization later in the Localization settings page.": [
""
"Això afectarà només la interfície de l'instal·lador, no el producte que s'ha d'instal·lar. Podeu ajustar la localització del producte més endavant a la pàgina de configuració de la localització."
],
"TiB": [
"TiB"
Expand Down Expand Up @@ -1773,7 +1800,7 @@ export default {
"Usa l'espai disponible"
],
"Use for the selected product too": [
""
"Usa-la també per al producte seleccionat"
],
"Use password": [
"Usa contrasenya"
Expand All @@ -1791,7 +1818,7 @@ export default {
"Useu el mòdul de plataforma de confiança (TPM) per fer-ne la desencriptació automàticament a cada arrencada."
],
"Use these same settings for the selected product": [
""
"Usa aquests mateixos paràmetres per al producte seleccionat"
],
"Used space": [
"Espai usat"
Expand All @@ -1805,6 +1832,9 @@ export default {
"Username suggestion dropdown": [
"Menú desplegable de suggeriments de nom d'usuari"
],
"Using [%s] keyboard": [
"S'usa el teclat per a [%s]"
],
"Using a hashed password.": [
"S'usa una contrasenya amb funció resum."
],
Expand Down Expand Up @@ -1878,7 +1908,7 @@ export default {
"ZFCP"
],
"[CAPS LOCK] is on": [
""
"[CAPS LOCK] activat"
],
"at least %s": [
"almenys %s"
Expand Down
63 changes: 48 additions & 15 deletions web/src/po/po.de.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export default {
"%1$s will still contain the LVM group '%2$s' and any partition needed to boot": [
"%1$s wird weiterhin die LVM-Gruppe ‚%2$s‘ und alle zum Booten benötigten Partitionen enthalten"
],
"%d of %d": [
""
],
"%s - %s": [
"%s - %s"
],
Expand Down Expand Up @@ -138,6 +141,9 @@ export default {
"Adjust the settings below to make the new system fit into the available space.": [
"Passen Sie die Einstellungen unten an, damit das neue System in den verfügbaren Speicherplatz passt."
],
"All conflicts have been resolved, or none were detected. You can safely continue with your setup.": [
""
],
"All content will be deleted": [
"Der gesamte Inhalt wird gelöscht"
],
Expand Down Expand Up @@ -252,18 +258,27 @@ export default {
"Change": [
"Ändern"
],
"Change Language": [
"Sprache ändern"
],
"Change boot options": [
"Boot-Optionen ändern"
],
"Change device menu": [
"Gerätemenü ändern"
],
"Change display language": [
"Anzeigesprache ändern"
],
"Change display language and keyboard layout": [
""
"Anzeigesprache und Tastaturbelegung ändern"
],
"Change keyboard": [
"Tastatur ändern"
],
"Change keyboard layout": [
"Tastaturbelegung ändern"
],
"Change product": [
"Produkt ändern"
],
Expand Down Expand Up @@ -531,6 +546,9 @@ export default {
"Edit volume group": [
"Volume-Gruppe bearbeiten"
],
"Empty LVM volume group %s": [
"LVM-Volume-Gruppe %s löschen"
],
"Encrypt the system": [
"System verschlüsseln"
],
Expand Down Expand Up @@ -716,7 +734,7 @@ export default {
"Wenn ein lokales Medium zur Ausführung dieses Installationsprogramms verwendet wurde, entfernen Sie es vor dem nächsten Start."
],
"If the unit is omitted, bytes (B) will be used. Greater units can be of the form GiB (power of 2) or GB (power of 10).": [
""
"Wenn die Einheit weggelassen wird, werden Bytes (B) verwendet. Größere Einheiten können in der Form GiB (Potenz von 2) oder GB (Potenz von 10) angegeben werden."
],
"If you continue, partitions on your hard disk will be modified according to the provided installation settings.": [
"Wenn Sie fortfahren, werden die Partitionen auf Ihrer Festplatte entsprechend den vorgegebenen Installationseinstellungen geändert."
Expand Down Expand Up @@ -809,10 +827,10 @@ export default {
"Aussteller"
],
"It is not possible to allocate space for %s.": [
""
"Es ist nicht möglich, Platz für %s zuzuweisen."
],
"It is not possible to allocate space for the boot partition and for %s.": [
""
"Es ist nicht möglich, Platz für die Bootpartition und für %s zuzuweisen."
],
"It is not possible to install the system with the current configuration. Adjust the settings below.": [
"Es ist nicht möglich, das System mit der aktuellen Konfiguration zu installieren. Passen Sie die Einstellungen unten an."
Expand Down Expand Up @@ -847,6 +865,9 @@ export default {
"Language": [
"Sprache"
],
"Language and keyboard": [
"Sprache und Tastatur"
],
"Let the installer propose a sensible range of sizes": [
"Eine vernünftige Auswahl an Größen durch das Installationsprogramm vorschlagen lassen"
],
Expand Down Expand Up @@ -944,13 +965,13 @@ export default {
"Weitere Geräte"
],
"More keymap layout might be available for the selected product at [Localization] page": [
""
"Weitere Tastaturbelegungen für das ausgewählte Produkt sind unter Umständen auf der Seite [Localization] verfügbar."
],
"More language and keyboard layout options for the selected product may be available in [Localization] page.": [
""
"Weitere Sprach- und Tastaturbelegungsoptionen für das ausgewählte Produkt sind unter Umständen auf der Seite [Localization] verfügbar."
],
"More languages might be available for the selected product at [Localization] page": [
""
"Weitere Sprachen für das ausgewählte Produkt sind unter Umständen auf der Seite [Localization] verfügbar"
],
"Mount Point": [
"Einhängepunkt"
Expand All @@ -971,11 +992,14 @@ export default {
"Einhängepunkte verschieben"
],
"Move the mount points currently configured at the selected disks to logical volumes of this volume group.": [
""
"Verschieben Sie die derzeit auf den ausgewählten Festplatten konfigurierten Einhängepunkte auf logische Volumes dieser Volume-Gruppe."
],
"Multipath": [
"Multipfad"
],
"Multiple conflicts found. You can address them in any order, and resolving one may resolve others.": [
""
],
"NFS": [
"NFS"
],
Expand Down Expand Up @@ -1261,6 +1285,9 @@ export default {
"Result": [
"Ergebnis"
],
"Review and fix": [
""
],
"Root authentication methods": [
"Methoden der Root-Authentifizierung"
],
Expand Down Expand Up @@ -1395,6 +1422,9 @@ export default {
"Größen müssen als Zahlen eingegeben werden, optional gefolgt von einer Einheit."
],
"Skip to content": [
"Zum Inhalt springen"
],
"Skip to previous": [
""
],
"Software": [
Expand Down Expand Up @@ -1545,7 +1575,7 @@ export default {
"Das Minimum muss eine Zahl sein, optional gefolgt von einer Einheit wie GiB oder 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.": [
""
"Die benötigten physikalischen LVM-Volumes werden als Partitionen auf den ausgewählten Festplatten hinzugefügt, basierend auf den Größen der logischen Volumes. Wenn Sie mehr als eine Festplatte auswählen, können die physikalischen Volumes auf mehrere Festplatten verteilt werden."
],
"The partition can grow to use all the contiguous free space": [
"Die Partition kann so lange wachsen, bis sie den gesamten zusammenhängenden freien Speicherplatz belegt"
Expand Down Expand Up @@ -1614,10 +1644,10 @@ export default {
"Dies sind die wichtigsten Installationseinstellungen. Weitere Einzelheiten finden Sie in den Abschnitten des Menüs."
],
"These are the settings for the product to install. The installer language and keyboard layout can be adjusted via the [settings panel] accessible from the top bar.": [
""
"Dies sind die Einstellungen für das zu installierende Produkt. Die Sprache des Installationsprogramms und die Tastaturbelegung können über das [settings panel] in der oberen Leiste angepasst werden."
],
"These are the settings for the product to install. The installer language can be adjusted via the [settings panel] accessible from the top bar.": [
""
"Dies sind die Einstellungen für das zu installierende Produkt. Die Sprache des Installationsprogramms kann über das [settings panel] in der oberen Leiste angepasst werden."
],
"This action could destroy any data stored on the devices listed below. Please, confirm that you really want to continue.": [
"Diese Aktion könnte alle Daten zerstören, die auf den unten aufgeführten Geräten gespeichert sind. Bitte bestätigen Sie, dass Sie wirklich fortfahren möchten."
Expand Down Expand Up @@ -1653,7 +1683,7 @@ export default {
"Dies verwendet vorhandene Partitionen auf der Festplatte"
],
"This will affect only the installer interface, not the product to be installed. You can adjust the product’s localization later in the Localization settings page.": [
""
"Dies betrifft nur die Oberfläche des Installationsprogramms, nicht das zu installierende Produkt. Sie können die Lokalisierung des Produkts später auf der Seite mit den Lokalisierungseinstellungen anpassen."
],
"TiB": [
"TiB"
Expand Down Expand Up @@ -1752,7 +1782,7 @@ export default {
"Verfügbaren Speicherplatz verwenden"
],
"Use for the selected product too": [
""
"Auch für das ausgewählte Produkt verwenden"
],
"Use password": [
"Passwort verwenden"
Expand All @@ -1770,7 +1800,7 @@ export default {
"Das Trusted Platform Module (TPM) zur automatischen Entschlüsselung bei jedem Bootvorgang verwenden"
],
"Use these same settings for the selected product": [
""
"Dieselben Einstellungen für das ausgewählte Produkt verwenden"
],
"Used space": [
"Belegter Speicherplatz"
Expand All @@ -1784,6 +1814,9 @@ export default {
"Username suggestion dropdown": [
"Dropdown-Liste mit Vorschlägen für Benutzernamen"
],
"Using [%s] keyboard": [
"Tastatur [%s] wird verwendet"
],
"Using a hashed password.": [
"Verwendung eines gehashten Passworts."
],
Expand Down Expand Up @@ -1848,7 +1881,7 @@ export default {
"ZFCP"
],
"[CAPS LOCK] is on": [
""
"[CAPS LOCK] ist eingeschaltet"
],
"at least %s": [
"mindestens %s"
Expand Down
Loading