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

Feature/erc20 trc20 tokens #54

Merged
merged 17 commits into from
Oct 15, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
implementing ethereum as crypto payment
  • Loading branch information
ilyarolf committed Sep 27, 2024
commit e14b6f24e9323ab3aa25b3079ed9d574ac9ea4e7
4 changes: 2 additions & 2 deletions l10n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
"out_of_stock": "<b>Out of stock!</b>",
"purchased_item": "Item#{count}\nData:<code>{private_data}</code>\n",
"back_to_my_profile": "⤵\uFE0FBack my profile",
"my_profile_msg": "<b>Your profile\nID:</b> <code>{telegram_id}</code>\n\n<b>Your BTC balance:</b>\n<code>{btc_balance}</code>\n<b>Your USDT balance:</b>\n<code>{usdt_balance}</code>\n<b>Your LTC balance:</b>\n<code>{ltc_balance}</code>\n<b>Your balance in USD:</b>\n{usd_balance}$",
"my_profile_msg": "<b>Your profile\nID:</b> <code>{telegram_id}</code>\n\n<b>Your BTC balance:</b>\n<code>{btc_balance}</code>\n<b>Your USDT TRC-20 balance:</b>\n<code>{usdt_trc20_balance}</code>\n<b>Your USDD TRC-20 balance:</b>\n<code>{usdd_trc20_balance}</code>\n<b>Your USDT ERC-20 balance:</b>\n<code>{usdt_erc20_balance}</code>\n<b>Your USDC ERC-20 balance:</b>\n<code>{usdc_erc20_balance}</code>\n<b>Your LTC balance:</b>\n<code>{ltc_balance}</code>\n<b>Your balance in USD:</b>\n{usd_balance}$",
"top_up_balance_button": "Top Up balance",
"purchase_history_button": "Purchase history",
"refresh_balance_button": "Refresh balance",
"top_up_balance_msg": "<b>Deposit to the address the amount you want to top up the {bot_name}</b> \n\n<b>Important</b>\n<i>A unique BTC/LTC/USDT addresses is given for each deposit\nThe top up takes place within 5 minutes after the transfer</i>\n\n<b>Your BTC address\n</b><code>{btc_address}</code>\n<b>Your USDT TRC-20 address\n</b><code>{trx_address}</code>\n<b>Your LTC address</b>\n<code>{ltc_address}</code>\n",
"top_up_balance_msg": "<b>Deposit to the address the amount you want to top up the {bot_name}</b> \n\n<b>Important</b>\n<i>A unique BTC/LTC/USDT addresses is given for each deposit\nThe top up takes place within 5 minutes after the transfer</i>\n\n<b>Your BTC address\n</b><code>{btc_address}</code>\n<b>Your USDT,USDD TRC-20 address\n</b><code>{trx_address}</code>\n<b>Your USDT,USDC ERC-20 address\n</b><code>{eth_address}</code>\n<b>Your LTC address</b>\n<code>{ltc_address}</code>\n",
"purchase_history_item": "{subcategory_name} | Total Price: {total_price}$ | Quantity: {quantity} pcs",
"no_purchases": "<b>You haven't had any purchases yet</b>",
"purchases": "<b>Your purchases:</b>",
Expand Down