You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/locales/de/exercise.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -159,8 +159,8 @@ de:
159
159
others: Andere Kommentare auf dieser Zeile
160
160
question: Bitte beschreiben Sie kurz Ihre Probleme oder nennen Sie den Programmteil, zu dem Sie Feedback wünschen. Ihr Programmcode und eventuelle Fehlermeldungen werden automatisch zur Anfrage hinzugefügt.
161
161
request: Kommentaranfrage stellen
162
-
default_linter_feedback: Sehr gut. Der Linter hat nichts mehr zu beanstanden.
163
-
default_test_feedback: Sehr gut. Alle Tests waren erfolgreich.
162
+
default_linter_feedback: Sehr gut! Der Linter hat nichts mehr zu beanstanden.
163
+
default_test_feedback: Sehr gut! Alle Tests waren erfolgreich.
Copy file name to clipboardExpand all lines: config/locales/en/exercise.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -159,8 +159,8 @@ en:
159
159
others: Other comments on this line
160
160
question: Please shortly describe your problem or the program part you would like to get feedback for. Your program code and potential error messages are automatically appended to your request.
161
161
request: Request Comments
162
-
default_linter_feedback: Well done. The linter is completly satisfied.
163
-
default_test_feedback: Well done. All tests have been passed.
162
+
default_linter_feedback: Well done! The linter is completely satisfied.
163
+
default_test_feedback: Well done! All tests passed successfully.
164
164
error_hints:
165
165
heading: Hints
166
166
error_messages: Error Messages
@@ -188,7 +188,7 @@ en:
188
188
results: Results
189
189
rfc_intervention:
190
190
text: If you are struggling with this exercise and don't want to continue on your own, your fellow learners can help out! </br> </br>
191
-
test_count: <span class="number">%{count}</span> test files have been executed.
191
+
test_count: <span class="number">%{count}</span> test files were executed.
192
192
test_file: Test File <span class="number">%{number}</span> (<span class="filename">%{filename}</span>)
0 commit comments