diff --git a/frontend/src/locale/messages.ja.xlf b/frontend/src/locale/messages.ja.xlf
index 5f22bd60e..6549c6104 100644
--- a/frontend/src/locale/messages.ja.xlf
+++ b/frontend/src/locale/messages.ja.xlf
@@ -417,6 +417,7 @@
Sorry, something went wrong!
+ 申し訳ございません。問題が発生しました。src/app/components/accelerate-checkout/accelerate-checkout.component.html5
@@ -425,6 +426,7 @@
We were not able to accelerate this transaction. Please try again later.
+ この取引を高速化できませんでした。しばらくしてからもう一度お試しください。src/app/components/accelerate-checkout/accelerate-checkout.component.html11
@@ -433,6 +435,7 @@
Close
+ 閉じるsrc/app/components/accelerate-checkout/accelerate-checkout.component.html18
@@ -869,6 +872,7 @@
Your account will be debited no more than
+ 最大で口座から引き落とされる金額はsrc/app/components/accelerate-checkout/accelerate-checkout.component.html367
@@ -899,6 +903,7 @@
Failed to load invoice
+ インボイスの読み込みに失敗しましたsrc/app/components/accelerate-checkout/accelerate-checkout.component.html381
@@ -997,6 +1002,7 @@
...sorry, this is taking longer than expected...
+ ...申し訳ありませんが、予想よりも時間がかかっています...src/app/components/accelerate-checkout/accelerate-checkout.component.html509
@@ -1005,6 +1011,7 @@
Your transaction is being accelerated!
+ 取引を高速化中です!src/app/components/accelerate-checkout/accelerate-checkout.component.html518
@@ -1013,6 +1020,7 @@
Your transaction has been accepted for acceleration by our mining pool partners.
+ 取引はマイニング プール パートナーによって高速化の承諾がされました。src/app/components/accelerate-checkout/accelerate-checkout.component.html524
@@ -1145,6 +1153,7 @@
accelerated
+ 高速化済みsrc/app/components/accelerate-checkout/accelerate-fee-graph.component.ts91
@@ -1705,6 +1714,7 @@
(1 day)
+ (1日)src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html27
@@ -1731,6 +1741,7 @@
(all time)
+ (全期間)src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html36
@@ -1814,6 +1825,7 @@
not accelerating
+ 高速化してないsrc/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts85
@@ -2185,6 +2197,7 @@
There are too many transactions on this address, more than your backend can handle. See more on setting up a stronger backend. Consider viewing this address on the official Mempool website instead:
+ このアドレスには、バックエンドが処理できる以上のトランザクションの数があります。詳細については、より強力なバックエンドの設定をご覧ください。代わりに、公式 Mempool サイトでこのアドレスを表示することを検討してください。src/app/components/address/address.component.html204,207
@@ -2211,6 +2224,7 @@
Pending UTXOs
+ 承認待ちUTXOsrc/app/components/address/address.component.html262
@@ -3926,6 +3940,7 @@
Error loading block data.
+ ブロックデータを読み込み中にエラーが発生しました。src/app/components/block/block.component.html367
@@ -6153,6 +6168,7 @@
Error loading pool data.
+ プールデータを読み込み中にエラーが発生しました。src/app/components/pool/pool.component.html467
@@ -7213,6 +7229,7 @@
RBF Timeline
+ RBF タイムラインsrc/app/components/transaction/transaction.component.html158
@@ -7222,6 +7239,7 @@
Acceleration Timeline
+ 高速化タイムラインsrc/app/components/transaction/transaction.component.html167
@@ -10064,6 +10082,7 @@
Your balance is too low.Please top up your account.
+ 残高が低すぎます。アカウントに入金してください。src/app/shared/components/mempool-error/mempool-error.component.html9
diff --git a/frontend/src/locale/messages.sv.xlf b/frontend/src/locale/messages.sv.xlf
index 5f090be79..65a55d12b 100644
--- a/frontend/src/locale/messages.sv.xlf
+++ b/frontend/src/locale/messages.sv.xlf
@@ -2197,6 +2197,7 @@
There are too many transactions on this address, more than your backend can handle. See more on setting up a stronger backend. Consider viewing this address on the official Mempool website instead:
+ Det är för många transaktioner på den address än vad din backend kan klara av. Läs mer om attsätta upp en starkare backend. Överväg att visa addressen på den officiella Mempool-webplatsen istället: src/app/components/address/address.component.html204,207