summaryrefslogtreecommitdiff
path: root/i18n/en.json
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-10-03 20:58:18 +0200
committerMartin Fischer <martin@push-f.com>2022-10-04 20:35:21 +0200
commit9066e158af51282c623bf71671e41b1893365b77 (patch)
treeffa6b280d6c04579594eab74dc7f7336f239b782 /i18n/en.json
initial commit
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json28
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"
+}