Skip to content

Commit aee297e

Browse files
github-actions[bot]crowdin-botjeeanribeiromaxwellmattryannicole-obrien
authored
New translations [ci skip] (iotaledger#5652)
* New Crowdin translations by Github Action * feat: deep link opens already registered proposal (iotaledger#5701) * feat: deep link opens already registered proposal * fixes from review * try to prevent edge cases * fixes after merge * fix code convention import order * update import * fix: getProposalFromEventId * format fixes * fix tests failing * fix: importing coding conventions * change importing order in createProposalFromEvent * fix relative imports * fix: moves condition of selectedProposalId to only wrap the set store line * fix: remove global flag from proposal ID regexp --------- Co-authored-by: Matthew Maxwell <maxwellmattryan@gmail.com> * fix: undefined param get percentages (iotaledger#5719) * fix: undefined param get percentages * fix: setWinnerAnswerIndex undefined answerStatuses * fix: revert breaking change in i18n (iotaledger#5720) Co-authored-by: Matthew Maxwell <44885822+maxwellmattryan@users.noreply.github.com> * feat-mobile: balance breakdown (iotaledger#5689) * feat: kickoff account actions drawer * fix: features * feat: add customize account * feat: toggle account visibility * feat: delete account * feat: balance breakdown * feat: finalize output consolidation --------- Co-authored-by: paul-boegelsack <paul.boegelsack@iota.org> * fix: require at least one answer (iotaledger#5718) * fix: adjust logic to automatically abstain * fix: PR fixes --------- Co-authored-by: Tuditi <45079109+Tuditi@users.noreply.github.com> Co-authored-by: Mark Nardi <mark.nardi@iota.org> * feat: governance polishing #2 (iotaledger#5723) * fix: NodeInput selector not overflowing popup * fix: removes OrderFilterItem mb-4 * fix: ProposalCard height with falsy status * fix: question not collapsing * feat: add a decimal place to the proposal answers percentages where is needed * fix: consistent tooltip styling * fix: do not freeze on negative participation range (iotaledger#5733) * fix: do not freeze on negative participation range Co-authored-by: Tuditi <Tuditi@users.noreply.github.com> * refactor: move logic into separate function --------- Co-authored-by: Tuditi <Tuditi@users.noreply.github.com> Co-authored-by: Tuditi <daviddetroch@pm.me> * fix: add pending activity for voting (iotaledger#5721) * fix: add pending activity on voting * chore: use correct error handling * fix: update participation overview when vote is included * refactor: simplify processAndAddToActivities * chore: update locales --------- Co-authored-by: Tuditi <45079109+Tuditi@users.noreply.github.com> Co-authored-by: Nicole O'Brien <nicole.obrien@iota.org> Co-authored-by: Tuditi <daviddetroch@pm.me> * fix: reset Governance dashboard on wallet switch (iotaledger#5737) * fix: add account switching for proposal details view * chore: rename some components * fix: allow switching on dashboard view * chore: add explanatory comments * chore: apply changes per PR review * fix: fix details view if account with proposal gets deleted (iotaledger#5739) Co-authored-by: Tuditi <45079109+Tuditi@users.noreply.github.com> --------- Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Jean Ribeiro <iamjeanribeiro@gmail.com> Co-authored-by: Matthew Maxwell <maxwellmattryan@gmail.com> Co-authored-by: Nicole O'Brien <nicole.obrien@iota.org> Co-authored-by: Matthew Maxwell <44885822+maxwellmattryan@users.noreply.github.com> Co-authored-by: Begoña Álvarez de la Cruz <balvarez@boxfish.studio> Co-authored-by: paul-boegelsack <paul.boegelsack@iota.org> Co-authored-by: Tuditi <45079109+Tuditi@users.noreply.github.com> Co-authored-by: Mark Nardi <mark.nardi@iota.org> Co-authored-by: Tuditi <Tuditi@users.noreply.github.com> Co-authored-by: Tuditi <daviddetroch@pm.me> Co-authored-by: MarkNerdi <105642810+MarkNerdi@users.noreply.github.com>
1 parent 28fe391 commit aee297e

45 files changed

Lines changed: 2181 additions & 921 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/shared/locales/af.json

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -577,15 +577,17 @@
577577
},
578578
"proposalsDetails": {
579579
"title": "Details",
580+
"totalProposals": "Total proposals",
580581
"activeProposals": "Active proposals",
581582
"votingProposals": "Proposals you are voting on",
582583
"votedProposals": "Total proposals you voted on"
583584
},
584585
"proposals": {
585586
"title": "Proposals",
586587
"voted": "Voted",
587-
"successRegister": "Proposal successfully registered",
588-
"successRemove": "Proposal successfully removed"
588+
"successAdd": "Proposal successfully added",
589+
"successRemove": "Proposal successfully removed",
590+
"emptyTitle": "No proposals"
589591
},
590592
"statusTimeline": {
591593
"upcoming": "Announcement",
@@ -601,12 +603,15 @@
601603
},
602604
"proposalInformation": {
603605
"title": "Proposal information",
606+
"votingOpens": "Voting opens on",
607+
"countingStarts": "Counting starts on",
604608
"countingEnds": "Counting ends on",
609+
"countingEnded": "Counting ended on",
605610
"eventId": "Event ID",
606611
"nodeUrl": "Node URL"
607612
},
608-
"voteOpens": "Vote opens in {time}",
609-
"fetching": "Fetching proposal data"
613+
"fetching": "Fetching proposal data",
614+
"hintVote": "You can not vote on a proposal that is in the announcement phase, voting will open in {time}."
610615
}
611616
}
612617
},
@@ -642,6 +647,10 @@
642647
"title": "Transactions",
643648
"subtitle": "Temporarily locked in unclaimed transactions"
644649
},
650+
"votingPowerOutput": {
651+
"title": "Governance",
652+
"subtitle": "Reserved for voting power"
653+
},
645654
"minimizeStorageDepositButton": "Minimize storage deposit"
646655
},
647656
"minimizeStorageDeposit": {
@@ -1009,12 +1018,12 @@
10091018
"manageVotingPower": {
10101019
"title": "Manage voting power",
10111020
"body": "Define your voting power to vote on proposals.",
1012-
"revote": "Changing your voting power temporarily stops your votes from being counted. Proceed to the following step to resume voting.",
1013-
"hint": "Increasing your voting power locks your funds. You need to decrease your voting power to make them spendable again. This affects all proposals with an active vote."
1021+
"hint": "All funds that you allocate to voting are locked. In order to make them spendable again, you need to decrease your voting power. This affects all proposals with an active vote.",
1022+
"amountZero": "Please be aware that setting your voting power to zero will stop all your votes for all proposals you are currently voting on."
10141023
},
1015-
"registerProposal": {
1016-
"title": "Register proposal",
1017-
"body": "Please provide the information listed below to register a proposal."
1024+
"addProposal": {
1025+
"title": "Add proposal",
1026+
"body": "Please provide the information listed below to add a proposal."
10181027
},
10191028
"voteForProposal": {
10201029
"title": "Vote for proposal",
@@ -1024,7 +1033,7 @@
10241033
},
10251034
"revote": {
10261035
"title": "Revote on proposals",
1027-
"body": "As mentioned in the previous step, changing your voting power temporarily stops your votes from being counted. Simply click \"Revote\" to resume voting.",
1036+
"body": "Changing your voting power temporarily stops your votes for all proposals from being counted. Simply click \"Revote\" to resume voting.",
10281037
"hint": "Firefly remembers all of the proposals and answer options you previously voted for."
10291038
},
10301039
"removeProposal": {
@@ -1213,6 +1222,7 @@
12131222
"unverifyToken": "Unverify token",
12141223
"hideToken": "Hide token",
12151224
"unhideToken": "Unhide token",
1225+
"burn": "Burn",
12161226
"burnToken": "Burn token",
12171227
"faucetRequest": "Get {token} tokens",
12181228
"refreshTokenMetadata": "Refresh token metadata",
@@ -1225,7 +1235,7 @@
12251235
"addReference": "Add reference",
12261236
"depositNft": "Deposit NFTs",
12271237
"vote": "Vote",
1228-
"registerProposal": "Register proposal",
1238+
"addProposal": "Add proposal",
12291239
"removeProposal": "Remove proposal",
12301240
"stopVoting": "Stop voting",
12311241
"revote": "Revote"
@@ -1570,6 +1580,24 @@
15701580
"incoming": "Incoming",
15711581
"outgoing": "Outgoing",
15721582
"selfTransaction": "Self transaction"
1583+
},
1584+
"proposalType": {
1585+
"label": "Type",
1586+
"official": "Official",
1587+
"custom": "Custom"
1588+
},
1589+
"phase": {
1590+
"label": "Phase"
1591+
},
1592+
"participated": {
1593+
"label": "Participated",
1594+
"yes": "Yes",
1595+
"no": "No"
1596+
},
1597+
"proposalOrder": {
1598+
"label": "Order",
1599+
"name": "Name",
1600+
"phase": "Phase"
15731601
}
15741602
},
15751603
"dates": {
@@ -1881,9 +1909,9 @@
18811909
}
18821910
},
18831911
"governance": {
1884-
"unableToRegisterProposal": {
1885-
"short": "Unable to register proposal",
1886-
"long": "An error occurred while trying to register proposal {proposalId}"
1912+
"unableToAddProposal": {
1913+
"short": "Unable to add proposal",
1914+
"long": "An error occurred while trying to add proposal {proposalId}"
18871915
}
18881916
}
18891917
},

