Skip to content

Commit

Permalink
fix: WT-2047 - missing translations (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrearampin authored Jan 15, 2024
1 parent 03f56f5 commit 451cd9d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
6 changes: 4 additions & 2 deletions packages/checkout/widgets-lib/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,10 @@
"fiatPricePrefix": "~ USD $"
},
"BRIDGE_FAILURE": {
"statusText": "Transaction failed",
"actionText": "Review & Try again"
"bridgeFailureText": {
"statusText": "Transaction failed",
"actionText": "Review & Try again"
}
},
"APPROVE_TRANSACTION": {
"content": {
Expand Down
2 changes: 2 additions & 0 deletions packages/checkout/widgets-lib/src/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,10 @@
"fiatPricePrefix": "~ USD $"
},
"BRIDGE_FAILURE": {
"bridgeFailureText": {
"statusText": "トランザクションが失敗しました",
"actionText": "再確認してもう一度試す"
}
},
"APPROVE_TRANSACTION": {
"content": {
Expand Down
6 changes: 4 additions & 2 deletions packages/checkout/widgets-lib/src/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,10 @@
"fiatPricePrefix": "~ USD $"
},
"BRIDGE_FAILURE": {
"statusText": "거래 실패",
"actionText": "검토하고 다시 시도하세요"
"bridgeFailureText": {
"statusText": "거래 실패",
"actionText": "검토하고 다시 시도하세요"
}
},
"APPROVE_TRANSACTION": {
"content": {
Expand Down
6 changes: 4 additions & 2 deletions packages/checkout/widgets-lib/src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,10 @@
"fiatPricePrefix": "~ 美元 $"
},
"BRIDGE_FAILURE": {
"statusText": "交易失败",
"actionText": "审查并重试"
"bridgeFailureText": {
"statusText": "交易失败",
"actionText": "审查并重试"
}
},
"APPROVE_TRANSACTION": {
"content": {
Expand Down

0 comments on commit 451cd9d

Please sign in to comment.