diff --git a/package.json b/package.json index ca1429fce..7c95be953 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,6 @@ }, "resolutions": { "set-value": "^2.0.1" - } + }, + "dependencies": {} } diff --git a/webapp/components/Editor/MenuBar.vue b/webapp/components/Editor/MenuBar.vue index 3756e1ae2..b64cf779e 100644 --- a/webapp/components/Editor/MenuBar.vue +++ b/webapp/components/Editor/MenuBar.vue @@ -59,6 +59,8 @@ :onClick="commands.horizontal_rule" icon="minus" /> + + @@ -66,11 +68,13 @@ + + diff --git a/webapp/components/Editor/MenuLegend.vue b/webapp/components/Editor/MenuLegend.vue new file mode 100644 index 000000000..afc137b1f --- /dev/null +++ b/webapp/components/Editor/MenuLegend.vue @@ -0,0 +1,115 @@ + + + + + diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 042d76fac..0be05f377 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -313,6 +313,20 @@ "addLetter": "Tippe einen Buchstaben", "noHashtagsFound": "Keine Hashtags gefunden" }, + "legend": { + "bold": "Fett", + "heading3": "Überschrift 3", + "heading4": "Überschrift 4", + "italic": "Kursiv", + "legendTitle": "Tastaturkürzel und Markdown-Code", + "link": "Verlinkung", + "orderedList": "Geordnete Liste", + "paragraph": "Absatz", + "quote": "Zitat", + "ruler": "Linie", + "underline": "Unterstrichen", + "unorderedList": "Ungeordnete Liste" + }, "mention": { "noUsersFound": "Keine Benutzer gefunden" }, diff --git a/webapp/locales/en.json b/webapp/locales/en.json index cdd261700..b512c19a0 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -313,6 +313,20 @@ "addLetter": "Type a letter", "noHashtagsFound": "No hashtags found" }, + "legend": { + "bold": "Bold", + "heading3": "Heading 3", + "heading4": "Heading 4", + "italic": "Italic", + "legendTitle": "Keyboard shortcuts and markdown code", + "link": "Link", + "orderedList": "Ordered list", + "paragraph": "Paragraph", + "quote": "Quote", + "ruler": "Ruler", + "underline": "Underline", + "unorderedList": "Unordered list" + }, "mention": { "noUsersFound": "No users found" }, diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json index 72a8deb54..31a189e02 100644 --- a/webapp/locales/ru.json +++ b/webapp/locales/ru.json @@ -260,6 +260,20 @@ "addLetter": "Введите букву", "noHashtagsFound": "Хэштеги не найдены" }, + "legend": { + "bold": "Полужирный", + "heading3": "Заголовок 3", + "heading4": "Заголовок 4", + "italic": "Курсив", + "legendTitle": "Клавиатурные сокращения и код разметки", + "link": "Ссылка", + "orderedList": "Нумерованный список", + "paragraph": "Параграф", + "quote": "Кавычки", + "ruler": "Горизонтальная линия", + "underline": "Подчеркнутый", + "unorderedList": "Маркированный список" + }, "mention": { "noUsersFound": "Пользователи не найдены" },