Skip to content
Snippets Groups Projects
Commit 20521c19 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

missing i18n strings

parent 8b950545
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@
(click)="answerComment()" tabindex="0" attr.aria-labelledby="comment_answer{{ comment.id }}">
<mat-icon class="not-marked" [ngClass]="{'answered-icon' : comment.answer}"
[matTooltip]="comment.answer ? ('comment-page.has-answer' | translate) :
('comment-page.answer' | translate)">
('comment-page.fullscreen' | translate)">
comment
</mat-icon>
</button>
......@@ -69,7 +69,7 @@
<div fxLayout="row">
<div class="body click" (click)="answerComment()" role="button" style="width:100%;"
tabindex="0" attr.aria-labelledby="comment_answer{{ comment.id }}"
[matTooltip]="comment.answer ? ('comment-page.has-answer' | translate) : ('comment-page.answer' | translate)">
[matTooltip]="comment.answer ? ('comment-page.has-answer' | translate) : ('comment-page.fullscreen' | translate)">
<ars-row #commentBody>
<ars-row #commentBodyInner>
<markdown [data]="comment.body"></markdown>
......
......@@ -76,6 +76,7 @@
"a11y-text_textForOneVote": "Eine Bewertung",
"a11y-text_textForVotes": "Bewertungen",
"a11y-text_wrong": "Diese Frage wurde verneint.",
"fullscreen": "Klick für die Vollansicht.",
"abort": "Abbrechen",
"ask-question-description": "Gib hier deine Frage ein!",
"cancel": "Abbrechen",
......@@ -87,7 +88,7 @@
"error-both-fields": "Bitte fülle alle Felder aus.",
"error-comment": "Bitte gib deine Frage ein.",
"error-title": "Bitte gib einen Titel ein.",
"has-answer": "Der Dozent hat die Frage kommentiert.",
"has-answer": "Der Dozent hat die Frage kommentiert. Klick für die Vollansicht.",
"exit-description": "Präsentationsmodus verlassen",
"live-announcer": "Du befindest dich jetzt auf der Fragen-Seite. Um Informationen zu Tastenkombinationen zu erhalten drücke jetzt die Enter-Taste oder rufe die Ansage zu einem späteren Zeitpunkt mit der Escape-Taste auf.",
"mark-not-correct": "Dozent hat die Frage bejaht.",
......
......@@ -76,6 +76,7 @@
"a11y-text_textForOneVote": "One ,Vote",
"a11y-text_textForVotes": ",Votes",
"a11y-text_wrong": "This question was marked as not correct.",
"fullscreen": "Click for full view.",
"abort": "Cancel",
"ask-question-description": "Enter your question here!",
"cancel": "Cancel",
......@@ -88,7 +89,7 @@
"error-comment": "Please enter a question.",
"error-title": "Please enter a title.",
"exit-description": "Exit Presentation Mode",
"has-answer": "The teacher commented on the question.",
"has-answer": "The lecturer commented on the question. Click for full view.",
"live-announcer": "You are now on the questions page. To get information about key combinations press the Enter key or call the announcement later with the Escape key.",
"mark-not-correct": "Marked as correct by the professor",
"mark-not-favorite": "Bonus question: Your professor intends to give a bonus for that question.",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment