fix: use sats-only amount placeholders (#1301)
Some checks failed
Build / build (v26.3.0) (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
Deploy Storybook / deploy (push) Has been cancelled

* fix: use sats-only amount placeholders

* fix: update sats-only placeholders in locales
This commit is contained in:
Parth 2026-06-30 17:09:18 +05:30 committed by GitHub
parent eaadf56005
commit c7cb02ae86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -399,7 +399,7 @@
"label_source_jar": "Send from",
"title_jar_selector": "Select a jar from your wallet to send the funds to.",
"label_amount_input": "Amount",
"placeholder_amount_input": "Enter amount in sats or BTC...",
"placeholder_amount_input": "Enter amount in sats...",
"feedback_invalid_amount": "Please provide a valid amount.",
"feedback_amount_exceeds_balance": "Amount exceeds the available balance in the selected jar.",
"sending_options": "Sending options",
@ -479,7 +479,7 @@
"button_settings": "Receive options",
"label_source_jar": "Receive to",
"label_amount_input": "Amount",
"placeholder_amount_input": "Enter amount in sats or BTC...",
"placeholder_amount_input": "Enter amount in sats...",
"feedback_invalid_amount": "Please provide a valid amount.",
"button_new_address": "Get new address",
"button_download_qr": "Save QR Code to file",
@ -514,7 +514,7 @@
"feedback_invalid_abs_fee": "Invalid absolute fee.",
"label_min_amount_input": "Minimum amount",
"description_min_amount_input": "The minimum size of your offer. You will not participate in collaborative transactions below this amount.",
"placeholder_min_amount_input": "Enter a minimum amount in sats or BTC...",
"placeholder_min_amount_input": "Enter a minimum amount in sats...",
"feedback_invalid_min_amount": "Please provide a minimum amount.",
"feedback_invalid_min_amount_range": "Please provide a minimum amount in sats between {{ minAmountMin }} and {{ minAmountMax }}.",
"feedback_invalid_min_amount_insufficient_funds": "Invalid minimum amount: Insufficient funds available.",

View file

@ -307,7 +307,7 @@
"label_source_jar": "Отправить из",
"title_jar_selector": "Выберите банку в вашем кошельке, куда вы хотите отправить средства.",
"label_amount_input": "Количество",
"placeholder_amount_input": "Введите сумму в sats или BTC",
"placeholder_amount_input": "Введите сумму в sats",
"feedback_invalid_amount": "Пожалуйста, укажите действительную сумму.",
"sending_options": "Параметры отправки",
"toggle_coinjoin": "Отправить как Совместную Транзакцию",
@ -386,7 +386,7 @@
"button_settings": "Параметры получения",
"label_source_jar": "Получить в",
"label_amount_input": "Сумма",
"placeholder_amount_input": "Введите сумму в sats или BTC",
"placeholder_amount_input": "Введите сумму в sats",
"feedback_invalid_amount": "Пожалуйста, укажите действительную сумму.",
"button_new_address": "Получить новый адрес",
"text_getting_address": "Получение нового адреса"
@ -412,7 +412,7 @@
"description_abs_fee": "комиссия, взимаемая с других лиц, как абсолютная сумма, выраженная в sats.",
"feedback_invalid_abs_fee": "Неверная абсолютная комиссия.",
"label_min_amount_input": "Минимальная сумма",
"placeholder_min_amount_input": "Введите минимальную сумму в sats или BTC",
"placeholder_min_amount_input": "Введите минимальную сумму в sats",
"feedback_invalid_min_amount": "Пожалуйста, укажите минимальную сумму.",
"feedback_invalid_min_amount_range": "Пожалуйста, укажите минимальную сумму в сатах между {{ minAmountMin }} и {{ minAmountMax }}.",
"feedback_invalid_min_amount_insufficient_funds": "Неверная минимальная сумма: недостаточно средств.",