Merge pull request #6294 from emanuelschuetze/translation-20211124
Updated translations and autoupdate service
This commit is contained in:
commit
2dfc926ba2
@ -1 +1 @@
|
||||
Subproject commit 17f8e0f506a65acaae32191c3e309d222b76e8ef
|
||||
Subproject commit fa74dfe888dfeb4d071279eeaff5bc221ecf85f8
|
@ -30,6 +30,7 @@ _('Front page text');
|
||||
_('[Space for your welcome text.]');
|
||||
_('System');
|
||||
_('Allow access for anonymous guest users');
|
||||
_('Live conference');
|
||||
_('Show live conference window');
|
||||
_('Connect all users to live conference automatically');
|
||||
_('Allow only current speakers and list of speakers managers to enter the live conference');
|
||||
|
@ -94,7 +94,7 @@ export class GroupListComponent extends BaseViewComponentDirective implements On
|
||||
this.editGroup = editMode;
|
||||
this.newGroup = newGroup;
|
||||
|
||||
const name = this.selectedGroup ? this.selectedGroup.name : '';
|
||||
const name = this.selectedGroup ? this.translate.instant(this.selectedGroup.name) : '';
|
||||
|
||||
this.groupForm = this.fb.group({
|
||||
name: [name, Validators.required]
|
||||
|
File diff suppressed because one or more lines are too long
@ -1704,6 +1704,9 @@ msgstr "Redelisten-Einblendung"
|
||||
msgid "List view"
|
||||
msgstr "Listenansicht"
|
||||
|
||||
msgid "Live conference"
|
||||
msgstr "Livekonferenz"
|
||||
|
||||
msgid "Live conference has to be active. Choose 0 to disable auto connect."
|
||||
msgstr ""
|
||||
"Die Livekonferenz muss aktiv sein. Wählen Sie 0 um den automatischen "
|
||||
|
@ -1609,6 +1609,9 @@ msgstr ""
|
||||
msgid "List view"
|
||||
msgstr ""
|
||||
|
||||
msgid "Live conference"
|
||||
msgstr ""
|
||||
|
||||
msgid "Live conference has to be active. Choose 0 to disable auto connect."
|
||||
msgstr ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user