From 91bbb8258becb2c7396758fc6c9816880e00455b Mon Sep 17 00:00:00 2001 From: Marcos Marado Date: Tue, 3 Oct 2023 13:41:11 +0100 Subject: [PATCH 1/2] 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." From f3f66030eeba3bb423892e5189d640c48fcca226 Mon Sep 17 00:00:00 2001 From: Marcos Marado Date: Thu, 9 Oct 2025 23:27:20 +0100 Subject: [PATCH 2/2] small fixes to the Portuguese translation There were two strings wrongly translated to Portuguese, this patch fixes that. --- evennia/locale/pt/LC_MESSAGES/django.po | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/evennia/locale/pt/LC_MESSAGES/django.po b/evennia/locale/pt/LC_MESSAGES/django.po index 5f04f04061..553c0a73f9 100644 --- a/evennia/locale/pt/LC_MESSAGES/django.po +++ b/evennia/locale/pt/LC_MESSAGES/django.po @@ -1,9 +1,10 @@ # EVENNIA - Tradução em Português # Copyright (C) 2015, Daniel Dias Rodrigues (a.k.a. Nerun) -# Copyright (C) 2022, Marcos Marado +# Copyright (C) 2022, 2025, Marcos Marado # This file is distributed under the same license as the Evennia package. # Nerun , 2015. -# Marcos Marado , 2022. +# Marcos Marado , 2022, 2025. +# Version 4 (Oct. 9nd, 2022) # Version 3 (Oct. 2nd, 2022) # Version 2 (Dec. 16th, 2015) # Version 1 (Aug. 19th, 2014) @@ -14,7 +15,7 @@ msgstr "" "Project-Id-Version: Evennia Beta\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-29 18:53+0000\n" -"PO-Revision-Date: 2022-10-02 18:12+0000\n" +"PO-Revision-Date: 2025-10-09 23:27+0000\n" "Last-Translator: Marcos Marado \n" "Language-Team: Nerun \n" "Language: pt\n" @@ -463,13 +464,13 @@ msgstr "{name} saiu do jogo{reason}." #, fuzzy #| msgid "This is User #1." msgid "This is a room." -msgstr "Este é o Usuário #1." +msgstr "Esta é uma sala." #: objects/objects.py:3045 #, fuzzy #| msgid "This is User #1." msgid "This is an exit." -msgstr "Este é o Usuário #1." +msgstr "Esta é uma saída." #: objects/objects.py:3142 msgid "You cannot go there."