Hi! My apologies for the delay on response, I was doing a kernel update across our servers, including the one hosting our Mattermost instance, and was unable until now to access the templates. Here is the content of the invite_body.html
template, as this is one of the one’s specifically referenced. I do have the entire template directory available to view if that would be helpful, and I also have a GitHub repository containing all of the server’s logging backups that I can invite any who would be benefited from having access to the logs to, upon request.
Here is the Invite_body.html
code:
action": "Konnte den Webhook nicht abrufen."
},
{
"id": "store.sql_webhooks.get_outgoing.app_error",
"translation": "Konnte den Webhook nicht abrufen."
},
{
"id": "store.sql_webhooks.get_outgoing_by_channel.app_error",
"translation": "Konnte die Webhooks nicht abrufen."
},
{
"id": "store.sql_webhooks.get_outgoing_by_team.app_error",
"translation": "Konnte die Webhooks nicht abrufen."
},
{
"id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error",
"translation": "Konnte den Webhook nicht löschen."
},
{
"id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error",
"translation": "Konnte den Webhook nicht löschen."
},
{
"id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error",
"translation": "Konnte den Webhook nicht löschen."
},
{
"id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error",
"translation": "Konnte den Webhook nicht löschen."
},
{
"id": "store.sql_webhooks.save_incoming.app_error",
"translation": "Konnte den eingehenden Webhook nicht speichern."
},
{
"id": "store.sql_webhooks.save_incoming.existing.app_error",
"translation": "Sie können keinen existierenden IncomingWebhook überschreiben"
},
{
"id": "store.sql_webhooks.save_outgoing.app_error",
"translation": "Konnte den ausgehenden Webhook nicht speichern."
},
{
"id": "store.sql_webhooks.save_outgoing.override.app_error",
"translation": "Sie können keinen existierenden OutgoingWebhook überschreiben"
},
{
"id": "store.sql_webhooks.update_incoming.app_error",
"translation": "Konnte den eingehenden Webhook nicht aktualisieren."
},
{
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "Konnte den Webhook nicht aktualisieren."
},
{
"id": "store.update_error",
"translation": "Aktualisierungsfehler"
},
{
"id": "system.message.name",
"translation": "System"
},
{
"id": "utils.file.list_directory.local.app_error",
"translation": "Ein Fehler ist während des Anzeigens des Verzeichnisses vom lokalen Server ist aufgetreten."
},
{
"id": "utils.file.list_directory.s3.app_error",
"translation": "Ein Fehler ist beim Auflisten des Verzeichnisses von S3 aufgetreten."
},
{
"id": "utils.file.remove_directory.local.app_error",
"translation": "Ein Fehler ist während des Löschens des Verzeichnisses vom lokalen Server aufgetreten."
},
{
"id": "utils.file.remove_directory.s3.app_error",
"translation": "Ein Fehler ist beim Entfernen des Verzeichnisses von S3 aufgetreten."
},
{
"id": "utils.file.remove_file.local.app_error",
"translation": "Ein Fehler ist während des Löschens der Datei vom lokalen Server aufgetreten."
},
{
"id": "utils.file.remove_file.s3.app_error",
"translation": "Ein Fehler ist beim Entfernen der Datei von S3 aufgetreten."
},
{
"id": "utils.mail.connect_smtp.helo.app_error",
"translation": "Fehler beim Setzen von HELO"
},
{
"id": "utils.mail.connect_smtp.open.app_error",
"translation": "Fehler beim Ă–ffnen der Verbindung"
},
{
"id": "utils.mail.connect_smtp.open_tls.app_error",
"translation": "Fehler beim Ă–ffnen der TLS Verbindung"
},
{
"id": "utils.mail.new_client.auth.app_error",
"translation": "Fehler beim Authentifizieren am SMTP-Server"
},
{
"id": "utils.mail.sendMail.attachments.write_error",
"translation": "Fehler beim HinzufĂĽgen des Mailanhanges"
},
{
"id": "utils.mail.send_mail.close.app_error",
"translation": "Fehler beim SchlieĂźen der Verbindung zum SMTP-Server"
},
{
"id": "utils.mail.send_mail.from_address.app_error",
"translation": "Fehler beim Setzen von \"Absenderadresse\""
},
{
"id": "utils.mail.send_mail.msg.app_error",
"translation": "Fehler bei Schreiben der E-Mail"
},
{
"id": "utils.mail.send_mail.msg_data.app_error",
"translation": "Fehler bei HinzufĂĽgen der E-Mail Daten"
},
{
"id": "utils.mail.send_mail.to_addr
As a side note, I’m not entirely sure why this appears to be in the same language throughout the entire file, especially since the server is running in English only. But I suppose that I may be misunderstanding something.