1
0
mirror of https://github.com/danog/rpc-db.git synced 2024-11-26 12:04:45 +01:00
This commit is contained in:
Github Actions 2021-10-19 20:13:58 +02:00
parent f5fdc3273b
commit 69d69df732
4 changed files with 4 additions and 4 deletions

View File

@ -3425,7 +3425,7 @@
""
],
"PASSWORD_REQUIRED": [
""
"A [2FA password](https:\/\/core.telegram.org\/api\/srp) must be configured to use Telegram Passport"
],
"PASSWORD_TOO_FRESH_X": [
"The password was modified less than 24 hours ago, try again in X seconds"

View File

@ -7111,7 +7111,7 @@
{
"error_code": 400,
"error_message": "PASSWORD_REQUIRED",
"error_description": ""
"error_description": "A [2FA password](https:\/\/core.telegram.org\/api\/srp) must be configured to use Telegram Passport"
}
],
"account.getNotifySettings": [

View File

@ -3169,7 +3169,7 @@
"PASSWORD_MISSING": "You must enable 2FA in order to transfer ownership of a channel",
"PASSWORD_RECOVERY_EXPIRED": "The recovery code has expired",
"PASSWORD_RECOVERY_NA": "",
"PASSWORD_REQUIRED": "",
"PASSWORD_REQUIRED": "A [2FA password](https:\/\/core.telegram.org\/api\/srp) must be configured to use Telegram Passport",
"PASSWORD_TOO_FRESH_X": "The password was modified less than 24 hours ago, try again in X seconds",
"PAYMENT_PROVIDER_INVALID": "The specified payment provider is invalid",
"PEER_FLOOD": "Too many requests",

View File

@ -2781,7 +2781,7 @@
"PASSWORD_MISSING": "You must enable 2FA in order to transfer ownership of a channel",
"PASSWORD_RECOVERY_EXPIRED": "The recovery code has expired",
"PASSWORD_RECOVERY_NA": "",
"PASSWORD_REQUIRED": "",
"PASSWORD_REQUIRED": "A [2FA password](https:\/\/core.telegram.org\/api\/srp) must be configured to use Telegram Passport",
"PASSWORD_TOO_FRESH_%d": "The password was modified less than 24 hours ago, try again in %d seconds",
"PAYMENT_PROVIDER_INVALID": "The specified payment provider is invalid",
"PEER_FLOOD": "Too many requests",