`
+ , [tr("close")], [
+ Function.noop
+ ]);
+ }
{elseif $isFinanceTU}
diff --git a/locales/en.strings b/locales/en.strings
index 398d14ef..abec1983 100644
--- a/locales/en.strings
+++ b/locales/en.strings
@@ -592,6 +592,11 @@
"transferred_to_you" = "transferred to you";
+"transfer_trough_ton" = "Top up with TON";
+"transfer_ton_contents" = "You can top up your balance with TON cryptocurrency. It's just enough to scan the QR-code with the Tonkeeper app, or manually send TON according to the requisites. Within a few minutes you will receive a certain amount of votes.";
+"transfer_ton_address" = "Wallet address: $1 Message content: $2";
+"transfer_ton_currency_per_ton" = "$1 TON";
+
"receiver_address" = "Receiver address";
"coins_count" = "Number of votes";
"message" = "Message";
diff --git a/locales/ru.strings b/locales/ru.strings
index 0e65c0eb..2d4fe21a 100644
--- a/locales/ru.strings
+++ b/locales/ru.strings
@@ -624,6 +624,11 @@
"transferred_to_you" = "передал вам";
+"transfer_trough_ton" = "Пополнить с помощью TON";
+"transfer_ton_contents" = "Вы можете пополнить ваш баланс с помощью криптовалюты TON. Достаточно отсканировать QR-code приложением Tonkeeper, или вручную отправить TON по реквизитам. В течении нескольких минут вам придут определенное количество голосов.";
+"transfer_ton_address" = "Адрес кошелька: $1 Содержание сообщения: $2";
+"transfer_ton_currency_per_ton" = "$1 TON";
+
"receiver_address" = "Адрес получателя";
"coins_count" = "Количество голосов";
"message" = "Сообщение";
diff --git a/openvk-example.yml b/openvk-example.yml
index 9e4a5d58..cceb2be3 100644
--- a/openvk-example.yml
+++ b/openvk-example.yml
@@ -53,6 +53,14 @@ openvk:
processingLimit: 3000
emojiProcessingLimit: 1000
commerce: false
+ ton:
+ enabled: false
+ address: "🅿"
+ testnet: false # Only for testing purposes.
+ rate: 0.02 # TONs per 1 coin
+ regex: "ovk=([0-9]+)"
+ hint: "ovk=$1"
+ # Please read docs to understand how to turn on automatic checking for new translations
menu:
links:
- name: "@left_menu_donate"