Telegram Web K with changes to work inside I2P
https://web.telegram.i2p/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.7 KiB
40 lines
1.7 KiB
const lang = { |
|
"Login.Title": "Sign in to Telegram", |
|
"Login.CountrySelectorLabel": "Country", |
|
"Login.PhoneLabel": "Phone Number", |
|
"Login.PhoneLabelInvalid": "Phone Number Invalid", |
|
"Login.KeepSigned": "Keep me signed in", |
|
"Login.StartText": "Please confirm your country and\nenter your phone number.", |
|
"Login.Code.SentSms": "We have sent you an SMS\nwith the code.", |
|
"Login.Code.SentInApp": "We have sent you a message in Telegram\nwith the code.", |
|
"Login.Code.SentCall": "We will call you and voice\nthe code.", |
|
"Login.Code.SentUnknown": "Please check everything\nfor a code (type: %s)", |
|
"Login.Password.Title": "Enter Your Password", |
|
"Login.Password.Subtitle": "Your account is protected with\nan additional password", |
|
"Login.Register.Subtitle": "Enter your name and add\na profile picture", |
|
"PleaseWait": "Please wait...", |
|
|
|
// * android |
|
"Code": "Code", |
|
"LoginPassword": "Password", |
|
"YourName": "Your Name", |
|
"FirstName": "First name (required)", |
|
"LastName": "Last name (optional)", |
|
"StartMessaging": "Start Messaging", |
|
|
|
// * macos |
|
"Contacts.PhoneNumber.Placeholder": "Phone Number", |
|
"Login.Next": "Next", |
|
"Login.ContinueOnLanguage": "Continue in English", |
|
"Login.QR.Title": "Log in to Telegram by QR Code", |
|
"Login.QR.Help1": "Open Telegram on your phone", |
|
"Login.QR.Help2": "Go to **Settings** > **Devices** > **Link Desktop Device**", |
|
"Login.QR.Help3": "Point your phone at this screen to confirm login", |
|
"Login.QR.Cancel": "Log in by phone Number", |
|
"Login.QR.Login": "Log in by QR Code", |
|
"PHONE_CODE_INVALID": "Invalid code", |
|
"PHONE_CODE_EXPIRED": "Code expired", |
|
"PASSWORD_HASH_INVALID": "Incorrect password" |
|
}; |
|
|
|
export default lang;
|
|
|