Skip to content

Commit e17610d

Browse files
author
Marcin Mazurek
committed
[DDW-926] Fix translations
1 parent 3bafb81 commit e17610d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/renderer/app/i18n/locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@
837837
"wallet.hardware.deviceStatus.trezor_bridge_failure": "Trezor Bridge is not installed! {instructionsLink}",
838838
"wallet.hardware.deviceStatus.trezor_bridge_failure.link.label": "Installation instructions",
839839
"wallet.hardware.deviceStatus.trezor_bridge_failure.link.url": "https://wallet.trezor.io/#/bridge",
840-
"wallet.hardware.deviceStatus.unrecognized_wallet": "We do not recognize this wallet on your device. Please ensure that you are using the same device that you selected for pairing \"{walletName}\" and that you have entered the correct passphrase.\n",
840+
"wallet.hardware.deviceStatus.unrecognized_wallet": "We do not recognize this wallet on your device. Please ensure that you are using the same device that you selected for pairing \"{walletName}\" and that you have entered the correct passphrase.",
841841
"wallet.hardware.deviceStatus.unsupported_device": "The device is not supported!",
842842
"wallet.hardware.deviceStatus.verifying_address": "Verify address on your \"{walletName}\" device",
843843
"wallet.hardware.deviceStatus.verifying_address_aborted": "Verification was aborted by the user",

source/renderer/app/i18n/locales/ja-JP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@
837837
"wallet.hardware.deviceStatus.trezor_bridge_failure": "Trezor Bridgeがインストールされていません。{instructionsLink}",
838838
"wallet.hardware.deviceStatus.trezor_bridge_failure.link.label": "インストールガイド",
839839
"wallet.hardware.deviceStatus.trezor_bridge_failure.link.url": "https://wallet.trezor.io/#/bridge",
840-
"wallet.hardware.deviceStatus.unrecognized_wallet": "ご使用のデバイスでこのウォレットを認識できません。{walletname}のペアリングに選択したデバイスと同じものを使用していること、正しいパスフレーズを入力していることを確認してください。\n\n",
840+
"wallet.hardware.deviceStatus.unrecognized_wallet": "ご使用のデバイスでこのウォレットを認識できません。{walletName}のペアリングに選択したデバイスと同じものを使用していること、正しいパスフレーズを入力していることを確認してください。",
841841
"wallet.hardware.deviceStatus.unsupported_device": "このデバイスはサポートされていません",
842842
"wallet.hardware.deviceStatus.verifying_address": "「{walletName}」デバイスのアドレスを検証してください",
843843
"wallet.hardware.deviceStatus.verifying_address_aborted": "検証はユーザーにより中止されました",

0 commit comments

Comments
 (0)