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'],
|
||||
text: $('#run').data('message-failure')
|
||||
});
|
||||
} else {
|
||||
}
|
||||
/* do not show the success message any longer, puzzles and distracts users.
|
||||
else {
|
||||
$.flash.success({
|
||||
icon: ['fa', 'fa-check'],
|
||||
text: $('#run').data('message-success')
|
||||
});
|
||||
}
|
||||
} */
|
||||
};
|
||||
|
||||
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>.'
|
||||
render: Anzeigen
|
||||
run: Ausführen
|
||||
run_failure: Bei der Ausführung Ihres Codes sind Fehler aufgetreten.
|
||||
run_success: Ihr Code wurde fehlerfrei ausgeführt.
|
||||
run_failure: Ihr Code konnte nicht auf der Plattform ausgeführt werden.
|
||||
run_success: Ihr Code wurde auf der Plattform ausgeführt.
|
||||
requestComments: Rückmeldung erbitten
|
||||
save: Speichern
|
||||
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>.'
|
||||
render: Render
|
||||
run: Run
|
||||
run_failure: Your code ran with errors.
|
||||
run_success: Your code ran without errors.
|
||||
run_failure: Your code could not be run.
|
||||
run_success: Your code was run on our servers.
|
||||
requestComments: Request comments
|
||||
save: Save
|
||||
score: Score
|
||||
|
Reference in New Issue
Block a user