mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
@@ -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 />
|
||||
`,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user