From 8a0a9faf8577c72fa8a287fb72694018a9c80f23 Mon Sep 17 00:00:00 2001 From: Guilherme Tiscoski Date: Fri, 14 Aug 2026 11:27:31 -0500 Subject: [PATCH] i18n: use "Redefinir" for reset actions in pt_BR The "Reset" menu item and the "Reset Terminal" command palette entry were translated as "Reiniciar", which reads as restarting the terminal session or process. These actions perform a VT reset that clears terminal state without restarting the shell, so "Redefinir" conveys the correct meaning and matches the standard pt_BR terminology used by other terminal emulators. --- po/pt_BR.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index ff01074f6..3c25759da 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: com.mitchellh.ghostty\n" "Report-Msgid-Bugs-To: m@mitchellh.com\n" "POT-Creation-Date: 2026-08-10 10:06-0500\n" -"PO-Revision-Date: 2026-08-13 19:47-0300\n" +"PO-Revision-Date: 2026-08-14 11:26-0500\n" "Last-Translator: Guilherme Tiscoski \n" "Language-Team: Brazilian Portuguese \n" @@ -146,7 +146,7 @@ msgstr "Limpar" #: src/apprt/gtk/ui/1.2/surface.blp:338 src/apprt/gtk/ui/1.5/window.blp:286 msgid "Reset" -msgstr "Reiniciar" +msgstr "Redefinir" #: src/apprt/gtk/ui/1.2/surface.blp:345 src/apprt/gtk/ui/1.5/window.blp:250 msgid "Split" @@ -398,11 +398,11 @@ msgstr "Desenvolvedores do Ghostty" #: src/input/command.zig:149 msgid "Reset Terminal" -msgstr "Reiniciar terminal" +msgstr "Redefinir terminal" #: src/input/command.zig:150 msgid "Reset the terminal to a clean state." -msgstr "Reinicia o terminal para um estado limpo." +msgstr "Redefine o terminal para um estado limpo." #: src/input/command.zig:155 msgid "Copy to Clipboard"