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.
24 lines
783 B
24 lines
783 B
4 years ago
|
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.",
|
||
|
|
||
|
// * android
|
||
|
|
||
|
|
||
|
// * macos
|
||
|
"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** > **Scan QR**",
|
||
|
"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",
|
||
|
};
|
||
|
|
||
|
export default lang;
|