diff options
Diffstat (limited to 'game/tl/pt_br/client.rpy')
-rw-r--r-- | game/tl/pt_br/client.rpy | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/game/tl/pt_br/client.rpy b/game/tl/pt_br/client.rpy new file mode 100644 index 0000000..faaf6d4 --- /dev/null +++ b/game/tl/pt_br/client.rpy @@ -0,0 +1,24 @@ +# TODO: Translation updated at 2021-05-18 13:52 + +translate pt_br strings: + + # game/client.rpy:38 + old "Requesting credentials from Vault..." + new "Solicitando credenciais do cofre..." + + # game/client.rpy:52 + old "You're not logged in." + new "Você não está logado." + + # game/client.rpy:58 + old "Rate limited, we'll try again..." + new "Rate limited, we'll try again..." + + # game/client.rpy:73 + old "TMW Vault Error." + new "Erro do Cofre TMW." + + # game/client.rpy:108 + old "Thanks for playing!" + new "Obrigado por jogar!" + |