diff options
Diffstat (limited to 'apps/web/lib')
| -rw-r--r-- | apps/web/lib/i18n/locales/de/translation.json | 15 | ||||
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 50 | ||||
| -rw-r--r-- | apps/web/lib/i18n/locales/fr/translation.json | 15 |
3 files changed, 77 insertions, 3 deletions
diff --git a/apps/web/lib/i18n/locales/de/translation.json b/apps/web/lib/i18n/locales/de/translation.json index 40a167ad..d744dc97 100644 --- a/apps/web/lib/i18n/locales/de/translation.json +++ b/apps/web/lib/i18n/locales/de/translation.json @@ -180,7 +180,20 @@ "import_as_separate_bookmarks": "Als separate Lesezeichen importieren", "placeholder": "Fügen Sie einen Link oder ein Bild ein, schreiben Sie eine Notiz oder ziehen Sie ein Bild hierher ...", "new_item": "NEUER EINTRAG", - "disabled_submissions": "Einsendungen sind deaktiviert" + "disabled_submissions": "Einsendungen sind deaktiviert", + "text_toolbar": { + "undo": "Rückgängig", + "redo": "Wiederholen", + "bold": "Fett", + "italic": "Kursiv", + "underline": "Unterstrichen", + "strikethrough": "Durchgestrichen", + "code": "Code", + "highlight": "Hervorheben", + "align_left": "Linksbündig", + "align_center": "Zentriert", + "align_right": "Rechtsbündig" + } }, "toasts": { "bookmarks": { diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 9f12487f..a871489a 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -187,7 +187,55 @@ "import_as_separate_bookmarks": "Import as separate Bookmarks", "placeholder": "Paste a link or an image, write a note or drag and drop an image in here ...", "new_item": "NEW ITEM", - "disabled_submissions": "Submissions are disabled" + "disabled_submissions": "Submissions are disabled", + "text_toolbar": { + "undo": "Undo", + "redo": "Redo", + "bold": "Bold", + "italic": "Italic", + "underline": "Underline", + "strikethrough": "Strikethrough", + "code": "Code", + "highlight": "Highlight", + "align_left": "Left Align", + "align_center": "Center Align", + "align_right": "Right Align", + "markdown_shortcuts": { + "label": "Markdown shortcuts", + "heading": { + "label": "Heading", + "example": "# H1, ## H2, ### H3" + }, + "bold": { + "label": "Bold", + "example": "**text** or CTRL+b" + }, + "italic": { + "label": "Italic", + "example": "*Italic* or _Italic_ or CTRL+i" + }, + "blockquote": { + "label": "Blockquote", + "example": "> Blockquote" + }, + "ordered_list": { + "label": "Ordered List", + "example": "1. List item" + }, + "unordered_list": { + "label": "Unordered List", + "example": "- List item" + }, + "inline_code": { + "label": "Inline Code", + "example": "`Code`" + }, + "block_code": { + "label": "Block Code", + "example": "``` + space" + } + } + } }, "toasts": { "bookmarks": { diff --git a/apps/web/lib/i18n/locales/fr/translation.json b/apps/web/lib/i18n/locales/fr/translation.json index d369ad44..142e9148 100644 --- a/apps/web/lib/i18n/locales/fr/translation.json +++ b/apps/web/lib/i18n/locales/fr/translation.json @@ -180,7 +180,20 @@ "import_as_separate_bookmarks": "Importer comme favoris séparés", "placeholder": "Collez un lien ou une image, écrivez une note ou glissez-déposez une image ici ...", "new_item": "NOUVEL ÉLÉMENT", - "disabled_submissions": "Les soumissions sont désactivées" + "disabled_submissions": "Les soumissions sont désactivées", + "text_toolbar": { + "undo": "Annuler", + "redo": "Rétablir", + "bold": "Gras", + "italic": "Italique", + "underline": "Souligné", + "strikethrough": "Barré", + "code": "Code", + "highlight": "Surligner", + "align_left": "Aligner à gauche", + "align_center": "Aligner au centre", + "align_right": "Aligner à droite" + } }, "toasts": { "bookmarks": { |
