From 05b2351e08012baafd5dd0d80e808ef1181ed3d5 Mon Sep 17 00:00:00 2001 From: Tusooa Zhu Date: Sat, 7 Aug 2021 18:54:12 -0400 Subject: [PATCH] Add English translation for simple tree --- src/i18n/en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/en.json b/src/i18n/en.json index 9d0f9a11..9b60780e 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -467,6 +467,7 @@ "subject_line_noop": "Do not copy", "conversation_display": "Conversation display style", "conversation_display_tree": "Tree-style", + "conversation_display_simple_tree": "Simplified tree-style", "conversation_display_linear": "Linear-style", "post_status_content_type": "Post status content type", "sensitive_by_default": "Mark posts as sensitive by default", @@ -755,6 +756,8 @@ "thread_show": "Show this thread", "thread_show_full": "Show everything under this thread ({numStatus} status in total, max depth {depth}) | Show everything under this thread ({numStatus} statuses in total, max depth {depth})", "thread_show_full_with_icon": "{icon} {text}", + "thread_follow": "See the remaining part of this thread ({numStatus} status in total) | See the remaining part of this thread ({numStatus} statuses in total)", + "thread_follow_with_icon": "{icon} {text}", "show_all_conversation": "{0} Show full conversation", "return_to_last_showing": "{0} Return to last position", "show_only_conversation_under_this": "Only show replies to this status"