diff --git a/core/res/src/main/res/values-ru/strings.xml b/core/res/src/main/res/values-ru/strings.xml
index 5d25d41f8e..9f10054ca1 100644
--- a/core/res/src/main/res/values-ru/strings.xml
+++ b/core/res/src/main/res/values-ru/strings.xml
@@ -51,6 +51,10 @@
Заводские настройки
Тип безопасности
Настройки карты
+ Ввиду особенностей сети Cardano при транзакции токена %1$s помимо комиссии сети будет списано %2$s
+ Для совершения транзакции %1$s, вам необходимо внести немного %2$s (%3$s), чтобы покрыть комиссию сети и минимальное значение ADA для отправки.
+ Недостаточно ADA для отправки токена
+ Вывод всего баланса ADA невозможен при наличии средств на токенах сети Cardano. Сначала выведите средства на ваших токенах.
Принять
Доступ запрещен
Применить
@@ -97,6 +101,7 @@
OK
Основная карта
Кодовая фраза
+ Вставить
Подробнее
Получить
Отклонить
diff --git a/core/res/src/main/res/values/strings.xml b/core/res/src/main/res/values/strings.xml
index a099c577d4..04985255c2 100644
--- a/core/res/src/main/res/values/strings.xml
+++ b/core/res/src/main/res/values/strings.xml
@@ -50,6 +50,10 @@
Reset to Factory Settings
Security Mode
Card Settings
+ Due to the peculiarities of the Cardano network, when transacting the %1$s token, in addition to the network commission, %2$s will be charged
+ To make a %1$s transaction, you must deposit some %2$s (%3$s) to cover the network fee and minimum ADA value
+ Insufficient ADA to token transfer
+ Withdrawal of the entire ADA balance is not possible if funds are available in Cardano network tokens. First, withdraw funds on your tokens.
Accept
Access denied
Apply
@@ -96,6 +100,7 @@
OK
Primary Card
Passphrase
+ Paste
Read more
Receive
Reject
@@ -427,6 +432,8 @@
Reason: %1$s\nCode: %2$s
The transaction is not completed
Amount
+ Base fee
+ Represents the part of the transaction fee that goes to the miner
%1$s, %2$s
Address
Destination Tag
@@ -474,6 +481,8 @@
Due to %1$s limitations only %2$s UTXOs can fit in a single transaction. This means you can only send %3$s or less. You need to reduce the amount.
Transaction limitation
Optional
+ Priority fee
+ Represents the minimum gasUsed multiplier required for a transaction to be included in a block. This is the part of the transaction fee that is burnt.
Please align your QR code with the square to scan it. Ensure you scan %s network address.
Recent
Recipient
diff --git a/core/ui/src/main/java/com/tangem/core/ui/components/inputrow/inner/PasteButton.kt b/core/ui/src/main/java/com/tangem/core/ui/components/inputrow/inner/PasteButton.kt
index 88ed54192f..49c308e97e 100644
--- a/core/ui/src/main/java/com/tangem/core/ui/components/inputrow/inner/PasteButton.kt
+++ b/core/ui/src/main/java/com/tangem/core/ui/components/inputrow/inner/PasteButton.kt
@@ -50,7 +50,7 @@ fun PasteButton(isPasteButtonVisible: Boolean, onClick: (String) -> Unit, modifi
modifier = modifier,
) {
Text(
- text = "Paste",
+ text = stringResource(R.string.common_paste),
style = TangemTheme.typography.button,
color = TangemTheme.colors.text.primary2,
modifier = Modifier