packages/shared/locales/ar.json

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -577,15 +577,17 @@
577577
},
578578
"proposalsDetails": {
579579
"title": "Details",
580+
"totalProposals": "Total proposals",
580581
"activeProposals": "Active proposals",
581582
"votingProposals": "Proposals you are voting on",
582583
"votedProposals": "Total proposals you voted on"
583584
},
584585
"proposals": {
585586
"title": "Proposals",
586587
"voted": "Voted",
587-
"successRegister": "Proposal successfully registered",
588-
"successRemove": "Proposal successfully removed"
588+
"successAdd": "Proposal successfully added",
589+
"successRemove": "Proposal successfully removed",
590+
"emptyTitle": "No proposals"
589591
},
590592
"statusTimeline": {
591593
"upcoming": "Announcement",
@@ -601,12 +603,15 @@
601603
},
602604
"proposalInformation": {
603605
"title": "Proposal information",
606+
"votingOpens": "Voting opens on",
607+
"countingStarts": "Counting starts on",
604608
"countingEnds": "Counting ends on",
609+
"countingEnded": "Counting ended on",
605610
"eventId": "Event ID",
606611
"nodeUrl": "Node URL"
607612
},
608-
"voteOpens": "Vote opens in {time}",
609-
"fetching": "Fetching proposal data"
613+
"fetching": "Fetching proposal data",
614+
"hintVote": "You can not vote on a proposal that is in the announcement phase, voting will open in {time}."
610615
}
611616
}
612617
},
@@ -642,6 +647,10 @@
642647
"title": "Transactions",
643648
"subtitle": "Temporarily locked in unclaimed transactions"
644649
},
650+
"votingPowerOutput": {
651+
"title": "Governance",
652+
"subtitle": "Reserved for voting power"
653+
},
645654
"minimizeStorageDepositButton": "Minimize storage deposit"
646655
},
647656
"minimizeStorageDeposit": {
@@ -1009,12 +1018,12 @@
10091018
"manageVotingPower": {
10101019
"title": "Manage voting power",
10111020
"body": "Define your voting power to vote on proposals.",
1012-
"revote": "Changing your voting power temporarily stops your votes from being counted. Proceed to the following step to resume voting.",
1013-
"hint": "Increasing your voting power locks your funds. You need to decrease your voting power to make them spendable again. This affects all proposals with an active vote."
1021+
"hint": "All funds that you allocate to voting are locked. In order to make them spendable again, you need to decrease your voting power. This affects all proposals with an active vote.",
1022+
"amountZero": "Please be aware that setting your voting power to zero will stop all your votes for all proposals you are currently voting on."
10141023
},
1015-
"registerProposal": {
1016-
"title": "Register proposal",
1017-
"body": "Please provide the information listed below to register a proposal."
1024+
"addProposal": {
1025+
"title": "Add proposal",
1026+
"body": "Please provide the information listed below to add a proposal."
10181027
},
10191028
"voteForProposal": {
10201029
"title": "Vote for proposal",
@@ -1024,7 +1033,7 @@
10241033
},
10251034
"revote": {
10261035
"title": "Revote on proposals",
1027-
"body": "As mentioned in the previous step, changing your voting power temporarily stops your votes from being counted. Simply click \"Revote\" to resume voting.",
1036+
"body": "Changing your voting power temporarily stops your votes for all proposals from being counted. Simply click \"Revote\" to resume voting.",
10281037
"hint": "Firefly remembers all of the proposals and answer options you previously voted for."
10291038
},
10301039
"removeProposal": {
@@ -1213,6 +1222,7 @@
12131222
"unverifyToken": "Unverify token",
12141223
"hideToken": "Hide token",
12151224
"unhideToken": "Unhide token",
1225+
"burn": "Burn",
12161226
"burnToken": "Burn token",
12171227
"faucetRequest": "Get {token} tokens",
12181228
"refreshTokenMetadata": "Refresh token metadata",
@@ -1225,7 +1235,7 @@
12251235
"addReference": "Add reference",
12261236
"depositNft": "Deposit NFTs",
12271237
"vote": "Vote",
1228-
"registerProposal": "Register proposal",
1238+
"addProposal": "Add proposal",
12291239
"removeProposal": "Remove proposal",
12301240
"stopVoting": "Stop voting",
12311241
"revote": "Revote"
@@ -1570,6 +1580,24 @@
15701580
"incoming": "Incoming",
15711581
"outgoing": "Outgoing",
15721582
"selfTransaction": "Self transaction"
1583+
},
1584+
"proposalType": {
1585+
"label": "Type",
1586+
"official": "Official",
1587+
"custom": "Custom"
1588+
},
1589+
"phase": {
1590+
"label": "Phase"
1591+
},
1592+
"participated": {
1593+
"label": "Participated",
1594+
"yes": "Yes",
1595+
"no": "No"
1596+
},
1597+
"proposalOrder": {
1598+
"label": "Order",
1599+
"name": "Name",
1600+
"phase": "Phase"
15731601
}
15741602
},
15751603
"dates": {
@@ -1881,9 +1909,9 @@
18811909
}
18821910
},
18831911
"governance": {
1884-
"unableToRegisterProposal": {
1885-
"short": "Unable to register proposal",
1886-
"long": "An error occurred while trying to register proposal {proposalId}"
1912+
"unableToAddProposal": {
1913+
"short": "Unable to add proposal",
1914+
"long": "An error occurred while trying to add proposal {proposalId}"
18871915
}
18881916
}
18891917
},

