From 2d69337696a0e7662ac8305ac791aaef9d12e36d Mon Sep 17 00:00:00 2001 From: diegolmello Date: Thu, 9 May 2024 17:18:17 +0000 Subject: [PATCH] action: organized translations --- app/i18n/locales/en.json | 14 +++++++------- app/i18n/locales/pt-BR.json | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/i18n/locales/en.json b/app/i18n/locales/en.json index fe625a50b..143f98514 100644 --- a/app/i18n/locales/en.json +++ b/app/i18n/locales/en.json @@ -197,6 +197,9 @@ "Direct_message_someone": "Direct message someone", "Direct_Messages": "Direct messages", "Directory": "Directory", + "Disable": "Disable", + "Disable_encryption_description": "Disabling E2EE compromises privacy. You can re-enable it later if needed. Proceed with caution.", + "Disable_encryption_title": "Disable encryption", "Disable_writing_in_room": "Disable writing in room", "Disabled_E2E_Encryption_for_this_room": "disabled E2E encryption for this room", "Discard": "Discard", @@ -241,7 +244,10 @@ "Email_Notification_Mode_All": "Every mention/DM", "Email_Notification_Mode_Disabled": "Disabled", "Empty": "Empty", + "Enable": "Enable", "Enable_Auto_Translate": "Enable auto-translate", + "Enable_encryption_description": "Ensure conversations are kept private", + "Enable_encryption_title": "Enable encryption", "Enable_Message_Parser": "Enable message parser", "Enable_writing_in_room": "Enable writing in room", "Enabled_E2E_Encryption_for_this_room": "enabled E2E encryption for this room", @@ -841,11 +847,5 @@ "Your_invite_link_will_never_expire": "Your invite link will never expire.", "Your_password_is": "Your password is", "Your_push_was_sent_to_s_devices": "Your push was sent to {{s}} devices", - "Your_workspace": "Your workspace", - "Enable": "Enable", - "Disable": "Disable", - "Disable_encryption_title": "Disable encryption", - "Enable_encryption_title": "Enable encryption", - "Disable_encryption_description": "Disabling E2EE compromises privacy. You can re-enable it later if needed. Proceed with caution.", - "Enable_encryption_description": "Ensure conversations are kept private" + "Your_workspace": "Your workspace" } \ No newline at end of file diff --git a/app/i18n/locales/pt-BR.json b/app/i18n/locales/pt-BR.json index 6b05308df..805ddb863 100644 --- a/app/i18n/locales/pt-BR.json +++ b/app/i18n/locales/pt-BR.json @@ -194,6 +194,9 @@ "Direct_message_someone": "Enviar mensagem direta para alguém", "Direct_Messages": "Mensagens diretas", "Directory": "Diretório", + "Disable": "Desabilitar", + "Disable_encryption_description": "Desabilitar a criptografia compromete sua privacidade. Você pode reabilitá-la depois se precisar. Continue com cautela.", + "Disable_encryption_title": "Desabilitar criptografia", "Disable_writing_in_room": "Desabilitar escrita na sala", "Disabled_E2E_Encryption_for_this_room": "desabilitou criptografia para essa sala", "Discard": "Descartar", @@ -236,7 +239,10 @@ "Email_Notification_Mode_All": "Toda menção / mensagem direta", "Email_Notification_Mode_Disabled": "Desativado", "Empty": "Vazio", + "Enable": "Habilitar", "Enable_Auto_Translate": "Ativar a tradução automática", + "Enable_encryption_description": "Garante a privacidade das suas conversas", + "Enable_encryption_title": "Habilitar criptografia", "Enable_Message_Parser": "Habilita analisador de mensagem", "Enable_writing_in_room": "Permitir escrita na sala", "Enabled_E2E_Encryption_for_this_room": "habilitou criptografia para essa sala", @@ -827,11 +833,5 @@ "Your_invite_link_will_never_expire": "Seu link de convite nunca irá vencer.", "Your_password_is": "Sua senha é", "Your_push_was_sent_to_s_devices": "A sua notificação foi enviada para {{s}} dispositivos", - "Your_workspace": "Sua workspace", - "Enable": "Habilitar", - "Disable": "Desabilitar", - "Disable_encryption_title": "Desabilitar criptografia", - "Enable_encryption_title": "Habilitar criptografia", - "Disable_encryption_description": "Desabilitar a criptografia compromete sua privacidade. Você pode reabilitá-la depois se precisar. Continue com cautela.", - "Enable_encryption_description": "Garante a privacidade das suas conversas" + "Your_workspace": "Sua workspace" } \ No newline at end of file