mirror of https://github.com/status-im/codimd.git
Merge pull request #159 from janniklorenz/de-localization
Add support for german localization.
This commit is contained in:
commit
c82d96ff51
|
@ -0,0 +1,104 @@
|
|||
{
|
||||
"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",
|
||||
"Sort by time": "Nach Uhrzeit sortieren",
|
||||
"Time": "Uhrzeit",
|
||||
"Export history": "Verlauf exportieren",
|
||||
"Import history": "Verlauf importieren",
|
||||
"Clear history": "Verlauf löschen",
|
||||
"Refresh history": "Verlauf aktualisieren",
|
||||
"No history": "Kein Verlauf",
|
||||
"Import from browser": "Vom Browser importieren",
|
||||
"Releases": "Versionen",
|
||||
"Are you sure?": "Sind sie sicher?",
|
||||
"Cancel": "Abbrechen",
|
||||
"Yes, do it!": "Ja, mach es!",
|
||||
"Choose method": "Methode wählen",
|
||||
"Sign in via %s": "Einloggen über %s",
|
||||
"New": "Neu",
|
||||
"Publish": "Veröffentlichen",
|
||||
"Extra": "Extra",
|
||||
"Revision": "Version",
|
||||
"Slide Mode": "Präsentationsmodus",
|
||||
"Export": "Exportieren",
|
||||
"Import": "Importieren",
|
||||
"Clipboard": "Zwischenablage",
|
||||
"Download": "Download",
|
||||
"Raw HTML": "Reines HTML",
|
||||
"Edit": "Bearbeiten",
|
||||
"View": "Anzeigen",
|
||||
"Both": "Beides",
|
||||
"Help": "Hilfe",
|
||||
"Upload Image": "Foto hochloaden",
|
||||
"Menu": "Menü",
|
||||
"This page need refresh": "Bitte laden Sie die Seite neu",
|
||||
"You have an incompatible client version.": "Ihre Client Version ist nicht mit dem Server kompatibel",
|
||||
"Refresh to update.": "Neu laden zum Updaten.",
|
||||
"New version available!": "Neue Version verfügbar.",
|
||||
"See releases notes here": "Versionshinweise",
|
||||
"Refresh to enjoy new features.": "Neu laden für neue Funktionen",
|
||||
"Your user state has changed.": "Ihr Nutzerstatus hat sich geändert.",
|
||||
"Refresh to load new user state.": "Neu laden für neuen Nutzerstatus.",
|
||||
"Refresh": "Neu laden",
|
||||
"Contacts": "Kontakte",
|
||||
"Report an issue": "Fehlerbericht senden",
|
||||
"Send us email": "Kontakt",
|
||||
"Documents": "Dokumente",
|
||||
"Features": "Funktionen",
|
||||
"YAML Metadata": "YAML Metadaten",
|
||||
"Slide Example": "Beispiel Präsentation",
|
||||
"Cheatsheet": "Cheatsheet",
|
||||
"Example": "Beispiel",
|
||||
"Syntax": "Syntax",
|
||||
"Header": "Überschrift",
|
||||
"Unordered List": "Stichpunkte",
|
||||
"Ordered List": "Nummeriert",
|
||||
"Todo List": "To Do Liste",
|
||||
"Blockquote": "Zitat",
|
||||
"Bold font": "Fett",
|
||||
"Italics font": "Kursiv",
|
||||
"Strikethrough": "Durchgestrichen",
|
||||
"Inserted text": "Unterstrichen",
|
||||
"Marked text": "Markiert",
|
||||
"Link": "Link",
|
||||
"Image": "Foto",
|
||||
"Code": "Code",
|
||||
"Externals": "Extern",
|
||||
"This is a alert area.": "Hinweisfeld",
|
||||
"Revert": "Widerrufen",
|
||||
"Import from clipboard": "Importieren aus der Zwischenablage",
|
||||
"Paste your markdown or webpage here...": "Markdown oder Website hier einfügen",
|
||||
"Clear": "Zurücksetzen",
|
||||
"This note is locked": "Diese Notiz ist gesperrt",
|
||||
"Sorry, only owner can edit this note.": "Entschuldigung, nur der Besitzer darf die Notiz bearbeiten.",
|
||||
"OK": "Ok",
|
||||
"Reach the limit": "Limit erreicht",
|
||||
"Sorry, you've reached the max length this note can be.": "Entschuldigung, die maximale Länge der Notiz ist erreicht.",
|
||||
"Please reduce the content or divide it to more notes, thank you!": "Bitte reduzieren Sie den Inhalt oder nutzen zwei Notizen, danke.",
|
||||
"Import from Gist": "Aus GitHub Gist importieren",
|
||||
"Paste your gist url here...": "gist URL hier einfügen ...",
|
||||
"Import from Snippet": "Aus Snippet importieren",
|
||||
"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"
|
||||
}
|
Loading…
Reference in New Issue