feat: add threaded drafts & posts (#2715)
Co-authored-by: Sebastian Di Luzio <sebastian.di-luzio@iu.org> Co-authored-by: Emanuel Pina <contacto@emanuelpina.pt> Co-authored-by: lazzzis <lazzzis@outlook.com> Co-authored-by: Joaquín Sánchez <userquin@gmail.com> Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com> Co-authored-by: Francesco <129339155+katullo11@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: patak-dev <matias.capeletto@gmail.com>
This commit is contained in:
parent
0538f97ada
commit
1234fb2dd1
17 changed files with 634 additions and 377 deletions
|
@ -66,6 +66,7 @@
|
|||
"next": "Nächster",
|
||||
"prev": "Vorheriger",
|
||||
"publish": "Veröffentlichen",
|
||||
"publish_thread": "Thread veröffentlichen",
|
||||
"reply": "Antworten",
|
||||
"reply_count": "{0}",
|
||||
"reset": "Zurücksetzen",
|
||||
|
@ -668,6 +669,7 @@
|
|||
"add_emojis": "Emojis hinzufügen",
|
||||
"add_media": "Bilder, ein Video oder eine Audiodatei hinzufügen",
|
||||
"add_publishable_content": "Füge Inhalte zum Veröffentlichen hinzu",
|
||||
"add_thread_item": "Weiteres Element zum Thread hinzufügen",
|
||||
"change_content_visibility": "Sichtbarkeit von Inhalten ändern",
|
||||
"change_language": "Sprache ändern",
|
||||
"emoji": "Emoji",
|
||||
|
@ -677,6 +679,8 @@
|
|||
"open_editor_tools": "Bearbeitungswerkzeuge",
|
||||
"pick_an_icon": "Wähle ein Symbol",
|
||||
"publish_failed": "Schließe fehlgeschlagene Nachrichten oben im Editor, um Beiträge erneut zu veröffentlichen",
|
||||
"remove_thread_item": "Element aus dem Thread entfernen",
|
||||
"start_thread": "Thread starten",
|
||||
"toggle_bold": "Fett darstellen umschalten",
|
||||
"toggle_code_block": "Codeblock umschalten",
|
||||
"toggle_italic": "Kursiv umschalten"
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
"next": "Next",
|
||||
"prev": "Prev",
|
||||
"publish": "Publish",
|
||||
"publish_thread": "Publish thread",
|
||||
"reply": "Reply",
|
||||
"reply_count": "{0}",
|
||||
"reset": "Reset",
|
||||
|
@ -718,6 +719,7 @@
|
|||
"add_emojis": "Add emojis",
|
||||
"add_media": "Add images, a video or an audio file",
|
||||
"add_publishable_content": "Add content to publish",
|
||||
"add_thread_item": "Add item to thread",
|
||||
"change_content_visibility": "Change content visibility",
|
||||
"change_language": "Change language",
|
||||
"emoji": "Emoji",
|
||||
|
@ -727,6 +729,8 @@
|
|||
"open_editor_tools": "Editor tools",
|
||||
"pick_an_icon": "Pick an icon",
|
||||
"publish_failed": "Close failed messages at the top of editor to republish posts",
|
||||
"remove_thread_item": "Remove item from thread",
|
||||
"start_thread": "Start thread",
|
||||
"toggle_bold": "Toggle bold",
|
||||
"toggle_code_block": "Toggle code block",
|
||||
"toggle_italic": "Toggle italic"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue