1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-15 15:12:33 +01:00

New translations auth.json (Tagalog)

This commit is contained in:
Samuel 2022-08-06 02:44:34 +02:00
parent 8aa3442bd8
commit a918fd4b25

View File

@ -2,7 +2,9 @@
"login": {
"INVALID_LOGIN": "E-Mail or Phone not found",
"INVALID_PASSWORD": "Invalid Password",
"ACCOUNT_DISABLED": "This account is disabled"
"ACCOUNT_DISABLED": "This account is disabled",
"INVALID_TOTP_CODE": "Invalid two-factor code.",
"INVALID_TOTP_SECRET": "Invalid two-factor secret."
},
"register": {
"REGISTRATION_DISABLED": "New user registration is disabled",