Skip to content

Commit

Permalink
[DDW-1086] Add translation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-barros committed Apr 22, 2022
1 parent c3102d7 commit dfe0199
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/renderer/app/api/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const messages = defineMessages({
cannotLeaveWalletEmpty: {
id: 'api.errors.NotEnoughFundsForTransactionFeesErrorWithTokens',
defaultMessage:
'!!!Insufficient funds to support tokens. You need at least an extra {adaAmount} ADA to make this transaction',
'!!!Insufficient funds to support tokens. You need an additional {adaAmount} ADA to process this transaction.',
description:
'"Balance after transaction would not leave enough ada in the wallet to support tokens remaining in wallet',
},
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/i18n/locales/defaultMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
}
},
{
"defaultMessage": "!!!Insufficient funds to support tokens. You need at least an extra {adaAmount} ADA to make this transaction",
"defaultMessage": "!!!Insufficient funds to support tokens. You need an additional {adaAmount} ADA to process this transaction.",
"description": "\"Balance after transaction would not leave enough ada in the wallet to support tokens remaining in wallet",
"end": {
"column": 3,
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"api.errors.IncorrectPasswordError": "Incorrect wallet password.",
"api.errors.NotEnoughFundsForTransactionError": "Not enough ada. Try sending a smaller amount.",
"api.errors.NotEnoughFundsForTransactionFeesError": "Not enough ada for fees. Try sending a smaller amount.",
"api.errors.NotEnoughFundsForTransactionFeesErrorWithTokens": "Insufficient funds to support tokens. You need at least an extra {adaAmount} ADA to make this transaction.",
"api.errors.NotEnoughFundsForTransactionFeesErrorWithTokens": "Insufficient funds to support tokens. You need an additional {adaAmount} ADA to process this transaction.",
"api.errors.NotEnoughMoneyToSendError": "Not enough money to make this transaction.",
"api.errors.TooBigTransactionError": "Transaction too big due to too many inputs.",
"api.errors.TooBigTransactionErrorLinkLabel": "Learn more.",
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/i18n/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"api.errors.IncorrectPasswordError": "ウォレットパスワードが間違っています",
"api.errors.NotEnoughFundsForTransactionError": "ADAが不足しています。送金額を減らしてください。",
"api.errors.NotEnoughFundsForTransactionFeesError": "手数料分のADAが不足しています。送金額を減らしてください。",
"api.errors.NotEnoughFundsForTransactionFeesErrorWithTokens": "Insufficient funds to support tokens. You need at least an extra {adaAmount} ADA to make this transaction.",
"api.errors.NotEnoughFundsForTransactionFeesErrorWithTokens": "トークンをサポートする資金が不足しています。このトランザクションを処理するためには、あと{adaAmount} ADAが必要です。",
"api.errors.NotEnoughMoneyToSendError": "このトランザクションに必要な資金が不足しています。",
"api.errors.TooBigTransactionError": "入力過多によりトランザクションサイズが超過しています。",
"api.errors.TooBigTransactionErrorLinkLabel": "もっと知る。",
Expand Down

0 comments on commit dfe0199

Please sign in to comment.