diff --git a/src/services/bot/i18n/en.ts b/src/services/bot/i18n/en.ts index 4bd28bb..18969f6 100644 --- a/src/services/bot/i18n/en.ts +++ b/src/services/bot/i18n/en.ts @@ -9,12 +9,13 @@ Hello, I've been waiting for you 👋 What I do: -- I'll notify you whenever a token you hold in your TON wallet makes x2 from the purchase price -- I'll help you see the profit for your entire wallet or selected coin +📢 I'll notify you whenever a jetton you hold makes x2 from the purchase price +📈 I'll help you see the profit for the jettons you hold -If you have any questions, feel free to ask in the [chat](https://t.me/+mwwKEfMAbtQ3ZjNi). +📰 Subscribe to [our channel](https://t.me/ton_2x_en) +❓ Ask us anything in the [chat](https://t.me/+mwwKEfMAbtQ3ZjNi) -Send an address you want to watch or connect your own 👇 +Send a TON address or connect your wallet 👇 `, youNoLongerHaveJetton: (ticker: string) => `👋 You no longer hold $${jettonNamesWithSpecialCharacters[ticker] || ticker.toUpperCase()}, notifications for this jetton have been stopped.`, diff --git a/src/services/bot/i18n/ru.ts b/src/services/bot/i18n/ru.ts index eec5516..1e60f33 100644 --- a/src/services/bot/i18n/ru.ts +++ b/src/services/bot/i18n/ru.ts @@ -8,12 +8,13 @@ export const ru = { Вот, что я могу: -- уведомить тебя, когда жетон в кошельке сделает x2 или упадёт в два раза -- помочь тебе увидеть прибыль по всему твоему кошельку или выбранной монете без изучения сложных инструментов +📢 уведомить, когда жетон в кошельке сделает x2 или упадёт в два раза +📈 показать прибыль по твоим жетонам -Если возникнут вопросы, задай их в [чате](https://t.me/+prK7rt-771VmZTAy). +📰 Следи за анонсами [в канале](https://t.me/ton_2x_ru) +❓ Задай вопросы в [чате](https://t.me/+prK7rt-771VmZTAy) -Отправьте ваш адрес или привяжите кошелёк 👇 +Отправь TON-адрес или привяжи кошелёк 👇 `, youNoLongerHaveJetton: (ticker: string) => `👋 Вы больше не холдите $${jettonNamesWithSpecialCharacters[ticker] || ticker.toUpperCase()}, уведомления для этого жетона остановлены.`,