Skip to content

Commit

Permalink
Merge pull request #42 from mynaparrot/l10n_main
Browse files Browse the repository at this point in the history
fix: new Crowdin updates
  • Loading branch information
jibon57 authored Nov 8, 2024
2 parents 52a6238 + 8a8a211 commit e8ca202
Show file tree
Hide file tree
Showing 4 changed files with 741 additions and 685 deletions.
368 changes: 191 additions & 177 deletions lang/de_DE/plugnmeet.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,184 +26,198 @@

defined('MOODLE_INTERNAL') || die();

$string['choosereadme'] = 'Readme when selecting the theme.';
$string['missingidandcmid'] = 'Missing id and cmid';
$string['choosereadme'] = 'Readme bei der Auswahl des Themes.';
$string['missingidandcmid'] = 'Fehlende ID und cmid';
$string['modulename'] = 'plugNmeet';
$string['modulename_help'] = 'Use the plugNmeet module for...';
$string['modulename_help'] = 'Verwenden Sie das plugNmeet-Modul für...';
$string['modulenameplural'] = 'plugNmeets';
$string['newmodulename'] = 'plugNmeet name';
$string['newmodulename_help'] = 'This is the content of the help tooltip associated with the plugNmeet field';
$string['newmodulesettings'] = 'Settings';
$string['nonewmodules'] = 'No plugNmeet';
$string['pluginadministration'] = 'plugNmeet administration';
$string['newmodulename'] = 'plugNmeet Name';
$string['newmodulename_help'] = 'Dies ist der Inhalt des Hilfe-Tooltips, der dem Feld plugNmeet zugeordnet ist';
$string['newmodulesettings'] = 'Einstellungen';
$string['nonewmodules'] = 'Kein PlugNmeet';
$string['pluginadministration'] = 'plugNmeet Verwaltung';
$string['pluginname'] = 'plugNmeet';
$string['pluginname_help'] = 'Help text when adding this question type.';
$string['pluginnameadding'] = 'Rendered when adding this question type.';
$string['pluginnameediting'] = 'Rendered when editing this question type.';
$string['pluginnamesummary'] = 'Rendered when choosing the question type to be added.';
$string['plugnmeet:access'] = 'Access content';
$string['plugnmeet:addinstance'] = 'Add a new plugNmeet activity';
$string['plugnmeet:edit'] = 'Edit plugNmeet';
$string['plugnmeet:enrol'] = 'Enrol users';
$string['plugnmeet:manage'] = 'Manage users';
$string['plugnmeet:unenrol'] = 'Unenrol users';
$string['plugnmeet:upload'] = 'Upload content';
$string['plugnmeet:useeditor'] = 'Edit content';
$string['plugnmeet:view'] = 'View plugNmeet';
$string['privacy:metadata:plugnmeet'] = 'In order to integrate with a remote plugnmeet server, user data needs to be exchanged with that server.';
$string['privacy:metadata:plugnmeet:userid'] = 'The userid is sent from Moodle to allow you to access your data on the remote system.';
$string['privacy:metadata:plugnmeet:fullname'] = 'Your full name is sent to the remote system to allow a better user experience.';

