diff --git a/browser/components/SideNavFilter.js b/browser/components/SideNavFilter.js
index 2f839a84..06cfc19a 100644
--- a/browser/components/SideNavFilter.js
+++ b/browser/components/SideNavFilter.js
@@ -5,6 +5,7 @@ import PropTypes from 'prop-types'
import React from 'react'
import CSSModules from 'browser/lib/CSSModules'
import styles from './SideNavFilter.styl'
+import i18n from 'browser/lib/i18n'
/**
* @param {boolean} isFolded
@@ -31,7 +32,7 @@ const SideNavFilter = ({
}
/>
- All Notes
+ {i18n.__('All Notes')}
{counterTotalNote}
@@ -45,7 +46,7 @@ const SideNavFilter = ({
}
/>
- Starred
+ {i18n.__('Starred')}
{counterStarredNote}
@@ -59,7 +60,7 @@ const SideNavFilter = ({
}
/>
- Trash
+ {i18n.__('Trash')}
{counterDelNote}
diff --git a/locales/de.js b/locales/de.js
index f3adcdb7..70bd3c76 100644
--- a/locales/de.js
+++ b/locales/de.js
@@ -1,79 +1,78 @@
{
- "Notes": "Notes",
+ "Notes": "Notizen",
"Tags": "Tags",
- "Preferences": "Preferences",
- "Make a note": "Make a note",
+ "Preferences": "Einstellungen",
+ "Make a note": "Notiz erstellen",
"Ctrl": "Ctrl",
- "Ctrl(^)": "Ctrl(^)",
- "to create a new note": "to create a new note",
- "Toggle Mode": "Toggle Mode",
- "Trash": "Trash",
+ "Ctrl(^)": "Ctrl",
+ "to create a new note": "um eine neue Notiz zu erstellen",
+ "Toggle Mode": "Modus umschalten",
+ "Trash": "Papierkorb",
"MODIFICATION DATE": "MODIFICATION DATE",
- "Words": "Words",
- "Letters": "Letters",
- "STORAGE": "STORAGE",
- "FOLDER": "FOLDER",
- "CREATION DATE": "CREATION DATE",
- "NOTE LINK": "NOTE LINK",
+ "Words": "Wörter",
+ "Letters": "Buchstaben",
+ "STORAGE": "SPEICHERORT",
+ "FOLDER": "ORDNER",
+ "CREATION DATE": "ERSTELLUNGSDATUM",
+ "NOTE LINK": "NOTIZ LINK",
".md": ".md",
".txt": ".txt",
".html": ".html",
"Print": "Print",
"Your preferences for Boostnote": "Deine Boostnote Einstellungen",
- "Storages": "Storages",
- "Add Storage Location": "Add Storage Location",
- "Add Folder": "Add Folder",
- "Open Storage folder": "Open Storage folder",
+ "Storages": "Speicherorte",
+ "Add Storage Location": "Speicherort Hinzufügen",
+ "Add Folder": "Ordner Hinzufügen",
+ "Open Storage folder": "Speicherort Öffnen",
"Unlink": "Unlink",
- "Edit": "Edit",
- "Delete": "Delete",
+ "Edit": "Bearbeiten",
+ "Delete": "Löschen",
"Interface": "Interface",
"Interface Theme": "Interface Theme",
- "Default": "Default",
- "White": "White",
+ "Default": "Standard",
+ "White": "Weiß",
"Solarized Dark": "Solarized Dark",
"Dark": "Dark",
- "Show "Saved to Clipboard" notification when copying": "Show "Saved to Clipboard" notification when copying",
- "Show a confirmation dialog when deleting notes": "Show a confirmation dialog when deleting notes",
+ "Show a confirmation dialog when deleting notes": "Bestätigungsdialog beim Löschen von Notizen anzeigen",
"Editor Theme": "Editor Theme",
- "Editor Font Size": "Editor Font Size",
- "Editor Font Family": "Editor Font Family",
- "Editor Indent Style": "Editor Indent Style",
- "Spaces": "Spaces",
+ "Editor Font Size": "Editor Schriftgröße",
+ "Editor Font Family": "Editor Schriftart",
+ "Editor Indent Style": "Editor Einrückestil",
+ "Spaces": "Leerzeichen",
"Tabs": "Tabs",
- "Switch to Preview": "Switch to Preview",
- "When Editor Blurred": "When Editor Blurred",
- "When Editor Blurred, Edit On Double Click": "When Editor Blurred, Edit On Double Click",
- "On Right Click": "On Right Click",
- "Editor Keymap": "Editor Keymap",
- "default": "default",
+ "Switch to Preview": "Zur Vorschau wechseln",
+ "When Editor Blurred": "Wenn Editor verschwommen ist",
+ "When Editor Blurred, Edit On Double Click": "Mit Doppelklick bearbeiten, wenn Editor verschwommen ist",
+ "On Right Click": "Mit Rechtsklcik",
+ "Editor Keymap": "Editor Tastenbelegung",
+ "default": "standard",
"vim": "vim",
"emacs": "emacs",
- "⚠️ Please restart boostnote after you change the keymap": "⚠️ Please restart boostnote after you change the keymap",
- "Show line numbers in the editor": "Show line numbers in the editor",
- "Allow editor to scroll past the last line": "Allow editor to scroll past the last line",
- "Bring in web page title when pasting URL on editor": "Bring in web page title when pasting URL on editor",
- "Preview Font Size": "Preview Font Size",
- "Preview Font Family": "Preview Font Family",
+ "⚠️ Please restart boostnote after you change the keymap": "⚠️ Boostnote nach Änderung der Tastenbelegung neu starten",
+ "Show line numbers in the editor": "Zeilennummern im Editor anzeigen",
+ "Allow editor to scroll past the last line": "Editor das Scrollen über das Ende hinaus erlauben",
+ "Bring in web page title when pasting URL on editor": "Websitetitel beim Einfügen in den Editor anzeigen",
+ "Preview Font Size": "Vorschau Schriftgröße",
+ "Preview Font Family": "Vorschau Schriftart",
"Code block Theme": "Code block Theme",
- "Allow preview to scroll past the last line": "Allow preview to scroll past the last line",
- "Show line numbers for preview code blocks": "Show line numbers for preview code blocks",
+ "Allow preview to scroll past the last line": "Vorschau das Scrollen über das Ende hinaus erlauben",
+ "Show line numbers for preview code blocks": "Zeilennummern in Vorschau-Code-Blöcken anzeigen",
"LaTeX Inline Open Delimiter": "LaTeX Inline Open Delimiter",
"LaTeX Inline Close Delimiter": "LaTeX Inline Close Delimiter",
"LaTeX Block Open Delimiter": "LaTeX Block Open Delimiter",
"LaTeX Block Close Delimiter": "LaTeX Block Close Delimiter",
"Community": "Community",
- "Subscribe to Newsletter": "Subscribe to Newsletter",
+ "Subscribe to Newsletter": "Newsletter abonieren",
"GitHub": "GitHub",
"Blog": "Blog",
"Facebook Group": "Facebook Group",
"Twitter": "Twitter",
"About": "About",
"Boostnote": "Boostnote",
- "An open source note-taking app made for programmers just like you.": "An open source note-taking app made for programmers just like you.",
+ "An open source note-taking app made for programmers just like you.": "Eine OpenSource-Notizapp für Programmierer wie du und ich.",
"Website": "Website",
- "Development": "Development",
- " : Development configurations for Boostnote.": " : Development configurations for Boostnote.",
+ "Development": "Entwicklung",
+ " : Development configurations for Boostnote.": " : Entwicklungseinstellungen für Boostnote.",
"Copyright (C) 2017 - 2018 BoostIO": "Copyright (C) 2017 - 2018 BoostIO",
"License: GPL v3": "License: GPL v3",
"Analytics": "Analytics",
@@ -91,9 +90,21 @@
"Thanks,": "Thanks,",
"Boostnote maintainers": "Boostnote maintainers",
"Support via OpenCollective": "Support via OpenCollective",
- "Language": "Language",
+ "Language": "Sprache",
"English": "Englisch",
"German": "Deutsch",
"French": "Französisch",
- "Show \"Saved to Clipboard\" notification when copying": "Show \"Saved to Clipboard\" notification when copying"
+ "Show \"Saved to Clipboard\" notification when copying": "\"Auf Clipboard gespeichert\" Benachrichtigungen beim kopieren anzeigen",
+ "All Notes": "Alle Notizen",
+ "Starred": "Starred",
+ "Are you sure to ": "Sind sie sicher ",
+ " delete": " zu löschen",
+ "this folder?": "diesen Ordner?",
+ "Confirm": "Bestätigen",
+ "Cancel": "Abbrechen",
+ "Markdown Note": "Markdown Notiz",
+ "This format is for creating text documents. Checklists, code blocks and Latex blocks are available.": "Dieses Format dient der Erstellung von Text Dokumenten. Checklisten, Code-Blöcke und Latex-Blöcke sind verfügbar.",
+ "Snippet Note": "Snippet Notiz",
+ "This format is for creating code snippets. Multiple snippets can be grouped into a single note.": "Dieses Format dient der Erstellung von Code-Schnipslen. Mehrere snippets können zu einer Notiz zusammengefasst werden.",
+ "Tab to switch format": "Tab drücken, um das Format zu wechseln"
}
\ No newline at end of file
diff --git a/locales/en.js b/locales/en.js
index 0ea0f034..95701092 100644
--- a/locales/en.js
+++ b/locales/en.js
@@ -95,5 +95,7 @@
"Language": "Language",
"English": "English",
"German": "German",
- "French": "French"
+ "French": "French",
+ "All Notes": "All Notes",
+ "Starred": "Starred"
}
\ No newline at end of file