diff --git a/app/views/request_for_comments/index.html.erb b/app/views/request_for_comments/index.html.erb index d64d832a..865f0bca 100644 --- a/app/views/request_for_comments/index.html.erb +++ b/app/views/request_for_comments/index.html.erb @@ -1,4 +1,4 @@ -

Listing comment requests

+

<%= t('exercises.implement.comment.listing') %>

<% @request_for_comments.each do |request_for_comment| %> diff --git a/app/views/request_for_comments/show.html.erb b/app/views/request_for_comments/show.html.erb index 2f940aef..44ea1d13 100644 --- a/app/views/request_for_comments/show.html.erb +++ b/app/views/request_for_comments/show.html.erb @@ -7,14 +7,14 @@
-

Line

+

<%= t('exercises.implement.comment.line') %>

-

Comment

+

<%= t('exercises.implement.comment.a_comment') %>

- +
diff --git a/config/code_ocean.yml.example b/config/code_ocean.yml.example index 86bd7971..e8cb10d0 100644 --- a/config/code_ocean.yml.example +++ b/config/code_ocean.yml.example @@ -9,7 +9,7 @@ development: enabled: true url: http://example.org:3000/api/exceptioninfo?id=&lang=auto code_pilot: - enabled: true + enabled: false url: //localhost:3000 production: diff --git a/config/locales/de.yml b/config/locales/de.yml index e44da63a..fa725fde 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -210,11 +210,14 @@ de: test_count: '%{count} Test-Dateien wurden ausgeführt.' workspace: Arbeitsbereich comment: + a_comment: Kommentar + line: Zeile dialogtitle: Kommentieren Sie diese Zeile! others: Andere Kommentare auf dieser Zeile addyours: Fügen Sie Ihren Kommentar hinzu - addComment: Hinzufügen + addComment: Kommentieren removeAllOnLine: Alle Kommentare auf dieser Zeile löschen + listing: Die neuesten Kommentaranfragen index: clone: Duplizieren implement: Implementieren diff --git a/config/locales/en.yml b/config/locales/en.yml index 4ee929ec..64cd0eda 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -210,11 +210,14 @@ en: test_count: '%{count} test files have been executed.' workspace: Workspace comment: + a_comment: comment + line: line dialogtitle: Comment on this line! others: Other comments on this line addyours: Add your comment - addComment: Add comment + addComment: Comment this removeAllOnLine: Remove all comments on this line + listing: Listing the newest comment requests index: clone: Duplicate implement: Implement