Skip to content

Commit d5f98c6

Browse files
authored
[DDW-740] Fix Japanese copy (#2667)
* [DDW-740] Fix Japanese copy * [DDW-740] CHANGELOG
1 parent 2b369e4 commit d5f98c6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Changelog
1111

1212
### Fixes
1313

14+
- Fixed some Japanese translations for the external currencies ([PR 2667](https://github.com/input-output-hk/daedalus/pull/2667))
1415
- Fixed type issue on Storybook "Wallet Send Confirmation Dialog" story ([PR 2654](https://github.com/input-output-hk/daedalus/pull/2654))
1516
- Fixed ‘Stakepool Metadata Aggregation Server (SMASH)’ link returning 404 error ([PR 2646](https://github.com/input-output-hk/daedalus/pull/2646))
1617
- Enter key not working on send ([PR 2621](https://github.com/input-output-hk/daedalus/pull/2621))

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,9 +1101,9 @@
11011101
"wallet.summary.assets.tokenSendButton": "送金する",
11021102
"wallet.summary.assets.tokensTitle": "トークン",
11031103
"wallet.summary.assets.unknownLabel": "不明",
1104-
"wallet.summary.currency.isFetchingRate": "フェッチ時の換金レート",
1105-
"wallet.summary.currency.lastFetched": "換金済み:{fetchedTimeAgo}",
1106-
"wallet.summary.currency.title": "換金通貨",
1104+
"wallet.summary.currency.isFetchingRate": "フェッチ時の換算レート",
1105+
"wallet.summary.currency.lastFetched": "換算:{fetchedTimeAgo}",
1106+
"wallet.summary.currency.title": "換算通貨",
11071107
"wallet.summary.header.pendingTransactionsLabel": "処理中のトランザクション数",
11081108
"wallet.summary.header.transactionsLabel": "トランザクション数",
11091109
"wallet.summary.noTokens.learnMore.linkLabel": "もっと知る",

0 commit comments

Comments
 (0)