diff options
Diffstat (limited to 'game/tl/es/update.rpy')
-rw-r--r-- | game/tl/es/update.rpy | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/game/tl/es/update.rpy b/game/tl/es/update.rpy index e9e2f18..bfca59c 100644 --- a/game/tl/es/update.rpy +++ b/game/tl/es/update.rpy @@ -122,3 +122,23 @@ translate es strings: old "Invalid OTPAuth URL.\nEnsure you used the URL sent to you by email!" new "Invalid OTPAuth URL.\nEnsure you used the URL sent to you by email!" +# TODO: Translation updated at 2023-07-08 18:33 + +translate es strings: + + # game/update.rpy:331 + old "Standard" + new "Standard" + + # game/update.rpy:332 + old "Mouseless" + new "Mouseless" + + # game/update.rpy:444 + old "If you already have an account, please insert your {b}2FA code{/b}.\n\n{u}Otherwise, a new account will be created and details will be sent to your email.{/u}" + new "If you already have an account, please insert your {b}2FA code{/b}.\n\n{u}Otherwise, a new account will be created and details will be sent to your email.{/u}" + + # game/update.rpy:501 + old "Please insert your {b}2FA Secret{/b} {i}or the link{/i} sent to you by email.\n\n{size=18}{color=#f00}WARNING:{/color} Will be saved locally without cryptography. We advise using Google Authenticator or similar instead.{/size}" + new "Please insert your {b}2FA Secret{/b} {i}or the link{/i} sent to you by email.\n\n{size=18}{color=#f00}WARNING:{/color} Will be saved locally without cryptography. We advise using Google Authenticator or similar instead.{/size}" + |