From 9066e158af51282c623bf71671e41b1893365b77 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 3 Oct 2022 20:58:18 +0200 Subject: initial commit --- i18n/en.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 i18n/en.json (limited to 'i18n') 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 tag", + "vote-error-missing-newline": "Please add a line break before ", + "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" +} -- cgit v1.2.3