From 5211bdb84e6cde146d4d2ee430377dd4fc6ce52e Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 2 Jan 2025 20:11:47 +0000 Subject: [PATCH] New translations editor.php (Portuguese, Brazilian) --- lang/pt_BR/editor.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/pt_BR/editor.php b/lang/pt_BR/editor.php index 5d4f8f4b7..f470647e3 100644 --- a/lang/pt_BR/editor.php +++ b/lang/pt_BR/editor.php @@ -40,12 +40,12 @@ return [ 'callout_success' => 'Sucesso', 'callout_warning' => 'Atenção', 'callout_danger' => 'Perigo', - 'bold' => 'Bold', + 'bold' => 'Negrito', 'italic' => 'Itálico', - 'underline' => 'Sublinhar', + 'underline' => 'Sublinhado', 'strikethrough' => 'Riscado', - 'superscript' => 'Superinscrição', - 'subscript' => 'Subscrição', + 'superscript' => 'Sobrescrito', + 'subscript' => 'Subscrito', 'text_color' => 'Cor do texto', 'custom_color' => 'Cor personalizada', 'remove_color' => 'Remover cor',