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: 'Partycja dysku nie zawiera prawidłowej kopii zapasowej',
|
||||
360: 'Postęp tworzenia kopii zapasowej',
|
||||
361: 'Zakończono',
|
||||
362: 'Tworzenie kopii zapasowej',
|
||||
363: 'Oczekiwanie',
|
||||
362: 'tworzenie kopii zapasowej',
|
||||
363: 'oczekiwanie',
|
||||
364: 'Kopia zapasowa utworzona',
|
||||
365: 'Wybrano przywracanie',
|
||||
366: 'Inicjalizacja',
|
||||
@@ -493,4 +493,9 @@ export default {
|
||||
490: 'niemiecki',
|
||||
491: 'angielski',
|
||||
492: 'Menu Startowe',
|
||||
493: 'Postęp instalacji',
|
||||
494: 'Pobieranie',
|
||||
495: 'Weryfikowanie',
|
||||
496: 'w toku',
|
||||
497: 'zakończono',
|
||||
} satisfies i18n
|
||||
|
||||
Reference in New Issue
Block a user