hide run success message, adjust wording of locales for run success and run failure (run_success, run_failure)
This commit is contained in:
@ -839,12 +839,14 @@ $(function() {
|
|||||||
icon: ['fa', 'fa-bug'],
|
icon: ['fa', 'fa-bug'],
|
||||||
text: $('#run').data('message-failure')
|
text: $('#run').data('message-failure')
|
||||||
});
|
});
|
||||||
} else {
|
}
|
||||||
|
/* do not show the success message any longer, puzzles and distracts users.
|
||||||
|
else {
|
||||||
$.flash.success({
|
$.flash.success({
|
||||||
icon: ['fa', 'fa-check'],
|
icon: ['fa', 'fa-check'],
|
||||||
text: $('#run').data('message-success')
|
text: $('#run').data('message-success')
|
||||||
});
|
});
|
||||||
}
|
} */
|
||||||
};
|
};
|
||||||
|
|
||||||
var showContainerDepletedMessage = function() {
|
var showContainerDepletedMessage = function() {
|
||||||
|
@ -173,8 +173,8 @@ de:
|
|||||||
network: 'Während Ihr Code läuft, ist Port %{port} unter folgender Adresse erreichbar: <a href="%{address}" target="_blank">%{address}</a>.'
|
network: 'Während Ihr Code läuft, ist Port %{port} unter folgender Adresse erreichbar: <a href="%{address}" target="_blank">%{address}</a>.'
|
||||||
render: Anzeigen
|
render: Anzeigen
|
||||||
run: Ausführen
|
run: Ausführen
|
||||||
run_failure: Bei der Ausführung Ihres Codes sind Fehler aufgetreten.
|
run_failure: Ihr Code konnte nicht auf der Plattform ausgeführt werden.
|
||||||
run_success: Ihr Code wurde fehlerfrei ausgeführt.
|
run_success: Ihr Code wurde auf der Plattform ausgeführt.
|
||||||
requestComments: Rückmeldung erbitten
|
requestComments: Rückmeldung erbitten
|
||||||
save: Speichern
|
save: Speichern
|
||||||
score: Bewerten
|
score: Bewerten
|
||||||
|
@ -173,8 +173,8 @@ en:
|
|||||||
network: 'While your code is running, port %{port} is accessible using the following address: <a href="%{address}" target="_blank">%{address}</a>.'
|
network: 'While your code is running, port %{port} is accessible using the following address: <a href="%{address}" target="_blank">%{address}</a>.'
|
||||||
render: Render
|
render: Render
|
||||||
run: Run
|
run: Run
|
||||||
run_failure: Your code ran with errors.
|
run_failure: Your code could not be run.
|
||||||
run_success: Your code ran without errors.
|
run_success: Your code was run on our servers.
|
||||||
requestComments: Request comments
|
requestComments: Request comments
|
||||||
save: Save
|
save: Save
|
||||||
score: Score
|
score: Score
|
||||||
|
Reference in New Issue
Block a user