logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 05b2351e08012baafd5dd0d80e808ef1181ed3d5
parent d9a9f97751b2f51f55848652e5126700aea0f3fe
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Sat,  7 Aug 2021 18:54:12 -0400

Add English translation for simple tree

Diffstat:

Msrc/i18n/en.json3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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"