diff --git a/src/assets/i18n/creator/en.json b/src/assets/i18n/creator/en.json index 2d37aa0eb47cc447295cfa4e111851df52eedaea..cdf98913467340ae996481f7b074e1da1bdd255a 100644 --- a/src/assets/i18n/creator/en.json +++ b/src/assets/i18n/creator/en.json @@ -6,7 +6,7 @@ "created-2": "' successfully created." }, "room-page": { - "comments": "Comments", + "comments": "Questions", "create-content": "Create content", "live-feedback": "Live feedback", "answer-statistics": "Statistics", @@ -32,11 +32,11 @@ "email-error": "E-Mail is invalid.", "session-settings": "Session administration", "general": "Session", - "threshold": "Threshold for visible comments: ", - "delete-all-comments": "Delete all comments", - "really-delete-comments": "Do you really want to delete all comments of this session?", - "comments-deleted": "All comments have been deleted.", - "export-comments": "Export comments", + "threshold": "Threshold for visible questions: ", + "delete-all-comments": "Delete all questions", + "really-delete-comments": "Do you really want to delete all questions of this session?", + "comments-deleted": "All questions have been deleted.", + "export-comments": "Export questions", "room-not-found": "Session not found :(", "session-id": "Session ID" }, @@ -95,17 +95,17 @@ }, "comment-page": { "enter-title": "Title", - "enter-comment": "Comment", + "enter-comment": "Question", "send": "Send", "abort": "Cancel", "error-title": "Please enter a title.", - "error-comment": "Please enter a comment.", + "error-comment": "Please ask a question.", "error-both-fields": "Please fill in all fields.", "delimiter": "Please choose a format!", "comma": "Microsoft Excel", "semicolon": "Standard CSV", "export": "Export", - "no-comments": "No comments yet", + "no-comments": "No questions yet", "mark-correct": "Mark as correct", "mark-favorite": "Mark as favorite", "mark-read": "Mark as read", @@ -114,9 +114,9 @@ }, "comment-list": { "search": "Search", - "filter-comments": "Filter comments", - "sort-comments": "Sort comments", - "add-comment": "Write a comment", + "filter-comments": "Filter questions", + "sort-comments": "Sort questions", + "add-comment": "Ask a question!", "correct": "Correct", "favorite": "Favorite", "read": "Read", diff --git a/src/assets/i18n/participant/en.json b/src/assets/i18n/participant/en.json index c9dfaeb8f1975df6ecfbf3fc1a64ec2a4e21801a..a64d01e08b32a7dcea5f46b2bd69ce3b5f726544 100644 --- a/src/assets/i18n/participant/en.json +++ b/src/assets/i18n/participant/en.json @@ -6,9 +6,9 @@ "exactly-8": "A session ID is composed of exactly eight digits." }, "room-page": { - "comments": "Comments", + "comments": "Questions", "learn": "Learn", - "create-comment": "Write a comment", + "create-comment": "Ask a question!", "give-feedback": "Give feedback", "live-feedback": "Live feedback", "answer-statistics": "Statistics", @@ -18,13 +18,13 @@ }, "comment-page": { "enter-title": "Title", - "enter-comment": "Comment", + "enter-comment": "Your question", "send": "Send", "abort": "Cancel", "error-title": "Please enter a title.", - "error-comment": "Please enter a text.", + "error-comment": "Please enter a question.", "error-both-fields": "Please fill in all fields.", - "no-comments": "No comments yet", + "no-comments": "No questions yet", "mark-correct": "Correct", "mark-favorite": "Favorite", "mark-read": "Read", @@ -33,9 +33,9 @@ }, "comment-list": { "search": "Search", - "filter-comments": "Filter comments", - "sort-comments": "Sort comments", - "add-comment": "Write a comment", + "filter-comments": "Filter questions", + "sort-comments": "Sort questions", + "add-comment": "Ask a question!", "correct": "Correct", "favorite": "Favorite", "read": "Read",