diff --git a/control/frontend/src/routes/+page.svelte b/control/frontend/src/routes/+page.svelte index 78326ce..f7b0bfa 100644 --- a/control/frontend/src/routes/+page.svelte +++ b/control/frontend/src/routes/+page.svelte @@ -102,7 +102,7 @@ popup_content = { open: true, snippet: display_popup, - title: 'Neuen Bildschirm hinzufügen', + title: 'Neuen Bildschirm Hinzufügen', title_icon: Monitor, title_class: '!text-xl', window_class: 'w-3xl', @@ -374,7 +374,7 @@ menu_options={[ { icon: Plus, - name: 'Neuen Bildschirm hinzufügen', + name: 'Neuen Bildschirm Hinzufügen', on_select: show_new_display_popup }, { diff --git a/control/frontend/src/routes/ControlView.svelte b/control/frontend/src/routes/ControlView.svelte index fc9197f..59628ec 100644 --- a/control/frontend/src/routes/ControlView.svelte +++ b/control/frontend/src/routes/ControlView.svelte @@ -51,7 +51,7 @@ popup_content = { open: true, snippet: send_keys_popup, - title: 'Tastatur-Eingaben durchgeben', + title: 'Tastatur-Eingaben Durchgeben', title_icon: Keyboard, closable: true }; @@ -61,7 +61,7 @@ popup_content = { open: true, snippet: text_popup, - title: 'Text anzeigen', + title: 'Text Anzeigen', title_icon: TextAlignStart, closable: true, window_class: 'size-full' @@ -72,7 +72,7 @@ popup_content = { open: true, snippet: website_popup, - title: 'Webseite anzeigen', + title: 'Webseite Anzeigen', window_class: 'w-xl', title_icon: Globe, closable: true @@ -208,7 +208,7 @@
- Bildschirme steuern + Bildschirme Steuern
@@ -235,13 +235,13 @@ Text Anzeigen Webseite Anzeigen
@@ -262,7 +262,7 @@ Tastatur-Eingaben Durchgeben
@@ -272,7 +272,7 @@ disabled={$all_display_states === 'on' || $selected_display_ids.length === 0} click_function={startup_action} > - Display hochfahren + Display Hochfahren Display Herunterfahren
diff --git a/control/frontend/src/routes/DisplayView.svelte b/control/frontend/src/routes/DisplayView.svelte index 4184292..4e65d72 100755 --- a/control/frontend/src/routes/DisplayView.svelte +++ b/control/frontend/src/routes/DisplayView.svelte @@ -218,7 +218,7 @@ class="min-w-40 px-4 rounded-xl cursor-pointer duration-200 transition-colors bg-stone-600" onclick={async () => await toggle_all_selected_displays($display_groups)} > - {$all_groups_selected || false ? 'Alle abwählen' : 'Alle auswählen'} + {$all_groups_selected || false ? 'Alle Abwählen' : 'Alle Auswählen'}
+