diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-18 14:33:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-18 14:33:43 -0300 |
commit | 2a2a935ebae08248a1a371f59060c93f3b3f3547 (patch) | |
tree | e33007e4a27a5451cacb69525b77acd4c14995c5 /game/tl/pt_br/client.rpy | |
parent | 7f5c1d44791f6947023bb1cd7527341c9f562d3d (diff) | |
download | renpy-2a2a935ebae08248a1a371f59060c93f3b3f3547.tar.gz renpy-2a2a935ebae08248a1a371f59060c93f3b3f3547.tar.bz2 renpy-2a2a935ebae08248a1a371f59060c93f3b3f3547.tar.xz renpy-2a2a935ebae08248a1a371f59060c93f3b3f3547.zip |
Add brazilian portuguese initial version (for testing)
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!" + |