$string['view'] = 'View';
$string['yes'] = 'Yes';
$string['no'] = 'No';
$string['join'] = 'Join';
$string['pluginname_help'] = 'Hilfetext beim Hinzufügen dieses Fragetyps.';
$string['pluginnameadding'] = 'Wird beim Hinzufügen dieses Fragetyps gerendert.';
$string['pluginnameediting'] = 'Wird beim Bearbeiten dieses Fragetyps gerendert.';
$string['pluginnamesummary'] = 'Wird bei der Auswahl des hinzuzufügenden Fragetyps gerendert.';
$string['plugnmeet:access'] = 'Zugriff auf Inhalte';
$string['plugnmeet:addinstance'] = 'Hinzufügen einer neuen plugNmeet-Aktivität';
$string['plugnmeet:edit'] = 'plugNmeet bearbeiten';
$string['plugnmeet:enrol'] = 'Benutzer einschreiben';
$string['plugnmeet:manage'] = 'Verwalten von Benutzern';
$string['plugnmeet:unenrol'] = 'Benutzer abmelden';
$string['plugnmeet:upload'] = 'Inhalte hochladen';
$string['plugnmeet:useeditor'] = 'Bearbeiten von Inhalten';
$string['plugnmeet:view'] = 'plugNmeet anzeigen';
$string['privacy:metadata:plugnmeet'] = 'Um sich in einen Remote-Plugnmeet-Server zu integrieren, müssen Benutzerdaten mit diesem Server ausgetauscht werden.';
$string['privacy:metadata:plugnmeet:userid'] = 'Die Benutzer-ID wird von Moodle gesendet, damit Sie auf Ihre Daten auf dem Remote-System zugreifen können.';
$string['privacy:metadata:plugnmeet:fullname'] = 'Ihr vollständiger Name wird an das Remote-System gesendet, um eine bessere Benutzererfahrung zu ermöglichen.';

$string['view'] = 'Ansehen';
$string['yes'] = 'Ja';
$string['no'] = 'Nein';
$string['join'] = 'Verbinden';
$string['plugnmeetname'] = 'plugNmeet';
$string['plugnmeetname_help'] = 'Help';
$string['plugnmeet_viewed'] = 'plugNmeet activity viewed';
$string['joined_session'] = 'Joined session';

$string['plugnmeetconfig'] = 'plugNmeet config';
$string['plugnmeet_server_url'] = 'plugnmeet server url';
$string['plugnmeet_server_url_des'] = 'Enter plugNmeet Server URL';
$string['plugnmeet_api_key'] = 'plugnmeet API Key';
$string['plugnmeet_api_key_des'] = 'Enter plugnmeet API Key';
$string['plugnmeet_secret'] = 'plugnmeet Secret';
$string['plugnmeet_secret_des'] = 'Enter plugnmeet Secret';
$string['livekit_server_url'] = 'Livekit server url';
$string['livekit_server_url_des'] = 'Enter Livekit server url';
$string['custom_logo'] = 'Custom logo';
$string['custom_logo_des'] = 'Custom logo for conference room';

$string['plugnmeetoptions'] = 'plugNmeet options';
$string['enable_dynacast'] = 'Enable dynacast';
$string['enable_dynacast_des'] = 'Enable dynacast';
$string['enable_simulcast'] = 'Enable simulcast';
$string['enable_simulcast_des'] = 'Enable simulcast';
$string['stop_mic_track_on_mute'] = 'Stop mic track on mute';
$string['stop_mic_track_on_mute_des'] = 'Stop mic track on mute';
$string['video_codec'] = 'Video codec';
$string['video_codec_des'] = 'Video codec';
$string['default_webcam_resolution'] = 'Default webcam resolution';
$string['default_webcam_resolution_des'] = 'Default webcam resolution';
$string['default_screen_share_resolution'] = 'Default screen share resolution';
$string['default_screen_share_resolution_des'] = 'Default screen share resolution';

$string['roomtitle'] = 'Room title';
$string['welcome_message'] = 'Welcome message';
$string['max_participants'] = 'Maximum participants (0 = unlimited)';

$string['room_features'] = 'Room features';
$string['roomfeatures'] = 'Room features';
$string['allow_webcams'] = 'Allow webcams';
$string['mute_on_start'] = 'Mute on start';
$string['allow_screen_share'] = 'Allow screen sharing';
$string['allow_rtmp'] = 'Allow RTMP';
$string['allow_view_other_webcams'] = 'Allow view other webcams';
$string['allow_view_other_users_list'] = 'Allow view other users';
$string['admin_only_webcams'] = 'Admin only webcams';
$string['allow_polls'] = 'Allow polls';
$string['room_duration'] = 'Room duration (In minutes, 0 = unlimited)';
$string['moderator_join_first'] = 'Moderator join first';
$string['moderator_join_first_error'] = 'The meeting has not started yet, please come back later';

