mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
fix translation
This commit is contained in:
committed by
Aiden McClelland
parent
3fba55a54d
commit
93fda28393
@@ -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({
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user