1
0
mirror of https://github.com/danog/rpc-db.git synced 2024-11-26 20:14:40 +01:00
This commit is contained in:
Daniil Gentili 2023-04-26 18:02:43 +02:00
parent ce346dcee3
commit abf055280e
5 changed files with 8 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -674,6 +674,9 @@
"account.updatePasswordSettings", "account.updatePasswordSettings",
"account.verifyEmail" "account.verifyEmail"
], ],
"EMAIL_NOT_SETUP": [
"account.sendVerifyEmailCode"
],
"EMAIL_UNCONFIRMED": [ "EMAIL_UNCONFIRMED": [
"account.updatePasswordSettings" "account.updatePasswordSettings"
], ],
@ -2688,6 +2691,7 @@
"EDIT_BOT_INVITE_FORBIDDEN": "Normal users can't edit invites that were created by bots.", "EDIT_BOT_INVITE_FORBIDDEN": "Normal users can't edit invites that were created by bots.",
"EMAIL_HASH_EXPIRED": "Email hash expired.", "EMAIL_HASH_EXPIRED": "Email hash expired.",
"EMAIL_INVALID": "The specified email is invalid.", "EMAIL_INVALID": "The specified email is invalid.",
"EMAIL_NOT_SETUP": "In order to change the login email with emailVerifyPurposeLoginChange, an existing login email must already be set using emailVerifyPurposeLoginSetup.",
"EMAIL_UNCONFIRMED": "Email unconfirmed.", "EMAIL_UNCONFIRMED": "Email unconfirmed.",
"EMAIL_UNCONFIRMED_%d": "The provided email isn't confirmed, %d is the length of the verification code that was just sent to the email: use [account.verifyEmail](https:\/\/core.telegram.org\/method\/account.verifyEmail) to enter the received verification code and enable the recovery email.", "EMAIL_UNCONFIRMED_%d": "The provided email isn't confirmed, %d is the length of the verification code that was just sent to the email: use [account.verifyEmail](https:\/\/core.telegram.org\/method\/account.verifyEmail) to enter the received verification code and enable the recovery email.",
"EMAIL_VERIFY_EXPIRED": "The verification email has expired.", "EMAIL_VERIFY_EXPIRED": "The verification email has expired.",