$string['other_features'] = 'Other features';

$string['recordingfeatures'] = 'Recording features';
$string['allow_recording'] = 'Allow recording';
$string['allow_cloud_recording'] = 'Allow cloud recording';
$string['enable_auto_cloud_recording'] = 'Enable auto start cloud recording';
$string['allow_local_recording'] = 'Allow local recording';
$string['is_allow_view_recording'] = 'Allow students to view recording';
$string['is_allow_download_recording'] = 'Allow students to download recording';

$string['chatfeatures'] = 'Chat features';
$string['allow_chat'] = 'Allow chat';
$string['allow_file_upload'] = 'Allow file upload';

$string['shared_note_pad_features'] = 'Shared notepad features';
$string['allow_shared_notepad'] = 'Allow Shared notepad';

$string['whiteboard_features'] = 'Whiteboard features';
$string['allow_whiteboard'] = 'Allow Whiteboard';

$string['external_media_player_features'] = 'External media player features';
$string['allowed_external_media_player'] = 'Allow external media player';

$string['waiting_room_features'] = 'Waiting room features';
$string['activate_waiting_room'] = 'Activate waiting room';
$string['waiting_room_msg'] = 'Waiting room message';

$string['breakout_room_features'] = 'Breakout room features';
$string['allow_breakout_rooms'] = 'Allow breakout rooms';
$string['allowed_number_rooms'] = 'Number of rooms';

$string['display_external_link_features'] = 'Display external link features';
$string['allow_display_external_link_features'] = 'Allow display external link features';
$string['allow_ingress_features'] = 'Allow to create ingress';

$string['defaultlock'] = 'Default lock settings';
$string['lock_microphone'] = 'Lock microphone';
$string['lock_webcam'] = 'Lock webcam';
$string['lock_screen_sharing'] = 'Lock screen sharing';
$string['lock_whiteboard'] = 'Lock whiteboard';
$string['lock_shared_notepad'] = 'Lock shared notepad';
$string['lock_chat'] = 'Lock chat';
$string['lock_chat_send_message'] = 'Lock send message';
$string['lock_chat_file_share'] = 'Lock file share';
$string['lock_private_chat'] = 'Lock private chat';

$string['available'] = 'Available from';
$string['deadline'] = 'Deadline';

$string['extraoption'] = 'Extra options';

$string['client_load'] = 'Client load from';
$string['client_load_des'] = 'default: remote';
$string['remote'] = 'Remote';
$string['local'] = 'Local';

$string['client_download_url'] = 'Local client download url';
$string['client_download_url_des'] = 'Local client download url. Default github';
$string['update_client_code'] = '<button class="btn btn-sm btn-secondary mb-6" id="updateClient">Download latest client</button>';
$string['error_file_open'] = 'Error in zip file open';
$string['client_updated_success'] = 'Client updated successfully';
$string['client_updated_failed'] = 'Failed to update client';

$string['join'] = 'Join';
$string['end'] = 'End';
$string['recordings'] = 'Recordings';
$string['recording_date'] = 'Recording date';
$string['meeting_date'] = 'Meeting date';
$string['file_size'] = 'File size (MB)';
$string['play'] = 'Play';
$string['download'] = 'Download';
$string['delete'] = 'Delete';
$string['sure_to_delete'] = 'Are you sure to delete?';

