Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Masternode Last Paid #97

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
783 changes: 696 additions & 87 deletions assets/style/style.css

Large diffs are not rendered by default.

1,596 changes: 932 additions & 664 deletions index.template.html

Large diffs are not rendered by default.

64 changes: 23 additions & 41 deletions locale/en/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const en_translation = {
available:"Available", //

// Nav Bar
navIntro: "Intro", //
navDashboard: "Dashboard", //
navSend: "Send", //
navStake: "Stake", //
Expand All @@ -28,9 +27,7 @@ export const en_translation = {
navExperimentalSync:"<b>Experimental Sync Active</b>", //

// Footer
footerDonateLink: "Donate!", //
footerBuiltWithPivxLabs: "Built with 💜 by PIVX Labs", //
footerGithubLink: "MyPIVXWallet", //

// Intro
title: "Welcome to", //
Expand All @@ -52,68 +49,53 @@ export const en_translation = {
cardFourDesc: "MyPIVXWallet is built with love without any fees, privacy intrusions or advertising. ", //
cardFourLink: "Know more", //

buttonDonate: "Donate - Pay with MyPIVXWallet", //

// Dashboard
dashboardTitle: "Dashboard", //
dCardOneTitle: "Create a", //
dCardOneSubTitle: "New Wallet", //
dCardOneDesc: "This will create a new, random PIVX wallet that will contain no initial funds, you may transfer to-and-from this wallet with ease.", //
dCardOneDesc: "Create a new PIVX wallet, offering the most secure backup & security methods.", //
dCardOneButton: "Create A New Wallet", //

dCardTwoTitle: "Create a new", //
dCardTwoSubTitle: "Vanity Wallet", //
dCardTwoDesc: "This will create a PIVX wallet with a customized prefix of your choosing, requiring more processing power to generate such addresses, it is recommended to generate a prefix of less than 6 characters, for example: 'DAD' is a possible address prefix.", //
dCardTwoDesc: "Create a wallet with a custom prefix, this can take a long time!", //
dCardTwoButton: "Create A Vanity Wallet", //

dCardThreeTitle: "Access your", //
dCardThreeSubTitle: "Hardware Wallet", //
dCardThreeDesc: "This will help managing the PIVX wallet on your ledger. Notice that the private key will remain safe in your hardware device", //
dCardThreeButton: "Access my hardware wallet", //
dCardThreeSubTitle: "Ledger Wallet", //
dCardThreeDesc: "Use your Ledger Hardware wallet with MPW's familiar interface.", //
dCardThreeButton: "Access my Ledger", //

dCardFourTitle: "Go to", //
dCardFourSubTitle: "My Wallet", //
dCardFourDesc: "This will import a PIVX wallet that you hold via it's private key, loading the address and pulling your existing balance, if any, from an explorer node.", //
dCardFourSubDesc:"*Note: MPW developers can NOT access your wallet, this wallet runs purely in YOUR browser using JavaScript.", //
dCardFourDesc: "Import a PIVX wallet using a Private Key, xpriv, or Seed Phrase.", //
dCardFourButtonI:"Import Wallet", //
dCardFourButtonA:"Access My Wallet", //

// Send
sendTitle: "Create a", //
sendSubTitle: "Transaction", //
sendShieldingWarning: "Please <b>AVOID</b> sending to Shielded addresses using this wallet - this functionality is currently unsupported.", //

sendSimpleTxTitle: "Create Simple Transactions", //
sendSimpleTxAddress: "Address", //
sendSimpleTxAll: "(Send All)", //
sendSimpleTxDesc: "Description (from the merchant)", //
sendSimpleTxButton:"Send Transaction", //

sendManualTxTitle:"Create Manual Transactions", //
sendManualTxInput:"Inputs", //
sendManualTxTRXHash: "Trx Hash", //
sendManualTxIndex:"Index", //
sendManualTxScript:"Script", //
sendManualTxOutputs:"Outputs", //
sendManualTxOutputAddr:"Output address 1", //
sendManualTxOutputAddrTwo:"Output address 2", //
sendManualTxWIFKey:"WIF key", //
sendManualTxWarning:"<b>WARNING:</b> ANY FUNDS NOT ALLOCATED WILL BE USED AS FEES", //
sendManualTxButton:"Create Raw Signed Transction", //
sendSignedRawTx:"Signed Raw Transaction", //
sendSignedTutorial:"Don't understand how this works? ", //
sendSignedTutorialLink:"Tutorial Here", //
sendSignedTutorialAdvInfo:"Advanced Details: <br>locktime is set to 0, sequence is set to max. SIGHASH_ALL option is chosen for signing raw Transaction.", //
sendReceiverAddress: "Address", //
sendAmountCoinsMax: "MAX", //
paymentRequestMessage: "Description (from the merchant)", //
sendTransaction:"Send", //

// Stake
stakeTitle:"<b>New Feature!<b>", //
stakeSubTitle:"Please be aware MPW Cold Staking is a new, slightly experimental feature, it may be unstable, and is currently slow. Please have patience when using this feature, and wait for block confirmations before actions and balances are shown on-screen.", //
stakeTitle:"Stake your PIV to generate rewards!", //
stakeSubTitle:"Coins that you Stake are \"Locked\" seperately from your Available balance, and have a chance to generate rewards. <br> The more coins you stake, the more frequently you'll receive rewards.", //
stake:"Stake",
stakeUnstake:"Unstake", //
stakeLoadMore:"Load more", //

// Masternode
masternodeLoadMore:"Load more", //

// Governance
contestedProposalsTitle:"Contested Proposals",
contestedProposalsDesc:"These are proposals that received an overwhelming amount of downvotes, making it likely spam or a highly contestable proposal.",

// Settings
settingsExplorer:"Choose an explorer", //
settingsLanguage:"Choose an Language:", //
settingsCurrency:"Choose a display currency:",
settingsExplorer:"Choose an explorer:", //
settingsLanguage:"Choose a Language:", //
settingsPivxNode:"Choose a PIVX node:", //
settingsAnalytics:"Choose your analytics contribution level:", //
settingsToggleDebug:"Toggle Debug Mode", //
Expand Down
62 changes: 22 additions & 40 deletions locale/template/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ var translation = {
available:"", //Available

// Nav Bar
navIntro: "", //Intro
navDashboard: "", //Dashboard
navSend: "", //Send
navStake: "", //Stake
Expand All @@ -46,9 +45,7 @@ var translation = {
navExperimentalSync:"", //<b>Experimental Sync Active</b>

// Footer
footerDonateLink: "", //Donate!
footerBuiltWithPivxLabs: "", //Built with 💜 by PIVX Labs
footerGithubLink: "", //MyPIVXWallet

// Intro
title: "", //Welcome to
Expand All @@ -70,68 +67,53 @@ var translation = {
cardFourDesc: "", //MyPIVXWallet is built with love without any fees, privacy intrusions or advertising.
cardFourLink: "", //Know more

buttonDonate: "", //Donate - Pay with MyPIVXWallet

// Dashboard
dashboardTitle: "", //Dashboard
dCardOneTitle: "", //Create a
dCardOneSubTitle: "", //New Wallet
dCardOneDesc: "", //This will create a new, random PIVX wallet that will contain no initial funds, you may transfer to-and-from this wallet with ease.
dCardOneDesc: "", //Create a new PIVX wallet, offering the most secure backup & security methods.
dCardOneButton: "", //Create A New Wallet

dCardTwoTitle: "", //Create a new
dCardTwoSubTitle: "", //Vanity Wallet
dCardTwoDesc: "", //This will create a PIVX wallet with a customized prefix of your choosing, requiring more processing power to generate such addresses, it is recommended to generate a prefix of less than 6 characters, for example: "DAD" is a possible address prefix.
dCardTwoDesc: "", //Create a wallet with a custom prefix, this can take a long time!
dCardTwoButton: "", //Create A Vanity Wallet

dCardThreeTitle: "", //Access your
dCardThreeSubTitle: "", //Hardware Wallet
dCardThreeDesc: "", //This will help managing the PIVX wallet on your ledger. Notice that the private key will remain safe in your hardware device
dCardThreeButton: "", //Access my hardware wallet
dCardThreeDesc: "", //Use your Ledger Hardware wallet with MPW's familiar interface.
dCardThreeButton: "", //Access my Ledger

dCardFourTitle: "", //Go to
dCardFourSubTitle: "", //My Wallet
dCardFourDesc: "", //This will import a PIVX wallet that you hold via it's private key, loading the address and pulling your existing balance, if any, from an explorer node.
dCardFourSubDesc:"", //*Note: MPW developers can NOT access your wallet, this wallet runs purely in YOUR browser using JavaScript.
dCardFourDesc: "", //Import a PIVX wallet using a Private Key, xpriv, or Seed Phrase.
dCardFourButtonI:"", //Import Wallet
dCardFourButtonA:"", //Access My Wallet

// Send
sendTitle: "", //Create a
sendSubTitle: "", //Transaction
sendShieldingWarning: "", //Please <b>AVOID</b> sending to Shielded addresses using this wallet - this functionality is currently unsupported.

sendSimpleTxTitle: "", //Create Simple Transactions
sendSimpleTxAddress: "", //Address
sendSimpleTxAll: "", //(Send All)
sendSimpleTxDesc: "", //Description (from the merchant)
sendSimpleTxButton:"", //Send Transaction

sendManualTxTitle:"", //Create Manual Transactions
sendManualTxInput:"", //Inputs
sendManualTxTRXHash: "", //Trx Hash
sendManualTxIndex:"", //Index
sendManualTxScript:"", //Script
sendManualTxOutputs:"", //Outputs
sendManualTxOutputAddr:"", //Output address 1
sendManualTxOutputAddrTwo:"", //Output address 2
sendManualTxWIFKey:"", //WIF key
sendManualTxWarning:"", //<b>WARNING:</b> ANY FUNDS NOT ALLOCATED WILL BE USED AS FEES
sendManualTxButton:"", //Create Raw Signed Transction
sendSignedRawTx:"", //Signed Raw Transaction
sendSignedTutorial:"", //Don't understand how this works?
sendSignedTutorialLink:"", //Tutorial Here
sendSignedTutorialAdvInfo:"", //Advanced Details: <br>locktime is set to 0, sequence is set to max. SIGHASH_ALL option is chosen for signing raw Transaction.
sendReceiverAddress: "", //Address
sendAmountCoinsMax: "", //MAX
paymentRequestMessage: "", //Description (from the merchant)
sendTransaction:"", //Send

// Stake
stakeTitle:"", //<b>New Feature!<b>
stakeSubTitle:"", //Please be aware MPW Cold Staking is a new, slightly experimental feature, it may be unstable, and is currently slow. Please have patience when using this feature, and wait for block confirmations before actions and balances are shown on-screen.
stakeTitle:"", //Stake your PIV to generate rewards!
stakeSubTitle:"", //Coins that you Stake are \"Locked\" seperately from your Available balance, and have a chance to generate rewards. <br> The more coins you stake, the more frequently you'll receive rewards.
stake:"", //Stake
stakeUnstake:"", //Unstake
stakeLoadMore:"", //Load more

// Masternode
masternodeLoadMore:"", //Load more

// Governance
contestedProposalsTitle:"", //Contested Proposals
contestedProposalsDesc:"", //These are proposals that received an overwhelming amount of downvotes, making it likely spam or a highly contestable proposal.

// Settings
settingsExplorer:"", //Choose an explorer
settingsLanguage:"", //Choose an Language:
settingsCurrency:"", //Choose a display currency:
settingsExplorer:"", //Choose an explorer:
settingsLanguage:"", //Choose a Language:
settingsPivxNode:"", //Choose a PIVX node:
settingsAnalytics:"", //Choose your analytics contribution level:
settingsToggleDebug:"", //Toggle Debug Mode
Expand Down
Loading