Skip to content

Commit 0fbd1a0

Browse files
authored
Merge pull request #3044 from input-output-hk/chore/ddw-1147-fix-japanese-translation-for-delegation-message
[DDW-1147] Added new jp translations
2 parents 1a693f5 + 101c6c7 commit 0fbd1a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
### Chores
1212

13+
- Changed japanese translations in delegate screen ([PR 3044](https://github.com/input-output-hk/daedalus/pull/3044))
1314
- Updated trezor-connect to v9 ([PR 3038](https://github.com/input-output-hk/daedalus/pull/3038))
1415
- Added analytics data collection ([PR 2927](https://github.com/input-output-hk/daedalus/pull/2927), [PR 2989](https://github.com/input-output-hk/daedalus/pull/2989), [PR 3003](https://github.com/input-output-hk/daedalus/pull/3003), [PR 3028](https://github.com/input-output-hk/daedalus/pull/3028))
1516
- Updated LedgerJS to 5.1.0 ([PR 3036](https://github.com/input-output-hk/daedalus/pull/3036))

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
"staking.delegationSetup.chooseStakePool.step.dialog.stepIndicatorLabel": "ステップ{currentStep}/{totalSteps}",
466466
"staking.delegationSetup.chooseStakePool.step.dialog.title": "ステークプールを選択する",
467467
"staking.delegationSetup.chooseWallet.step.dialog.continueButtonLabel": "続ける",
468-
"staking.delegationSetup.chooseWallet.step.dialog.description": "このウォレットには委任を有効にするために必要な最低額{minDelegationFunds} ADAが入っていません。<span>{minDelegationFunds} ADA以上</span>入っているウォレットを選択して、[続ける]をクリックしてください",
468+
"staking.delegationSetup.chooseWallet.step.dialog.description": "委任する資金が入ったウォレットを選択してください。委任をオプションにするためには、選択したウォレットに{minDelegationFunds}ADA以上入っている必要があります",
469469
"staking.delegationSetup.chooseWallet.step.dialog.errorMinDelegationFunds": "選択されたウォレットには委任を有効にするために必要な最低額{minDelegationFunds} ADAが入っていません。<span>{minDelegationFunds} ADA以上</span>入っているウォレットを選択して、[続ける]をクリックしてください。",
470470
"staking.delegationSetup.chooseWallet.step.dialog.errorMinDelegationFundsRewardsOnly": "このウォレットに含まれているのは報酬残高のみであるため、委任はできません。",
471471
"staking.delegationSetup.chooseWallet.step.dialog.errorRestoringWallet": "このウォレットは現在同期中のため委任に使用することができません。",

0 commit comments

Comments
 (0)