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
11 changes: 7 additions & 4 deletions web/src/po/po.de.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export default {
" Zeitzonenauswahl"
],
"\"%s\"": [
""
"„%s“"
],
"\"%s\" does not exist or is no longer available.": [
"\"%s\" existiert nicht oder ist zurzeit nicht verfügbar."
"„%s“ existiert nicht oder ist nicht mehr verfügbar."
],
"%1$s (%2$s)": [
"%1$s (%2$s)"
Expand Down Expand Up @@ -925,7 +925,7 @@ export default {
"Wenn Sie fortfahren, werden die Partitionen auf Ihrer Festplatte entsprechend den vorgegebenen Installationseinstellungen geändert."
],
"If you want to disable this check, please specify \"inst.ay_check=0\" at kernel's command-line": [
""
"Wenn Sie diese Überprüfung deaktivieren möchten, geben Sie bitte „inst.ay_check=0” in der Befehlszeile des Kernels an"
],
"In progress": [
"In Bearbeitung"
Expand Down Expand Up @@ -1394,6 +1394,9 @@ export default {
"Partitions to boot will be allocated at the installation disk.": [
"Die zu bootenden Partitionen werden auf der Installationsfestplatte zugewiesen."
],
"Partitions to host \"system\" will be created if needed.": [
"Partitionen für den Host „system“ werden bei Bedarf erstellt."
],
"Partitions will be used and created for %s": [
"Partitionen werden für %s verwendet und erstellt"
],
Expand Down Expand Up @@ -1957,7 +1960,7 @@ export default {
"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 will be registered with \"%s\" hostname": [
"Das Produkt wird mit dem Hostnamen \"%s\" registriert"
"Das Produkt wird unter dem Hostnamen „%s“ registriert"
],
"The size for %1$s will be dynamically adjusted based on the amount of RAM in the system and the presence of a separate file system for %2$s.": [
"Die Größe für %1$s wird dynamisch angepasst, basierend auf der Menge an RAM im System und dem Vorhandensein eines separaten Dateisystems für %2$s."
Expand Down
13 changes: 8 additions & 5 deletions web/src/po/po.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export default {
" · Selección de zona horaria"
],
"\"%s\"": [
""
"\"%s\""
],
"\"%s\" does not exist or is no longer available.": [
""
"\"%s\" no existe o ya no está disponible."
],
"%1$s (%2$s)": [
"%1$s (%2$s)"
Expand Down Expand Up @@ -739,7 +739,7 @@ export default {
"ExFAT"
],
"Example: %s": [
""
"Ejemplo: %s"
],
"Excellent signal": [
"Señal excelente"
Expand Down Expand Up @@ -925,7 +925,7 @@ export default {
"Si continúa, las particiones del disco duro se modificarán de acuerdo con la configuración de instalación proporcionada."
],
"If you want to disable this check, please specify \"inst.ay_check=0\" at kernel's command-line": [
""
"Si desea desactivar esta comprobación, especifique \"inst.ay_check=0\" en la línea de comandos del kernel"
],
"In progress": [
"En curso"
Expand Down Expand Up @@ -1394,6 +1394,9 @@ export default {
"Partitions to boot will be allocated at the installation disk.": [
"Las particiones para arrancar se asignarán en el disco de instalación."
],
"Partitions to host \"system\" will be created if needed.": [
"Si es necesario, se crearán particiones para alojar el \"sistema\"."
],
"Partitions will be used and created for %s": [
"Las particiones se utilizarán y crearán para %s"
],
Expand Down Expand Up @@ -1957,7 +1960,7 @@ export default {
"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 will be registered with \"%s\" hostname": [
""
"El producto se registrará con el nombre de host \"%s\""
],
"The size for %1$s will be dynamically adjusted based on the amount of RAM in the system and the presence of a separate file system for %2$s.": [
"El tamaño para %1$s se ajustará dinámicamente según el total de RAM del sistema y la presencia de un sistema de archivos independiente para %2$s."
Expand Down