diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-16 22:56:09 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-16 22:56:09 +0200 |
| commit | bbd10eec6b8b46a7173d3be4dd7e05de212f8038 (patch) | |
| tree | 6250065034eb2cbf9569ca9f43fcf081bfa1dbc4 /config/locales | |
| parent | 9b6a6ff4f2a9f60d8c32dabd1e3d86921db7ba4d (diff) | |
Import Markdown into the editor
Use a vendored marked to import Markdown documents into tinymce.
Diffstat (limited to 'config/locales')
| -rw-r--r-- | config/locales/de.yml | 5 | ||||
| -rw-r--r-- | config/locales/en.yml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index ed263f6e..bb99ac30 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -366,6 +366,7 @@ de: | |||
| 366 | show: "Anzeigen" | 366 | show: "Anzeigen" |
| 367 | back: "Zurück" | 367 | back: "Zurück" |
| 368 | update: "Aktualisieren" | 368 | update: "Aktualisieren" |
| 369 | cancel: "Abbrechen" | ||
| 369 | confirm_sure: "Wirklich?" | 370 | confirm_sure: "Wirklich?" |
| 370 | confirm_irreversible: "Das kann nicht rückgängig gemacht werden. Fortfahren?" | 371 | confirm_irreversible: "Das kann nicht rückgängig gemacht werden. Fortfahren?" |
| 371 | unlock_confirm: "Wirklich entsperren?\nGesperrt von %{login}\nZuletzt geändert %{time}" | 372 | unlock_confirm: "Wirklich entsperren?\nGesperrt von %{login}\nZuletzt geändert %{time}" |
| @@ -827,6 +828,10 @@ de: | |||
| 827 | lock_lost_link: "zurück zur veröffentlichten Seite" | 828 | lock_lost_link: "zurück zur veröffentlichten Seite" |
| 828 | insert_image: "Bild einfügen" | 829 | insert_image: "Bild einfügen" |
| 829 | insert_image_tooltip: "Eines der angehängten Bilder dieser Seite einfügen" | 830 | insert_image_tooltip: "Eines der angehängten Bilder dieser Seite einfügen" |
| 831 | import_markdown: "Markdown" | ||
| 832 | import_markdown_tooltip: "Markdown-Text einfügen und in Formatierung umwandeln" | ||
| 833 | import_markdown_placeholder: "Markdown hier einfügen…" | ||
| 834 | insert: "Einfügen" | ||
| 830 | copied: "Kopiert!" | 835 | copied: "Kopiert!" |
| 831 | needs_redaktion: "Redaktion nötig" | 836 | needs_redaktion: "Redaktion nötig" |
| 832 | nav_controls: | 837 | nav_controls: |
diff --git a/config/locales/en.yml b/config/locales/en.yml index 78414dc5..cce5f12a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -319,6 +319,7 @@ en: | |||
| 319 | show: "Show" | 319 | show: "Show" |
| 320 | back: "Back" | 320 | back: "Back" |
| 321 | update: "Update" | 321 | update: "Update" |
| 322 | cancel: "Cancel" | ||
| 322 | confirm_sure: "Are you sure?" | 323 | confirm_sure: "Are you sure?" |
| 323 | confirm_irreversible: "This cannot be undone. Continue?" | 324 | confirm_irreversible: "This cannot be undone. Continue?" |
| 324 | unlock_confirm: "Are you sure you want to unlock?\nLocked by %{login}\nLast modified %{time}" | 325 | unlock_confirm: "Are you sure you want to unlock?\nLocked by %{login}\nLast modified %{time}" |
| @@ -779,6 +780,10 @@ en: | |||
| 779 | lock_lost_link: "return to the published page" | 780 | lock_lost_link: "return to the published page" |
| 780 | insert_image: "Insert image" | 781 | insert_image: "Insert image" |
| 781 | insert_image_tooltip: "Insert one of this page's attached images" | 782 | insert_image_tooltip: "Insert one of this page's attached images" |
| 783 | import_markdown: "Markdown" | ||
| 784 | import_markdown_tooltip: "Insert Markdown formatted text" | ||
| 785 | import_markdown_placeholder: "Insert Markdown here…" | ||
| 786 | insert: "Insert" | ||
| 782 | copied: "Copied!" | 787 | copied: "Copied!" |
| 783 | needs_redaktion: "Redaktion required" | 788 | needs_redaktion: "Redaktion required" |
| 784 | nav_controls: | 789 | nav_controls: |
