Skip to content

Commit

Permalink
feat: add estuary integration translations (#49)
Browse files Browse the repository at this point in the history
* feat: add translations for new version of Playground

* feat: run prettier

* feat: add new translations for errors messages durign Estuary integration process

* fix: remove the unused s at requirements
  • Loading branch information
FlorianRuen authored Nov 21, 2022
1 parent 5ee234b commit a049cf5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions cidgravity/locales/dev/EstuaryConnectForm.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@
}
}
},
"error": {
"MinerPowerUnder1Tib": "Your miner must have at least 1 TiB of power to use Estuary",
"NoAddressOnChain": "Your current miner hasn't any address on chain, which is a requirement for Estuary",
"NoPeerId": "Your current miner hasn't any peer Id, which is a requirement for Estuary",
"VerifiedDealPriceIsNotZero": "Your verified deal price must be zero to connect Estuary",
"GenericEstuaryError": "Unkown error from Estuary, contact CIDgravity team"
},
"button": {
"previous": "Previous",
"abort": "Abort",
Expand Down
22 changes: 11 additions & 11 deletions shared/unpackaged/locales/en-US/glossary.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"Protocol Labs": "Protocol Labs",
"Filecoin": "Filecoin",
"previous": "previous",
"glossary": {
"filecoin": "Filecoin",
"protocol-labs": "Protocol Labs",
"bidbot": "bidbot",
"textile": "Textile",
"fil": "FIL",
"estuary": "Estuary"
}
"Protocol Labs": "Protocol Labs",
"Filecoin": "Filecoin",
"previous": "previous",
"glossary": {
"filecoin": "Filecoin",
"protocol-labs": "Protocol Labs",
"bidbot": "bidbot",
"textile": "Textile",
"fil": "FIL",
"estuary": "Estuary"
}
}

0 comments on commit a049cf5

Please sign in to comment.