Show in statusbar on implement route if pair programming session

This commit is contained in:
kiragrammel
2023-08-30 19:13:17 +02:00
parent f36f3cdc64
commit 125215ea35
3 changed files with 5 additions and 0 deletions

View File

@ -386,6 +386,7 @@ de:
input: Ihre Eingabe
lastsaved: 'Zuletzt gespeichert: '
network: 'Während Ihr Code läuft, ist Port %{port} unter folgender Adresse erreichbar: <a href="%{address}" target="_blank" rel="noopener">%{address}</a>.'
pair_programming_session: Pair Programming Session
render: Anzeigen
run: Ausführen
run_failure: Ihr Code konnte nicht auf der Plattform ausgeführt werden.

View File

@ -386,6 +386,7 @@ en:
input: Your input
lastsaved: 'Last saved: '
network: 'While your code is running, port %{port} is accessible using the following address: <a href="%{address}" target="_blank" rel="noopener">%{address}</a>.'
pair_programming_session: Pair Programming Session
render: Render
run: Run
run_failure: Your code could not be run.