Merge branch 'master' into john-graph

# Conflicts:
#	Gemfile
This commit is contained in:
John Geiger
2016-05-12 16:02:38 +02:00
36 changed files with 322 additions and 316 deletions

View File

@@ -38,6 +38,7 @@ de:
team_id: Team
title: Titel
user: Autor
allow_file_creation: "Dateierstellung erlauben"
external_user:
consumer: Konsument
email: E-Mail
@@ -81,6 +82,7 @@ de:
execution_environment: Sprache
username: Benutzername
requested_at: Angefragezeitpunkt
question: "Frage"
submission:
cause: Anlass
code: Code
@@ -209,6 +211,7 @@ de:
timeout: 'Ausführung gestoppt. Ihr Code hat die erlaubte Ausführungszeit von %{permitted_execution_time} Sekunden überschritten.'
tooltips:
save: Ihr Code wird automatisch gespeichert, wann immer Sie eine Datei herunterladen, ausführen oder testen. Explizites Speichern ist also selten notwendig.
request_for_comments_sent: "Kommentaranfrage gesendet."
editor_file_tree:
file_root: Dateien
file_form:
@@ -243,8 +246,10 @@ de:
others: Andere Kommentare auf dieser Zeile
addyours: Fügen Sie Ihren Kommentar hinzu
addComment: Kommentieren
removeAllOnLine: Alle Kommentare auf dieser Zeile löschen
removeAllOnLine: Meine Kommentare auf dieser Zeile löschen
listing: Die neuesten Kommentaranfragen
request: "Kommentaranfrage stellen"
question: "Bitte beschreiben Sie kurz ihre Problem oder nennen Sie den Programmteil, zu dem sie Feedback wünschen."
index:
clone: Duplizieren
implement: Implementieren
@@ -288,6 +293,8 @@ de:
teacher_defined_test: Test als Bewertungsgrundlage
user_defined_file: Benutzerdefinierte Datei
user_defined_test: Benutzerdefinierter Test
error:
filename: "Die Datei konnte nicht gespeichert werden, da eine Datei mit dem Namen '%{name}' bereits existiert."
hints:
form:
hints:
@@ -322,6 +329,8 @@ de:
request_for_comments:
index:
get_my_comment_requests: Meine Kommentaranfragen
all: "Alle Kommentaranfragen"
no_question: "Der Autor hat keine Frage zu dieser Anfrage gestellt."
sessions:
create:
failure: Fehlerhafte E-Mail oder Passwort.
@@ -390,6 +399,8 @@ de:
shortcut: 'Tastaturkürzel: %{shortcut}'
update: '%{model} aktualisieren'
upload_file: Datei hochladen
time:
before: "%{time} zuvor"
submissions:
causes:
autosave: Autosave

View File

@@ -38,6 +38,7 @@ en:
team_id: Team
title: Title
user: Author
allow_file_creation: "Allow file creation"
external_user:
consumer: Consumer
email: Email
@@ -81,6 +82,7 @@ en:
execution_environment: Language
username: Username
requested_at: Request Date
question: "Question"
submission:
cause: Cause
code: Code
@@ -209,6 +211,7 @@ en:
timeout: 'Execution stopped. Your code exceeded the permitted execution time of %{permitted_execution_time} seconds.'
tooltips:
save: Your code is automatically saved whenever you download, run, or test it. Therefore, explicitly saving is rarely necessary.
request_for_comments_sent: "Request for comments sent."
editor_file_tree:
file_root: Files
file_form:
@@ -243,8 +246,10 @@ en:
others: Other comments on this line
addyours: Add your comment
addComment: Comment this
removeAllOnLine: Remove all comments on this line
removeAllOnLine: Remove my comments on this line
listing: Listing the newest comment requests
request: "Request Comments"
question: "Please shortly describe your problem or the program part you would like to get feedback for."
index:
clone: Duplicate
implement: Implement
@@ -288,6 +293,8 @@ en:
teacher_defined_test: Test for Assessment
user_defined_file: User-defined File
user_defined_test: User-defined Test
error:
filename: "The file could not be saved, because another file with the name '%{name}' already exists."
hints:
form:
hints:
@@ -321,7 +328,9 @@ en:
subject: Password reset instructions
request_for_comments:
index:
all: All Requests for Comments
get_my_comment_requests: My Requests for Comments
no_question: "The author did not enter a question for this request."
sessions:
create:
failure: Invalid email or password.
@@ -390,6 +399,8 @@ en:
shortcut: 'Keyboard shortcut: %{shortcut}'
update: 'Update %{model}'
upload_file: Upload file
time:
before: "%{time} ago"
submissions:
causes:
autosave: Autosave