From 00d41ec86dc9b4585f454a63091e03612313ebda Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Thu, 8 Jan 2026 14:59:56 +0000 Subject: [PATCH] Update translations to be inside shared-components --- .../src/i18n/strings/en_EN.json | 18 +++++++++++++++++- src/i18n/strings/en_EN.json | 15 --------------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/packages/shared-components/src/i18n/strings/en_EN.json b/packages/shared-components/src/i18n/strings/en_EN.json index d5521dfcf8..e29c77fca9 100644 --- a/packages/shared-components/src/i18n/strings/en_EN.json +++ b/packages/shared-components/src/i18n/strings/en_EN.json @@ -8,6 +8,7 @@ "explore_rooms": "Explore rooms", "pause": "Pause", "play": "Play", + "retry": "action|retry", "search": "Search" }, "left_panel": { @@ -15,9 +16,24 @@ }, "room": { "status_bar": { - "history_visible": "This room has been configured so that new members can read history. Learn More" + "delete_all": "Delete all", + "exceeded_resource_limit_description": "Please contact your service administrator to continue using the service.", + "exceeded_resource_limit_title": "Your message wasn't sent because this homeserver has exceeded a resource limit.", + "failed_to_create_room_title": "Could not start a chat with this user", + "history_visible": "This room has been configured so that new members can read history. Learn More", + "homeserver_blocked_title": "Your message wasn't sent because this homeserver has been blocked by its administrator.", + "monthly_user_limit_reached_title": "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit.", + "requires_consent_agreement_title": "You can't send any messages until you review and agree to our terms and conditions.", + "retry_all": "Retry all", + "select_messages_to_retry": "You can select all or individual messages to retry or delete", + "server_connectivity_lost_description": "Sent messages will be stored until your connection has returned.", + "server_connectivity_lost_title": "Connectivity to the server has been lost.", + "some_messages_not_sent": "Some of your messages have not been sent" } }, + "terms": { + "tac_button": "terms|tac_button" + }, "time": { "about_day_ago": "about a day ago", "about_hour_ago": "about an hour ago", diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 00df3b5a00..e431fff11d 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -2128,21 +2128,6 @@ }, "this_room_button": "Search this room" }, - "status_bar": { - "delete_all": "Delete all", - "exceeded_resource_limit_description": "Please contact your service administrator to continue using the service.", - "exceeded_resource_limit_title": "Your message wasn't sent because this homeserver has exceeded a resource limit.", - "failed_to_create_room_title": "Could not start a chat with this user", - "history_visible": "This room has been configured so that new members can read history. Learn More", - "homeserver_blocked_title": "Your message wasn't sent because this homeserver has been blocked by its administrator.", - "monthly_user_limit_reached_title": "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit.", - "requires_consent_agreement_title": "You can't send any messages until you review and agree to our terms and conditions.", - "retry_all": "Retry all", - "select_messages_to_retry": "You can select all or individual messages to retry or delete", - "server_connectivity_lost_description": "Sent messages will be stored until your connection has returned.", - "server_connectivity_lost_title": "Connectivity to the server has been lost.", - "some_messages_not_sent": "Some of your messages have not been sent" - }, "unknown_status_code_for_timeline_jump": "unknown status code", "unread_notifications_predecessor": { "one": "You have %(count)s unread notification in a prior version of this room.",