You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 2022-02-17 Updated CKEditor from version 4.16.0 to 4.17.1.
3
5
- 2022-02-16 Sector Nord AG: Added ProcessManagement TransitionAction - AppointmentUpdate and AppointmentRemove. Thanks to Sector Nord AG (@jsinagowitz). [#196](https://github.com/znuny/Znuny/pull/196)
4
6
- 2022-02-15 Fixed config navigation path for customer frontend module AJAXDynamicFieldWebservice. Thanks to Renée Bäcker (@reneeb). [#193](https://github.com/znuny/Znuny/pull/193)
<DescriptionTranslatable="1">Authentication type for sendmail module. If 'OAuth2 token' has been selected, SendmailModule::OAuth2TokenConfigName must also be configured.</Description>
<DescriptionTranslatable="1">Name of the OAuth2 token configuration to use for sending mails if 'OAuth2 token' was configured in SendmailModule::AuthenticationType.</Description>
Copy file name to clipboardExpand all lines: Kernel/Language/de.pm
+57
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,69 @@ sub Data {
34
34
$Self->{ThousandSeparator} = '.';
35
35
$Self->{Translation} = {
36
36
37
+
"Authentication type for sendmail module. If 'OAuth2 token' has been selected, SendmailModule::OAuth2TokenConfigName must also be configured." =>
38
+
"Authentifikationstyp für das Sendmail-Modul. Falls 'OAuth2-Token' gewählt wurde, muss SendmailModule::OAuth2TokenConfigName ebenfalls konfiguriert werden.",
39
+
"Name of the OAuth2 token configuration to use for sending mails if 'OAuth2 token' was configured in SendmailModule::AuthenticationType."
40
+
=> "Name der OAuth2-Token-Konfiguration für den Versand von E-Mails, falls 'OAuth2-Token' in SendmailModule::AuthenticationType konfiguriert wurde.",
'Add a new OAuth2 token configuration based on the selected template.' => 'Neue OAuth2-Token-Konfiguration auf Basis der gewählten Vorlage hinzufügen',
76
+
77
+
'Import and export' => 'Import und Export',
78
+
'Upload a YAML file to import token configurations. See documentation on OAuth2 token management for further details.'
79
+
=> 'Datei im YAML-Format zum Import von Token-Konfigurationen hochladen. Beachten Sie die Dokumentation zum OAuth2-Token-Management für weitere Informationen.',
'Add by template' => 'Auf Basis von Template hinzufügen',
85
+
'Base configuration' => 'Basiskonfiguration',
86
+
'This is the template that was used to create this OAuth2 token configuration.' => 'Dies ist die Vorlage, die zur Erstellung dieser OAuth2-Token-Konfiguration verwendet wurde.',
87
+
'Client ID' => 'Client-ID',
88
+
'Client secret' => 'Client-Secret',
89
+
90
+
'Expired token' => 'Abgelaufenes Token',
91
+
'Shows a notification for admins below the top menu if the OAuth2 token has expired.' => 'Zeigt für abgelaufenes OAuth2-Token eine Benachrichtigung für Admins unterhalb des Hauptmenüs.',
'Shows a notification for admins below the top menu if the OAuth2 refresh token has expired.' => 'Zeigt für abgelaufenes OAuth2-Refresh-Token eine Benachrichtigung für Admins unterhalb des Hauptmenüs.',
95
+
96
+
'An OAuth2 token configuration with this name already exists.' => 'Es existiert bereits eine OAuth2-Token-Konfiguration mit diesem Namen.',
97
+
98
+
'OAuth2 token for "%s" has expired.' => 'OAuth2-Token für "%s" ist abgelaufen.',
99
+
'OAuth2 refresh token for "%s" has expired.' => 'OAuth2-Refresh-Token für "%s" ist abgelaufen.',
44
100
45
101
'Dynamic fields shown in the ticket bulk screen of the agent interface.' => 'Dynamische Felder, die in der Ticket-Sammelaktion in der Agentenoberfläche angezeigt werden.',
46
102
'This configuration defines if a dynamic field has to be checked in the agent ticket bulk view to get set for each ticket. This prevents unwanted overwrite of dynamic field values with their default or even empty values.' => 'Diese Konfiguration definiert, ob ein dynamisches Feld in der Ticket-Sammelaktion zum Setzen mit einer Checkbox markiert werden muss. Dies verhindert das ungewollte Überschreiben von dynamischen Feldwerten durch deren Standardwerte oder sogar leeren Inhalt.',
@@ -9169,6 +9225,7 @@ Ihr Helpdesk-Team
9169
9225
'Do you really want to delete this statistic?',
9170
9226
'Do you really want to reset this setting to it\'s default value?',
9171
9227
'Do you really want to revert this setting to its historical value?',
9228
+
'Do you really want to delete this token and its configuration?',
0 commit comments