From 06d0f4bcc2fa09c63c3b661669b143f4711e35d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 7 Aug 2023 19:41:08 +0200 Subject: [PATCH] Update en.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/locales/en.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index 738b4d35a..ccd169124 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -418,8 +418,18 @@ "compose_form.direct_message_warning": "This post will only be sent to the mentioned users.", "compose_form.event_placeholder": "Post to this event", "compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.", + "compose_form.lexical.create_horizontal_line": "Create horizontal line", + "compose_form.lexical.format_bold": "Format bold", + "compose_form.lexical.format_italic": "Format italic", + "compose_form.lexical.format_strikethrough": "Format strikethrough", + "compose_form.lexical.format_underline": "Format underline", + "compose_form.lexical.insert_code_block": "Insert code block", + "compose_form.lexical.insert_link": "Insert link", + "compose_form.lexical.upload_media": "Upload media", "compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.", "compose_form.lock_disclaimer.lock": "locked", + "compose_form.markdown.marked": "Post markdown enabled", + "compose_form.markdown.unmarked": "Post markdown disabled", "compose_form.message": "Message", "compose_form.placeholder": "What's on your mind?", "compose_form.poll.add_option": "Add an answer", @@ -1197,6 +1207,7 @@ "preferences.fields.theme": "Theme", "preferences.fields.underline_links_label": "Always underline links in posts", "preferences.fields.unfollow_modal_label": "Show confirmation dialog before unfollowing someone", + "preferences.fields.wysiwyg_label": "Use WYSIWYG editor", "preferences.hints.demetricator": "Decrease social media anxiety by hiding all numbers from the site.", "preferences.notifications.advanced": "Show all notification categories", "preferences.options.content_type_markdown": "Markdown",