Skip to content

Commit

Permalink
New translations [ci skip] (#5652)
Browse files Browse the repository at this point in the history
* New Crowdin translations by Github Action

* feat: deep link opens already registered proposal (#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 (#5719)

* fix: undefined param get percentages

* fix: setWinnerAnswerIndex undefined answerStatuses

* fix: revert breaking change in i18n (#5720)

Co-authored-by: Matthew Maxwell <44885822+maxwellmattryan@users.noreply.github.com>

* feat-mobile: balance breakdown (#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 (#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 (#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 (#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 (#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 (#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 (#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>
  • Loading branch information
13 people committed Feb 1, 2023
1 parent 28fe391 commit aee297e
Show file tree
Hide file tree
Showing 45 changed files with 2,181 additions and 921 deletions.
56 changes: 42 additions & 14 deletions packages/shared/locales/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,15 +577,17 @@
},
"proposalsDetails": {
"title": "Details",
"totalProposals": "Total proposals",
"activeProposals": "Active proposals",
"votingProposals": "Proposals you are voting on",
"votedProposals": "Total proposals you voted on"
},
"proposals": {
"title": "Proposals",
"voted": "Voted",
"successRegister": "Proposal successfully registered",
"successRemove": "Proposal successfully removed"
"successAdd": "Proposal successfully added",
"successRemove": "Proposal successfully removed",
"emptyTitle": "No proposals"
},
"statusTimeline": {
"upcoming": "Announcement",
Expand All @@ -601,12 +603,15 @@
},
"proposalInformation": {
"title": "Proposal information",
"votingOpens": "Voting opens on",
"countingStarts": "Counting starts on",
"countingEnds": "Counting ends on",
"countingEnded": "Counting ended on",
"eventId": "Event ID",
"nodeUrl": "Node URL"
},
"voteOpens": "Vote opens in {time}",
"fetching": "Fetching proposal data"
"fetching": "Fetching proposal data",
"hintVote": "You can not vote on a proposal that is in the announcement phase, voting will open in {time}."
}
}
},
Expand Down Expand Up @@ -642,6 +647,10 @@
"title": "Transactions",
"subtitle": "Temporarily locked in unclaimed transactions"
},
"votingPowerOutput": {
"title": "Governance",
"subtitle": "Reserved for voting power"
},
"minimizeStorageDepositButton": "Minimize storage deposit"
},
"minimizeStorageDeposit": {
Expand Down Expand Up @@ -1009,12 +1018,12 @@
"manageVotingPower": {
"title": "Manage voting power",
"body": "Define your voting power to vote on proposals.",
"revote": "Changing your voting power temporarily stops your votes from being counted. Proceed to the following step to resume voting.",
"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."
"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.",
"amountZero": "Please be aware that setting your voting power to zero will stop all your votes for all proposals you are currently voting on."
},
"registerProposal": {
"title": "Register proposal",
"body": "Please provide the information listed below to register a proposal."
"addProposal": {
"title": "Add proposal",
"body": "Please provide the information listed below to add a proposal."
},
"voteForProposal": {
"title": "Vote for proposal",
Expand All @@ -1024,7 +1033,7 @@
},
"revote": {
"title": "Revote on proposals",
"body": "As mentioned in the previous step, changing your voting power temporarily stops your votes from being counted. Simply click \"Revote\" to resume voting.",
"body": "Changing your voting power temporarily stops your votes for all proposals from being counted. Simply click \"Revote\" to resume voting.",
"hint": "Firefly remembers all of the proposals and answer options you previously voted for."
},
"removeProposal": {
Expand Down Expand Up @@ -1213,6 +1222,7 @@
"unverifyToken": "Unverify token",
"hideToken": "Hide token",
"unhideToken": "Unhide token",
"burn": "Burn",
"burnToken": "Burn token",
"faucetRequest": "Get {token} tokens",
"refreshTokenMetadata": "Refresh token metadata",
Expand All @@ -1225,7 +1235,7 @@
"addReference": "Add reference",
"depositNft": "Deposit NFTs",
"vote": "Vote",
"registerProposal": "Register proposal",
"addProposal": "Add proposal",
"removeProposal": "Remove proposal",
"stopVoting": "Stop voting",
"revote": "Revote"
Expand Down Expand Up @@ -1570,6 +1580,24 @@
"incoming": "Incoming",
"outgoing": "Outgoing",
"selfTransaction": "Self transaction"
},
"proposalType": {
"label": "Type",
"official": "Official",
"custom": "Custom"
},
"phase": {
"label": "Phase"
},
"participated": {
"label": "Participated",
"yes": "Yes",
"no": "No"
},
"proposalOrder": {
"label": "Order",
"name": "Name",
"phase": "Phase"
}
},
"dates": {
Expand Down Expand Up @@ -1881,9 +1909,9 @@
}
},
"governance": {
"unableToRegisterProposal": {
"short": "Unable to register proposal",
"long": "An error occurred while trying to register proposal {proposalId}"
"unableToAddProposal": {
"short": "Unable to add proposal",
"long": "An error occurred while trying to add proposal {proposalId}"
}
}
},
Expand Down
56 changes: 42 additions & 14 deletions packages/shared/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,15 +577,17 @@
},
"proposalsDetails": {
"title": "Details",
"totalProposals": "Total proposals",
"activeProposals": "Active proposals",
"votingProposals": "Proposals you are voting on",
"votedProposals": "Total proposals you voted on"
},
"proposals": {
"title": "Proposals",
"voted": "Voted",
"successRegister": "Proposal successfully registered",
"successRemove": "Proposal successfully removed"
"successAdd": "Proposal successfully added",
"successRemove": "Proposal successfully removed",
"emptyTitle": "No proposals"
},
"statusTimeline": {
"upcoming": "Announcement",
Expand All @@ -601,12 +603,15 @@
},
"proposalInformation": {
"title": "Proposal information",
"votingOpens": "Voting opens on",
"countingStarts": "Counting starts on",
"countingEnds": "Counting ends on",
"countingEnded": "Counting ended on",
"eventId": "Event ID",
"nodeUrl": "Node URL"
},
"voteOpens": "Vote opens in {time}",
"fetching": "Fetching proposal data"
"fetching": "Fetching proposal data",
"hintVote": "You can not vote on a proposal that is in the announcement phase, voting will open in {time}."
}
}
},
Expand Down Expand Up @@ -642,6 +647,10 @@
"title": "Transactions",
"subtitle": "Temporarily locked in unclaimed transactions"
},
"votingPowerOutput": {
"title": "Governance",
"subtitle": "Reserved for voting power"
},
"minimizeStorageDepositButton": "Minimize storage deposit"
},
"minimizeStorageDeposit": {
Expand Down Expand Up @@ -1009,12 +1018,12 @@
"manageVotingPower": {
"title": "Manage voting power",
"body": "Define your voting power to vote on proposals.",
"revote": "Changing your voting power temporarily stops your votes from being counted. Proceed to the following step to resume voting.",
"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."
"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.",
"amountZero": "Please be aware that setting your voting power to zero will stop all your votes for all proposals you are currently voting on."
},
"registerProposal": {
"title": "Register proposal",
"body": "Please provide the information listed below to register a proposal."
"addProposal": {
"title": "Add proposal",
"body": "Please provide the information listed below to add a proposal."
},
"voteForProposal": {
"title": "Vote for proposal",
Expand All @@ -1024,7 +1033,7 @@
},
"revote": {
"title": "Revote on proposals",
"body": "As mentioned in the previous step, changing your voting power temporarily stops your votes from being counted. Simply click \"Revote\" to resume voting.",
"body": "Changing your voting power temporarily stops your votes for all proposals from being counted. Simply click \"Revote\" to resume voting.",
"hint": "Firefly remembers all of the proposals and answer options you previously voted for."
},
"removeProposal": {
Expand Down Expand Up @@ -1213,6 +1222,7 @@
"unverifyToken": "Unverify token",
"hideToken": "Hide token",
"unhideToken": "Unhide token",
"burn": "Burn",
"burnToken": "Burn token",
"faucetRequest": "Get {token} tokens",
"refreshTokenMetadata": "Refresh token metadata",
Expand All @@ -1225,7 +1235,7 @@
"addReference": "Add reference",
"depositNft": "Deposit NFTs",
"vote": "Vote",
"registerProposal": "Register proposal",
"addProposal": "Add proposal",
"removeProposal": "Remove proposal",
"stopVoting": "Stop voting",
"revote": "Revote"
Expand Down Expand Up @@ -1570,6 +1580,24 @@
"incoming": "Incoming",
"outgoing": "Outgoing",
"selfTransaction": "Self transaction"
},
"proposalType": {
"label": "Type",
"official": "Official",
"custom": "Custom"
},
"phase": {
"label": "Phase"
},
"participated": {
"label": "Participated",
"yes": "Yes",
"no": "No"
},
"proposalOrder": {
"label": "Order",
"name": "Name",
"phase": "Phase"
}
},
"dates": {
Expand Down Expand Up @@ -1881,9 +1909,9 @@
}
},
"governance": {
"unableToRegisterProposal": {
"short": "Unable to register proposal",
"long": "An error occurred while trying to register proposal {proposalId}"
"unableToAddProposal": {
"short": "Unable to add proposal",
"long": "An error occurred while trying to add proposal {proposalId}"
}
}
},
Expand Down
56 changes: 42 additions & 14 deletions packages/shared/locales/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,15 +577,17 @@
},
"proposalsDetails": {
"title": "Details",
"totalProposals": "Total proposals",
"activeProposals": "Active proposals",
"votingProposals": "Proposals you are voting on",
"votedProposals": "Total proposals you voted on"
},
"proposals": {
"title": "Proposals",
"voted": "Voted",
"successRegister": "Proposal successfully registered",
"successRemove": "Proposal successfully removed"
"successAdd": "Proposal successfully added",
"successRemove": "Proposal successfully removed",
"emptyTitle": "No proposals"
},
"statusTimeline": {
"upcoming": "Announcement",
Expand All @@ -601,12 +603,15 @@
},
"proposalInformation": {
"title": "Proposal information",
"votingOpens": "Voting opens on",
"countingStarts": "Counting starts on",
"countingEnds": "Counting ends on",
"countingEnded": "Counting ended on",
"eventId": "Event ID",
"nodeUrl": "Node URL"
},
"voteOpens": "Vote opens in {time}",
"fetching": "Fetching proposal data"
"fetching": "Fetching proposal data",
"hintVote": "You can not vote on a proposal that is in the announcement phase, voting will open in {time}."
}
}
},
Expand Down Expand Up @@ -642,6 +647,10 @@
"title": "Transactions",
"subtitle": "Temporarily locked in unclaimed transactions"
},
"votingPowerOutput": {
"title": "Governance",
"subtitle": "Reserved for voting power"
},
"minimizeStorageDepositButton": "Minimize storage deposit"
},
"minimizeStorageDeposit": {
Expand Down Expand Up @@ -1009,12 +1018,12 @@
"manageVotingPower": {
"title": "Manage voting power",
"body": "Define your voting power to vote on proposals.",
"revote": "Changing your voting power temporarily stops your votes from being counted. Proceed to the following step to resume voting.",
"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."
"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.",
"amountZero": "Please be aware that setting your voting power to zero will stop all your votes for all proposals you are currently voting on."
},
"registerProposal": {
"title": "Register proposal",
"body": "Please provide the information listed below to register a proposal."
"addProposal": {
"title": "Add proposal",
"body": "Please provide the information listed below to add a proposal."
},
"voteForProposal": {
"title": "Vote for proposal",
Expand All @@ -1024,7 +1033,7 @@
},
"revote": {
"title": "Revote on proposals",
"body": "As mentioned in the previous step, changing your voting power temporarily stops your votes from being counted. Simply click \"Revote\" to resume voting.",
"body": "Changing your voting power temporarily stops your votes for all proposals from being counted. Simply click \"Revote\" to resume voting.",
"hint": "Firefly remembers all of the proposals and answer options you previously voted for."
},
"removeProposal": {
Expand Down Expand Up @@ -1213,6 +1222,7 @@
"unverifyToken": "Unverify token",
"hideToken": "Hide token",
"unhideToken": "Unhide token",
"burn": "Burn",
"burnToken": "Burn token",
"faucetRequest": "Get {token} tokens",
"refreshTokenMetadata": "Refresh token metadata",
Expand All @@ -1225,7 +1235,7 @@
"addReference": "Add reference",
"depositNft": "Deposit NFTs",
"vote": "Vote",
"registerProposal": "Register proposal",
"addProposal": "Add proposal",
"removeProposal": "Remove proposal",
"stopVoting": "Stop voting",
"revote": "Revote"
Expand Down Expand Up @@ -1570,6 +1580,24 @@
"incoming": "Incoming",
"outgoing": "Outgoing",
"selfTransaction": "Self transaction"
},
"proposalType": {
"label": "Type",
"official": "Official",
"custom": "Custom"
},
"phase": {
"label": "Phase"
},
"participated": {
"label": "Participated",
"yes": "Yes",
"no": "No"
},
"proposalOrder": {
"label": "Order",
"name": "Name",
"phase": "Phase"
}
},
"dates": {
Expand Down Expand Up @@ -1881,9 +1909,9 @@
}
},
"governance": {
"unableToRegisterProposal": {
"short": "Unable to register proposal",
"long": "An error occurred while trying to register proposal {proposalId}"
"unableToAddProposal": {
"short": "Unable to add proposal",
"long": "An error occurred while trying to add proposal {proposalId}"
}
}
},
Expand Down
Loading

0 comments on commit aee297e

Please sign in to comment.