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

chore: apply voting strings #3294

Merged
merged 2 commits into from
May 23, 2022
Merged
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
137 changes: 129 additions & 8 deletions packages/shared/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@
"commencing": "Pre-staking is open",
"holding": "{duration} of staking left",
"ended": "Staking has now ended",
"inactive": "No staking events detected"
"inactive": "No staking events detected",
"fetching": "Fetching staking event info..."
},
"bodies": {
"upcoming": "Stake your {token} tokens to automatically receive rewards every 10 seconds once staking starts on {date}.",
Expand Down Expand Up @@ -558,6 +559,85 @@
"title": "Color picker",
"hexCode": "Color hex code"
}
},
"governance": {
"votingPower": {
"title": "My voting weight",
"info": {
"title": "Your voting weight",
"equality": "1000 IOTA = 1 VOTE",
"description1": "Your voting weight is derived from your wallet balance. When a voting proposal is in the Counting phase, active votes are counted and accumulated every 10s.",
"description2": "1 Ki of voting weight (1000 IOTA tokens) yields 1 vote every 10s. This means you must keep voting for the full duration of the Counting phase to issue your full voting weight. "
}
},
"info": {
"title": "Governance info",
"description": "With the help of the IOTA Foundation, the IOTA community has developed an IOTA voting protocol, allowing you to participate in governance decisions by voting with your IOTA tokens in Firefly.",
"link": "Learn about voting with IOTA",
"tooltip": {
"eventStatusTimeline": {
"votingOpen": "Voting open",
"countingStarts": "Counting begins",
"countingStops": "Counting ends",
"votingOpened": "Voting opened",
"countingStarted": "Counting began",
"countingStopped": "Counting ended"

},
"votingRate": {
"title": "Voting rate",
"body": "{amount} will generate {votesPerMilestone} votes every {time, plural, one {# second} other {# seconds}}."
},
"countedVotes": {
"title": "Counted votes",
"body": "Votes are counted at {time, plural, one {# second} other {# seconds}} intervals throughout the Counting period. {amount} generates {votesPerMilestone} votes every {time, plural, one {# second} other {# seconds}}."
},
"partiallyVoted": {
"title": "New unused funds: {amount}",
"body": "You have received additional funds to {account}. You can vote with these tokens by merging your vote."
},
"maximumVotes": {
"title": "Maximum votes",
"body": "You must keep voting for the remaining Counting period in order to reach your maximum votes."
}
}
},
"events": {
"status": {
"upcoming": "Announcement",
"commencing": "Voting open",
"holding": "Counting",
"ended": "Ended"
},
"button": "View proposal",
"treasury": {
"notFound": {
"title": "Unable to load Community Treasury vote",
"subtitle": "Please connect to a node that supports this proposal",
"buttonConnect": "Connect to default node",
"buttonSettings": "View node settings",
"fetching": "Fetching governance event info..."
}
}
},
"eventDetails": {
"votingOpens": "Voting opens on",
"votingProgress": "Time remaining",
"votingPower": "Your voting weight",
"votesCounted": "Your counted votes",
"maximumVotes": "Your maximum votes",
"countingStarts": "Counting begins on",
"currentResult": "Current result",
"finalResult": "Final result",
"answerHeader": {
"activeVoting": "Active voting",
"selected": "Submitted",
"notSelected": "Not selected",
"winner": "Winner"
}
},
"votes": "votes",
"manageVote": "Manage vote"
}
},
"popups": {
Expand Down Expand Up @@ -671,7 +751,12 @@
"title": "Confirm transaction",
"body": "You’re about to send {amount} to",
"sendingFromStakedAccount": "You are sending a transfer from a wallet that is currently being staked. This may unstake your tokens. Feel free to send the transfer but you may need to restake your remaining tokens afterwards.",
"sendingFromStakedAccountBelowMinReward": "You are sending a transfer from a wallet that has not yet reached the minimum staking rewards. This may unstake your tokens and you may lose your staking rewards on this wallet."
"sendingFromStakedAccountBelowMinReward": "You are sending a transfer from a wallet that has not yet reached the minimum staking rewards. This may unstake your tokens and you may lose your staking rewards on this wallet.",
"sendingFromActiveParticipationAccount": {
"stakeVote": "You are sending a transfer from a wallet that is currently staking and voting. This may unstake your tokens and stop your vote. Feel free to send the transfer but you may need to restake and vote again with your remaining tokens afterwards.",
"stake": "You are sending a transfer from a wallet that is currently being staked. This may unstake your tokens. Feel free to send the transfer but you may need to restake your remaining tokens afterwards.",
"vote": "You are sending a transfer from a wallet that is currently voting. This may stop your vote. Feel free to send the transfer but you may need to vote again with your remaining tokens afterwards."
}
},
"balanceFinder": {
"title": "Balance finder",
Expand Down Expand Up @@ -775,6 +860,33 @@
"body": "IOTA staking for Assembly continues... Participate in phase {periodNumber} for 90 days. Stake your IOTA tokens and earn ASMB rewards!",
"info": "Shimmer staking is now complete and only ASMB tokens will be distributed."
},
"governanceManager": {
"castYourVote": "Cast your vote",
"castYourVoteInfo": "You're about to vote for Option {voteValue} ({voteText}) with {amount}",
"castingVotes": "Casting votes",
"stopVoting": "Stop voting",
"stopVotingInfo": "Are you sure you want to stop voting for Option {voteValue} ({voteText})?",
"stopVotingDisclaimer": "Please note that stopping voting during the counting period won't impact any votes that have already been counted",
"stoppingVoting": "Stopping voting",
"changeVote": "Change vote",
"changeVoteDisclaimer": "Please note that changing your vote during the counting period won't impact any votes that have already been counted",
"changeVoteInfo": "Are you sure you want to change your vote to Option {voteValue} ({voteText})?",
"changingVote": "Changing vote",
"manageVotes": "Manage votes",
"partialVoteInfo": "You have received {amount} to {account}. You can vote with these funds by merging them with your current vote.",
"mergeVoteDisclaimer": "Please note that merging votes won't impact any votes that have already been counted",
"mergingVotes": "Merging votes",
"votedSuccessfully": "You have started voting with {account}.",
"unvotedSuccessfully": "You have stopped voting with {account}.",
"successPopup": {
"castVotesTitle": "Voted successfully",
"stopVotesTitle": "Voting stopped",
"mergeVotesTitle": "Vote merged",
"changeVotesTitle": "Vote changed",
"castBody": "You are now voting for Option {voteValue} ({voteText}).",
"stopBody": "You have stopped voting. This does not impact votes that have already been counted."
}
},
"shimmer-info": {
"title": "About Shimmer",
"body1": "Congratulations you have earned SMR tokens as a staking reward. Shimmer is an incentivized staging network to test major upgrades on IOTA.",
Expand Down Expand Up @@ -931,6 +1043,10 @@
"merge": "Merge",
"mergeFunds": "Merge funds",
"done": "Done",
"castVotes": "Cast votes",
"changeVotes": "Change vote",
"mergeVotes": "Merge vote",
"stopVotes": "Stop voting",
"okIUnderstand": "OK, I understand",
"readMore": "Read more"
},
Expand Down Expand Up @@ -1057,12 +1173,11 @@
"transferringTo": "Transferring to {account}",
"transferFrom": "Transfer from {account}",
"transferTo": "Transfer to {account}",
"stakedFor": "Staked for {account}",
"unstakedFor": "Unstaked for {account}",
"votedFor": "Voted for {account}",
"unvotedFor": "Unvoted for {account}",
"stakingTransaction": "Staking Transaction",
"unstakingTransaction": "Unstaking Transaction",
"votingTransaction": "Voting Transaction",
"unvotingTransaction": "Unvoting Transaction",
"participationTransaction": "Participation Transaction",
"receiving": "Receiving",
"sending": "Sending",
"legacyNetwork": "Legacy Network",
Expand All @@ -1072,14 +1187,19 @@
"unknown": "Unknown",
"none": "None",
"staked": "Staked",
"voted": "Voted",
"unstaked": "Unstaked",
"unvoted": "Unvoted",
"staking": "Staking",
"unstaking": "Unstaking",
"notStaked": "Not staked",
"stakedFunds": "Staked funds",
"unstakedFunds": "Unstaked funds",
"voting": "Voting",
"unvoting": "Unvoting",
"accountColor": "Wallet color",
"myAssets": "My assets",
"option": "Option",
"total": "Total: {balance}"
},
"dates": {
Expand Down Expand Up @@ -1130,7 +1250,7 @@
},
"syncing": "Please wait until synchronization is finished to change wallets.",
"transferring": "Please wait until all transactions are completed to change wallets.",
"participating": "Please wait until all staking/voting transactions are completed to change wallets."
"participating": "Please wait until you have completed staking/voting before changing wallets."
},
"error": {
"profile": {
Expand Down Expand Up @@ -1317,6 +1437,7 @@
},
"tabs": {
"wallet": "Wallet",
"staking": "Staking"
"staking": "Staking",
"governance": "Governance"
}
}