Skip to content

Commit

Permalink
chore: add missing strings
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrau committed Nov 20, 2024
1 parent 5098b76 commit 2565e11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/i18n/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ const dict = {
pay_timeout_blockheight: "Timeout Blockhöhe",
pay_expected_amount: "Erwarteter Betrag",
send_to: "Sende {{ amount }} {{ denomination }} an",
send_between:
"Sende zwischen {{ min }} und {{ max }} {{ denomination }} an",
pay_invoice_to:
"Zahle diese Rechnung über {{ amount }} {{ denomination }}",
pay_address: "Adresse",
Expand Down Expand Up @@ -517,6 +519,7 @@ const dict = {
pay_timeout_blockheight: "Altura del bloque de tiempo de espera",
pay_expected_amount: "Importe esperado",
send_to: "Enviar {{ amount }} {{ denomination }} a",
send_between: "Enviar entre {{ min }} y {{ max }} {{ denomination }} a",
pay_invoice_to: "Pague esta factura de {{ amount }} {{ denomination }}",
pay_address: "Dirección",
no_wallet: "Monedero no está instalado",
Expand Down Expand Up @@ -745,6 +748,7 @@ const dict = {
pay_expected_amount: "预期金额",
send_to:
"请确保将准确的金额{{ amount }}{{ denomination }}发送到下面显示的地址。否则,交换将失败。最好使用“复制BIP21”按钮,并将其粘贴到您钱包的发送屏幕中。",
send_between: "在 {{ min }} 和 {{ max }} {{ denomination }} 之间发送至",
pay_invoice_to: "支付金额为{{ amount }}{{ denomination }}的发票",
pay_address: "地址",
no_wallet: "未安装钱包",
Expand Down Expand Up @@ -952,6 +956,8 @@ const dict = {
pay_expected_amount: "予想金額",
send_to:
"{{ amount }} {{ denomination }} を以下のアドレスへ送金して下さい",
send_between:
"{{ min }} から {{ max }} {{ denomination }} を送信してください",
pay_invoice_to:
"このインボイスを支払う {{ amount }} {{ denomination }}",
pay_address: "アドレス",
Expand Down

0 comments on commit 2565e11

Please sign in to comment.