From 91bbb8258becb2c7396758fc6c9816880e00455b Mon Sep 17 00:00:00 2001 From: Marcos Marado Date: Tue, 3 Oct 2023 13:41:11 +0100 Subject: [PATCH] Updated Portuguese translation 3fc913e3c6001c90125ebeebf3e47c8db0aaceed introduced a new string to be translated, as well as changed one other. This commit now updates the Portuguese translation for those two strings. --- evennia/locale/pt/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/locale/pt/LC_MESSAGES/django.po b/evennia/locale/pt/LC_MESSAGES/django.po index 8bb98fb762..5f04f04061 100644 --- a/evennia/locale/pt/LC_MESSAGES/django.po +++ b/evennia/locale/pt/LC_MESSAGES/django.po @@ -457,7 +457,7 @@ msgstr "{name} entrou no jogo." #, fuzzy, python-brace-format #| msgid "{name} has left the game." msgid "{name} has left the game{reason}." -msgstr "{name} saiu do jogo." +msgstr "{name} saiu do jogo{reason}." #: objects/objects.py:2838 #, fuzzy @@ -669,7 +669,7 @@ msgstr "Tempo de inatividade esgotado, desconectando." #: server/server.py:177 msgid " (connection lost)" -msgstr "" +msgstr " (ligação perdida)" #: server/sessionhandler.py:41 msgid "Your client sent an incorrect UTF-8 sequence."