diff options
Diffstat (limited to 'game/tl/pt_br/vault.rpy')
-rw-r--r-- | game/tl/pt_br/vault.rpy | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/game/tl/pt_br/vault.rpy b/game/tl/pt_br/vault.rpy new file mode 100644 index 0000000..6df096f --- /dev/null +++ b/game/tl/pt_br/vault.rpy @@ -0,0 +1,24 @@ +# TODO: Translation updated at 2023-07-08 18:34 + +translate pt_br strings: + + # game/vault.rpy:92 + old "Welcome to the {b}Mana Launcher{/b}!\n\nIf you do not have an account, one will be created for you." + new "Welcome to the {b}Mana Launcher{/b}!\n\nIf you do not have an account, one will be created for you." + + # game/vault.rpy:113 + old "Password: " + new "Password: " + + # game/vault.rpy:131 + old "TOTP: " + new "TOTP: " + + # game/vault.rpy:156 + old "Remember email" + new "Remember email" + + # game/vault.rpy:168 + old "Remember password (unsafe!)" + new "Remember password (unsafe!)" + |