From 6bb4adaecdd972e87e7989e9aac731da4981a652 Mon Sep 17 00:00:00 2001 From: "lingohub[bot]" <69908207+lingohub[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 18:00:41 -0300 Subject: [PATCH] =?UTF-8?q?Language=20update=20from=20LingoHub=20?= =?UTF-8?q?=F0=9F=A4=96=20on=202023-02-14Z=20(#4911)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Language update from LingoHub 🤖 Project Name: Rocket.Chat.ReactNative Project Link: https://translate.lingohub.com/rocketchat/dashboard/rocket-dot-chat-dot-reactnative User: Diego Mello Easy language translations with LingoHub 🚀 * Language update from LingoHub 🤖 Project Name: Rocket.Chat.ReactNative Project Link: https://translate.lingohub.com/rocketchat/dashboard/rocket-dot-chat-dot-reactnative User: Diego Mello Easy language translations with LingoHub 🚀 --------- Co-authored-by: Diego Mello --- app/i18n/locales/en.json | 4 ++-- app/i18n/locales/pt-BR.json | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/i18n/locales/en.json b/app/i18n/locales/en.json index 3066a6062..20f4360dd 100644 --- a/app/i18n/locales/en.json +++ b/app/i18n/locales/en.json @@ -877,7 +877,7 @@ "Reply_in_direct_message": "Reply in Direct Message", "room_archived": "archived room", "room_unarchived": "unarchived room", - "Presence_Cap_Warning_Title": "Keeping performance in mind", - "Presence_Cap_Warning_Description": "Due to high volume of active connections, the service that handles user status is temporarily disabled.", + "Presence_Cap_Warning_Title": "User status temporarily disabled", + "Presence_Cap_Warning_Description": "Active connections have reached the limit for the workspace, thus the service that handles user status is disabled. It can be re-enabled manually in workspace settings.", "Learn_more": "Learn more" } \ No newline at end of file diff --git a/app/i18n/locales/pt-BR.json b/app/i18n/locales/pt-BR.json index b818b1d95..01d9c85df 100644 --- a/app/i18n/locales/pt-BR.json +++ b/app/i18n/locales/pt-BR.json @@ -876,7 +876,6 @@ "Reply_in_direct_message": "Responder por mensagem direta", "room_archived": "{{username}} arquivou a sala", "room_unarchived": "{{username}} desarquivou a sala", - "Presence_Cap_Warning_Title": "Mantendo o desempenho em mente", - "Presence_Cap_Warning_Description": "Devido ao alto volume de conexões ativas, o serviço responsável pela presença dos usuários está temporariamente desabilitado.", - "Learn_more": "Saiba mais" + "Presence_Cap_Warning_Title": "Status do usuário desabilitado temporariamente", + "Presence_Cap_Warning_Description": "O limite de conexões ativas para a workspace foi atingido, por isso o serviço responsável pela presença dos usuários está temporariamente desabilitado. Ele pode ser reabilitado manualmente nas configurações da workspace." } \ No newline at end of file