$string['design_customization'] = 'Design Customization';
$string['custom_css_url'] = 'Custom CSS URL';
$string['custom_css_url_des'] = 'Should be https direct CSS file url';
$string['primary_color'] = 'Primary Color';
$string['primary_color_des'] = 'Primary Color for interface';
$string['secondary_color'] = 'Secondary Color';
$string['secondary_color_des'] = 'Secondary Color for interface';
$string['background_color'] = 'Background color';
$string['background_color_des'] = 'Interface background color';
$string['background_image'] = 'Background image';
$string['background_image_des'] = 'Should be 1920X1080 in size for best result.';
$string['header_color'] = 'Header Color';
$string['header_color_des'] = 'Interface Header Color';
$string['footer_color'] = 'Footer Color';
$string['footer_color_des'] = 'Interface Footer Color';
$string['left_color'] = 'Left Side Color';
$string['left_color_des'] = 'Left side bar color';
$string['right_color'] = 'Right Side Color';
$string['right_color_des'] = 'Right side bar color';
$string['column_camera_position'] = 'Column camera position';
$string['column_camera_position_des'] = 'Column camera position. Default: left';
$string['column_camera_width'] = 'Column camera width';
$string['column_camera_width_des'] = 'Column camera width';

$string['allow_speech_to_text_translation_features'] = 'Allow speech to text/translation features';
$string['allow_speech_translation'] = 'Allow translation';
$string['plugnmeetname_help'] = 'Hilfe';
$string['plugnmeet_viewed'] = 'Angezeigte plugNmeet-Aktivität';
$string['joined_session'] = 'Beteiligte Sitzung';

$string['plugnmeetconfig'] = 'plugNmeet-Konfiguration';
$string['plugnmeet_server_url'] = 'PlugnMeet-Server-URL';
$string['plugnmeet_server_url_des'] = 'Geben Sie die plugNmeet Server-URL ein';
$string['plugnmeet_api_key'] = 'plugnmeet API-Schlüssel';
$string['plugnmeet_api_key_des'] = 'Geben Sie den Plugnmeet-API-Schlüssel ein';
$string['plugnmeet_secret'] = 'plugnmeet Geheimnis';
$string['plugnmeet_secret_des'] = 'Geben Sie plugnmeet Secret ein';
$string['livekit_server_url'] = 'URL des Livekit-Servers';
$string['livekit_server_url_des'] = 'Geben Sie die Livekit-Server-URL ein';
$string['custom_logo'] = 'Benutzerdefiniertes Logo';
$string['custom_logo_des'] = 'Individuelles Logo für den Konferenzraum';

$string['plugnmeetoptions'] = 'plugNmeet-Optionen';
$string['enable_dynacast'] = 'Aktivieren von Dynacast';
$string['enable_dynacast_des'] = 'Aktivieren von Dynacast';
$string['enable_simulcast'] = 'Simulcast aktivieren';
$string['enable_simulcast_des'] = 'Simulcast aktivieren';
$string['stop_mic_track_on_mute'] = 'Stoppen Sie die Mikrofonspur bei Stummschaltung';
$string['stop_mic_track_on_mute_des'] = 'Stoppen Sie die Mikrofonspur bei Stummschaltung';
$string['video_codec'] = 'Video-Codec';
$string['video_codec_des'] = 'Video-Codec';
$string['default_webcam_resolution'] = 'Standardauflösung der Webcam';
$string['default_webcam_resolution_des'] = 'Standardauflösung der Webcam';
$string['default_screen_share_resolution'] = 'Standardauflösung für die Bildschirmfreigabe';
$string['default_screen_share_resolution_des'] = 'Standardauflösung für die Bildschirmfreigabe';
$string['default_audio_preset'] = 'Audio-Voreinstellung';
$string['default_audio_preset_des'] = 'Audio-Preset für Mikrofon';
$string['copyright_display'] = 'Copyright-Anzeige aktivieren';
$string['copyright_display_des'] = 'Wenn diese Option aktiviert ist, wird der folgende Text angezeigt.';
$string['copyright_text'] = 'Copyright-Text';
$string['copyright_text_des'] = 'Dieser Text kann gesetzt werden, wenn die Konfiguration des Servers überschrieben werden darf';

$string['roomtitle'] = 'Titel des Raumes';
$string['welcome_message'] = 'Willkommensnachricht';
$string['max_participants'] = 'Maximale Teilnehmerzahl (0 = unbegrenzt)';

