From 9a8614ea8b13ad2b5686a67b8f3087ab79ae1e20 Mon Sep 17 00:00:00 2001 From: "Christoph (Sheogorath) Kern" Date: Sun, 18 Nov 2018 12:38:31 +0100 Subject: [PATCH] Update de.json (POEditor.com) --- locales/de.json | 136 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 103 insertions(+), 33 deletions(-) diff --git a/locales/de.json b/locales/de.json index 40d5546..382d361 100644 --- a/locales/de.json +++ b/locales/de.json @@ -1,24 +1,62 @@ { - "Collaborative markdown notes": "Gemeinschaftliche Markdown Notizen", - "Realtime collaborative markdown notes on all platforms.": "Gemeinschaftliche Notizen in Echtzeit auf allen Plattformen.", - "Best way to write and share your knowledge in markdown.": "Der beste Weg, Notizen zu schreiben und teilen.", - "Intro": "Intro", - "History": "Verlauf", - "New guest note": "Neue Gast Notiz", - "Collaborate with URL": "Zusammenarbeiten mit URL", - "Support charts and MathJax": "Unterstützt charts und Mathjax", - "Support slide mode": "Unterstützt Präsentationsmodus", - "Sign In": "Einloggen", - "Below is the history from browser": "Lokaler Browserverlauf", - "Welcome!": "Willkommen!", - "New note": "Neue Notiz", - "or": "oder", - "Sign Out": "Ausloggen", - "Explore all features": "Alle Funktionen", - "Select tags...": "Tags auswählen ...", - "Search keyword...": "Suche nach Stichwort ...", - "Sort by title": "Nach Titel sortieren", - "Title": "Titel", + "Used in the title of every note that has no title set.": { + "Collaborative markdown notes": "Gemeinschaftliche Markdown Notizen" + }, + "Not used right now.": { + "Realtime collaborative markdown notes on all platforms.": "Gemeinschaftliche Notizen in Echtzeit auf allen Plattformen.", + "Welcome!": "Willkommen!" + }, + "Subtitle on the entry page. Used to tell what CodiMD is.": { + "Best way to write and share your knowledge in markdown.": "Der beste Weg, Notizen zu schreiben und teilen." + }, + "Name of the menu item on the index page. It's the default tab for unauthenticated users.": { + "Intro": "Intro" + }, + "Name of the tab that shows the user's note history. Default page for logged in users": { + "History": "Verlauf" + }, + "Button on the main page to create a new note as guest": { + "New guest note": "Neue Gast Notiz" + }, + "Little text to illustrate some of our features on the index page. Also links to the share-notes section on the features page": { + "Collaborate with URL": "Zusammenarbeiten mit URL" + }, + "Little text to illustrate the mathjax feature of CodiMD. Also links to the MathJax section of the features page": { + "Support charts and MathJax": "Unterstützt charts und Mathjax" + }, + "Shows that CodiMD has a slide mode feature and links to the Slide-mode section of the features page": { + "Support slide mode": "Unterstützt Präsentationsmodus" + }, + "Login button on the index page": { + "Sign In": "Einloggen" + }, + "Shows up on the history page for non-logged in users": { + "Below is the history from browser": "Lokaler Browserverlauf" + }, + "New note\"-button on the index page for logged in users": { + "New note": "Neue Notiz" + }, + "Used on the index page for not logged in users to split the \"sign in\" and \"Explore all features\" button.": { + "or": "oder" + }, + "Log out string on the index page. In the drop-down menu for the user name.": { + "Sign Out": "Ausloggen" + }, + "Text in the button that links to the features page": { + "Explore all features": "Alle Funktionen" + }, + "Placeholder text in the search field for tags on the history tab on the index page": { + "Select tags...": "Tags auswählen ..." + }, + "placeholder text in the search field for keywords on the history tab on the index page": { + "Search keyword...": "Suche nach Stichwort ..." + }, + "Help text for the \"Title\"-button on the history tab on the index page.": { + "Sort by title": "Nach Titel sortieren" + }, + "Text to sort notes by title on the history tab on the index page.": { + "Title": "Titel" + }, "Sort by time": "Nach Uhrzeit sortieren", "Time": "Uhrzeit", "Export history": "Verlauf exportieren", @@ -29,8 +67,12 @@ "Import from browser": "Vom Browser importieren", "Releases": "Versionen", "Are you sure?": "Sind sie sicher?", - "Do you really want to delete this note?": "Möchten Sie diese Notiz wirklich löschen?", - "All users will lose their connection.": "Alle Benutzer werden getrennt.", + "Modal title for the note deletion. This will show up as soon as a user asks selects the note deletion option on the codimd view.": { + "Do you really want to delete this note?": "Möchten Sie diese Notiz wirklich löschen?" + }, + "Additional information when a user wants to deletes his notes. All users who are working on a note that is going to be deleted, will get disconnected from the collaborative session.": { + "All users will lose their connection.": "Alle Benutzer werden getrennt." + }, "Cancel": "Abbrechen", "Yes, do it!": "Ja, mach es!", "Choose method": "Methode wählen", @@ -62,7 +104,9 @@ "Refresh": "Neu laden", "Contacts": "Kontakte", "Report an issue": "Fehlerbericht senden", - "Meet us on %s": "Triff uns auf %s", + "Used in the help modal to let people find us on platforms like Matrix. Links to the messenger and hopefully empowers people to work with us.": { + "Meet us on %s": "Triff uns auf %s" + }, "Send us email": "Kontakt", "Documents": "Dokumente", "Features": "Funktionen", @@ -102,14 +146,40 @@ "Select From Available Projects": "Aus verfügbaren Projekten wählen", "Select From Available Snippets": "Aus verfügbaren Snippets wählen", "OR": "Oder", - "Export to Snippet": "Zu Snippet exportieren", - "Select Visibility Level": "Sichtbarkeit bestimmen", - "Night Theme": "Nachtmodus", - "Follow us on %s and %s.": "Folge uns auf %s und %s.", - "Privacy": "Privatsphäre", - "Terms of Use": "Nutzungsbedingungen", - "Do you really want to delete your user account?": "Möchten Sie wirklich Ihr Nutzeraccount löschen?", - "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.": "Hiermit löschen Sie Ihren Account, alle Ihre Dokumente und alle Verweise auf Ihren Account aus anderen Dokumenten.", - "Delete user": "Benutzer löschen", - "Export user data": "Exportiere Nutzerdaten" + "Used in the drop-down menu in the codimd view. Allows to export notes to GitLab Snippets.": { + "Export to Snippet": "Zu Snippet exportieren" + }, + "Used in the GitLab snippet export and import menu in the codimd view.": { + "Select Visibility Level": "Sichtbarkeit bestimmen" + }, + "Addtional text that shows up by hovering over the night mode button in the codimd view. Should explain what the moon sign at the top does.": { + "Night Theme": "Nachtmodus" + }, + "Text at the bottom of the index page. Contains 3 links to github, Matrix and POEditor.\n\nLike: \"Follow us on Github, Matrix and POEditor.": { + "Follow us on %s and %s.": "Folge uns auf %s und %s." + }, + "Optional text at the bottom of the index page linking to the privacy policy of an instance.": { + "Privacy": "Privatsphäre" + }, + "Optional text at the bottom of the index page linking to the Terms of Use document provided by the instance.": { + "Terms of Use": "Nutzungsbedingungen" + }, + "Used as title of the modal that asks the user that he/she is really sure about deleting his/her account.": { + "Do you really want to delete your user account?": "Möchten Sie wirklich Ihr Nutzeraccount löschen?" + }, + "Used in a modal that shows up as soon as the user clicks on the \"Delete user\"-button in the user drop-down menu. Should make clear that everything the user owns or references to the user will be deleted and can not be recovered.": { + "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.": "Hiermit löschen Sie Ihren Account, alle Ihre Dokumente und alle Verweise auf Ihren Account aus anderen Dokumenten." + }, + "Used in the user drop-down menu on the index page. Opens a modal that informs the user that his account will be deleted completely and makes sure the user really want that. Then deletes the account including all notes a user owns.": { + "Delete user": "Benutzer löschen" + }, + "Used in the user drop-down menu on the index page. Generates an archive of all notes a user owns and downloads them.": { + "Export user data": "Exportiere Nutzerdaten" + }, + "Used in the sidebar of the help modal. Links to POEditor, our translation platform.": { + "Help us translating on %s": "Hilf uns übersetzen auf %s" + }, + "Link besides the \"Release\" and possible \"Privacy policies\" at the bottom of the index page that points to the source code of the CodiMD version you are using.": { + "Source Code": "Quelltext" + } } \ No newline at end of file