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

Merge branch 'staging' into 'master'

wording and spelling

See merge request arsnova/arsnova-lite!252
parents 4af9d5d6 78107a47
1 merge request!252wording and spelling
Pipeline #27433 passed with stages
in 7 minutes and 2 seconds
......@@ -6,7 +6,7 @@
onkeydown="if(this.value.length - (this.value.split(' ').length -1) === 8 && event.keyCode != 8) return false;
if(this.value.length === 4 && event.keyCode != 8) this.value = this.value + ' ';"
[formControl]="roomFormControl" [errorStateMatcher]="matcher"/>
<mat-placeholder class="placeholder">Session-ID</mat-placeholder>
<mat-placeholder class="placeholder">Session ID</mat-placeholder>
<mat-hint align="end">{{ roomId.value.length - (roomId.value.split(' ').length -1) }} / 8</mat-hint>
<mat-error *ngIf="roomFormControl.hasError('required')">{{ 'home-page.please-enter' | translate}}</mat-error>
<mat-error *ngIf="roomFormControl.hasError('pattern')">{{ 'home-page.only-numbers' | translate}}</mat-error>
......
......@@ -8,7 +8,7 @@
<mat-expansion-panel [disabled]="true" id="matPanelHeader">
<mat-expansion-panel-header>
<mat-panel-title class="headerTitle">Name</mat-panel-title>
<mat-panel-description class="headerTitle">Session-ID</mat-panel-description>
<mat-panel-description class="headerTitle">Session ID</mat-panel-description>
</mat-expansion-panel-header>
</mat-expansion-panel>
<mat-expansion-panel *ngFor="let room of rooms" class="matPanel">
......
......@@ -22,11 +22,11 @@
"default-content-group": "Standard",
"description": "Beschreibung der Session",
"present": "Präsentieren",
"session-settings": "Session Einstellungen",
"session-settings": "Session-Einstellungen",
"general": "Allgemein",
"threshold": "Schwellenwert für sichtbare Kommentare: ",
"delete-all-comments": "Alle Kommentare löschen",
"really-delete-comments": "Wollen sie wirklich alle Kommentare dieser Session löschen?",
"really-delete-comments": "Wollen Sie wirklich alle Kommentare dieser Session löschen?",
"comments-deleted": "Alle Kommentare wurden gelöscht.",
"export-comments": "Kommentare exportieren"
},
......
......@@ -104,6 +104,6 @@
"search": "Search",
"filter-comments": "Filter comments",
"sort-comments": "Sort comments",
"add-comment": "Create comment"
"add-comment": "Write a comment"
}
}
......@@ -77,7 +77,7 @@
},
"session": {
"session-name": "Name der Session",
"description": "Beschreibung",
"description": "Beschreibung der Session",
"max-ls": "Max. Zeichen:",
"create-session": "Session erstellen"
},
......
......@@ -2,9 +2,9 @@
"header": {
"english": "English",
"german": "German",
"logout": "Logout",
"logout": "Log out",
"guest": "Guest",
"logged-out": "Logout successful",
"logged-out": "Logging out successful",
"back": "Back",
"my-sessions": "My sessions",
"visited-sessions": "Visited sessions",
......
......@@ -12,7 +12,7 @@
"live-feedback": "Live Feedback",
"answer-statistics": "Statistiken",
"default-content-group": "Standard",
"description": "Beschreibung"
"description": "Beschreibung der Session"
},
"comment-page": {
"enter-title": "Titel",
......
......@@ -31,7 +31,7 @@
"search": "Search",
"filter-comments": "Filter comments",
"sort-comments": "Sort comments",
"add-comment": "Create comment"
"add-comment": "Write a comment"
},
"answer": {
"submit": "Submit",
......
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