mirror of
https://github.com/danog/rpc-db.git
synced 2024-11-26 20:14:40 +01:00
Update
This commit is contained in:
parent
ce346dcee3
commit
abf055280e
@ -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.",
|
||||||
|
Loading…
Reference in New Issue
Block a user