Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Solana add translations (#4974)
Browse files Browse the repository at this point in the history
  • Loading branch information
konoart authored May 11, 2022
1 parent c9b9a75 commit f8f1801
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/i18n/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4324,6 +4324,12 @@
"SolanaUseAllAmountStakeWarning": {
"title": "Ensure you have enough balance left for future transactions fees"
},
"SolanaTxSimulationFailedWhilePendingOp": {
"title": "Your previous transaction hasn't been processed yet. Please wait a moment then check the transaction history before trying again."
},
"SolanaTxConfirmationTimeout": {
"title": "Your transaction may have failed. Please wait a moment then check the transaction history before trying again."
},
"NotEnoughNftOwned": {
"title": "You have exceeded the number of available tokens"
}
Expand Down

1 comment on commit f8f1801

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint outputs ✅

Tests outputs ✅

Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
PASS src/generate-cryptoassets-md.test.js

Test Suites: 1 skipped, 1 passed, 1 of 2 total
Tests: 5 skipped, 1 passed, 6 total
Snapshots: 0 total
Time: 2.917 s
Test results written to: report.json

Diff output ❌

linux

Actual Diff Expected

| market-btc-page-actual | market-btc-page-diff | market-btc-page-expected |
| market-btc-page-actual | market-btc-page-diff | market-btc-page-expected |

Please sign in to comment.