Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions backend/plugin/EventLogging/localization/texts_de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"locale" : "de",
"texts": {
"pluginEventLoggingAdminNavTitle" : "Ereignisse",
"pluginEventLoggingEventTypeTitle" : "Ereignis",
"pluginEventLoggingUserTitle" : "Benutzer",
"pluginEventLoggingTimeTitle" : "Zeit",
"pluginEventLoggingIPTitle" : "IP",
"pluginEventLoggingAdminOptionsTitle" : "Filtern",
"pluginEventLoggingAdminOptionEventType" : "Ereignistyp:",
"pluginEventLoggingAdminOptionUser" : "Benutzer:",
"pluginEventLoggingAdminOptionTime" : "Zeit:",
"pluginEventLoggingAdminOptionItem": "Objekt:",
"pluginEventLoggingAdminOptionItem_filesystem_item": "Datei oder Ordner",
"pluginEventLoggingAdminOptionItem_filesystem_child": "Jede Datei oder Ordner unter",
"pluginEventLoggingAdminOptionItem_path": "Pfad",
"pluginEventLoggingSelectItemTitle": "Ausgewähltes Objekt",
"pluginEventLoggingSelectItemMsg": "Objekt auswählen",
"pluginEventLoggingSelectFolderTitle": "Ordner auswählen",
"pluginEventLoggingSelectFolderMsg": "Ordner auswählen",
"pluginEventLoggingAdminAny" : "Alle",
"pluginEventLoggingAdminEventTypeCustom" : "Individuell",
"pluginEventLoggingAdminDetailsTime" : "Zeit",
"pluginEventLoggingAdminDetailsUser" : "Benutzer",
"pluginEventLoggingAdminDetailsIP" : "IP",
"pluginEventLoggingAdminDetailsItem" : "Objekt",
"pluginEventLoggingAdminDetailsDetails" : "Details"
}
}
13 changes: 13 additions & 0 deletions backend/plugin/FileViewerEditor/localization/texts_de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"locale" : "de",
"texts": {
"fileViewerEditor.edit" : "Bearbeiten",
"fileViewerEditor.save" : "Speichern",
"fileViewerEditor.cancel" : "Abbrechen",
"fileViewerEditor.fullscreen" : "In neuem Fenster öffnen",
"fileViewerEditor.zoomIn" : "Hereinzoomen",
"fileViewerEditor.zoomFit" : "Vollbild",
"fileViewerEditor.zoomReal" : "Originalgröße",
"fileViewerEditor.zoomOut" : "Herauszoomen"
}
}
42 changes: 42 additions & 0 deletions backend/plugin/Registration/localization/texts_de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"locale": "de",
"texts": {
"registrationNewTitle": "Registrierung",
"registrationNewName": "Name",
"registrationNewPw": "Passwort",
"registrationNewPwConfirm": "Passwort bestätigen",
"registrationNewEmail": "E-Mail",
"registrationNewHint": "Passworthinweis",
"registrationNewSubmit": "Registrieren",
"registrationFailed": "Registrierung fehlgeschlagen, bitte versuche es später noch einmal",
"registrationFailedDuplicateNameOrEmail": "Dieser Benutzername oder diese E-Mail-Adresse wird bereits benutzt",
"registrationNewSuccessTitle": "Registrierung erfolgreich",
"registrationNewSuccessMessage": "Bestätigen Sie Ihre Registrierung mit Hilfe der Anweisungen, die Sie per E-Mail erhalten",
"registrationInvalidConfirm": "Registrierungsbestätigung ungültig",
"registrationConfirmTitle": "Registrierung bestätigen",
"registrationConfirmMessage": "Schleißen Sie die Registrierung ab, indem Sie den Bestätigungscode, den Sie per E-Mail erhalten haben, eingeben.",
"registrationConfirmEmail": "E-Mail",
"registrationConfirmKey": "Bestätigungscode",
"registrationConfirmSubmit": "Bestätigen",
"registrationConfirmFailed": "Registrierung konnte nicht bestätigt werden",
"registrationConfirmSuccessTitle": "Registrierung erfolgreich",
"registrationConfirmSuccessMessage": "Registrierung abgeschlossen. Sie können sich nun einloggen.",
"registrationConfirmSuccessWaitApprovalTitle": "Registrierung abgeschlossen",
"registrationConfirmSuccessWaitApprovalMessage": "Ihre Registrierung ist abgeschlossen, muss jedoch noch freigeschaltet werden.",
"registrationContinueButton": "Einloggen",
"registrationInvalidApproval": "Ungültige Freischaltungsanfrage",
"registrationApprovalSuccessTitle": "Registrierung freigeschaltet",
"registrationApprovalSuccessMessage": "Benutzerzugang angelegt: {0} ({1})",
"registrationApprovalFailed": "Registrierungsfreischaltung fehlgeschlagen",

"permission_manage_user_registrations": "Benutzerregistrierungen verwalten",
"pluginRegistrationAdminNavTitle": "Registrierungen",
"pluginRegistrationAdminAddRegistrationTitle": "Registrierung hinzufügen",
"pluginRegistrationAdminNameTitle": "Name",
"pluginRegistrationAdminEmailTitle": "E-Mail",
"pluginRegistrationAdminKeyTitle": "Bestätigungscode",
"pluginRegistrationAdminTimeTitle": "Registriert",
"pluginRegistrationAdminConfirmedTitle": "Bestätigt",
"pluginRegistrationAdminApproveTitle": "Freischalten"
}
}
13 changes: 13 additions & 0 deletions backend/plugin/SendViaEmail/localization/texts_de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"locale" : "de",
"texts": {
"actionSendViaEmailSingle" : "Senden...",

"sendViaEmailSendSingleTitle": "Datei per E-Mail senden",
"sendViaEmailSendItemTitle" : "Objekt:",
"sendViaEmailSendRecipient" : "An:",
"sendViaEmailSendTitle": "Betreff:",
"sendViaEmailSendMsg": "Nachricht:",
"sendViaEmailSendAction": "Senden"
}
}
Loading