Merge pull request #5731 from emanuelschuetze/translation20201126

Updated translations
This commit is contained in:
Emanuel Schütze 2020-11-26 12:39:14 +01:00 committed by GitHub
commit 48c09ed4c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 53 additions and 2 deletions

View File

@ -40,6 +40,8 @@ _('Livestream poster image url');
_('Shows if livestream is not started. Recommended image format: 500x281px, PNG or JPG');
_('Number of next speakers automatically connecting to the live conference');
_('Live conference has to be active. Choose 0 to disable auto connect.');
_('Automatically open the microphone for new conference speakers');
_('Automatically open the web cam for new conference speakers');
_('Show this text on the login page');
_('OpenSlides Theme');
_('Export');

View File

@ -7,7 +7,7 @@ import { OverlayService } from './overlay.service';
const givePermsMessage = _('Please allow OpenSlides to access your microphone and/or camera');
const accessDeniedMessage = _('Media access is denied');
const noMicMessage = _('Your device has no Microphone');
const noMicMessage = _('Your device has no microphone');
@Injectable({
providedIn: 'root'
})

File diff suppressed because one or more lines are too long

View File

@ -409,6 +409,12 @@ msgstr "Nachfragen, voreingestellt ja"
msgid "Attachments"
msgstr "Anhänge"
msgid "Automatically open the microphone for new conference speakers"
msgstr "Mikrofon automatisch öffnen beim Eintreten in die Livekonferenz"
msgid "Automatically open the web cam for new conference speakers"
msgstr "Kamera automatisch öffnen beim Eintreten in die Livekonferenz"
msgid "Autopilot"
msgstr "Autopilot"
@ -1549,6 +1555,11 @@ 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 "
"Verbindungsaufbau zu deaktivieren."
msgid "Livestream"
msgstr "Livestream"
@ -1582,6 +1593,9 @@ msgstr "Als persönlichen Favorit markieren"
msgid "Mark speaker"
msgstr "Redner/in markieren"
msgid "Media access is denied"
msgstr "Medienzugriff verweigert"
msgid "Media file"
msgstr "Mediendatei"
@ -1895,6 +1909,12 @@ msgstr "Anzahl der dargestellten letzten Redner/innen auf dem Projektor"
msgid "Number of minimal digits for identifier"
msgstr "Minimale Anzahl an Ziffern im Bezeichner"
msgid ""
"Number of next speakers automatically connecting to the live conference"
msgstr ""
"Anzahl der nächsten Redner/innen, die automatisch mit der Livekonferenz "
"verbunden werden"
msgid "Number of persons to be elected"
msgstr "Anzahl der zu wählenden Personen"
@ -2095,6 +2115,9 @@ msgstr "Persönliche Notizen"
msgid "Phase"
msgstr "Phase"
msgid "Please allow OpenSlides to access your microphone and/or camera"
msgstr "Bitte erlauben Sie jetzt den Zugriff auf Mikrofon und Kamera."
msgid "Please enter a name for the new directory:"
msgstr "Bitte geben Sie einen Namen für das neue Verzeichnis ein:"
@ -3245,6 +3268,9 @@ msgstr "Ihr Browser wird von OpenSlides nicht unterstützt!"
msgid "Your decision cannot be changed afterwards."
msgstr "Ihre Stimmabgabe kann anschließend nicht mehr geändert werden."
msgid "Your device has no microphone"
msgstr "Es wurde kein Mikrofon an ihrem Gerät gefunden."
msgid "Your input does not match the following structure: \"hh:mm\""
msgstr "Ihre Eingabe entspricht nicht der folgenden Struktur: \"hh:mm\""

View File

@ -370,6 +370,12 @@ msgstr ""
msgid "Attachments"
msgstr ""
msgid "Automatically open the microphone for new conference speakers"
msgstr ""
msgid "Automatically open the web cam for new conference speakers"
msgstr ""
msgid "Autopilot"
msgstr ""
@ -1475,6 +1481,9 @@ msgstr ""
msgid "Live conference"
msgstr ""
msgid "Live conference has to be active. Choose 0 to disable auto connect."
msgstr ""
msgid "Livestream"
msgstr ""
@ -1508,6 +1517,9 @@ msgstr ""
msgid "Mark speaker"
msgstr ""
msgid "Media access is denied"
msgstr ""
msgid "Media file"
msgstr ""
@ -1816,6 +1828,9 @@ msgstr ""
msgid "Number of minimal digits for identifier"
msgstr ""
msgid "Number of next speakers automatically connecting to the live conference"
msgstr ""
msgid "Number of persons to be elected"
msgstr ""
@ -2013,6 +2028,9 @@ msgstr ""
msgid "Phase"
msgstr ""
msgid "Please allow OpenSlides to access your microphone and/or camera"
msgstr ""
msgid "Please enter a name for the new directory:"
msgstr ""
@ -3087,6 +3105,9 @@ msgstr ""
msgid "Your decision cannot be changed afterwards."
msgstr ""
msgid "Your device has no microphone"
msgstr ""
msgid "Your input does not match the following structure: \"hh:mm\""
msgstr ""

View File

@ -126,6 +126,7 @@ def get_config_variables():
default_value=False,
input_type="boolean",
label="Automatically open the microphone for new conference speakers",
help_text="Server settings required to activate Jitsi Meet integration.",
weight=143,
subgroup="Live conference",
)
@ -135,6 +136,7 @@ def get_config_variables():
default_value=False,
input_type="boolean",
label="Automatically open the web cam for new conference speakers",
help_text="Server settings required to activate Jitsi Meet integration.",
weight=144,
subgroup="Live conference",
)