Skip to content

Commit

Permalink
[DDW-1147] Added minDelegationFunds
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmain committed Oct 6, 2022
1 parent c3dfb9d commit c7c8193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/renderer/app/i18n/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
"staking.delegationSetup.chooseStakePool.step.dialog.stepIndicatorLabel": "ステップ{currentStep}/{totalSteps}",
"staking.delegationSetup.chooseStakePool.step.dialog.title": "ステークプールを選択する",
"staking.delegationSetup.chooseWallet.step.dialog.continueButtonLabel": "続ける",
"staking.delegationSetup.chooseWallet.step.dialog.description": "委任する資金が入ったウォレットを選択してください。委任をオプションにするためには、選択したウォレットに10ADA以上入っている必要があります",
"staking.delegationSetup.chooseWallet.step.dialog.description": "委任する資金が入ったウォレットを選択してください。委任をオプションにするためには、選択したウォレットに{minDelegationFunds}ADA以上入っている必要があります",
"staking.delegationSetup.chooseWallet.step.dialog.errorMinDelegationFunds": "選択されたウォレットには委任を有効にするために必要な最低額{minDelegationFunds} ADAが入っていません。<span>{minDelegationFunds} ADA以上</span>入っているウォレットを選択して、[続ける]をクリックしてください。",
"staking.delegationSetup.chooseWallet.step.dialog.errorMinDelegationFundsRewardsOnly": "このウォレットに含まれているのは報酬残高のみであるため、委任はできません。",
"staking.delegationSetup.chooseWallet.step.dialog.errorRestoringWallet": "このウォレットは現在同期中のため委任に使用することができません。",
Expand Down Expand Up @@ -1345,4 +1345,4 @@
"wallet.transferFunds.dialog2.total.label": "合計",
"widgets.itemsDropdown.syncingLabel": "同期",
"widgets.itemsDropdown.syncingLabelProgress": "同期中 {syncingProgress}%"
}
}

0 comments on commit c7c8193

Please sign in to comment.