* bug fixes, wip

* revert tranlstion
This commit is contained in:
Matt Hill
2025-04-17 21:06:50 -06:00
committed by GitHub
parent 50755d8ba3
commit accef65ede
13 changed files with 68 additions and 40 deletions

View File

@@ -21,7 +21,7 @@ import { i18nPipe } from '../i18n/i18n.pipe'
[style.margin]="'1rem auto'"
[attr.value]="progress.total"
></progress>
<p>{{ progress.message }}</p>
<p [innerHTML]="progress.message"></p>
</section>
<logs-window />
`,

View File

@@ -486,4 +486,5 @@ export const ENGLISH = {
'Refresh the page. If refreshing the page does not work, you may need to quit and re-open your browser, then revisit this page.': 484,
'StartOS UI': 485,
'WiFi': 486,
'Instructions': 487,
} as const

View File

@@ -487,4 +487,5 @@ export default {
484: 'Laden Sie die Seite neu. Wenn das nicht funktioniert, beenden Sie Ihren Browser und öffnen Sie ihn erneut, um diese Seite erneut zu besuchen.',
485: 'StartOS-Benutzeroberfläche',
486: 'WiFi',
487: 'Anleitungen',
} satisfies i18n

View File

@@ -487,4 +487,5 @@ export default {
484: 'Odśwież stronę. Jeśli to nie pomoże, zamknij i ponownie otwórz przeglądarkę, a następnie wróć do tej strony.',
485: 'Interfejs StartOS',
486: 'WiFi',
487: 'instrukcje',
} satisfies i18n

View File

@@ -487,4 +487,5 @@ export default {
484: 'Actualiza la página. Si actualizar no funciona, puede que necesites cerrar y volver a abrir tu navegador, y luego volver a esta página.',
485: 'Interfaz de StartOS',
486: 'WiFi',
487: 'Instrucciones',
} as any satisfies i18n