mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
rework installing page and add cancel install button (#2915)
* rework installing page and add cancel install button * actually call cancel endpoint * fix two bugs * include translations in progress component * cancellable installs * fix: comments (#2916) * fix: comments * delete comments * ensure trailing slash and no qp for new registry url --------- Co-authored-by: Matt Hill <mattnine@protonmail.com> * fix raspi * bump sdk --------- Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Alex Inkin <alexander@inkin.ru>
This commit is contained in:
@@ -362,8 +362,8 @@ export default {
|
||||
359: 'La partición de la unidad no contiene una copia de seguridad válida',
|
||||
360: 'Progreso de la copia de seguridad',
|
||||
361: 'Completo',
|
||||
362: 'Haciendo copia de seguridad',
|
||||
363: 'Esperando',
|
||||
362: 'haciendo copia de seguridad',
|
||||
363: 'esperando',
|
||||
364: 'Copia de seguridad realizada',
|
||||
365: 'Restauración seleccionada',
|
||||
366: 'Inicializando',
|
||||
@@ -493,4 +493,9 @@ export default {
|
||||
490: 'alemán',
|
||||
491: 'inglés',
|
||||
492: 'Menú de Inicio',
|
||||
} as any satisfies i18n
|
||||
493: 'Progreso de instalación',
|
||||
494: 'Descargando',
|
||||
495: 'Validando',
|
||||
496: 'en progreso',
|
||||
497: 'completo',
|
||||
} satisfies i18n
|
||||
|
||||
Reference in New Issue
Block a user