diff --git a/src/assets/i18n/creator/de.json b/src/assets/i18n/creator/de.json index 0d80e57d970fa414183e9fc03ed3165d4ca6314e..394f416cb9fa93c4555a29135030e82aecbef59a 100644 --- a/src/assets/i18n/creator/de.json +++ b/src/assets/i18n/creator/de.json @@ -108,7 +108,7 @@ "no-comments": "Noch keine Fragen", "mark-correct": "Frage bejahen", "mark-favorite": "Als besonders interessante Frage markieren", - "mark-read": "Als gelesen markieren", + "mark-read": "In Vollansicht am Beamer besprochen", "vote-up": "Hochvoten", "vote-down": "Runtervoten" }, @@ -119,8 +119,8 @@ "add-comment": "Frage stellen", "correct": "Bejaht", "favorite": "Hervorgehoben", - "read": "Gelesen", - "unread": "Ungelesen", + "read": "Besprochen", + "unread": "Nicht besprochen", "vote-desc": "Absteigende Votes", "vote-asc": "Aufsteigende Votes", "time": "Zeit" diff --git a/src/assets/i18n/creator/en.json b/src/assets/i18n/creator/en.json index cdf98913467340ae996481f7b074e1da1bdd255a..57e8ef0acdc8726ddd503a4d93f333566036169b 100644 --- a/src/assets/i18n/creator/en.json +++ b/src/assets/i18n/creator/en.json @@ -108,7 +108,7 @@ "no-comments": "No questions yet", "mark-correct": "Mark as correct", "mark-favorite": "Mark as favorite", - "mark-read": "Mark as read", + "mark-read": "Discussed by you in full screen mode on the projector", "vote-up": "Vote up", "vote-down": "Vote down" }, @@ -117,10 +117,10 @@ "filter-comments": "Filter questions", "sort-comments": "Sort questions", "add-comment": "Ask a question!", - "correct": "Correct", - "favorite": "Favorite", - "read": "Read", - "unread": "Unread", + "correct": "Marked as correct by you", + "favorite": "Your favorites", + "read": "Discussed", + "unread": "Not discussed", "vote-desc": "Descending votes", "vote-asc": "Ascending votes", "time": "Time" diff --git a/src/assets/i18n/participant/de.json b/src/assets/i18n/participant/de.json index 2d794be56c08a6acd15c8c7933a986cc73279611..691aa94c72b8cac00af64b8d2a9afaa6d9aafb36 100644 --- a/src/assets/i18n/participant/de.json +++ b/src/assets/i18n/participant/de.json @@ -27,7 +27,7 @@ "no-comments": "Noch keine Fragen", "mark-correct": "Dozent/in hat die Frage bejaht.", "mark-favorite": "Dozent/in hält die Frage für besonders interessant.", - "mark-read": "Dozent/in hat die Frage als gelesen markiert.", + "mark-read": "Dozent/in hat die Frage beantwortet.", "vote-up": "Hochvoten", "vote-down": "Runtervoten" }, @@ -38,8 +38,8 @@ "add-comment": "Stell deine Frage!", "correct": "Bejaht", "favorite": "Hervorgehoben", - "read": "Gelesen", - "unread": "Ungelesen", + "read": "Beantwortet", + "unread": "Nicht beantwortet", "vote-desc": "Absteigende Votes", "vote-asc": "Aufsteigende Votes", "time": "Zeit" diff --git a/src/assets/i18n/participant/en.json b/src/assets/i18n/participant/en.json index a64d01e08b32a7dcea5f46b2bd69ce3b5f726544..1262a7ee7bf2314a053f231ad0a4417b8a0b6926 100644 --- a/src/assets/i18n/participant/en.json +++ b/src/assets/i18n/participant/en.json @@ -25,9 +25,9 @@ "error-comment": "Please enter a question.", "error-both-fields": "Please fill in all fields.", "no-comments": "No questions yet", - "mark-correct": "Correct", - "mark-favorite": "Favorite", - "mark-read": "Read", + "mark-correct": "Marked as correct by the professor", + "mark-favorite": "Professor's favorite", + "mark-read": "Already discussed by the professor", "vote-up": "Vote up", "vote-down": "Vote down" }, @@ -36,10 +36,10 @@ "filter-comments": "Filter questions", "sort-comments": "Sort questions", "add-comment": "Ask a question!", - "correct": "Correct", - "favorite": "Favorite", - "read": "Read", - "unread": "Unread", + "correct": "Marked as correct by the professor", + "favorite": "Professor's favorites", + "read": "Discussed by the professor", + "unread": "Not yet discussed", "vote-desc": "Descending votes", "vote-asc": "Ascending votes", "time": "Time"