fix translation

This commit is contained in:
Matt Hill
2026-01-13 13:21:26 -07:00
committed by Aiden McClelland
parent 3fba55a54d
commit 93fda28393
6 changed files with 11 additions and 6 deletions

View File

@@ -316,7 +316,7 @@ export default class DrivesPage {
}
private async installOs(wipe: boolean) {
const loader = this.loader.open('Installing StartOS...').subscribe()
const loader = this.loader.open('Installing StartOS').subscribe()
try {
const result = await this.api.installOs({

View File

@@ -596,5 +596,6 @@ export default {
626: 'Hochladen',
627: 'UI öffnen',
628: 'In Zwischenablage kopiert',
629: 'Die Liste ist leer',
629: 'StartOS wird installiert',
711: 'Die Liste ist leer',
} satisfies i18n

View File

@@ -595,5 +595,6 @@ export const ENGLISH = {
'Upload': 626, // as in, upload a file
'Open UI': 627, // as in, upload a file
'Copied to clipboard': 628,
'The list is empty': 629,
'Installing StartOS': 629,
'The list is empty': 711,
} as const

View File

@@ -596,5 +596,6 @@ export default {
626: 'Subir',
627: 'Abrir UI',
628: 'Copiado al portapapeles',
629: 'La lista está vacía',
629: 'Instalando StartOS',
711: 'La lista está vacía',
} satisfies i18n

View File

@@ -596,5 +596,6 @@ export default {
626: 'Téléverser',
627: 'Ouvrir UI',
628: 'Copié dans le presse-papiers',
629: 'La liste est vide',
629: 'Installation de StartOS',
711: 'La liste est vide',
} satisfies i18n

View File

@@ -596,5 +596,6 @@ export default {
626: 'Prześlij',
627: 'Otwórz UI',
628: 'Skopiowano do schowka',
629: 'Lista jest pusta',
629: 'Instalowanie StartOS',
711: 'Lista jest pusta',
} satisfies i18n