$string['room_features'] = 'Zimmerausstattung';
$string['roomfeatures'] = 'Zimmerausstattung';
$string['allow_webcams'] = 'Webcams zulassen';
$string['mute_on_start'] = 'Stummschaltung beim Start';
$string['allow_screen_share'] = 'Bildschirmfreigabe zulassen';
$string['allow_rtmp'] = 'RTMP zulassen';
$string['allow_view_other_webcams'] = 'Andere Webcams anzeigen zulassen';
$string['allow_view_other_users_list'] = 'Zulassen, dass andere Benutzer angezeigt werden';
$string['admin_only_webcams'] = 'Webcams nur für Administratoren';
$string['allow_polls'] = 'Umfragen zulassen';
$string['room_duration'] = 'Raumdauer (in Minuten, 0 = unbegrenzt)';
$string['moderator_join_first'] = 'Moderator zuerst beitreten';
$string['moderator_join_first_error'] = 'Das Treffen hat noch nicht begonnen, bitte kommen Sie später zurück';
$string['enable_analytics'] = 'Aktivieren von Analysen';
$string['allow_virtual_bg'] = 'Virtuellen Hintergrund zulassen';
$string['allow_raise_hand'] = 'Erlauben Sie das Heben der Hand';
$string['auto_gen_user_id'] = 'Benutzer-ID automatisch generieren';

$string['other_features'] = 'Weitere Funktionen';

$string['recordingfeatures'] = 'Funktionen für die Aufzeichnung';
$string['allow_recording'] = 'Aufzeichnung zulassen';
$string['allow_cloud_recording'] = 'Cloud-Aufzeichnung zulassen';
$string['enable_auto_cloud_recording'] = 'Aktivieren Sie den automatischen Start der Cloud-Aufzeichnung';
$string['allow_local_recording'] = 'Lokale Aufzeichnung zulassen';
$string['is_allow_view_recording'] = 'Schülern erlauben, Aufzeichnungen anzusehen';
$string['is_allow_download_recording'] = 'Erlauben Sie den Schülern, Aufzeichnungen herunterzuladen';

$string['chatfeatures'] = 'Chat-Funktionen';
$string['allow_chat'] = 'Chat zulassen';
$string['allow_file_upload'] = 'Hochladen von Dateien zulassen';

$string['shared_note_pad_features'] = 'Freigegebene Notepad-Funktionen';
$string['allow_shared_notepad'] = 'Freigegebenen Notizblock zulassen';

$string['whiteboard_features'] = 'Whiteboard-Funktionen';
$string['allow_whiteboard'] = 'Whiteboard zulassen';

$string['external_media_player_features'] = 'Funktionen des externen Mediaplayers';
$string['allowed_external_media_player'] = 'Externen Mediaplayer zulassen';

$string['waiting_room_features'] = 'Merkmale des Wartezimmers';
$string['activate_waiting_room'] = 'Wartezimmer aktivieren';
$string['waiting_room_msg'] = 'Nachricht im Wartezimmer';

$string['breakout_room_features'] = 'Funktionen des Breakout-Raums';
$string['allow_breakout_rooms'] = 'Breakout-Räume zulassen';
$string['allowed_number_rooms'] = 'Anzahl der Zimmer';

$string['display_external_link_features'] = 'Anzeigen von Features für externe Links';
$string['allow_display_external_link_features'] = 'Anzeige von Features für externe Verknüpfungen zulassen';
$string['allow_ingress_features'] = 'Erstellen von Ingress zulassen';

$string['defaultlock'] = 'Standardeinstellungen für die Sperre';
$string['lock_microphone'] = 'Mikrofon sperren';
$string['lock_webcam'] = 'Webcam sperren';
$string['lock_screen_sharing'] = 'Bildschirmfreigabe sperren';
$string['lock_whiteboard'] = 'Whiteboard sperren';
$string['lock_shared_notepad'] = 'Freigegebenen Notizblock sperren';
$string['lock_chat'] = 'Chat sperren';
$string['lock_chat_send_message'] = 'Sperren Sie das Senden einer Nachricht';
$string['lock_chat_file_share'] = 'Sperren von Dateifreigaben';
$string['lock_private_chat'] = 'Privaten Chat sperren';

