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.]');
|
_('[Space for your welcome text.]');
|
||||||
_('System');
|
_('System');
|
||||||
_('Allow access for anonymous guest users');
|
_('Allow access for anonymous guest users');
|
||||||
|
_('Live conference');
|
||||||
_('Show live conference window');
|
_('Show live conference window');
|
||||||
_('Connect all users to live conference automatically');
|
_('Connect all users to live conference automatically');
|
||||||
_('Allow only current speakers and list of speakers managers to enter the live conference');
|
_('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.editGroup = editMode;
|
||||||
this.newGroup = newGroup;
|
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({
|
this.groupForm = this.fb.group({
|
||||||
name: [name, Validators.required]
|
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"
|
msgid "List view"
|
||||||
msgstr "Listenansicht"
|
msgstr "Listenansicht"
|
||||||
|
|
||||||
|
msgid "Live conference"
|
||||||
|
msgstr "Livekonferenz"
|
||||||
|
|
||||||
msgid "Live conference has to be active. Choose 0 to disable auto connect."
|
msgid "Live conference has to be active. Choose 0 to disable auto connect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Die Livekonferenz muss aktiv sein. Wählen Sie 0 um den automatischen "
|
"Die Livekonferenz muss aktiv sein. Wählen Sie 0 um den automatischen "
|
||||||
|
@ -1609,6 +1609,9 @@ msgstr ""
|
|||||||
msgid "List view"
|
msgid "List view"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Live conference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Live conference has to be active. Choose 0 to disable auto connect."
|
msgid "Live conference has to be active. Choose 0 to disable auto connect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user