Introduce Dark Mode
This commit mainly changes the color definitions. Mostly, those changes are semantically equally, but there are a few changes that occurred to align the color scheme within the app.
This commit is contained in:
@ -817,7 +817,7 @@ de:
|
||||
runtime_output: "Programmausgabe"
|
||||
test_results: "Testergebnisse"
|
||||
sessions:
|
||||
expired: Ihre Session ist abgelaufen. Bitte <a href="" class="reloadCurrentPage">laden Sie diese Seite neu</a> bevor Sie fortfahren.
|
||||
expired: Ihre Session ist abgelaufen. Bitte <a href="" class="reloadCurrentPage alert-link">laden Sie diese Seite neu</a> bevor Sie fortfahren.
|
||||
create:
|
||||
failure: Fehlerhafte E-Mail oder Passwort.
|
||||
success: Sie haben sich erfolgreich angemeldet.
|
||||
@ -859,6 +859,11 @@ de:
|
||||
confirm_destroy: Sind Sie sicher?
|
||||
create: '%{model} erstellen'
|
||||
created_at: Erstellt
|
||||
color_mode:
|
||||
title: Erscheinungsbild
|
||||
light: Hell
|
||||
dark: Dunkel
|
||||
auto: Automatisch
|
||||
destroy: Löschen
|
||||
edit: Bearbeiten
|
||||
actions_button: 'Andere Aktionen'
|
||||
@ -873,7 +878,7 @@ de:
|
||||
privacy_policy: Datenschutzerklärung
|
||||
index: Index
|
||||
message_failure: Leider ist ein Fehler auf unserer Plattform aufgetreten. Bitte probieren Sie es später noch einmal.
|
||||
websocket_failure: Leider ist ein Verbindungsproblem aufgetreten. <a href="https://websocketstest.com" target="_blank" rel="noopener">Bitte überprüfen Sie Websocket-Verbindungen mit diesem Tool</a> und versuchen Sie es erneut.
|
||||
websocket_failure: Leider ist ein Verbindungsproblem aufgetreten. <a href="https://websocketstest.com" target="_blank" rel="noopener" class="alert-link">Bitte überprüfen Sie Websocket-Verbindungen mit diesem Tool</a> und versuchen Sie es erneut.
|
||||
new: Hinzufügen
|
||||
new_model: '%{model} hinzufügen'
|
||||
number: Nummer
|
||||
|
@ -817,7 +817,7 @@ en:
|
||||
runtime_output: "Runtime Output"
|
||||
test_results: "Test Results"
|
||||
sessions:
|
||||
expired: Your session has expired. Please <a href="" class="reloadCurrentPage">reload this page</a> before continuing.
|
||||
expired: Your session has expired. Please <a href="" class="reloadCurrentPage alert-link">reload this page</a> before continuing.
|
||||
create:
|
||||
failure: Invalid email or password.
|
||||
success: Successfully signed in.
|
||||
@ -859,6 +859,11 @@ en:
|
||||
confirm_destroy: Are you sure?
|
||||
create: 'Create %{model}'
|
||||
created_at: Created At
|
||||
color_mode:
|
||||
title: Appearance
|
||||
light: Light
|
||||
dark: Dark
|
||||
auto: Auto
|
||||
destroy: Delete
|
||||
edit: Edit
|
||||
actions_button: 'Other actions'
|
||||
@ -873,7 +878,7 @@ en:
|
||||
privacy_policy: Privacy Policy
|
||||
index: Index
|
||||
message_failure: 'Sorry, something went wrong.'
|
||||
websocket_failure: Sorry, a connection issue occoured. <a href="https://websocketstest.com" target="_blank" rel="noopener">Please check WebSocket connections with this tool</a> and try again.
|
||||
websocket_failure: Sorry, a connection issue occoured. <a href="https://websocketstest.com" target="_blank" rel="noopener" class="alert-link">Please check WebSocket connections with this tool</a> and try again.
|
||||
new: Add
|
||||
new_model: 'Add %{model}'
|
||||
number: Number
|
||||
|
Reference in New Issue
Block a user