Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rephrase UI #8

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions src/services/bot/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
Expand Down
9 changes: 5 additions & 4 deletions src/services/bot/i18n/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()}, уведомления для этого жетона остановлены.`,
Expand Down
Loading