packages/shared/locales/bg.json

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -577,15 +577,17 @@
577577
},
578578
"proposalsDetails": {
579579
"title": "Details",
580+
"totalProposals": "Total proposals",
580581
"activeProposals": "Active proposals",
581582
"votingProposals": "Proposals you are voting on",
582583
"votedProposals": "Total proposals you voted on"
583584
},
584585
"proposals": {
585586
"title": "Proposals",
586587
"voted": "Voted",
587-
"successRegister": "Proposal successfully registered",
588-
"successRemove": "Proposal successfully removed"
588+
"successAdd": "Proposal successfully added",
589+
"successRemove": "Proposal successfully removed",
590+
"emptyTitle": "No proposals"
589591
},
590592
"statusTimeline": {
591593
"upcoming": "Announcement",
@@ -601,12 +603,15 @@
601603
},
602604
"proposalInformation": {
603605
"title": "Proposal information",
606+
"votingOpens": "Voting opens on",
607+
"countingStarts": "Counting starts on",
604608
"countingEnds": "Counting ends on",
609+
"countingEnded": "Counting ended on",
605610
"eventId": "Event ID",
606611
"nodeUrl": "Node URL"
607612
},
608-
"voteOpens": "Vote opens in {time}",
609-
"fetching": "Fetching proposal data"
613+
"fetching": "Fetching proposal data",
614+
"hintVote": "You can not vote on a proposal that is in the announcement phase, voting will open in {time}."
610615
}
611616
}
612617
},
@@ -642,6 +647,10 @@
642647
"title": "Transactions",
643648
"subtitle": "Temporarily locked in unclaimed transactions"
644649
},
650+
"votingPowerOutput": {
651+
"title": "Governance",
652+
"subtitle": "Reserved for voting power"
653+
},
645654
"minimizeStorageDepositButton": "Minimize storage deposit"
646655
},
647656
"minimizeStorageDeposit": {
@@ -1009,12 +1018,12 @@
10091018
"manageVotingPower": {
10101019
"title": "Manage voting power",
10111020
"body": "Define your voting power to vote on proposals.",
1012-
"revote": "Changing your voting power temporarily stops your votes from being counted. Proceed to the following step to resume voting.",
1013-
"hint": "Increasing your voting power locks your funds. You need to decrease your voting power to make them spendable again. This affects all proposals with an active vote."
1021+
"hint": "All funds that you allocate to voting are locked. In order to make them spendable again, you need to decrease your voting power. This affects all proposals with an active vote.",
1022+
"amountZero": "Please be aware that setting your voting power to zero will stop all your votes for all proposals you are currently voting on."
10141023
},
1015-
"registerProposal": {
1016-
"title": "Register proposal",
1017-
"body": "Please provide the information listed below to register a proposal."
1024+
"addProposal": {
1025+
"title": "Add proposal",
1026+
"body": "Please provide the information listed below to add a proposal."
10181027
},
10191028
"voteForProposal": {
10201029
"title": "Vote for proposal",
@@ -1024,7 +1033,7 @@
10241033
},
10251034
"revote": {
10261035
"title": "Revote on proposals",
1027-
"body": "As mentioned in the previous step, changing your voting power temporarily stops your votes from being counted. Simply click \"Revote\" to resume voting.",
1036+
"body": "Changing your voting power temporarily stops your votes for all proposals from being counted. Simply click \"Revote\" to resume voting.",
10281037
"hint": "Firefly remembers all of the proposals and answer options you previously voted for."
10291038
},
10301039
"removeProposal": {
@@ -1213,6 +1222,7 @@
12131222
"unverifyToken": "Unverify token",
12141223
"hideToken": "Hide token",
12151224
"unhideToken": "Unhide token",
1225+
"burn": "Burn",
12161226
"burnToken": "Burn token",
12171227
"faucetRequest": "Get {token} tokens",
12181228
"refreshTokenMetadata": "Refresh token metadata",
@@ -1225,7 +1235,7 @@
12251235
"addReference": "Add reference",
12261236
"depositNft": "Deposit NFTs",
12271237
"vote": "Vote",
1228-
"registerProposal": "Register proposal",
1238+
"addProposal": "Add proposal",
12291239
"removeProposal": "Remove proposal",
12301240
"stopVoting": "Stop voting",
12311241
"revote": "Revote"
@@ -1570,6 +1580,24 @@
15701580
"incoming": "Incoming",
15711581
"outgoing": "Outgoing",
15721582
"selfTransaction": "Self transaction"
1583+
},
1584+
"proposalType": {
1585+
"label": "Type",
1586+
"official": "Official",
1587+
"custom": "Custom"
1588+
},
1589+
"phase": {
1590+
"label": "Phase"
1591+
},
1592+
"participated": {
1593+
"label": "Participated",
1594+
"yes": "Yes",
1595+
"no": "No"
1596+
},
1597+
"proposalOrder": {
1598+
"label": "Order",
1599+
"name": "Name",
1600+
"phase": "Phase"
15731601
}
15741602
},
15751603
"dates": {
@@ -1881,9 +1909,9 @@
18811909
}
18821910
},
18831911
"governance": {
1884-
"unableToRegisterProposal": {
1885-
"short": "Unable to register proposal",
1886-
"long": "An error occurred while trying to register proposal {proposalId}"
1912+
"unableToAddProposal": {
1913+
"short": "Unable to add proposal",
1914+
"long": "An error occurred while trying to add proposal {proposalId}"
18871915
}
18881916
}
18891917
},

0 commit comments

Comments
 (0)