$string['available'] = 'Verfügbar ab';
$string['deadline'] = 'Stichtag';

$string['extraoption'] = 'Zusätzliche Optionen';

$string['client_load'] = 'Client-Last von';
$string['client_load_des'] = 'Standard: remote';
$string['remote'] = 'Abgelegen';
$string['local'] = 'Lokal';

$string['client_download_url'] = 'Download-URL des lokalen Clients';
$string['client_download_url_des'] = 'Download-URL des lokalen Clients. Standard-Github';
$string['update_client_code'] = '<button class="btn btn-sm btn-secondary mb-6" id="updateClient">Neuesten Client herunterladen</button>';
$string['error_file_open'] = 'Fehler beim Öffnen der Zip-Datei';
$string['client_updated_success'] = 'Client erfolgreich aktualisiert';
$string['client_updated_failed'] = 'Fehler beim Aktualisieren des Clients';

$string['join'] = 'Verbinden';
$string['end'] = 'Ende';
$string['recordings'] = 'Aufnahmen';
$string['recording_date'] = 'Datum der Aufnahme';
$string['meeting_date'] = 'Datum des Treffens';
$string['file_size'] = 'Dateigröße (MB)';
$string['play'] = 'Spielen';
$string['download'] = 'Herunterladen';
$string['delete'] = 'Löschen';
$string['sure_to_delete'] = 'Sind Sie sicher, dass Sie löschen möchten?';

$string['design_customization'] = 'Design-Anpassung';
$string['custom_css_url'] = 'Benutzerdefinierte CSS-URL';
$string['custom_css_url_des'] = 'Sollte die direkte URL der CSS-Datei https sein';
$string['primary_color'] = 'Primärfarbe';
$string['primary_color_des'] = 'Primärfarbe für die Benutzeroberfläche';
$string['secondary_color'] = 'Sekundäre Farbe';
$string['secondary_color_des'] = 'Sekundäre Farbe für die Schnittstelle';
$string['background_color'] = 'Hintergrundfarbe';
$string['background_color_des'] = 'Hintergrundfarbe der Benutzeroberfläche';
$string['background_image'] = 'Hintergrundbild';
$string['background_image_des'] = 'Sollte für ein optimales Ergebnis eine Größe von 1920 x 1080 haben.';
$string['header_color'] = 'Farbe der Kopfzeile';
$string['header_color_des'] = 'Farbe der Kopfzeile der Benutzeroberfläche';
$string['footer_color'] = 'Farbe der Fußzeile';
$string['footer_color_des'] = 'Farbe der Fußzeile der Benutzeroberfläche';
$string['left_color'] = 'Farbe der linken Seite';
$string['left_color_des'] = 'Farbe der linken Seitenleiste';
$string['right_color'] = 'Farbe der rechten Seite';
$string['right_color_des'] = 'Farbe der rechten Seitenleiste';
$string['column_camera_position'] = 'Position der Säulenkamera';
$string['column_camera_position_des'] = 'Position der Spaltenkamera. Standardeinstellung: links';
$string['column_camera_width'] = 'Kamerabreite der Spalte';
$string['column_camera_width_des'] = 'Kamerabreite der Spalte';

$string['allow_speech_to_text_translation_features'] = 'Sprach-zu-Text-/Übersetzungsfunktionen zulassen';
$string['allow_speech_translation'] = 'Übersetzung zulassen';

$string['enable_end_to_end_encryption_features'] = 'Aktivieren der Ende-zu-Ende-Verschlüsselung (E2EE)';
$string['included_e2ee_chat_messages'] = "Aktivieren der Verschlüsselung für den Chat";
$string['included_e2ee_whiteboard'] = "Aktivieren der Verschlüsselung für Whiteboards";
Loading

0 comments on commit e8ca202

Please sign in to comment.