hide run success message, adjust wording of locales for run success and run failure (run_success, run_failure)

This commit is contained in:
Ralf Teusner
2015-08-07 16:13:35 +02:00
parent 51fa137b9d
commit e49f0dc063
3 changed files with 8 additions and 6 deletions

View File

@ -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() {

View File

@ -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

View File

@ -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