diff options
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json new file mode 100644 index 0000000..a432e42 --- /dev/null +++ b/i18n/en.json @@ -0,0 +1,28 @@ +{ + "vote-add-your-vote": "Add your vote", + "vote-edit-your-vote": "Edit your vote", + "vote-option-yes": "I '''approve''' this proposal.", + "vote-option-no": "I '''oppose''' this proposal.", + "vote-option-abstain": "I '''abstain''' from voting on this proposal but have comments.", + "vote-editmsg-yes": "I approve this proposal.", + "vote-editmsg-no": "I oppose this proposal.", + "vote-editmsg-abstain": "I abstain from voting on this proposal.", + "vote-changed": "I changed my mind", + "vote-repeated": "repeated", + "vote-tally": "$1 {{PLURAL:$1|vote|votes}} for, $2 against and $3 {{PLURAL:$3|abstention|abstentions}}", + "vote-call-to-vote": "Nobody has voted yet ... be the first one to vote!", + "vote-comment": "Comment", + "vote-submit": "Submit", + "vote-error-unknown-attribute": "Unknown attribute '$1' for <vote> tag", + "vote-error-missing-newline": "Please add a line break before </vote>", + "vote-error-one-vote-per-page": "There can only be one active vote per page (and it has to be the first one).", + "vote-already-yes": "You already voted to approve.", + "vote-already-no": "You already voted to oppose.", + "vote-already-abstain": "You already chose to abstain.", + "vote-change": "Change your vote from $1 to $2.", + "vote-end": "This vote will end on $1.", + "vote-error-end": "Failed to parse end date (expected YYYY-MM-DD).", + "vote-cancelled": "The vote has been cancelled.", + "pages-with-open-votes-category": "Pages with open votes", + "pages-with-vote-errors-category": "Pages with vote errors" +} |