hedgedoc/public/locales/de.json
Erik Michelson dbce0181a4
Add register via username and refactor email-login to username-login (#313)
* Added config option to enable/disable the email signup

* Added register API call

* Added register button and error handling

* Show register button only if enabled in config

* Renamed login handler, added dir-attribute, removed obsolete css class

* Added separate registration page, changed email-login to internal-login

As an username is sufficient for registration, this commit changes the email-login into an username-based login. This login method is now called "internal" in the code.
This commit also introduces a new registration page instead of using the same form as for login.

* Added information texts below form fields

* Added error differentiation

* Added CHANGELOG entry

* Replace "magic string" with Enum representation

* Removed password-field to DOM rewrite

With the value attribute set, the password would be written to the DOM while typing. That's bad practise as attackers could read that password (e.g. with dirty CSS-hacks).

* Fixed backendConfig to config renaming

* Fixed links on register page being external links

* Refactored error handling to use string-enum that corresponds with i18n keys

* Fix chrome warnings regarding autocomplete and duplicated id

* Refactor login action buttons to use callbacks and handle promises directly

* Remove unnecessary async function

* Added promise chaining
2020-08-04 23:13:12 +02:00

197 lines
6.8 KiB
JSON

{
"app": {
"slogan": "Der beste Weg, Notizen zu schreiben und teilen.",
"title": "Gemeinschaftliche Markdown Notizen"
},
"landing": {
"intro": {
"exploreFeatures": "Alle Funktionen",
"features": {
"collaboration": "Zusammenarbeiten mit URL",
"mathJax": "Unterstützt Charts und MathJax",
"slides": "Unterstützt Präsentationsmodus"
}
},
"history": {
"noHistory": "Kein Verlauf",
"localHistory": "Lokaler Browserverlauf",
"toolbar": {
"selectTags": "Tags auswählen ...",
"searchKeywords": "Suche nach Stichwort ...",
"sortByTitle": "Nach Titel sortieren",
"sortByLastVisited": "Nach Uhrzeit sortieren",
"export": "Verlauf exportieren",
"import": "Verlauf importieren",
"clear": "Verlauf löschen",
"refresh": "Verlauf aktualisieren"
},
"modal": {
"clearHistory": {}
},
"tableHeader": {}
},
"navigation": {
"intro": "Einleitung",
"history": "Verlauf",
"newGuestNote": "Neue Gastnotiz",
"newNote": "Neue Notiz"
},
"footer": {
"releases": "Versionen",
"poweredBy": "Betrieben mit <0></0>",
"imprint": "Impressum",
"followUs": "Folge uns auf <0></0>, <1></1>, <2></2>, <3></3> und <4></4>.",
"privacy": "Datenschutz",
"termsOfUse": "Nutzungsbedingungen"
},
"versionInfo": {
"sourceCode": "Quelltext"
}
},
"profile": {
"deleteUser": "Benutzer löschen",
"exportUserData": "Exportiere Nutzerdaten",
"modal": {
"deleteUser": {
"title": "Benutzer löschen",
"message": "Möchten Sie wirklich Ihr Nutzerkonto löschen?",
"subMessage": "Hiermit löschen Sie Ihr Konto, alle Ihre Dokumente und alle Verweise auf Ihr Konto aus anderen Dokumenten."
}
}
},
"editor": {
"help": {
"contacts": {
"title": "Kontakte",
"community": "Tritt der Community bei",
"meetUsOn": "Triff uns auf {{service}}",
"helpTranslating": "Hilf uns beim Übersetzen",
"reportIssue": "Fehlerbericht senden"
},
"documents": {
"title": "Dokumente",
"yamlMetadata": "YAML-Metadaten",
"slideExample": "Beispiel-Präsentation"
},
"cheatsheet": {
"title": "Cheatsheet",
"example": "Beispiel",
"syntax": "Syntax",
"underlinedText": "Unterstrichen",
"highlightedText": "Markiert",
"externalService": "Extern"
}
},
"error": {
"locked": {
"title": "Diese Notiz ist gesperrt",
"description": "Entschuldigung, nur der Besitzer darf die Notiz bearbeiten."
},
"limitReached": {
"title": "Limit erreicht",
"description": "Entschuldigung, die maximale Länge der Notiz ist erreicht.",
"advice": "Bitte reduzieren Sie den Inhalt oder nutzen zwei Notizen, danke."
},
"incompatible": {
"title": "Ihre Client-Version ist nicht mit dem Server kompatibel",
"advice": "Neu laden zum aktualisieren."
},
"newVersion": {
"title": "Neue Version verfügbar.",
"linkText": "Versionshinweise",
"advice": "Neu laden für neue Funktionen"
},
"userStateChanged": {
"title": "Ihr Nutzerstatus hat sich geändert.",
"description": "Neu laden für neuen Nutzerstatus."
}
},
"viewMode": {
"view": "Anzeigen",
"both": "Beides"
},
"darkMode": {},
"editorToolbar": {
"bold": "Fett",
"strikethrough": "Durchgestrichen",
"header": "Überschrift",
"code": "Code",
"blockquote": "Zitat",
"unorderedList": "Stichpunkte",
"orderedList": "Nummeriert",
"checkList": "To-do-Liste",
"link": "Link",
"image": "Foto",
"uploadImage": "Foto hochladen"
},
"menu": {
"menu": "Menü",
"new": "Neu",
"publish": "Veröffentlichen",
"extra": "Extra",
"revision": "Version",
"slideMode": "Präsentationsmodus",
"download": "Download",
"help": "Hilfe"
},
"export": {
"rawHtml": "Reines HTML"
},
"import": {
"clipboard": "Zwischenablage"
},
"modal": {
"snippetImport": {
"title": "Aus Snippet importieren",
"selectProject": "Aus verfügbaren Projekten wählen",
"selectSnippet": "Aus verfügbaren Snippets wählen"
},
"gistImport": {
"title": "Aus GitHub Gist importieren",
"insertGistUrl": "Gist URL hier einfügen ..."
},
"snippetExport": {
"title": "Zu Snippet exportieren",
"visibilityLevel": "Sichtbarkeit bestimmen"
},
"revision": {
"title": "Version",
"revertButton": "Zurücksetzen"
},
"clipboardImport": {
"title": "Importieren aus der Zwischenablage",
"insertMarkdown": "Markdown oder Website hier einfügen"
},
"deleteNote": {
"question": "Möchten Sie diese Notiz wirklich löschen?",
"warning": "Alle Benutzer werden getrennt."
}
}
},
"common": {
"import": "Importieren",
"export": "Exportieren",
"refresh": "Neu laden",
"cancel": "Abbrechen",
"ok": "OK",
"or": "oder"
},
"login": {
"chooseMethod": "Methode wählen",
"signInVia": "Einloggen über {{service}}",
"signIn": "Einloggen",
"signOut": "Ausloggen",
"register": {
"title": "Registrieren"
},
"auth": {
"email": "E-Mail",
"password": "Passwort",
"username": "Benutzername",
"error": {
"openIdLogin": "OpenID nicht korrekt",
"usernamePassword": "Benutzername oder Passwort nicht korrekt"
}
}
}
}